summaryrefslogtreecommitdiffstats
path: root/fs/9p/acl.h
Commit message (Expand)AuthorAgeFilesLines
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* 9p: implement set acl methodChristian Brauner2022-10-201-0/+3
* 9p: implement get acl methodChristian Brauner2022-10-201-1/+4
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-041-8/+9
* 9p: fix file headersDominique Martinet2021-11-031-9/+1
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+1
* 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