Hi folks, The xfsprogs for-next branch in repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated. Patches often get missed, so if your outstanding patches are properly reviewed on the list and not included in this update, please let me know. The for-next branch has also been updated to match the state of master. The new head of the for-next branch is commit: 8cd85addd72f1f6e569bd286f6a44dfce90355f1 New commits: Bill O'Donnell (1): [8cd85addd72f] xfs_repair: handling a block with bad crc, bad uuid, and bad magic number needs fixing Darrick J. Wong (5): [e6caefbdcf10] xfs_repair: fix wording of error message about leftover CoW blocks on the rt device [28db545be050] xfs_repair: don't recreate /quota metadir if there are no quota inodes [b26d16875213] xfs_repair: fix crash in reset_rt_metadir_inodes [bbd8ba73e64b] xfs_repair: fix infinite loop in longform_dir2_entry_check* [06adb3cb38be] xfs_repair: fix stupid argument error in verify_inode_chunk Matthew Wilcox (Oracle) (1): [0b4156b99b2a] xfs: Use abs_diff instead of XFS_ABSDIFF Ritesh Harjani (IBM) (4): [c2dcf4a8a3a5] xfs_io: Add support for preadv2 [92c62bdfa1d2] xfs_io: Add RWF_DONTCACHE support to pwritev2 [840b472675ed] xfs_io: Add RWF_DONTCACHE support to preadv2 [2d5aa51bee12] xfs_io: Add cachestat syscall support Theodore Ts'o (1): [d2d034be62f4] make: remove the .extradep file in libxfs on "make clean" Code Diffstat: configure.ac | 1 + include/builddefs.in | 1 + include/buildrules | 2 +- include/linux.h | 5 ++++ include/platform_defs.h | 19 ++++++++++++ io/Makefile | 7 ++++- io/cachestat.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++ io/init.c | 1 + io/io.h | 6 ++++ io/pread.c | 62 +++++++++++++++++++++++++++----------- io/pwrite.c | 14 +++++++-- libxfs/libxfs_api_defs.h | 1 + libxfs/xfs_alloc.c | 8 ++--- m4/package_libcdev.m4 | 19 ++++++++++++ man/man8/xfs_io.8 | 16 ++++++++-- repair/dino_chunks.c | 2 +- repair/phase6.c | 46 ++++++++++++++++++++++++----- repair/scan.c | 2 +- 18 files changed, 251 insertions(+), 38 deletions(-) create mode 100644 io/cachestat.c -- - Andrey