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