[ANNOUNCE] xfsprogs for-next updated to b94a69ac

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxx 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: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux