Hi folks, The for-next branch of the xfsprogs repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated and tagged with xfsprogs: v4.11.0-rc1 This contains a couple more small libxfs updates, along with the xfsprogs-proper patches which have had a bit of soak and review time. This is shaping up to be a "stabilization" release, I guess, with not too many changes this time around. 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: 07a3e79 xfsprogs: Release v4.11.0-rc1 New Commits: Brian Foster (1): [948ade7] xfs_repair: detect invalid zero-sized symlink inodes Calvin Owens (1): [c229968] xfs_io: Fix "falloc -p" to pass KEEP_SIZE Darrick J. Wong (3): [b0a898f] libxfs: fix xfs_extent_busy_flush macro definition [d15188a] xfs: rework the inline directory verifiers [75dc678] xfs_io: support shutdown command on foreign fses Eric Sandeen (9): [e8a1c98] xfsprogs: remove unused libxfs helper #defines [47e4870] xfs_repair: warn about dirty log with -n option [912ba35] xfs_repair: pass btnum not magic to phase5 functions [5893de5] xfsprogs: fix build dep on configure.ac [a8cef9f] xfs_io: move stat functions to new file [2e03a36] xfs_io: refactor stat functions, add raw dump [12caa87] xfs_io: hook up statx [4c87a00] xfs.5: document barrier deprecation in xfs [07a3e79] xfsprogs: Release v4.11.0-rc1 Code Diffstat: Makefile | 2 +- VERSION | 4 +- configure.ac | 2 +- doc/CHANGES | 8 + io/Makefile | 2 +- io/init.c | 1 + io/io.h | 3 +- io/open.c | 160 ------------------- io/prealloc.c | 2 +- io/shutdown.c | 2 +- io/stat.c | 414 ++++++++++++++++++++++++++++++++++++++++++++++++ io/statx.h | 162 +++++++++++++++++++ libxfs/libxfs_priv.h | 40 +---- libxfs/util.c | 9 ++ libxfs/xfs_dir2_priv.h | 3 +- libxfs/xfs_dir2_sf.c | 63 +++++--- libxfs/xfs_inode_fork.c | 35 ++-- libxfs/xfs_inode_fork.h | 2 +- man/man5/xfs.5 | 6 + man/man8/xfs_io.8 | 36 ++++- repair/dinode.c | 5 + repair/phase2.c | 9 +- repair/phase5.c | 63 +++----- 23 files changed, 736 insertions(+), 297 deletions(-) create mode 100644 io/stat.c create mode 100644 io/statx.h
Attachment:
signature.asc
Description: OpenPGP digital signature