Hi folks, The for-next branch of the xfs kernel repository at git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git has just been updated. Christoph, I pulled all of your DAX vs DIO patchset except for the last patch that changed the locking. I'm still undecided on that and my focus is on other things (like rmap) right now, so I've left it out for the moment. Speaking of rmap, that's the last piece I want to get into this cycle. There are a couple of ther fixes that would be nice to have, but rmap is the main one right now.... -Dave. The new head of the for-next branch is commit: dc4113d2 Merge branch 'xfs-4.8-dir2-sf-fixes' into for-next New Commits: Brian Foster (2): [c891c30] xfs: exclude never-released buffers from buftarg I/O accounting [9c7504a] xfs: track and serialize in-flight async buffers against unmount Christoph Hellwig (10): [8f3e205] xfs: don't pass ioflags around in the ioctl path [3176c3e] xfs: kill ioflags [cf81071] xfs: remove s_maxbytes enforcement in xfs_file_read_iter [bbc5a74] xfs: split xfs_file_read_iter into buffered and direct I/O helpers [f1285ff] xfs: stop using generic_file_read_iter for direct I/O [fa8d972] xfs: direct calls in the direct I/O path [16d4d43] xfs: split direct I/O and DAX path [8353a64] xfs: kill xfs_dir2_sf_off_t [266b696] xfs: kill xfs_dir2_inou_t [aa2dd0a] xfs: remove __arch_pack Dan Carpenter (1): [fbc21f3] xfs: don't allow negative error tags Dave Chinner (4): [f637161] Merge branch 'xfs-4.8-misc-fixes-3' into for-next [bbfeb61] Merge branch 'xfs-4.8-buf-fixes' into for-next [b47ec80] Merge branch 'xfs-4.8-split-dax-dio' into for-next [dc4113d2] Merge branch 'xfs-4.8-dir2-sf-fixes' into for-next Eric Sandeen (3): [e97f6c5] xfs: fix xfs_error_get_cfg for negative errnos [0b4db5d] xfs: remove extraneous buffer flag changes [5539d36] xfs: don't reset b_retries to 0 on every failure Hou Tao (1): [ad70328] xfs: remove the magic numbers in xfs_btree_block-related len macros Jann Horn (1): [7f1b624] xfs: fix type confusion in xfs_ioc_swapext Kaho Ng (1): [fbfb24b] xfs: indentation fix in xfs_btree_get_iroot() Code Diffstat: fs/xfs/libxfs/xfs_btree.c | 8 +- fs/xfs/libxfs/xfs_da_format.c | 31 +++--- fs/xfs/libxfs/xfs_da_format.h | 43 +++------ fs/xfs/libxfs/xfs_dir2_sf.c | 38 +++----- fs/xfs/libxfs/xfs_format.h | 66 ++++++++----- fs/xfs/xfs_aops.c | 24 +---- fs/xfs/xfs_aops.h | 3 + fs/xfs/xfs_buf.c | 170 ++++++++++++++++++++++++--------- fs/xfs/xfs_buf.h | 7 +- fs/xfs/xfs_buf_item.c | 12 +-- fs/xfs/xfs_error.c | 2 +- fs/xfs/xfs_error.h | 2 +- fs/xfs/xfs_file.c | 232 ++++++++++++++++++++++++++++++++++----------- fs/xfs/xfs_inode.h | 10 -- fs/xfs/xfs_ioctl.c | 33 ++++--- fs/xfs/xfs_ioctl.h | 3 - fs/xfs/xfs_ioctl32.c | 6 +- fs/xfs/xfs_linux.h | 7 -- fs/xfs/xfs_log.c | 5 +- fs/xfs/xfs_mount.c | 10 +- fs/xfs/xfs_ondisk.h | 6 +- fs/xfs/xfs_sysfs.c | 3 + fs/xfs/xfs_trace.h | 21 ++-- 23 files changed, 451 insertions(+), 291 deletions(-) -- Dave Chinner david@xxxxxxxxxxxxx
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs