Commit 8cd26fd
committed
Merge tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba:
- fixup in zoned mode for out-of-order writes of metadata that are no
longer necessary, this used to be tracked in a separate list but now
the old locaion needs to be zeroed out, also add assertions
- fix bulk page allocation retry, this may stall after first failure
for compression read/write
* tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
btrfs: do not wait for short bulk allocation
btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handling
btrfs: zoned: do not flag ZEROOUT on non-dirty extent buffer2 files changed
Lines changed: 14 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3464 | 3464 | | |
3465 | 3465 | | |
3466 | 3466 | | |
| 3467 | + | |
| 3468 | + | |
| 3469 | + | |
| 3470 | + | |
| 3471 | + | |
| 3472 | + | |
| 3473 | + | |
| 3474 | + | |
3467 | 3475 | | |
3468 | 3476 | | |
3469 | 3477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
| 684 | + | |
684 | 685 | | |
685 | 686 | | |
686 | 687 | | |
687 | 688 | | |
688 | 689 | | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
701 | 693 | | |
702 | 694 | | |
703 | 695 | | |
704 | 696 | | |
705 | 697 | | |
706 | 698 | | |
707 | | - | |
708 | | - | |
709 | 699 | | |
710 | 700 | | |
711 | 701 | | |
| |||
4154 | 4144 | | |
4155 | 4145 | | |
4156 | 4146 | | |
4157 | | - | |
| 4147 | + | |
4158 | 4148 | | |
4159 | 4149 | | |
4160 | 4150 | | |
| |||
4193 | 4183 | | |
4194 | 4184 | | |
4195 | 4185 | | |
| 4186 | + | |
4196 | 4187 | | |
4197 | 4188 | | |
4198 | 4189 | | |
| |||
0 commit comments