Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: "A few more fixes for a late rc: - fix lockdep complaint on 32bit arches and also remove an unsafe memory use due to device vs filesystem lifetime - two fixes for free space tree: * race during log replay and cache rebuild, now more likely to happen due to changes in this dev cycle * possible free space tree corruption with online conversion during initial tree population" * tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: fix log replay failure due to race with space cache rebuild btrfs: fix lockdep warning due to seqcount_mutex on 32bit arch btrfs: fix possible free space tree corruption with online conversion
Showing
- fs/btrfs/block-group.c 9 additions, 1 deletionfs/btrfs/block-group.c
- fs/btrfs/ctree.h 3 additions, 0 deletionsfs/btrfs/ctree.h
- fs/btrfs/extent-tree.c 18 additions, 43 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/free-space-tree.c 9 additions, 1 deletionfs/btrfs/free-space-tree.c
- fs/btrfs/volumes.c 1 addition, 1 deletionfs/btrfs/volumes.c
- fs/btrfs/volumes.h 6 additions, 5 deletionsfs/btrfs/volumes.h
Please register or sign in to comment