All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] hfsplus: introduce implementation of POSIX ACLs support
@ 2013-07-26 11:48 Vyacheslav Dubeyko
  0 siblings, 0 replies; only message in thread
From: Vyacheslav Dubeyko @ 2013-07-26 11:48 UTC (permalink / raw)
  To: Linux FS devel list
  Cc: Al Viro, Christoph Hellwig, Hin-Tak Leung, Andrew Morton

Hi,

This patch set implements POSIX ACLs support in hfsplus driver.

Mac OS X beginning with version 10.4 ("Tiger") support NFSv4 ACLs,
which are part of the NFSv4 standard. HFS+ stores ACLs in the form of
specially named extended attributes (com.apple.system.Security).

But this patch set doesn't use "com.apple.system.Security" extended
attributes. It implements support of POSIX ACLs in the form of
extended attributes with names "system.posix_acl_access" and
"system.posix_acl_default". These xattrs are treated only under
Linux. POSIX ACLs doesn't mean something under Mac OS X.
Thereby, this patch set provides opportunity to use POSIX ACLs
under Linux on HFS+ filesystem.

With the best regards,
Vyacheslav Dubeyko.
---
 Vyacheslav Dubeyko (1):
   hfsplus: introduce implementation of POSIX ACLs support

 fs/hfsplus/Kconfig          |   18 +++
 fs/hfsplus/Makefile         |    2 +
 fs/hfsplus/acl.h            |   30 +++++
 fs/hfsplus/dir.c            |    4 +
 fs/hfsplus/hfsplus_fs.h     |    1 +
 fs/hfsplus/inode.c          |   11 ++
 fs/hfsplus/posix_acl.c      |  274 +++++++++++++++++++++++++++++++++++++++++++
 fs/hfsplus/xattr.c          |   62 +++++++++-
 fs/hfsplus/xattr.h          |   33 ++----
 fs/hfsplus/xattr_security.c |   13 ++
 10 files changed, 422 insertions(+), 26 deletions(-)
-- 
1.7.9.5



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

only message in thread, other threads:[~2013-07-26 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-26 11:48 [PATCH 0/3] hfsplus: introduce implementation of POSIX ACLs support Vyacheslav Dubeyko

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.