Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: - direct IO fixes: - restore passing file offset to correctly calculate checksums when repairing on read and bio split happens - use correct bio when sumitting IO on zoned filesystem - zoned mode fixes: - fix selection of device to correctly calculate device capabilities when allocating a new bio - use a dedicated lock for exclusion during relocation - fix leaked plug after failure syncing log - fix assertion during scrub and relocation * tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: zoned: use dedicated lock for data relocation btrfs: fix assertion failure during scrub due to block group reallocation btrfs: fix direct I/O writes for split bios on zoned devices btrfs: fix direct I/O read repair for split bios btrfs: fix and document the zoned device choice in alloc_new_bio btrfs: fix leaked plug after failure syncing log on zoned filesystems
Showing
- fs/btrfs/ctree.h 1 addition, 0 deletionsfs/btrfs/ctree.h
- fs/btrfs/dev-replace.c 6 additions, 1 deletionfs/btrfs/dev-replace.c
- fs/btrfs/disk-io.c 1 addition, 0 deletionsfs/btrfs/disk-io.c
- fs/btrfs/extent_io.c 29 additions, 15 deletionsfs/btrfs/extent_io.c
- fs/btrfs/inode.c 8 additions, 10 deletionsfs/btrfs/inode.c
- fs/btrfs/scrub.c 25 additions, 1 deletionfs/btrfs/scrub.c
- fs/btrfs/tree-log.c 1 addition, 0 deletionsfs/btrfs/tree-log.c
- fs/btrfs/volumes.h 3 additions, 0 deletionsfs/btrfs/volumes.h
- fs/btrfs/zoned.h 2 additions, 2 deletionsfs/btrfs/zoned.h
Loading
Please register or sign in to comment