Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: "More regression fixes and stabilization. Regressions: - zoned mode - count zone sizes in wider int types - fix space accounting for read-only block groups - subpage: fix page tail zeroing Fixes: - fix spurious warning when remounting with free space tree - fix warning when creating a directory with smack enabled - ioctl checks for qgroup inheritance when creating a snapshot - qgroup - fix missing unlock on error path in zero range - fix amount of released reservation on error - fix flushing from unsafe context with open transaction, potentially deadlocking - minor build warning fixes" * tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: zoned: do not account freed region of read-only block group as zone_unusable btrfs: zoned: use sector_t for zone sectors btrfs: subpage: fix the false data csum mismatch error btrfs: fix warning when creating a directory with smack enabled btrfs: don't flush from btrfs_delayed_inode_reserve_metadata btrfs: export and rename qgroup_reserve_meta btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata btrfs: fix spurious free_space_tree remount warning btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors btrfs: ref-verify: use 'inline void' keyword ordering
No related branches found
No related tags found
Showing
- fs/btrfs/delayed-inode.c 3 additions, 2 deletionsfs/btrfs/delayed-inode.c
- fs/btrfs/extent_io.c 16 additions, 5 deletionsfs/btrfs/extent_io.c
- fs/btrfs/file.c 4 additions, 1 deletionfs/btrfs/file.c
- fs/btrfs/free-space-cache.c 6 additions, 1 deletionfs/btrfs/free-space-cache.c
- fs/btrfs/inode.c 1 addition, 1 deletionfs/btrfs/inode.c
- fs/btrfs/ioctl.c 18 additions, 1 deletionfs/btrfs/ioctl.c
- fs/btrfs/qgroup.c 4 additions, 4 deletionsfs/btrfs/qgroup.c
- fs/btrfs/qgroup.h 2 additions, 0 deletionsfs/btrfs/qgroup.h
- fs/btrfs/ref-verify.c 2 additions, 2 deletionsfs/btrfs/ref-verify.c
- fs/btrfs/super.c 2 additions, 2 deletionsfs/btrfs/super.c
- fs/btrfs/xattr.c 27 additions, 4 deletionsfs/btrfs/xattr.c
- fs/btrfs/zoned.c 2 additions, 2 deletionsfs/btrfs/zoned.c
Loading
Please register or sign in to comment