linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] hfsplus: implement ACLs support
@ 2013-01-29  9:59 Vyacheslav Dubeyko
  0 siblings, 0 replies; only message in thread
From: Vyacheslav Dubeyko @ 2013-01-29  9:59 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Hin-Tak Leung

Hi,

This patchset implements ACLs support in hfsplus driver. It is based on implementation of xattr support (in linux-next yet). Currently, the implementation of ACLs support in hfsplus driver is under testing. But it is expected some minor bugs in it. So, this patchset is published for preliminary review and discussion.

Mac OS X supports NFSv4 ACLs. It keeps its in the form of specially named xattr (com.apple.system.Security). So, this patchset makes conversion between NFSv4 and POSIX ACLs.

With the best regards,
Vyacheslav Dubeyko.
---
 fs/hfsplus/Makefile         |    2 +-
 fs/hfsplus/acl.c            | 1474 +++++++++++++++++++++++++++++++++++++++++++
 fs/hfsplus/acl.h            |   90 +++
 fs/hfsplus/dir.c            |    2 +
 fs/hfsplus/hfsplus_fs.h     |    5 +
 fs/hfsplus/hfsplus_raw.h    |   26 +
 fs/hfsplus/inode.c          |    9 +
 fs/hfsplus/xattr.c          |   29 +-
 fs/hfsplus/xattr.h          |   32 +-
 fs/hfsplus/xattr_security.c |   13 +
 10 files changed, 1651 insertions(+), 31 deletions(-)
-- 
1.7.9.5


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

only message in thread, other threads:[~2013-01-29 10:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29  9:59 [PATCH 0/3] hfsplus: implement ACLs support Vyacheslav Dubeyko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).