Hi folks, The for-next branch of the xfs-linux repository at: git://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. These are all bug fixes that we've been working on for the past couple of weeks. A reminder: Dave Chinner will be taking over as XFS maintainer for one release cycle, starting from the day 5.18-rc1 drops until 5.19-rc1 is tagged so that I can focus on starting a massive design review for the (feature complete after five years) online repair feature. The new head of the for-next branch is commit: 919edbadebe1 xfs: drop async cache flushes from CIL commits. 14 new commits: Darrick J. Wong (6): [93defd5a15dd] xfs: document the XFS_ALLOC_AGFL_RESERVE constant [c8c568259772] xfs: don't include bnobt blocks when reserving free block pool [15f04fdc75aa] xfs: remove infinite loop when reserving free block pool [0baa2657dc4d] xfs: always succeed at setting the reserve pool size [82be38bcf8a2] xfs: fix overfilling of reserve pool [85bcfa26f9a3] xfs: don't report reserved bnobt space as available Dave Chinner (8): [d2d7c0473586] xfs: aborting inodes on shutdown may need buffer lock [ab9c81ef321f] xfs: shutdown in intent recovery has non-intent items in the AIL [cd6f79d1fb32] xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks [b5f17bec1213] xfs: log shutdown triggers should only shut down the log [41e636218358] xfs: xfs_do_force_shutdown needs to block racing shutdowns [3c4cb76bce43] xfs: xfs_trans_commit() path must check for log shutdown [5652ef31705f] xfs: shutdown during log recovery needs to mark the log shutdown [919edbadebe1] xfs: drop async cache flushes from CIL commits. Code Diffstat: fs/xfs/libxfs/xfs_alloc.c | 28 ++++++-- fs/xfs/libxfs/xfs_alloc.h | 1 - fs/xfs/xfs_bio_io.c | 35 ---------- fs/xfs/xfs_fsops.c | 60 ++++++++--------- fs/xfs/xfs_icache.c | 2 +- fs/xfs/xfs_inode.c | 2 +- fs/xfs/xfs_inode_item.c | 164 +++++++++++++++++++++++++++++++++++++--------- fs/xfs/xfs_inode_item.h | 1 + fs/xfs/xfs_linux.h | 2 - fs/xfs/xfs_log.c | 109 ++++++++++++++++-------------- fs/xfs/xfs_log_cil.c | 46 +++++-------- fs/xfs/xfs_log_priv.h | 14 +++- fs/xfs/xfs_log_recover.c | 56 ++++++---------- fs/xfs/xfs_mount.c | 3 +- fs/xfs/xfs_mount.h | 15 +++++ fs/xfs/xfs_super.c | 3 +- fs/xfs/xfs_trans.c | 48 +++++++++----- fs/xfs/xfs_trans_ail.c | 8 +-- 18 files changed, 348 insertions(+), 249 deletions(-)