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: 4e35be63c4ad xfs: add a b_iodone callback to struct xfs_buf 15 new commits: Christoph Hellwig (15): [cbd6883ed866] xfs: fix a double completion for buffers on in-memory targets [83e9c69dcf18] xfs: remove the incorrect comment above xfs_buf_free_maps [411ff3f7386a] xfs: remove the incorrect comment about the b_pag field [05b5968f33a9] xfs: move xfs_buf_iowait out of (__)xfs_buf_submit [eb43b0b5cab8] xfs: simplify xfs_buf_delwri_pushbuf [72842dbc2b81] xfs: remove xfs_buf_delwri_submit_buffers [0195647abaac] xfs: move write verification out of _xfs_buf_ioapply [8db65d312b57] xfs: move in-memory buftarg handling out of _xfs_buf_ioapply [fac69ec8cd74] xfs: simplify buffer I/O submission [5c82a471c2b7] xfs: move invalidate_kernel_vmap_range to xfs_buf_ioend [6dca5abb3d10] xfs: remove the extra buffer reference in xfs_buf_submit [819f29cc7be6] xfs: always complete the buffer inline in xfs_buf_submit [46eba93d4f58] xfs: simplify xfsaild_resubmit_item [4f1aefd13e94] xfs: move b_li_list based retry handling to common code [4e35be63c4ad] xfs: add a b_iodone callback to struct xfs_buf Code Diffstat: fs/xfs/xfs_buf.c | 511 +++++++++++++++++------------------------------- fs/xfs/xfs_buf.h | 9 +- fs/xfs/xfs_buf_item.h | 5 - fs/xfs/xfs_dquot.c | 14 +- fs/xfs/xfs_inode_item.c | 14 +- fs/xfs/xfs_trans_ail.c | 9 +- fs/xfs/xfs_trans_buf.c | 8 +- 7 files changed, 194 insertions(+), 376 deletions(-)