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. The new head of the for-next branch is commit: 1c406526bd84 xfs: Fix spelling mistake "drity" -> "dirty" 5 new commits: Christoph Hellwig (2): [b73e05281cd9] xfs: remove the leftover xfs_{set,clear}_li_failed infrastructure [a1a56f541a8f] xfs: mark xfs_buf_free as might_sleep() Darrick J. Wong (1): [a37b3b9c3cc5] xfs: compute buffer address correctly in xmbuf_map_backing_mem Hans Holmberg (1): [845abeb1f06a] xfs: add tunable threshold parameter for triggering zone GC Zhang Xianwei (1): [1c406526bd84] xfs: Fix spelling mistake "drity" -> "dirty" Code Diffstat: fs/xfs/xfs_buf.c | 1 + fs/xfs/xfs_buf_mem.c | 2 +- fs/xfs/xfs_dquot.c | 3 +-- fs/xfs/xfs_inode_item.c | 6 ------ fs/xfs/xfs_log.c | 2 +- fs/xfs/xfs_mount.h | 1 + fs/xfs/xfs_sysfs.c | 32 ++++++++++++++++++++++++++++++++ fs/xfs/xfs_trans_ail.c | 5 ++--- fs/xfs/xfs_trans_priv.h | 28 ---------------------------- fs/xfs/xfs_zone_alloc.c | 7 +++++++ fs/xfs/xfs_zone_gc.c | 16 ++++++++++++++-- 11 files changed, 60 insertions(+), 43 deletions(-)