-
- Downloads
Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: "A few short fixes and a lockdep warning fix (needs moving some code): - tree-log replay fixes: - fix error handling when looking up extent refs - fix warning when setting inode number of links - relocation fixes: - reset block group read-only status when relocation fails - unset control structure if transaction fails when starting to process a block group - add lockdep annotations to fix a warning during relocation where blocks temporarily belong to another tree and can lead to reversed dependencies - tree-checker verifies that extent items don't overlap" * tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: tree-checker: check for overlapping extent items btrfs: fix warning during log replay when bumping inode link count btrfs: fix lost error handling when looking up extended ref on log replay btrfs: fix lockdep splat with reloc root extent buffers btrfs: move lockdep class helpers to locking.c btrfs: unset reloc control if transaction commit fails in prepare_to_relocate() btrfs: reset RO counter on block group if we fail to relocate
No related branches found
No related tags found
Showing
- fs/btrfs/block-group.c 3 additions, 1 deletionfs/btrfs/block-group.c
- fs/btrfs/ctree.c 3 additions, 0 deletionsfs/btrfs/ctree.c
- fs/btrfs/ctree.h 2 additions, 0 deletionsfs/btrfs/ctree.h
- fs/btrfs/disk-io.c 0 additions, 82 deletionsfs/btrfs/disk-io.c
- fs/btrfs/disk-io.h 0 additions, 10 deletionsfs/btrfs/disk-io.h
- fs/btrfs/extent-tree.c 17 additions, 1 deletionfs/btrfs/extent-tree.c
- fs/btrfs/extent_io.c 10 additions, 1 deletionfs/btrfs/extent_io.c
- fs/btrfs/locking.c 91 additions, 0 deletionsfs/btrfs/locking.c
- fs/btrfs/locking.h 14 additions, 0 deletionsfs/btrfs/locking.h
- fs/btrfs/relocation.c 8 additions, 1 deletionfs/btrfs/relocation.c
- fs/btrfs/tree-checker.c 23 additions, 2 deletionsfs/btrfs/tree-checker.c
- fs/btrfs/tree-log.c 5 additions, 3 deletionsfs/btrfs/tree-log.c
Loading
Please register or sign in to comment