[ANNOUNCE] xfsprogs for-next updated to 7c432f77

[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:

7c432f77 misc: convert utilities to use "fallthrough;"

New Commits:

Darrick J. Wong (5):
      [ec4e15fd] mkfs: move mkfs/proto.c declarations to mkfs/proto.h
      [6bc3531c] libfrog: move topology.[ch] to libxfs
      [b9ee1227] libxfs: port xfs_set_inode_alloc from the kernel
      [8fb63e2a] libxfs: fix whitespace inconsistencies with kernel
      [7c432f77] misc: convert utilities to use "fallthrough;"

Dave Chinner (3):
      [e4da1b16] xfsprogs: introduce liburcu support
      [686bddf9] libxfs: add spinlock_t wrapper
      [de555f66] atomic: convert to uatomic

Gustavo A. R. Silva (1):
      [df9c7d8d] xfs: Fix fall-through warnings for Clang


Code Diffstat:

 configure.ac                   |   3 +
 copy/Makefile                  |   3 +-
 copy/xfs_copy.c                |   3 +
 db/Makefile                    |   3 +-
 db/type.c                      |   2 +-
 debian/control                 |   2 +-
 growfs/Makefile                |   3 +-
 growfs/xfs_growfs.c            |   6 +-
 include/Makefile               |   1 +
 include/atomic.h               |  65 +++++++++++++++---
 include/builddefs.in           |   4 +-
 include/libxfs.h               |   2 +
 include/linux.h                |  21 ++++++
 include/platform_defs.h.in     |   1 +
 include/spinlock.h             |  25 +++++++
 include/xfs_inode.h            |   1 +
 include/xfs_mount.h            |   2 +
 include/xfs_multidisk.h        |   5 --
 include/xfs_trans.h            |   1 +
 libfrog/Makefile               |   2 -
 libfrog/workqueue.c            |   3 +
 libxfs/Makefile                |  10 +--
 libxfs/init.c                  | 149 ++++++++++++++++++++++++++---------------
 libxfs/libxfs_priv.h           |   7 +-
 libxfs/logitem.c               |   4 +-
 libxfs/rdwr.c                  |   2 +
 {libfrog => libxfs}/topology.c |   5 +-
 {libfrog => libxfs}/topology.h |   6 +-
 libxfs/xfs_ag_resv.c           |   4 +-
 libxfs/xfs_alloc.c             |   2 +-
 libxfs/xfs_btree.h             |   2 +-
 libxfs/xfs_da_btree.c          |   2 +-
 libxfs/xfs_rmap_btree.h        |   2 +-
 logprint/Makefile              |   3 +-
 m4/Makefile                    |   1 +
 m4/package_urcu.m4             |  22 ++++++
 mdrestore/Makefile             |   3 +-
 mkfs/Makefile                  |   2 +-
 mkfs/proto.c                   |   1 +
 mkfs/proto.h                   |  13 ++++
 mkfs/xfs_mkfs.c                |   2 +-
 repair/Makefile                |   2 +-
 repair/dinode.c                |  18 ++---
 repair/phase4.c                |   4 +-
 repair/prefetch.c              |   9 ++-
 repair/progress.c              |   4 +-
 repair/sb.c                    |   1 -
 repair/scan.c                  |   4 +-
 scrub/Makefile                 |   3 +-
 scrub/inodes.c                 |   2 +-
 scrub/progress.c               |   2 +
 scrub/repair.c                 |   2 +-
 scrub/scrub.c                  |   8 +--
 53 files changed, 327 insertions(+), 132 deletions(-)
 create mode 100644 include/spinlock.h
 rename {libfrog => libxfs}/topology.c (99%)
 rename {libfrog => libxfs}/topology.h (88%)
 create mode 100644 m4/package_urcu.m4
 create mode 100644 mkfs/proto.h

Attachment: OpenPGP_signature
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