summaryrefslogtreecommitdiffstats
path: root/fs/9p/acl.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: acl: fix uninitialized iattr accessDominique Martinet2018-09-081-1/+1
* 9p: fix a potential acl leakCong Wang2017-02-221-0/+2
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-23/+17
* vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman2016-06-301-1/+1
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-3/+3
* xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-3/+3
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-1/+1
* vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-061-11/+5
* posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-6/+6
* 9p: xattr simplificationsAndreas Gruenbacher2015-11-131-46/+5
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-8/+10
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
* fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
* 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro2013-02-261-8/+5
* 9p: split dropping the acls from v9fs_set_create_acl()Al Viro2013-02-261-12/+14
* 9p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro2013-02-261-5/+1
* 9p: switch v9fs_set_acl() from dentry to fidAl Viro2013-02-261-5/+12
* 9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl()Al Viro2013-02-261-4/+3
* userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-4/+4
* switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-011-1/+1
* switch posix_acl_create() to umode_t *Al Viro2011-08-011-2/+2
* p9: avoid unused variable warningLinus Torvalds2011-07-251-1/+0
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-11/+3
* kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-17/+5
* kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-8/+5
* 9p: do no return 0 from ->check_acl without actually checkingChristoph Hellwig2011-07-251-1/+1
* vfs: move ACL cache lookup into generic codeLinus Torvalds2011-07-251-3/+0
* 9p: close ACL leaksAl Viro2011-07-241-9/+13
* ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-201-1/+1
* ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-201-1/+1
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V2011-03-221-2/+2
* fs/9p: Add inode hashingAneesh Kumar K.V2011-03-151-1/+1
* [fs/9P] Add posixacl mount optionVenkateswararao Jujjuri (JV)2011-03-151-3/+5
* [fs/9p] Initialze cached acls both in cached/uncached mode.Venkateswararao Jujjuri (JV)2011-03-151-4/+6
* [fs/9p] Plug potential acl leakVenkateswararao Jujjuri (JV)2011-03-151-2/+6
* fs/9p: Fix the return error on default acl removalAneesh Kumar K.V2011-01-111-1/+1
* fs/9p: Remove unnecessary semicolonsJoe Perches2011-01-111-1/+1
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+4
* fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V2010-10-281-1/+77
* fs/9p: Implement create time inheritanceAneesh Kumar K.V2010-10-281-0/+52
* fs/9p: Update ACL on chmodAneesh Kumar K.V2010-10-281-0/+55
* fs/9p: Implement setting posix aclAneesh Kumar K.V2010-10-281-1/+73
* fs/9p: Add xattr callbacks for POSIX ACLAneesh Kumar K.V2010-10-281-0/+41
* fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V2010-10-281-0/+96