-
- Downloads
Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull more xfs updates from Darrick Wong: "The most notable fix here prevents premature reuse of freed metadata blocks, and adding the ability to detect accidental nested transactions, which are not allowed here. - Restore a disused sysctl control knob that was inadvertently dropped during the merge window to avoid fstests regressions. - Don't speculatively release freed blocks from the busy list until we're actually allocating them, which fixes a rare log recovery regression. - Don't nest transactions when scanning for free space. - Add an idiot^Wmaintainer light to detect nested transactions. ;)" * tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: use current->journal_info for detecting transaction recursion xfs: don't nest transactions when scanning for eofblocks xfs: don't reuse busy extents on extent trim xfs: restore speculative_cow_prealloc_lifetime sysctl
No related branches found
No related tags found
Showing
- Documentation/admin-guide/xfs.rst 10 additions, 6 deletionsDocumentation/admin-guide/xfs.rst
- fs/iomap/buffered-io.c 0 additions, 7 deletionsfs/iomap/buffered-io.c
- fs/xfs/libxfs/xfs_btree.c 10 additions, 2 deletionsfs/xfs/libxfs/xfs_btree.c
- fs/xfs/xfs_aops.c 15 additions, 2 deletionsfs/xfs/xfs_aops.c
- fs/xfs/xfs_extent_busy.c 0 additions, 14 deletionsfs/xfs/xfs_extent_busy.c
- fs/xfs/xfs_sysctl.c 14 additions, 21 deletionsfs/xfs/xfs_sysctl.c
- fs/xfs/xfs_trans.c 15 additions, 18 deletionsfs/xfs/xfs_trans.c
- fs/xfs/xfs_trans.h 30 additions, 0 deletionsfs/xfs/xfs_trans.h
Loading
Please register or sign in to comment