Merge tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: "A few fixes for various warnings that accumulated over past two weeks: - tree-checker: add missing return values for some errors - lockdep fixes - when reading qgroup config and starting quota rescan - reverse order of quota ioctl lock and VFS freeze lock - avoid accessing potentially stale fs info during device scan, reported by syzbot - add scope NOFS protection around qgroup relation changes - check for running transaction before flushing qgroups - fix tracking of new delalloc ranges for some cases" * tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: fix lockdep splat when enabling and disabling qgroups btrfs: do nofs allocations when adding and removing qgroup relations btrfs: fix lockdep splat when reading qgroup config on mount btrfs: tree-checker: add missing returns after data_ref alignment checks btrfs: don't access possibly stale fs_info data for printing duplicate device btrfs: tree-checker: add missing return after error in root_item btrfs: qgroup: don't commit transaction when we already hold the handle btrfs: fix missing delalloc new bit for new delalloc ranges
No related branches found
No related tags found
Showing
- fs/btrfs/ctree.h 4 additions, 1 deletionfs/btrfs/ctree.h
- fs/btrfs/file.c 0 additions, 57 deletionsfs/btrfs/file.c
- fs/btrfs/inode.c 58 additions, 0 deletionsfs/btrfs/inode.c
- fs/btrfs/qgroup.c 78 additions, 10 deletionsfs/btrfs/qgroup.c
- fs/btrfs/tests/inode-tests.c 8 additions, 4 deletionsfs/btrfs/tests/inode-tests.c
- fs/btrfs/tree-checker.c 3 additions, 0 deletionsfs/btrfs/tree-checker.c
- fs/btrfs/volumes.c 7 additions, 1 deletionfs/btrfs/volumes.c
Loading
Please register or sign in to comment