Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull more btrfs fixes from David Sterba: - fix incorrect number of bitmap entries for space cache if loading is interrupted by some error - fix backref walking, this breaks a mode of LOGICAL_INO_V2 ioctl that is used in deduplication tools - zoned mode fixes: - properly finish zone reserved for relocation - correctly calculate super block zone end on ZNS - properly initialize new extent buffer for redirty - make mount option clear_cache work with block-group-tree, to rebuild free-space-tree instead of temporarily disabling it that would lead to a forced read-only mount - fix alignment check for offset when printing extent item * tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: make clear_cache mount option to rebuild FST without disabling it btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add btrfs: zoned: fix full zone super block reading on ZNS btrfs: zoned: zone finish data relocation BG with last IO btrfs: fix backref walking not returning all inode refs btrfs: fix space cache inconsistency after error loading it from disk btrfs: print-tree: parent bytenr must be aligned to sector size
Showing
- fs/btrfs/backref.c 10 additions, 9 deletionsfs/btrfs/backref.c
- fs/btrfs/backref.h 6 additions, 0 deletionsfs/btrfs/backref.h
- fs/btrfs/disk-io.c 18 additions, 7 deletionsfs/btrfs/disk-io.c
- fs/btrfs/free-space-cache.c 4 additions, 3 deletionsfs/btrfs/free-space-cache.c
- fs/btrfs/free-space-tree.c 49 additions, 1 deletionfs/btrfs/free-space-tree.c
- fs/btrfs/free-space-tree.h 2 additions, 1 deletionfs/btrfs/free-space-tree.h
- fs/btrfs/inode.c 3 additions, 0 deletionsfs/btrfs/inode.c
- fs/btrfs/print-tree.c 3 additions, 3 deletionsfs/btrfs/print-tree.c
- fs/btrfs/relocation.c 1 addition, 1 deletionfs/btrfs/relocation.c
- fs/btrfs/super.c 1 addition, 2 deletionsfs/btrfs/super.c
- fs/btrfs/zoned.c 5 additions, 6 deletionsfs/btrfs/zoned.c
Please register or sign in to comment