Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: "More fixes, some of them going back to older releases and there are fixes for hangs in stress tests regarding space caching: - fixes and progress tracking for hangs in free space caching, found by test generic/475 - writeback fixes, write pages in integrity mode and skip writing pages that have been written meanwhile - properly clear end of extent range after an error - relocation fixes: - fix race betwen qgroup tree creation and relocation - detect and report invalid reloc roots" * tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: set cache_block_group_error if we find an error btrfs: reject invalid reloc tree root keys with stack dump btrfs: exit gracefully if reloc roots don't match btrfs: avoid race between qgroup tree creation and relocation btrfs: properly clear end of the unreserved range in cow_file_range btrfs: don't wait for writeback on clean pages in extent_write_cache_pages btrfs: don't stop integrity writeback too early btrfs: wait for actual caching progress during allocation
No related branches found
No related tags found
Showing
- fs/btrfs/block-group.c 15 additions, 2 deletionsfs/btrfs/block-group.c
- fs/btrfs/block-group.h 2 additions, 0 deletionsfs/btrfs/block-group.h
- fs/btrfs/disk-io.c 12 additions, 1 deletionfs/btrfs/disk-io.c
- fs/btrfs/extent-tree.c 4 additions, 1 deletionfs/btrfs/extent-tree.c
- fs/btrfs/extent_io.c 10 additions, 3 deletionsfs/btrfs/extent_io.c
- fs/btrfs/inode.c 5 additions, 5 deletionsfs/btrfs/inode.c
- fs/btrfs/relocation.c 37 additions, 8 deletionsfs/btrfs/relocation.c
- fs/btrfs/tree-checker.c 14 additions, 0 deletionsfs/btrfs/tree-checker.c
Loading
Please register or sign in to comment