All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfsprogs for-next branch updated to 533034dc / v5.11.0-rc1
@ 2021-02-24 22:43 Eric Sandeen
  0 siblings, 0 replies; only message in thread
From: Eric Sandeen @ 2021-02-24 22:43 UTC (permalink / raw)
  To: xfs


[-- Attachment #1.1: Type: text/plain, Size: 3163 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 and tagged with v5.11.0-rc1.

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.

HOWEVER, this is very close to the final release, so unless it's
urgent your patch will hit 5.12.

The new head of the for-next branch is commit:

533034dc (HEAD -> for-next, tag: v5.11.0-rc1, korg/for-next, refs/patches/for-next/5.11-rc1) xfsprogs: Release v5.11.0-rc1

New Commits:

Darrick J. Wong (17):
      [b71bedbf] xfs_admin: clean up string quoting
      [9e5ce7a2] xfs_admin: support filesystems with realtime devices
      [67b8ca98] xfs_db: report the needsrepair flag in check and version commands
      [b95b770f] xfs_db: don't allow label/uuid setting if the needsrepair flag is set
      [1acabf90] xfs_repair: fix unmount error message to have a newline
      [bbe6680f] xfs_repair: clear quota CHKD flags on the incore superblock too
      [a7348c58] xfs_repair: clear the needsrepair flag
      [3b7667cb] xfs_repair: set NEEDSREPAIR the first time we write to a filesystem
      [704e4cef] libxfs: simulate system failure after a certain number of writes
      [8e9f22d6] xfs_repair: factor phase transitions into a helper
      [7007b99f] xfs_repair: add post-phase error injection points
      [8780b4bd] man: mark all deprecated V4 format options
      [6b1a9a24] xfs_repair: allow upgrades on v5 filesystems
      [ab9d8d69] xfs_admin: support adding features to V5 filesystems
      [49c226a5] xfs_repair: enable inobtcount upgrade via repair
      [63bbaacf] xfs_repair: enable bigtime upgrade via repair
      [5f58bffa] man: document XFS_XFLAG_APPEND behavior for directories

Eric Sandeen (1):
      [533034dc] xfsprogs: Release v5.11.0-rc1

Gao Xiang (1):
      [060ea87a] mkfs: make use of xfs_validate_stripe_geometry()


Code Diffstat:

 VERSION                         |   2 +-
 configure.ac                    |   2 +-
 db/check.c                      |   5 +
 db/sb.c                         |  13 +++
 db/xfs_admin.sh                 |  15 +--
 doc/CHANGES                     |  21 ++++
 include/linux.h                 |  13 +++
 include/xfs_mount.h             |   5 +
 libxfs/init.c                   |  88 ++++++++++++++---
 libxfs/libxfs_api_defs.h        |   1 +
 libxfs/libxfs_io.h              |  19 ++++
 libxfs/rdwr.c                   |  10 +-
 man/man2/ioctl_xfs_fsgetxattr.2 |   1 +
 man/man8/mkfs.xfs.8             |  19 ++++
 man/man8/xfs_admin.8            |  53 ++++++++++
 mkfs/xfs_mkfs.c                 |  35 +++----
 repair/agheader.c               |  21 ++++
 repair/globals.c                |   5 +
 repair/globals.h                |   5 +
 repair/phase2.c                 |  93 ++++++++++++++++++
 repair/xfs_repair.c             | 210 ++++++++++++++++++++++++++++++++++++----
 21 files changed, 579 insertions(+), 57 deletions(-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-24 22:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 22:43 [ANNOUNCE] xfsprogs for-next branch updated to 533034dc / v5.11.0-rc1 Eric Sandeen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.