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 functionality of attributes file creation
Date: Fri, 20 Sep 2013 14:03:48 +0400 [thread overview]
Message-ID: <1379671428.2280.25.camel@slavad-ubuntu> (raw)
Hi,
There are situation when HFS+ volume had been created without
AttributesFile. Such situation can take place because of using
old mkfs.hfs utility or creation HFS+ volume without taking
in mind necessity to use xattrs. For example, Mac OS X 10.4
(Tiger) doesn't create AttributesFile during mkfs phase. Also
it is a very frequent situation for the case of users that
created HFS+ volumes under Linux. As a result, xattrs and
POSIX ACLs on HFS+ volume are unavailable for such users.
This patch set implements functionality of AttributesFile
creation on HFS+ volume in the case of this metadata file
absence during operation of xattr creation.
With the best regards,
Vyacheslav Dubeyko.
---
Vyacheslav Dubeyko (1):
hfsplus: introduce functionality of attributes file creation
fs/hfsplus/btree.c | 112 +++++++++++++++++++++++++++
fs/hfsplus/hfsplus_fs.h | 10 +++
fs/hfsplus/hfsplus_raw.h | 3 +
fs/hfsplus/super.c | 2 +
fs/hfsplus/xattr.c | 191 +++++++++++++++++++++++++++++++++++++++++++++-
5 files changed, 316 insertions(+), 2 deletions(-)
--
1.7.9.5
reply other threads:[~2013-09-20 10:03 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=1379671428.2280.25.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).