Commit e445fba
committed
Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs updates from Carlos Maiolino:
"For this merge window, there are really no new features, but there are
a few things worth to emphasize:
- Deprecated for years already, the (no)attr2 and (no)ikeep mount
options have been removed for good
- Several cleanups (specially from typedefs) and bug fixes
- Improvements made in the online repair reap calculations
- online fsck is now enabled by default"
* tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (53 commits)
xfs: rework datasync tracking and execution
xfs: rearrange code in xfs_inode_item_precommit
xfs: scrub: use kstrdup_const() for metapath scan setups
xfs: use bt_nr_sectors in xfs_dax_translate_range
xfs: track the number of blocks in each buftarg
xfs: constify xfs_errortag_random_default
xfs: improve default maximum number of open zones
xfs: improve zone statistics message
xfs: centralize error tag definitions
xfs: remove pointless externs in xfs_error.h
xfs: remove the expr argument to XFS_TEST_ERROR
xfs: remove xfs_errortag_set
xfs: remove xfs_errortag_get
xfs: move the XLOG_REG_ constants out of xfs_log_format.h
xfs: adjust the hint based zone allocation policy
xfs: refactor hint based zone allocation
fs: add an enum for number of life time hints
xfs: fix log CRC mismatches between i386 and other architectures
xfs: rename the old_crc variable in xlog_recover_process
xfs: remove the unused xfs_log_iovec_t typedef
...65 files changed
Lines changed: 1249 additions & 1053 deletions
File tree
- Documentation/admin-guide
- fs/xfs
- libxfs
- scrub
- include/linux
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 37 | | |
54 | 38 | | |
55 | 39 | | |
| |||
75 | 59 | | |
76 | 60 | | |
77 | 61 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 62 | | |
85 | 63 | | |
86 | 64 | | |
| |||
253 | 231 | | |
254 | 232 | | |
255 | 233 | | |
256 | | - | |
257 | | - | |
258 | | - | |
| 234 | + | |
| 235 | + | |
259 | 236 | | |
260 | 237 | | |
261 | 238 | | |
| |||
268 | 245 | | |
269 | 246 | | |
270 | 247 | | |
271 | | - | |
272 | | - | |
273 | 248 | | |
274 | 249 | | |
275 | 250 | | |
| |||
285 | 260 | | |
286 | 261 | | |
287 | 262 | | |
| 263 | + | |
| 264 | + | |
288 | 265 | | |
289 | 266 | | |
290 | 267 | | |
| |||
312 | 289 | | |
313 | 290 | | |
314 | 291 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | 292 | | |
319 | 293 | | |
320 | 294 | | |
| |||
341 | 315 | | |
342 | 316 | | |
343 | 317 | | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | 318 | | |
356 | 319 | | |
357 | 320 | | |
| |||
387 | 350 | | |
388 | 351 | | |
389 | 352 | | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
| 353 | + | |
398 | 354 | | |
399 | 355 | | |
400 | 356 | | |
401 | 357 | | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
408 | 367 | | |
409 | 368 | | |
410 | 369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | 153 | | |
156 | 154 | | |
157 | | - | |
158 | | - | |
159 | 155 | | |
160 | 156 | | |
161 | 157 | | |
| |||
171 | 167 | | |
172 | 168 | | |
173 | 169 | | |
174 | | - | |
175 | | - | |
176 | 170 | | |
177 | 171 | | |
178 | | - | |
| 172 | + | |
179 | 173 | | |
180 | 174 | | |
181 | 175 | | |
| |||
186 | 180 | | |
187 | 181 | | |
188 | 182 | | |
189 | | - | |
190 | | - | |
191 | 183 | | |
192 | 184 | | |
193 | | - | |
194 | | - | |
195 | 185 | | |
196 | 186 | | |
197 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
| 96 | + | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
206 | | - | |
| 205 | + | |
207 | 206 | | |
208 | 207 | | |
209 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3321 | 3321 | | |
3322 | 3322 | | |
3323 | 3323 | | |
3324 | | - | |
| 3324 | + | |
3325 | 3325 | | |
3326 | 3326 | | |
3327 | 3327 | | |
| |||
4019 | 4019 | | |
4020 | 4020 | | |
4021 | 4021 | | |
4022 | | - | |
4023 | | - | |
| 4022 | + | |
4024 | 4023 | | |
4025 | 4024 | | |
4026 | 4025 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
671 | | - | |
| 670 | + | |
672 | 671 | | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | 672 | | |
677 | 673 | | |
678 | 674 | | |
| |||
723 | 719 | | |
724 | 720 | | |
725 | 721 | | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
| 722 | + | |
| 723 | + | |
730 | 724 | | |
731 | 725 | | |
732 | 726 | | |
733 | 727 | | |
734 | 728 | | |
735 | 729 | | |
736 | | - | |
737 | | - | |
738 | 730 | | |
739 | 731 | | |
740 | | - | |
741 | | - | |
742 | 732 | | |
743 | 733 | | |
744 | 734 | | |
| |||
889 | 879 | | |
890 | 880 | | |
891 | 881 | | |
892 | | - | |
| 882 | + | |
893 | 883 | | |
894 | 884 | | |
895 | 885 | | |
| |||
900 | 890 | | |
901 | 891 | | |
902 | 892 | | |
903 | | - | |
904 | 893 | | |
905 | 894 | | |
906 | 895 | | |
| |||
1040 | 1029 | | |
1041 | 1030 | | |
1042 | 1031 | | |
1043 | | - | |
1044 | | - | |
| 1032 | + | |
1045 | 1033 | | |
1046 | 1034 | | |
1047 | 1035 | | |
| |||
1161 | 1149 | | |
1162 | 1150 | | |
1163 | 1151 | | |
1164 | | - | |
1165 | 1152 | | |
1166 | 1153 | | |
1167 | 1154 | | |
| |||
1225 | 1212 | | |
1226 | 1213 | | |
1227 | 1214 | | |
1228 | | - | |
| 1215 | + | |
1229 | 1216 | | |
1230 | 1217 | | |
1231 | 1218 | | |
| |||
0 commit comments