All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH 0/3] gfs2-utils: New fs format version support
@ 2021-01-07 13:42 Andrew Price
  2021-01-07 13:42 ` [Cluster-devel] [PATCH 1/3] mkfs.gfs2: Add extended option for specifying format version Andrew Price
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrew Price @ 2021-01-07 13:42 UTC (permalink / raw)
  To: cluster-devel.redhat.com

This patch set prepares gfs2-utils for supporting fs format 1802, which is intended to enable trusted.* xattrs and enable rgrplvb by default. mkfs.gfs2 still creates filesystems with format 1801 by default.

Andrew Price (3):
  mkfs.gfs2: Add extended option for specifying format version
  fsck.gfs2: Enable checking of format 1802
  tunegfs2: Add support for fs format versions

 gfs2/fsck/fsck.h          |  2 +-
 gfs2/fsck/initialize.c    |  2 +-
 gfs2/fsck/pass1.c         | 12 ++++++++++--
 gfs2/libgfs2/libgfs2.h    |  6 +++++-
 gfs2/libgfs2/structures.c |  4 ++--
 gfs2/man/mkfs.gfs2.8      |  3 +++
 gfs2/man/tunegfs2.8       |  5 +++++
 gfs2/mkfs/main_mkfs.c     | 26 +++++++++++++++++++++++++-
 gfs2/tune/Makefile.am     |  3 ++-
 gfs2/tune/main.c          | 18 +++++++++++++-----
 gfs2/tune/super.c         | 20 ++++++++++++++++++++
 gfs2/tune/tunegfs2.h      |  5 +++--
 tests/Makefile.am         |  3 ++-
 tests/fsck.at             |  4 +++-
 tests/mkfs.at             | 10 ++++++++++
 tests/testsuite.at        |  1 +
 tests/tune.at             | 17 +++++++++++++++++
 17 files changed, 123 insertions(+), 18 deletions(-)
 create mode 100644 tests/tune.at

-- 
2.29.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-12 14:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 13:42 [Cluster-devel] [PATCH 0/3] gfs2-utils: New fs format version support Andrew Price
2021-01-07 13:42 ` [Cluster-devel] [PATCH 1/3] mkfs.gfs2: Add extended option for specifying format version Andrew Price
2021-01-07 13:42 ` [Cluster-devel] [PATCH 2/3] fsck.gfs2: Enable checking of format 1802 Andrew Price
2021-01-07 13:42 ` [Cluster-devel] [PATCH 3/3] tunegfs2: Add support for fs format versions Andrew Price
2021-01-12 14:22 ` [Cluster-devel] [PATCH 0/3] gfs2-utils: New fs format version support Andrew Price

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.