[ANNOUNCE] xfsprogs v5.2.0 released

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

 



Hi folks,

xfsprogs v5.2.0 has been released, and the xfsprogs repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git

has just been updated.

Tarballs are available at:

https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-5.2.0.tar.gz
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-5.2.0.tar.xz
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-5.2.0.tar.sign


This is the most boring release ever(tm).  It contains only libxfs syncups,
and some cosmetic changes unique to xfsprogs-specific libxfs/ files.
Onward to 5.3!

Thanks,
-Eric

The new head of the master branch is commit:

2976bfe xfsprogs: Release v5.2.0

New Commits since v5.1.0:

Brian Foster (3):
      [580a438] xfs: don't account extra agfl blocks as available
      [b8b9c3c] xfs: make tr_growdata a permanent transaction
      [d85d342] xfs: assert that we don't enter agfl freeing with a non-permanent transaction

Darrick J. Wong (11):
      [f866934] xfs: track metadata health status
      [7b55f0f] xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
      [25b8487] xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
      [debdc16] xfs: add a new ioctl to describe allocation group geometry
      [69423ea] xfs: report fs and rt health via geometry structure
      [378d9e6] xfs: report AG health via AG geometry ioctl
      [f394edc] xfs: report inode health via bulkstat
      [f73690f] xfs: track delayed allocation reservations across the filesystem
      [9833c1a] xfs: always rejoin held resources during defer roll
      [e9caede] xfs: add online scrub for superblock counters
      [247c499] xfs: don't reserve per-AG space for an internal log

Dave Chinner (1):
      [4ddaada] xfs: bump XFS_IOC_FSGEOMETRY to v5 structures

Eric Sandeen (7):
      [a37cde5] xfs: change some error-less functions to void types
      [e20cbd1] xfsprogs: Release v5.2.0-rc0
      [e6afdab] libxfs: reorder functions in libxfs/trans.c
      [9c64b9b] libxfs: cosmetic changes to libxfs/trans.c
      [42b85f5] libxfs: trivial changes to libxfs/trans.c
      [3a3f5b1] libxfs: don't use enum for buffer flags
      [2976bfe] xfsprogs: Release v5.2.0


Code Diffstat:

 VERSION                     |   2 +-
 configure.ac                |   2 +-
 db/info.c                   |  10 +-
 debian/changelog            |   6 +
 doc/CHANGES                 |   6 +
 fsr/xfs_fsr.c               |   8 +-
 include/xfs_mount.h         |   8 +
 include/xfs_trace.h         |   5 +
 include/xfs_trans.h         |   7 +-
 libxfs/libxfs_api_defs.h    |   1 +
 libxfs/libxfs_io.h          |  17 +-
 libxfs/libxfs_priv.h        |   1 +
 libxfs/trans.c              | 406 +++++++++++++++++++++++++++-----------------
 libxfs/util.c               |  21 ++-
 libxfs/xfs_ag.c             |  54 ++++++
 libxfs/xfs_ag.h             |   2 +
 libxfs/xfs_alloc.c          |  13 +-
 libxfs/xfs_attr.c           |  35 ++--
 libxfs/xfs_attr.h           |   2 +-
 libxfs/xfs_bmap.c           |  17 +-
 libxfs/xfs_defer.c          |  14 +-
 libxfs/xfs_dquot_buf.c      |   4 +-
 libxfs/xfs_fs.h             | 139 +++++++++++----
 libxfs/xfs_health.h         | 190 +++++++++++++++++++++
 libxfs/xfs_ialloc_btree.c   |   9 +
 libxfs/xfs_quota_defs.h     |   2 +-
 libxfs/xfs_refcount_btree.c |   9 +
 libxfs/xfs_rmap_btree.c     |   9 +
 libxfs/xfs_sb.c             |  18 +-
 libxfs/xfs_sb.h             |   2 +-
 libxfs/xfs_trans_resv.c     |   6 +-
 libxfs/xfs_types.c          |   2 +-
 libxfs/xfs_types.h          |   2 +
 mkfs/xfs_mkfs.c             |  11 +-
 rtcp/xfs_rtcp.c             |   2 +-
 35 files changed, 766 insertions(+), 276 deletions(-)
 create mode 100644 libxfs/xfs_health.h

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