Commit 53ea167
committed
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 updates from Ted Ts'o:
"Various cleanups and bug fixes in ext4's extent status tree,
journalling, and block allocator subsystems.
Also improve performance for parallel DIO overwrites"
* tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (55 commits)
ext4: avoid updating the superblock on a r/o mount if not needed
jbd2: skip reading super block if it has been verified
ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
ext4: refactoring to use the unified helper ext4_quotas_off()
ext4: turn quotas off if mount failed after enabling quotas
ext4: update doc about journal superblock description
ext4: add journal cycled recording support
jbd2: continue to record log between each mount
jbd2: remove j_format_version
jbd2: factor out journal initialization from journal_get_superblock()
jbd2: switch to check format version in superblock directly
jbd2: remove unused feature macros
ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'
ext4: Fix reusing stale buffer heads from last failed mounting
ext4: allow concurrent unaligned dio overwrites
ext4: clean up mballoc criteria comments
ext4: make ext4_zeroout_es() return void
ext4: make ext4_es_insert_extent() return void
ext4: make ext4_es_insert_delayed_block() return void
ext4: make ext4_es_remove_extent() return void
...19 files changed
Lines changed: 939 additions & 615 deletions
File tree
- Documentation/filesystems/ext4
- fs
- ext4
- jbd2
- include
- linux
- trace/events
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
263 | 268 | | |
264 | | - | |
| 269 | + | |
265 | 270 | | |
266 | 271 | | |
267 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
130 | 182 | | |
131 | 183 | | |
132 | 184 | | |
| |||
165 | 217 | | |
166 | 218 | | |
167 | 219 | | |
168 | | - | |
| 220 | + | |
169 | 221 | | |
170 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
171 | 226 | | |
172 | 227 | | |
173 | 228 | | |
| |||
1532 | 1587 | | |
1533 | 1588 | | |
1534 | 1589 | | |
| 1590 | + | |
1535 | 1591 | | |
1536 | 1592 | | |
1537 | 1593 | | |
1538 | 1594 | | |
1539 | 1595 | | |
1540 | 1596 | | |
| 1597 | + | |
1541 | 1598 | | |
1542 | 1599 | | |
| 1600 | + | |
1543 | 1601 | | |
1544 | 1602 | | |
1545 | | - | |
1546 | | - | |
1547 | | - | |
1548 | | - | |
1549 | | - | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
1550 | 1609 | | |
1551 | 1610 | | |
1552 | 1611 | | |
| |||
2632 | 2691 | | |
2633 | 2692 | | |
2634 | 2693 | | |
2635 | | - | |
2636 | | - | |
2637 | | - | |
2638 | | - | |
2639 | 2694 | | |
2640 | 2695 | | |
2641 | 2696 | | |
| |||
2841 | 2896 | | |
2842 | 2897 | | |
2843 | 2898 | | |
2844 | | - | |
2845 | | - | |
2846 | 2899 | | |
2847 | 2900 | | |
2848 | 2901 | | |
| |||
3481 | 3534 | | |
3482 | 3535 | | |
3483 | 3536 | | |
3484 | | - | |
3485 | | - | |
3486 | | - | |
3487 | | - | |
3488 | | - | |
3489 | | - | |
3490 | | - | |
3491 | | - | |
| 3537 | + | |
| 3538 | + | |
3492 | 3539 | | |
3493 | 3540 | | |
3494 | 3541 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3123 | 3123 | | |
3124 | 3124 | | |
3125 | 3125 | | |
3126 | | - | |
| 3126 | + | |
3127 | 3127 | | |
3128 | 3128 | | |
3129 | 3129 | | |
| |||
3134 | 3134 | | |
3135 | 3135 | | |
3136 | 3136 | | |
3137 | | - | |
| 3137 | + | |
3138 | 3138 | | |
3139 | | - | |
3140 | | - | |
| 3139 | + | |
| 3140 | + | |
3141 | 3141 | | |
3142 | 3142 | | |
3143 | 3143 | | |
| |||
3287 | 3287 | | |
3288 | 3288 | | |
3289 | 3289 | | |
3290 | | - | |
| 3290 | + | |
3291 | 3291 | | |
3292 | 3292 | | |
3293 | 3293 | | |
| |||
3640 | 3640 | | |
3641 | 3641 | | |
3642 | 3642 | | |
3643 | | - | |
3644 | | - | |
3645 | | - | |
| 3643 | + | |
| 3644 | + | |
3646 | 3645 | | |
3647 | 3646 | | |
3648 | 3647 | | |
| |||
4403 | 4402 | | |
4404 | 4403 | | |
4405 | 4404 | | |
4406 | | - | |
4407 | | - | |
4408 | | - | |
4409 | | - | |
4410 | | - | |
4411 | | - | |
4412 | | - | |
4413 | | - | |
4414 | | - | |
| 4405 | + | |
| 4406 | + | |
4415 | 4407 | | |
4416 | 4408 | | |
4417 | 4409 | | |
| |||
5363 | 5355 | | |
5364 | 5356 | | |
5365 | 5357 | | |
5366 | | - | |
5367 | | - | |
5368 | | - | |
5369 | | - | |
5370 | | - | |
5371 | | - | |
5372 | | - | |
| 5358 | + | |
5373 | 5359 | | |
5374 | 5360 | | |
5375 | 5361 | | |
| |||
5547 | 5533 | | |
5548 | 5534 | | |
5549 | 5535 | | |
5550 | | - | |
5551 | | - | |
5552 | | - | |
5553 | | - | |
5554 | | - | |
5555 | | - | |
| 5536 | + | |
5556 | 5537 | | |
5557 | 5538 | | |
5558 | 5539 | | |
| |||
5610 | 5591 | | |
5611 | 5592 | | |
5612 | 5593 | | |
5613 | | - | |
5614 | | - | |
5615 | | - | |
5616 | | - | |
5617 | | - | |
5618 | | - | |
| 5594 | + | |
| 5595 | + | |
5619 | 5596 | | |
5620 | 5597 | | |
5621 | 5598 | | |
| |||
0 commit comments