[ANNOUNCE] xfsprogs: v6.16.0 released

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

 



Hi folks,

The xfsprogs master branch in repository at:

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

has just been updated.

Patches often get missed, so if your outstanding patches are properly reviewed
on the list and not included in this update, please let me know.

The for-next branch has also been updated to match the state of master.

The new head of the master branch is commit:

1d287f3d958ebc425275d6a08ad6977e13e52fac

New commits:

Andrey Albershteyn (1):
      [1d287f3d958e] xfsprogs: Release v6.16.0

Christoph Hellwig (3):
      [f3fe5f5eecfa] xfs: don't allocate the xfs_extent_busy structure for zoned RTGs
      [ea5d15f34e81] move xfs_log_recover.h to libxfs/
      [0c5c99ee8669] libxfs: update xfs_log_recover.h to kernel version as of Linux 6.16

Darrick J. Wong (12):
      [1705e1fabf77] xfs: add helpers to compute transaction reservation for finishing intent items
      [4c6a63fdb9d4] libxfs: add helpers to compute log item overhead
      [1ba98d1f4fd9] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
      [fe8cfecb916f] libfrog: move statx.h from io/ to libfrog/
      [b5b477a38244] xfs_db: create an untorn_max subcommand
      [55b28badd9c1] xfs_io: dump new atomic_write_unit_max_opt statx field
      [875e57e81ce4] mkfs: don't complain about overly large auto-detected log stripe units
      [5015906cf669] mkfs: autodetect log stripe unit for external log devices
      [b245cf325293] mkfs: try to align AG size based on atomic write capabilities
      [3423827c2ed3] mkfs: allow users to configure the desired maximum atomic write size
      [854665693e67] xfs_scrub: remove EXPERIMENTAL warnings
      [466e8aa6e0e8] misc: fix reversed calloc arguments

Dave Chinner (1):
      [68facb8397c5] xfs: catch stale AGF/AGF metadata

John Garry (4):
      [5049ea2e832a] xfs: allow block allocator to take an alignment hint
      [8ccf3002f5f7] xfs: commit CoW-based atomic writes atomically
      [9ae045b77d88] xfs: add xfs_calc_atomic_write_unit_max()
      [264762bb42b9] mkfs: require reflink for max_atomic_write option

Xavier Claude (1):
      [9ec44397ea2a] Document current limitation of shrinking fs

Code Diffstat:

 VERSION                   |   2 +-
 configure.ac              |   2 +-
 db/logformat.c            | 129 ++++++++++++++++++
 db/namei.c                |   2 +-
 debian/changelog          |   6 +
 doc/CHANGES               |  11 ++
 include/bitops.h          |  12 ++
 include/libxfs.h          |   1 +
 include/platform_defs.h   |  14 ++
 include/xfs_log_recover.h |  47 -------
 include/xfs_trace.h       |   3 +
 io/stat.c                 |  21 +--
 libfrog/Makefile          |   1 +
 {io => libfrog}/statx.h   |  23 +++-
 libxcmd/input.c           |   2 +-
 libxfs/defer_item.c       |  51 +++++++
 libxfs/defer_item.h       |  14 ++
 libxfs/libxfs_api_defs.h  |   5 +
 libxfs/topology.c         |  36 +++++
 libxfs/topology.h         |   6 +-
 libxfs/xfs_alloc.c        |  41 ++++--
 libxfs/xfs_bmap.c         |   5 +
 libxfs/xfs_bmap.h         |   6 +-
 libxfs/xfs_group.c        |  14 +-
 libxfs/xfs_ialloc.c       |  31 ++++-
 libxfs/xfs_log_recover.h  | 174 ++++++++++++++++++++++++
 libxfs/xfs_log_rlimit.c   |   4 +
 libxfs/xfs_trans_resv.c   | 339 +++++++++++++++++++++++++++++++++++++++++-----
 libxfs/xfs_trans_resv.h   |  25 ++++
 logprint/log_misc.c       |   2 +-
 m4/package_libcdev.m4     |   2 +-
 man/man8/mkfs.xfs.8.in    |   7 +
 man/man8/xfs_db.8         |  10 ++
 man/man8/xfs_growfs.8     |   1 +
 man/man8/xfs_scrub.8      |   6 -
 mkfs/xfs_mkfs.c           | 257 +++++++++++++++++++++++++++++++++--
 repair/phase3.c           |   2 +-
 repair/quotacheck.c       |   2 +-
 scrub/xfs_scrub.c         |   3 -
 39 files changed, 1177 insertions(+), 142 deletions(-)
 delete mode 100644 include/xfs_log_recover.h
 rename {io => libfrog}/statx.h (94%)
 create mode 100644 libxfs/xfs_log_recover.h

-- 
- Andrey





[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