-
- Downloads
Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: "A few more regression and regular fixes: - regressions: - fix assertion condition using = instead of == - fix false alert on bad tree level check - fix off-by-one error in delalloc search during lseek - fix compat ro feature check at read-write remount - handle case when read-repair happens with ongoing device replace - updated error messages" * tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: fix compat_ro checks against remount btrfs: always report error in run_one_delayed_ref() btrfs: handle case when repair happens with dev-replace btrfs: fix off-by-one in delalloc search during lseek btrfs: fix false alert on bad tree level check btrfs: add error message for metadata level mismatch btrfs: fix ASSERT em->len condition in btrfs_get_extent
Showing
- fs/btrfs/bio.c 10 additions, 1 deletionfs/btrfs/bio.c
- fs/btrfs/disk-io.c 8 additions, 3 deletionsfs/btrfs/disk-io.c
- fs/btrfs/disk-io.h 1 addition, 1 deletionfs/btrfs/disk-io.h
- fs/btrfs/extent-io-tree.c 1 addition, 1 deletionfs/btrfs/extent-io-tree.c
- fs/btrfs/extent-tree.c 5 additions, 2 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/extent_io.c 25 additions, 5 deletionsfs/btrfs/extent_io.c
- fs/btrfs/file.c 1 addition, 1 deletionfs/btrfs/file.c
- fs/btrfs/inode.c 1 addition, 1 deletionfs/btrfs/inode.c
- fs/btrfs/super.c 1 addition, 1 deletionfs/btrfs/super.c
Loading
Please register or sign in to comment