aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/acl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-269p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro1-2/+3
2013-02-269p: split dropping the acls from v9fs_set_create_acl()Al Viro1-3/+8
2013-02-269p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro1-2/+2
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-2/+2
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-2/+2
2011-07-249p: close ACL leaksAl Viro1-3/+3
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro1-1/+1
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+1
2010-10-28fs/9p: Implement create time inheritanceAneesh Kumar K.V1-0/+17
2010-10-28fs/9p: Update ACL on chmodAneesh Kumar K.V1-0/+5
2010-10-28fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V1-0/+27