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. Still reading hch's attr cleanup series and hoping someone has time to review the two series I just posted. The new head of the for-next branch is commit: ca78eee7b4ac xfs: Add __packed to xfs_dir2_sf_entry_t definition New Commits: Allison Henderson (1): [d29f781c32b1] xfs: Remove all strlen in all xfs_attr_* functions for attr names. Arnd Bergmann (2): [3b62f000c86a] xfs: rename compat_time_t to old_time32_t [b8a0880a37e2] xfs: quota: move to time64_t interfaces Christoph Hellwig (4): [953aa9d136f5] xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE [84fd081f8ae9] xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLE [8cde9f259c7d] xfs: also remove cached ACLs when removing the underlying attr [780d29057781] xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag Darrick J. Wong (4): [7cb41b1d14e1] xfs: remove bogus assertion when online repair isn't enabled [a5084865524d] xfs: introduce XFS_MAX_FILEOFF [4bbb04abb4ee] xfs: truncate should remove all blocks, not just to the end of the page cache [932befe39dde] xfs: fix s_maxbytes computation on 32-bit kernels Eric Sandeen (1): [5a57c05b56b6] xfs: remove shadow variable in xfs_btree_lshift Vincenzo Frascino (1): [ca78eee7b4ac] xfs: Add __packed to xfs_dir2_sf_entry_t definition Code Diffstat: fs/xfs/libxfs/xfs_attr.c | 14 ++++++++----- fs/xfs/libxfs/xfs_attr.h | 15 +++++++++----- fs/xfs/libxfs/xfs_attr_leaf.c | 4 ++-- fs/xfs/libxfs/xfs_btree.c | 2 -- fs/xfs/libxfs/xfs_da_btree.h | 4 +++- fs/xfs/libxfs/xfs_da_format.h | 4 +--- fs/xfs/libxfs/xfs_format.h | 7 +++++++ fs/xfs/scrub/repair.h | 1 - fs/xfs/xfs_acl.c | 11 ++++++---- fs/xfs/xfs_dquot.c | 6 +++--- fs/xfs/xfs_inode.c | 24 +++++++++++----------- fs/xfs/xfs_ioctl.c | 20 +++++++++++++++--- fs/xfs/xfs_ioctl32.c | 9 +++++++- fs/xfs/xfs_ioctl32.h | 2 +- fs/xfs/xfs_iops.c | 6 ++++-- fs/xfs/xfs_qm.h | 6 +++--- fs/xfs/xfs_quotaops.c | 6 +++--- fs/xfs/xfs_reflink.c | 3 ++- fs/xfs/xfs_super.c | 48 +++++++++++++++++++------------------------ fs/xfs/xfs_trans_dquot.c | 8 +++++--- fs/xfs/xfs_xattr.c | 14 ++++++++----- 21 files changed, 127 insertions(+), 87 deletions(-)