[PATCH v2 0/3] hfsplus: implement ACLs support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux