summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3acl.c
Commit message (Expand)AuthorAgeFilesLines
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-2/+41
* posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-2/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* NFSv3: Fix missing includes of nfs3_fs.hTrond Myklebust2014-09-251-0/+1
* NFSv3: Fix another acl regressionTrond Myklebust2014-08-261-1/+4
* nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULLAndrey Utkin2014-08-031-1/+1
* nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig2014-07-081-0/+43
* NFSv3: Fix return value of nfs3_proc_setaclsTrond Myklebust2014-02-031-2/+11
* NFSv3: Remove unused function nfs3_proc_set_default_aclTrond Myklebust2014-02-031-19/+0
* nfs: fix setting of ACLs on file creation.Noah Massey2014-01-311-1/+1
* nfs: use generic posix ACL infrastructure for v3 Posix ACLsChristoph Hellwig2014-01-261-236/+55
* fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
* userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-2/+2
* NFS: Fix a number of sparse warningsTrond Myklebust2012-03-111-1/+1
* switch posix_acl_create() to umode_t *Al Viro2011-08-011-1/+1
* kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-7/+3
* NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever2011-01-251-2/+2
* NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl()Trond Myklebust2010-05-141-7/+16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nfs: remove unnecessary NFS_INO_INVALID_ACL checksJames Morris2009-06-171-2/+0
* NFSv3: Fix posix ACL codeTrond Myklebust2009-03-101-6/+21
* NFS: missing nfs_fattr_init in nfs3_proc_getacl and nfs3_proc_setacls (resend...Jeff Layton2008-10-071-0/+2
* NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust2008-07-091-3/+6
* NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust2007-10-091-2/+0
* NFSv3: Client-side nfsacl caching fixAndreas Gruenbacher2006-06-091-3/+8
* SUNRPC: eliminate rpc_call()Chuck Lever2006-03-201-4/+12
* [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiChuck Lever2005-08-181-0/+2
* [PATCH] NFS: split nfsi->flags into two fieldsChuck Lever2005-08-181-1/+1
* [PATCH] really remove xattr_acl.hChristoph Hellwig2005-06-281-7/+7
* [PATCH] NFS: Fix up v3 ACL caching codeTrond Myklebust2005-06-221-5/+6
* [PATCH] NFS: Cache the NFSv3 acls.Andreas Gruenbacher2005-06-221-15/+85
* [PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present.Andreas Gruenbacher2005-06-221-0/+29
* [PATCH] NFS: Add support for NFSv3 ACLsAndreas Gruenbacher2005-06-221-0/+303
OpenPOWER on IntegriCloud