Commit d76bb1e
committed
Merge tag 'erofs-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Pull erofs fixes from Gao Xiang:
- Add a new reviewer, Hongbo Li, for better community development
- Fix an I/O hang out of file-backed mounts
- Address a rare data corruption caused by concurrent I/Os on the same
deduplicated compressed data
- Minor cleanup
* tag 'erofs-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
erofs: ensure the extra temporary copy is valid for shortened bvecs
erofs: remove unused enum type
fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()
MAINTAINERS: erofs: add myself as reviewer4 files changed
+17
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8727 | 8727 | | |
8728 | 8728 | | |
8729 | 8729 | | |
| 8730 | + | |
8730 | 8731 | | |
8731 | 8732 | | |
8732 | 8733 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | 153 | | |
156 | 154 | | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
361 | 360 | | |
362 | 361 | | |
363 | 362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
1046 | 1043 | | |
1047 | 1044 | | |
1048 | 1045 | | |
1049 | | - | |
1050 | | - | |
1051 | 1046 | | |
1052 | 1047 | | |
1053 | 1048 | | |
| |||
1093 | 1088 | | |
1094 | 1089 | | |
1095 | 1090 | | |
1096 | | - | |
1097 | 1091 | | |
1098 | 1092 | | |
1099 | 1093 | | |
| |||
1102 | 1096 | | |
1103 | 1097 | | |
1104 | 1098 | | |
| 1099 | + | |
| 1100 | + | |
1105 | 1101 | | |
1106 | 1102 | | |
1107 | 1103 | | |
| |||
1112 | 1108 | | |
1113 | 1109 | | |
1114 | 1110 | | |
| 1111 | + | |
1115 | 1112 | | |
1116 | | - | |
1117 | | - | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
1123 | | - | |
1124 | | - | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
1125 | 1121 | | |
1126 | 1122 | | |
| 1123 | + | |
| 1124 | + | |
1127 | 1125 | | |
1128 | 1126 | | |
1129 | 1127 | | |
| |||
1289 | 1287 | | |
1290 | 1288 | | |
1291 | 1289 | | |
1292 | | - | |
| 1290 | + | |
1293 | 1291 | | |
1294 | 1292 | | |
1295 | 1293 | | |
| |||
1346 | 1344 | | |
1347 | 1345 | | |
1348 | 1346 | | |
1349 | | - | |
1350 | 1347 | | |
1351 | 1348 | | |
1352 | 1349 | | |
| |||
0 commit comments