[PATCH] vfs module for VxFS

Volker Lendecke Volker.Lendecke at SerNet.DE
Wed Jul 9 03:43:25 MDT 2014


On Wed, Jul 09, 2014 at 02:30:50AM -0700, Abhidnya Joshi wrote:
> Hi List,
> 
> As part of our NAS product, we are using Samba on top of Symantec File System (VxFS).
> We are making use of acl_xattr module to interpret and store NTACLs.
> Presently VxFS does not support security namespace for named attrs thus, NTACLs have to be stored under user.NTACL.
> 
> Its use will be vfs objects = acl_xattr  vxfs
> 
> Please find attached patch which adds new module for VxFS which can handle this.
> Also we are planning few more additions to this module with respect to NTACL to POSIX ACL handling which I will post once ready.
> 
> This patch applies to Samba 3.6.23. Please let me know reviews/comments.

Hmm. First, 3.6.23 is not really open for this kind of change anymore,
it is security fixes only. For upstream I'd recommend working on the
master branch, possibly 4.1.

On the code: This looks not really vxfs specific to me. It's a general
xattr renaming module, right? Maybe we can generalize that a bit? If
vxfs comes along with more specific stuff like special APIs for NFS4
acls, posix acls or something similar, a vxfs module would certainly
be appropriate.

Also, this seems to miss the listxattr call. Not sure it's actually used
for this type of xattr, but for completeness I'd like to see the reverse
mapping disk->samba as well.

With best regards,

Volker Lendecke

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de


More information about the samba-technical mailing list