Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba: - zoned relocation fixes: - fix critical section end for extent writeback, this could lead to out of order write - prevent writing to previous data relocation block group if space gets low - reflink fixes: - fix race between reflinking and ordered extent completion - proper error handling when block reserve migration fails - add missing inode iversion/mtime/ctime updates on each iteration when replacing extents - fix deadlock when running fsync/fiemap/commit at the same time - fix false-positive KCSAN report regarding pid tracking for read locks and data race - minor documentation update and link to new site * tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: Documentation: update btrfs list of features and link to readthedocs.io btrfs: fix deadlock with fsync+fiemap+transaction commit btrfs: don't set lock_owner when locking extent buffer for reading btrfs: zoned: fix critical section of relocation inode writeback btrfs: zoned: prevent allocation from previous data relocation BG btrfs: do not BUG_ON() on failure to migrate space when replacing extents btrfs: add missing inode updates on each iteration when replacing extents btrfs: fix race between reflinking and ordered extent completion
Showing
- Documentation/filesystems/btrfs.rst 13 additions, 3 deletionsDocumentation/filesystems/btrfs.rst
- fs/btrfs/block-group.h 1 addition, 0 deletionsfs/btrfs/block-group.h
- fs/btrfs/ctree.h 2 additions, 0 deletionsfs/btrfs/ctree.h
- fs/btrfs/extent-tree.c 18 additions, 2 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/extent_io.c 2 additions, 1 deletionfs/btrfs/extent_io.c
- fs/btrfs/file.c 75 additions, 17 deletionsfs/btrfs/file.c
- fs/btrfs/inode.c 3 additions, 0 deletionsfs/btrfs/inode.c
- fs/btrfs/locking.c 0 additions, 3 deletionsfs/btrfs/locking.c
- fs/btrfs/reflink.c 12 additions, 4 deletionsfs/btrfs/reflink.c
- fs/btrfs/zoned.c 27 additions, 0 deletionsfs/btrfs/zoned.c
- fs/btrfs/zoned.h 5 additions, 0 deletionsfs/btrfs/zoned.h
Loading
Please register or sign in to comment