Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: - lockdep fixes: - drop path locks before manipulating sysfs objects or qgroups - preliminary fixes before tree locks get switched to rwsem - use annotated seqlock - build warning fixes (printk format) - fix relocation vs fallocate race - tree checker properly validates number of stripes and parity - readahead vs device replace fixes - iomap dio fix for unnecessary buffered io fallback * tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: convert data_seqcount to seqcount_mutex_t btrfs: don't fallback to buffered read if we don't need to btrfs: add a helper to read the tree_root commit root for backref lookup btrfs: drop the path before adding qgroup items when enabling qgroups btrfs: fix readahead hang and use-after-free after removing a device btrfs: fix use-after-free on readahead extent after failure to create it btrfs: tree-checker: validate number of chunk stripes and parity btrfs: tree-checker: fix incorrect printk format btrfs: drop the path before adding block group sysfs files btrfs: fix relocation failure due to race with fallocate
Showing
- fs/btrfs/backref.c 12 additions, 1 deletionfs/btrfs/backref.c
- fs/btrfs/block-group.c 1 addition, 0 deletionsfs/btrfs/block-group.c
- fs/btrfs/ctree.h 2 additions, 0 deletionsfs/btrfs/ctree.h
- fs/btrfs/dev-replace.c 5 additions, 0 deletionsfs/btrfs/dev-replace.c
- fs/btrfs/disk-io.c 99 additions, 40 deletionsfs/btrfs/disk-io.c
- fs/btrfs/disk-io.h 3 additions, 0 deletionsfs/btrfs/disk-io.h
- fs/btrfs/extent-tree.c 1 addition, 1 deletionfs/btrfs/extent-tree.c
- fs/btrfs/file.c 2 additions, 1 deletionfs/btrfs/file.c
- fs/btrfs/inode.c 7 additions, 1 deletionfs/btrfs/inode.c
- fs/btrfs/qgroup.c 18 additions, 0 deletionsfs/btrfs/qgroup.c
- fs/btrfs/reada.c 47 additions, 0 deletionsfs/btrfs/reada.c
- fs/btrfs/tree-checker.c 18 additions, 0 deletionsfs/btrfs/tree-checker.c
- fs/btrfs/volumes.c 4 additions, 1 deletionfs/btrfs/volumes.c
- fs/btrfs/volumes.h 6 additions, 6 deletionsfs/btrfs/volumes.h
Loading
Please register or sign in to comment