index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
acl.h
Age
Commit message (
Expand
)
Author
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
2021-08-18
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2017-09-06
ocfs2: make ocfs2_set_acl() static
Jan Kara
2016-05-12
ocfs2: fix posix_acl_create deadlock
Junxiao Bi
2016-05-12
ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
Junxiao Bi
2014-01-25
ocfs2: use generic posix ACL infrastructure
Christoph Hellwig
2011-07-25
fs: take the ACL checks to common code
Christoph Hellwig
2011-07-20
->permission() sanitizing: don't pass flags to ->check_acl()
Al Viro
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2009-10-28
ocfs2: Always include ACL support
Jan Kara
2009-01-05
ocfs2: add ocfs2_init_acl in mknod
Tiger Yang
2009-01-05
ocfs2: add ocfs2_acl_chmod
Tiger Yang
2009-01-05
ocfs2: add ocfs2_check_acl
Tiger Yang
2009-01-05
ocfs2: add POSIX ACL API
Tiger Yang