summaryrefslogtreecommitdiffstats
path: root/fs/9p/acl.h
Commit message (Expand)AuthorAgeFilesLines
* 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro2013-02-261-2/+3
* 9p: split dropping the acls from v9fs_set_create_acl()Al Viro2013-02-261-3/+8
* 9p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro2013-02-261-2/+2
* switch posix_acl_create() to umode_t *Al Viro2011-08-011-2/+2
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-2/+2
* 9p: close ACL leaksAl Viro2011-07-241-3/+3
* ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-201-1/+1
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+1
* fs/9p: Implement create time inheritanceAneesh Kumar K.V2010-10-281-0/+17
* fs/9p: Update ACL on chmodAneesh Kumar K.V2010-10-281-0/+5
* fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V2010-10-281-0/+27