[PATCH 0/4] Richacl support

Andreas Gruenbacher agruenba at redhat.com
Fri Oct 23 14:17:04 CDT 2015


Here are my xfsprogs changes for adding richacl support.

The richacl on-disk format should be the same across all filesystems, so it
makes sense to share the verification code.  I've added code for that to
librichacl.  To avoid an additional runtime dependency for xfs_repair,
librichacl is linked statically.

The changes are available in git form here:

  https://github.com/andreas-gruenbacher/xfsprogs-dev richacl

Thanks,
Andreas

Andreas Gruenbacher (4):
  libxfs: Add the richacl incompatible feature flag
  mkfs.xfs: Add support for the richacl feature flag
  xfs_repair: Improve warning for invalid attributes
  xfs_repair: Validate richacl attributes

 configure.ac         | 22 +++++++++++++++++++++
 include/builddefs.in |  5 +++++
 libxfs/xfs_format.h  |  4 +++-
 man/man8/mkfs.xfs.8  |  9 +++++++++
 mkfs/xfs_mkfs.c      | 20 +++++++++++++++++--
 po/de.po             | 18 +++--------------
 po/pl.po             | 14 +++----------
 repair/Makefile      |  2 +-
 repair/attr_repair.c | 55 +++++++++++++++++++++++++++++++++++++++++-----------
 9 files changed, 108 insertions(+), 41 deletions(-)

-- 
2.5.0



More information about the xfs mailing list