* [ANNOUNCE] xfsprogs for-next updated to b94a69ac
@ 2019-09-30 17:45 Eric Sandeen
0 siblings, 0 replies; only message in thread
From: Eric Sandeen @ 2019-09-30 17:45 UTC (permalink / raw)
To: linux-xfs
[-- Attachment #1.1: Type: text/plain, Size: 4139 bytes --]
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.
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@vger.kernel.org so they can be
picked up in the next update.
The new head of the for-next branch is commit:
b94a69ac (HEAD -> for-next) misc: convert from XFS_IOC_FSINUMBERS to XFS_IOC_INUMBERS
New Commits:
Darrick J. Wong (17):
[bb85ae74] xfs_spaceman: report health problems
[991e5a84] xfs_scrub: remove unnecessary fd parameter from file scrubbers
[5ef3b66a] libfrog: share scrub headers
[8dd3922c] libfrog: add online scrub/repair for superblock counters
[469f76cb] xfs_scrub: separate internal metadata scrub functions
[cbaf1c9d] xfs_scrub: check summary counters
[83630b7f] xfs_scrub: refactor queueing of subdir scan work item
[4953e709] xfs_scrub: fix nr_dirs accounting problems
[44012ab0] xfs_scrub: remove unnecessary wakeup wait in scan_fs_tree
[cad15696] libxfs: fix uncached buffer refcounting
[3d943e22] libxfs: fix buffer refcounting in delwri_queue
[7db2e3c1] libxfs: make xfs_buf_delwri_submit actually do something
[7b754805] mkfs: use libxfs to write out new AGs
[04fa6912] man: add documentation for v5 bulkstat ioctl
[085b39cc] man: add documentation for v5 inumbers ioctl
[4cca629d] misc: convert xfrog_bulkstat functions to have v5 semantics
[b94a69ac] misc: convert from XFS_IOC_FSINUMBERS to XFS_IOC_INUMBERS
Jianhong Yin (1):
[64e366d9] xfs_io: copy_range don't truncate dst_file, and add smart length
Code Diffstat:
fsr/xfs_fsr.c | 64 ++++-
include/libxfs.h | 1 +
io/copy_file_range.c | 42 ++-
io/imap.c | 26 +-
io/open.c | 56 ++--
io/scrub.c | 89 ++-----
io/swapext.c | 9 +-
libfrog/Makefile | 2 +
libfrog/bulkstat.c | 563 +++++++++++++++++++++++++++++++++++++---
libfrog/bulkstat.h | 24 +-
libfrog/fsgeom.c | 16 ++
libfrog/fsgeom.h | 10 +
libfrog/scrub.c | 146 +++++++++++
libfrog/scrub.h | 36 +++
libxfs/libxfs_api_defs.h | 3 +
libxfs/libxfs_io.h | 29 +++
libxfs/libxfs_priv.h | 4 -
libxfs/rdwr.c | 30 ++-
libxfs/util.c | 1 +
man/man2/ioctl_xfs_bulkstat.2 | 346 ++++++++++++++++++++++++
man/man2/ioctl_xfs_fsbulkstat.2 | 6 +
man/man2/ioctl_xfs_inumbers.2 | 128 +++++++++
man/man8/xfs_io.8 | 12 +-
man/man8/xfs_spaceman.8 | 28 ++
mkfs/xfs_mkfs.c | 371 +++-----------------------
quota/quot.c | 29 +--
scrub/fscounters.c | 21 +-
scrub/inodes.c | 75 +++---
scrub/inodes.h | 2 +-
scrub/phase3.c | 16 +-
scrub/phase4.c | 12 +
scrub/phase5.c | 8 +-
scrub/phase6.c | 2 +-
scrub/phase7.c | 14 +
scrub/repair.c | 3 +
scrub/scrub.c | 278 ++++++++------------
scrub/scrub.h | 18 +-
scrub/unicrash.c | 6 +-
scrub/unicrash.h | 4 +-
scrub/vfs.c | 140 ++++++----
spaceman/Makefile | 2 +-
spaceman/health.c | 470 +++++++++++++++++++++++++++++++++
spaceman/init.c | 1 +
spaceman/space.h | 1 +
44 files changed, 2317 insertions(+), 827 deletions(-)
create mode 100644 libfrog/scrub.c
create mode 100644 libfrog/scrub.h
create mode 100644 man/man2/ioctl_xfs_bulkstat.2
create mode 100644 man/man2/ioctl_xfs_inumbers.2
create mode 100644 spaceman/health.c
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 873 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-30 21:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-30 17:45 [ANNOUNCE] xfsprogs for-next updated to b94a69ac Eric Sandeen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).