index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
9p
/
acl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->get_acl() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-10-20
9p: implement set acl method
Christian Brauner
1
-0
/
+3
2022-10-20
9p: implement get acl method
Christian Brauner
1
-1
/
+4
2021-11-04
9p: fix a bunch of checkpatch warnings
Dominique Martinet
1
-8
/
+9
2021-11-03
9p: fix file headers
Dominique Martinet
1
-9
/
+1
2021-08-18
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
1
-1
/
+1
2013-02-26
9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()
Al Viro
1
-2
/
+3
2013-02-26
9p: split dropping the acls from v9fs_set_create_acl()
Al Viro
1
-3
/
+8
2013-02-26
9p: switch v9fs_acl_chmod() from dentry to inode+fid
Al Viro
1
-2
/
+2
2011-08-01
switch posix_acl_create() to umode_t *
Al Viro
1
-2
/
+2
2011-07-25
fs: take the ACL checks to common code
Christoph Hellwig
1
-2
/
+2
2011-07-24
9p: close ACL leaks
Al Viro
1
-3
/
+3
2011-07-20
->permission() sanitizing: don't pass flags to ->check_acl()
Al Viro
1
-1
/
+1
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
1
-1
/
+1
2010-10-28
fs/9p: Implement create time inheritance
Aneesh Kumar K.V
1
-0
/
+17
2010-10-28
fs/9p: Update ACL on chmod
Aneesh Kumar K.V
1
-0
/
+5
2010-10-28
fs/9p: Implement POSIX ACL permission checking function
Aneesh Kumar K.V
1
-0
/
+27