Hi folks, The for-next branch of the xfs-linux repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. The new head of the for-next branch is commit: 4e69f490d211 Merge tag 'xfs-fstrim-busy-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-6.6-fixesC 4 new commits: Chandan Babu R (1): [4e69f490d211] Merge tag 'xfs-fstrim-busy-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-6.6-fixesC Dave Chinner (3): [428c4435b063] xfs: move log discard work to xfs_discard.c [89cfa899608f] xfs: reduce AGF hold times during fstrim operations [e78a40b85171] xfs: abort fstrim if kernel is suspending Code Diffstat: fs/xfs/xfs_discard.c | 266 ++++++++++++++++++++++++++++++++++++++++++----- fs/xfs/xfs_discard.h | 6 +- fs/xfs/xfs_extent_busy.c | 34 ++++-- fs/xfs/xfs_extent_busy.h | 24 ++++- fs/xfs/xfs_log_cil.c | 93 +++-------------- fs/xfs/xfs_log_priv.h | 5 +- 6 files changed, 311 insertions(+), 117 deletions(-)