From: Vyacheslav Dubeyko <slava@dubeyko.com>
To: linux-fsdevel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Christoph Hellwig <hch@infradead.org>,
Al Viro <viro@zeniv.linux.org.uk>
Cc: Hin-Tak Leung <htl10@users.sourceforge.net>
Subject: [PATCH v2 0/3] hfsplus: implement ACLs support
Date: Tue, 19 Feb 2013 17:20:15 +0400 [thread overview]
Message-ID: <1361280015.2037.16.camel@slavad-ubuntu> (raw)
Hi,
This patchset implements ACLs support in hfsplus driver. It is based on implementation of xattr support (in linux-next yet).
v1->v2
* Add several dprint() messages.
* Change hardcoded function names on __func__ macro.
* Fix coding style errors.
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 | 1491 +++++++++++++++++++++++++++++++++++++++++++
fs/hfsplus/acl.h | 90 +++
fs/hfsplus/dir.c | 2 +
fs/hfsplus/hfsplus_fs.h | 14 +-
fs/hfsplus/hfsplus_raw.h | 26 +
fs/hfsplus/inode.c | 9 +
fs/hfsplus/xattr.c | 20 +-
fs/hfsplus/xattr.h | 32 +-
fs/hfsplus/xattr_security.c | 13 +
10 files changed, 1671 insertions(+), 28 deletions(-)
--
1.7.9.5
reply other threads:[~2013-02-19 13:20 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=1361280015.2037.16.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).