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. At this point we're past -rc8, which means that I'm only accepting bug fixes. NOTE: Dave Chinner will be taking over as maintainer for one release cycle so that I can focus on finishing the design document for online fsck. IOWs, please send your patches to Dave (and linux-xfs) from the day after 5.18-rc1 drops until the day after 5.19-rc1 drops. The new head of the for-next branch is commit: 744e6c8ada5d xfs: constify xfs_name_dotdot 8 new commits: Darrick J. Wong (7): [eba0549bc7d1] xfs: don't generate selinux audit messages for capability testing [e014f37db1a2] xfs: use setattr_copy to set vfs inode attributes [dd3b015dd806] xfs: refactor user/group quota chown in xfs_setattr_nonsize [871b9316e7a7] xfs: reserve quota for dir expansion when linking/unlinking files [41667260bc84] xfs: reserve quota for target dir expansion when renaming files [996b2329b20a] xfs: constify the name argument to various directory functions [744e6c8ada5d] xfs: constify xfs_name_dotdot Gao Xiang (1): [1a39ae415c1b] xfs: add missing cmap->br_state = XFS_EXT_NORM update Code Diffstat: fs/xfs/libxfs/xfs_dir2.c | 36 +++++++------ fs/xfs/libxfs/xfs_dir2.h | 8 +-- fs/xfs/libxfs/xfs_dir2_priv.h | 5 +- fs/xfs/xfs_fsmap.c | 4 +- fs/xfs/xfs_inode.c | 85 ++++++++++++++++++------------ fs/xfs/xfs_inode.h | 2 +- fs/xfs/xfs_ioctl.c | 2 +- fs/xfs/xfs_iops.c | 118 +++++++++--------------------------------- fs/xfs/xfs_pnfs.c | 3 +- fs/xfs/xfs_reflink.c | 5 +- fs/xfs/xfs_trace.h | 4 +- fs/xfs/xfs_trans.c | 86 ++++++++++++++++++++++++++++++ fs/xfs/xfs_trans.h | 3 ++ kernel/capability.c | 1 + 14 files changed, 205 insertions(+), 157 deletions(-)