public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Richacl support
@ 2015-10-23 19:17 Andreas Gruenbacher
  2015-10-23 19:17 ` [PATCH 1/4] libxfs: Add the richacl incompatible feature flag Andreas Gruenbacher
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Andreas Gruenbacher @ 2015-10-23 19:17 UTC (permalink / raw)
  To: xfs, david; +Cc: Andreas Gruenbacher

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

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2015-11-18 13:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23 19:17 [PATCH 0/4] Richacl support Andreas Gruenbacher
2015-10-23 19:17 ` [PATCH 1/4] libxfs: Add the richacl incompatible feature flag Andreas Gruenbacher
2015-10-23 19:17 ` [PATCH 2/4] mkfs.xfs: Add support for the richacl " Andreas Gruenbacher
2015-10-23 19:17 ` [PATCH 3/4] xfs_repair: Improve warning for invalid attributes Andreas Gruenbacher
2015-10-23 19:17 ` [PATCH 4/4] xfs_repair: Validate richacl attributes Andreas Gruenbacher
2015-10-26 22:55   ` Dave Chinner
2015-10-27  1:23     ` Andreas Gruenbacher
2015-10-27  1:23     ` [PATCH] xfs_repair: Check for invalid ACL types Andreas Gruenbacher
2015-11-18 13:09       ` Andreas Gruenbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox