On 07/01/2021 13:42, Andrew Price wrote:
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

I've pushed these patches to gfs2-utils/master to ease testing the kernel patches. mkfs.gfs2 will continue to create format 1801 filesystems by default until gfs2_ondisk.h kernel header is updated, but format 1802 can be tested using 'mkfs.gfs2 -o format=1802 ...' or 'tunegfs2 -r 1802 ...' for existing filesystems (subsequent downgrading is not supported).

Andy

Reply via email to