Hi folks, The xfsprogs repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.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: f5de3c7 xfsprogs: Release v5.1.0-rc1 Barring horrific problems this will be what is released as 5.1.0, so if I'm missing something speak up now. New Commits: Allison Collins (1): [59cf967] xfsprogs: Fix uninitialized cfg->lsunit Alvin Zheng (1): [c72f16b] mkfs.xfs.8: Fix an inconsistency between the code and the man page. Amir Goldstein (1): [10d4ca4] xfs_io: allow passing an open file to copy_range Darrick J. Wong (9): [21e8caf] man: create a separate GETXATTR/SETXATTR ioctl manpage [b427c81] man: create a separate GEOMETRY ioctl manpage [9a59e45] man: create a separate FSBULKSTAT ioctl manpage [6237c49] man: link to the SCRUB_METADATA ioctl manpage from xfsctl.3 [59f96d9] man: create a separate INUMBERS ioctl manpage [1a7af84] man: create a separate FSCOUNTS ioctl manpage [cb5c5cb] man: create a separate RESBLKS ioctl manpage [647d25c] man: create a separate GETBMAPX/GETBMAPA/GETBMAP ioctl manpage [8a91e33] man: create a separate xfs shutdown ioctl manpage Eric Sandeen (3): [9c726ef] mkfs: don't use xfs_verify_fsbno() before m_sb is fully set up [328148f] xfs_io: reorganize source file handling in copy_range [f5de3c7] xfsprogs: Release v5.1.0-rc1 Yang Xu (1): [b68e255] mkfs: remove useless log options in usage Code Diffstat: VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 + doc/CHANGES | 15 ++ io/copy_file_range.c | 30 ++- man/man2/ioctl_xfs_fsbulkstat.2 | 216 +++++++++++++++++++++ man/man2/ioctl_xfs_fscounts.2 | 69 +++++++ man/man2/ioctl_xfs_fsgetxattr.2 | 242 +++++++++++++++++++++++ man/man2/ioctl_xfs_fsgetxattra.2 | 1 + man/man2/ioctl_xfs_fsinumbers.2 | 122 ++++++++++++ man/man2/ioctl_xfs_fsop_geometry.2 | 221 +++++++++++++++++++++ man/man2/ioctl_xfs_fssetxattr.2 | 1 + man/man2/ioctl_xfs_getbmap.2 | 1 + man/man2/ioctl_xfs_getbmapa.2 | 1 + man/man2/ioctl_xfs_getbmapx.2 | 176 +++++++++++++++++ man/man2/ioctl_xfs_getresblks.2 | 67 +++++++ man/man2/ioctl_xfs_goingdown.2 | 60 ++++++ man/man2/ioctl_xfs_setresblks.2 | 1 + man/man3/xfsctl.3 | 386 +++++++------------------------------ man/man8/mkfs.xfs.8 | 14 +- man/man8/xfs_io.8 | 10 +- mkfs/xfs_mkfs.c | 11 +- 22 files changed, 1306 insertions(+), 348 deletions(-) create mode 100644 man/man2/ioctl_xfs_fsbulkstat.2 create mode 100644 man/man2/ioctl_xfs_fscounts.2 create mode 100644 man/man2/ioctl_xfs_fsgetxattr.2 create mode 100644 man/man2/ioctl_xfs_fsgetxattra.2 create mode 100644 man/man2/ioctl_xfs_fsinumbers.2 create mode 100644 man/man2/ioctl_xfs_fsop_geometry.2 create mode 100644 man/man2/ioctl_xfs_fssetxattr.2 create mode 100644 man/man2/ioctl_xfs_getbmap.2 create mode 100644 man/man2/ioctl_xfs_getbmapa.2 create mode 100644 man/man2/ioctl_xfs_getbmapx.2 create mode 100644 man/man2/ioctl_xfs_getresblks.2 create mode 100644 man/man2/ioctl_xfs_goingdown.2 create mode 100644 man/man2/ioctl_xfs_setresblks.2
Attachment:
signature.asc
Description: OpenPGP digital signature