* [PATCH 0/3] hfsplus: introduce functionality of attributes file creation
@ 2013-09-20 10:03 Vyacheslav Dubeyko
0 siblings, 0 replies; only message in thread
From: Vyacheslav Dubeyko @ 2013-09-20 10:03 UTC (permalink / raw)
To: Linux FS devel list
Cc: Al Viro, Christoph Hellwig, Hin-Tak Leung, Andrew Morton
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-20 10:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20 10:03 [PATCH 0/3] hfsplus: introduce functionality of attributes file creation 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).