linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vyacheslav Dubeyko <slava@dubeyko.com>
To: Linux FS devel list <linux-fsdevel@vger.kernel.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>,
	Christoph Hellwig <hch@infradead.org>,
	Hin-Tak Leung <htl10@users.sourceforge.net>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH 0/3] hfsplus: introduce implementation of POSIX ACLs support
Date: Fri, 26 Jul 2013 15:48:50 +0400	[thread overview]
Message-ID: <1374839330.3671.56.camel@slavad-ubuntu> (raw)

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



                 reply	other threads:[~2013-07-26 11:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1374839330.3671.56.camel@slavad-ubuntu \
    --to=slava@dubeyko.com \
    --cc=akpm@linux-foundation.org \
    --cc=hch@infradead.org \
    --cc=htl10@users.sourceforge.net \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).