Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: - fix regression in extent map rework when handling insertion of overlapping compressed extent - fix unexpected file length when appending to a file using direct io and buffer not faulted in - in zoned mode, fix accounting of unusable space when flipping read-only block group back to read-write - fix page locking when COWing an inline range, assertion failure found by syzbot - fix calculation of space info in debugging print - tree-checker, add validation of data reference item - fix a few -Wmaybe-uninitialized build warnings * tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry() btrfs: fix corruption after buffer fault in during direct IO append write btrfs: zoned: fix zone_unusable accounting on making block group read-write again btrfs: do not subtract delalloc from avail bytes btrfs: make cow_file_range_inline() honor locked_page on error btrfs: fix corrupt read due to bad offset of a compressed extent map btrfs: tree-checker: validate dref root and objectid
Showing
- fs/btrfs/block-group.c 8 additions, 5 deletionsfs/btrfs/block-group.c
- fs/btrfs/ctree.h 1 addition, 0 deletionsfs/btrfs/ctree.h
- fs/btrfs/direct-io.c 28 additions, 10 deletionsfs/btrfs/direct-io.c
- fs/btrfs/extent-tree.c 2 additions, 1 deletionfs/btrfs/extent-tree.c
- fs/btrfs/extent_map.c 1 addition, 1 deletionfs/btrfs/extent_map.c
- fs/btrfs/file.c 14 additions, 3 deletionsfs/btrfs/file.c
- fs/btrfs/free-space-cache.c 3 additions, 1 deletionfs/btrfs/free-space-cache.c
- fs/btrfs/inode.c 11 additions, 7 deletionsfs/btrfs/inode.c
- fs/btrfs/space-info.c 2 additions, 3 deletionsfs/btrfs/space-info.c
- fs/btrfs/space-info.h 1 addition, 0 deletionsfs/btrfs/space-info.h
- fs/btrfs/tests/extent-map-tests.c 99 additions, 0 deletionsfs/btrfs/tests/extent-map-tests.c
- fs/btrfs/tree-checker.c 47 additions, 0 deletionsfs/btrfs/tree-checker.c
- include/trace/events/btrfs.h 8 additions, 0 deletionsinclude/trace/events/btrfs.h
Please register or sign in to comment