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: f76823e3b284 xfs: split xfs_zone_record_blocks 8 new commits: Andrey Albershteyn (1): [5d94b19f0664] xfs: fix scrub trace with null pointer in quotacheck Christoph Hellwig (4): [647b3d59c768] xfs: fix frozen file system assert in xfs_trans_alloc [d2845519b072] xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flags [82efde9cf2e4] xfs: remove XFS_IBULK_SAME_AG [f76823e3b284] xfs: split xfs_zone_record_blocks John Garry (2): [68456d05eb57] xfs: disallow atomic writes on DAX [8dc5e9b03713] xfs: reject max_atomic_write mount option for no reflink Code Diffstat: fs/xfs/scrub/trace.h | 2 +- fs/xfs/xfs_file.c | 6 +++--- fs/xfs/xfs_inode.h | 11 +++++++++++ fs/xfs/xfs_ioctl.c | 2 +- fs/xfs/xfs_iops.c | 5 +++-- fs/xfs/xfs_itable.c | 8 ++------ fs/xfs/xfs_itable.h | 10 ++++------ fs/xfs/xfs_mount.c | 19 +++++++++++++++++++ fs/xfs/xfs_trace.h | 1 + fs/xfs/xfs_trans.c | 2 +- fs/xfs/xfs_zone_alloc.c | 42 +++++++++++++++++++++++++++++------------- 11 files changed, 75 insertions(+), 33 deletions(-)