Hi folks, The xfsprogs repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated. This is a largish collection of various fixes, enhancements, and updates. After a little soak time, I'll merge this plus the libxfs/ changes currently in for-next to master. Any testing and/or bug reports are most welcome. 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: 29043c6 xfs_repair: update the manual content about xfs_repair exit status New Commits: Anna Schumaker (1): [4314180] xfs_io: Improvements to copy_range return code handling Darrick J. Wong (4): [2ca36c2] xfs_io: prefix dedupe command error messages consistently [0bd6599] xfs_io: fix the minimum arguments to the reflink command [c327e1f] xfs_io: fix some documentation problems [9fcc120] xfs_repair.8: document dirty log conditions Dave Chinner (6): [7a9b731] libxcmd: check CMD_FLAG_GLOBAL inside args_command() [ef346a2] libxcmd: rename args_command to command_iterator [d6ac046] libxcmd: merge command() and iterate_command() [92058d2] libxcmd: don't check generic library commands [16bf046] xfs_io: make various commands one-shot only [58a1899] libxcmd: add non-iterating user commands Deepa Dinamani (1): [8211d1b] xfs_io: implement 'utimes' command Eric Biggers (2): [06e7a37] xfs_io.8: remove duplicate .TP commands [0cf66b0] xfs_io: implement 'set_encpolicy' and 'get_encpolicy' commands Eric Sandeen (5): [3c84c54] xfs_logprint: di_gen is unsigned [5e303e2] xfsprogs: fix a couple 32-bit build warnings [11613dd] Update licenses in COPYING file [1f31bd2] build: add tar.xz target [1162297] libxfs-apply: minor improvements Gwendal Grignou (1): [0a71e38] build: Allow compiling xfsprogs in a cross compile environment Jan Engelhardt (2): [30a0fce] build: resolve autoheader warning [8432255] build: add missing AC_PROG_INSTALL Ralph Sennhauser (1): [2b86cff] xfs_io: fix building with musl Zirong Lang (1): [29043c6] xfs_repair: update the manual content about xfs_repair exit status Code Diffstat: Makefile | 10 +- configure.ac | 21 ++- doc/COPYING | 414 ++++------------------------------------------- include/builddefs.in | 6 +- include/command.h | 13 +- include/input.h | 1 + io/Makefile | 6 +- io/copy_file_range.c | 5 +- io/encrypt.c | 302 ++++++++++++++++++++++++++++++++++ io/file.c | 4 +- io/freeze.c | 4 +- io/getrusage.c | 3 +- io/imap.c | 2 +- io/init.c | 29 ++-- io/inject.c | 2 +- io/io.h | 2 + io/link.c | 2 +- io/mmap.c | 7 +- io/open.c | 7 +- io/readdir.c | 11 +- io/reflink.c | 14 +- io/resblks.c | 2 +- io/shutdown.c | 2 +- io/sync.c | 3 +- io/utimes.c | 81 ++++++++++ libxcmd/command.c | 159 ++++++++++++------ libxcmd/help.c | 2 +- libxcmd/input.c | 22 +++ libxcmd/quit.c | 2 +- libxfs/Makefile | 4 +- logprint/log_print_all.c | 2 +- m4/package_types.m4 | 1 + man/man8/xfs_io.8 | 86 ++++++++-- man/man8/xfs_repair.8 | 35 +++- quota/init.c | 13 +- quota/init.h | 2 - quota/path.c | 4 +- quota/report.c | 2 +- tools/libxfs-apply | 14 +- 39 files changed, 779 insertions(+), 522 deletions(-) create mode 100644 io/encrypt.c create mode 100755 io/utimes.c
Attachment:
signature.asc
Description: OpenPGP digital signature