Merge tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs updates from Chandan Babu: "Major changes in this release are limited to enabling FITRIM on realtime devices and Byte-based grant head log reservation tracking. The remaining changes are limited to fixes and cleanups included in this pull request. Core: - Enable FITRIM on the realtime device - Introduce byte-based grant head log reservation tracking instead of physical log location tracking. This allows grant head to track a full 64 bit bytes space and hence overcome the limit of 4GB indexing that has been present until now Fixes: - xfs_flush_unmap_range() and xfs_prepare_shift() should consider RT extents in the flush unmap range - Implement bounds check when traversing log operations during log replay - Prevent out of bounds access when traversing a directory data block - Prevent incorrect ENOSPC when concurrently performing file creation and file writes - Fix rtalloc rotoring when delalloc is in use Cleanups: - Clean up I/O path inode locking helpers and the page fault handler - xfs: hoist inode operations to libxfs in anticipation of the metadata inode directory feature, which maintains a directory tree of metadata inodes. This will be necessary for further enhancements to the realtime feature, subvolume support - Clean up some warts in the extent freeing log intent code - Clean up the refcount and rmap intent code before adding support for realtime devices - Provide the correct email address for sysfs ABI documentation" * tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (80 commits) xfs: fix rtalloc rotoring when delalloc is in use xfs: get rid of xfs_ag_resv_rmapbt_alloc xfs: skip flushing log items during push xfs: grant heads track byte counts, not LSNs xfs: pass the full grant head to accounting functions xfs: track log space pinned by the AIL xfs: collapse xlog_state_set_callback in caller xfs: l_last_sync_lsn is really AIL state xfs: ensure log tail is always up to date xfs: background AIL push should target physical space xfs: AIL doesn't need manual pushing xfs: move and rename xfs_trans_committed_bulk xfs: fix the contact address for the sysfs ABI documentation xfs: Avoid races with cnt_btree lastrec updates xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c xfs: simplify usage of the rcur local variable in xfs_refcount_finish_one xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_finish_one xfs: reuse xfs_refcount_update_cancel_item xfs: add a ci_entry helper xfs: remove xfs_trans_set_refcount_flags ...
Showing
- Documentation/ABI/testing/sysfs-fs-xfs 12 additions, 14 deletionsDocumentation/ABI/testing/sysfs-fs-xfs
- fs/xfs/Kconfig 12 additions, 0 deletionsfs/xfs/Kconfig
- fs/xfs/Makefile 1 addition, 0 deletionsfs/xfs/Makefile
- fs/xfs/libxfs/xfs_ag.c 1 addition, 1 deletionfs/xfs/libxfs/xfs_ag.c
- fs/xfs/libxfs/xfs_ag_resv.h 0 additions, 19 deletionsfs/xfs/libxfs/xfs_ag_resv.h
- fs/xfs/libxfs/xfs_alloc.c 139 additions, 96 deletionsfs/xfs/libxfs/xfs_alloc.c
- fs/xfs/libxfs/xfs_alloc.h 11 additions, 7 deletionsfs/xfs/libxfs/xfs_alloc.h
- fs/xfs/libxfs/xfs_alloc_btree.c 0 additions, 64 deletionsfs/xfs/libxfs/xfs_alloc_btree.c
- fs/xfs/libxfs/xfs_bmap.c 51 additions, 4 deletionsfs/xfs/libxfs/xfs_bmap.c
- fs/xfs/libxfs/xfs_bmap.h 3 additions, 0 deletionsfs/xfs/libxfs/xfs_bmap.h
- fs/xfs/libxfs/xfs_bmap_btree.c 1 addition, 1 deletionfs/xfs/libxfs/xfs_bmap_btree.c
- fs/xfs/libxfs/xfs_btree.c 0 additions, 51 deletionsfs/xfs/libxfs/xfs_btree.c
- fs/xfs/libxfs/xfs_btree.h 1 addition, 15 deletionsfs/xfs/libxfs/xfs_btree.h
- fs/xfs/libxfs/xfs_defer.c 3 additions, 1 deletionfs/xfs/libxfs/xfs_defer.c
- fs/xfs/libxfs/xfs_dir2.c 658 additions, 3 deletionsfs/xfs/libxfs/xfs_dir2.c
- fs/xfs/libxfs/xfs_dir2.h 48 additions, 1 deletionfs/xfs/libxfs/xfs_dir2.h
- fs/xfs/libxfs/xfs_dir2_data.c 26 additions, 5 deletionsfs/xfs/libxfs/xfs_dir2_data.c
- fs/xfs/libxfs/xfs_dir2_priv.h 7 additions, 0 deletionsfs/xfs/libxfs/xfs_dir2_priv.h
- fs/xfs/libxfs/xfs_format.h 4 additions, 5 deletionsfs/xfs/libxfs/xfs_format.h
- fs/xfs/libxfs/xfs_ialloc.c 17 additions, 3 deletionsfs/xfs/libxfs/xfs_ialloc.c
Please register or sign in to comment