index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
acl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ocfs2: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-2
/
+2
*
ocfs2: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-3
/
+3
*
fs: port acl to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: pass dentry to set acl method
Christian Brauner
2022-10-19
1
-1
/
+2
*
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2021-08-18
1
-1
/
+4
*
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-05-07
1
-3
/
+1
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-1
/
+2
*
acl: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+2
*
ocfs2: fix remounting needed after setfacl command
Gang He
2020-08-07
1
-0
/
+2
*
ocfs2: fix passing zero to 'PTR_ERR' warning
Ding Xiang
2019-12-01
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attribute
piaojun
2018-01-31
1
-0
/
+6
*
ocfs2: make ocfs2_set_acl() static
Jan Kara
2017-09-06
1
-1
/
+1
*
ocfs2: don't clear SGID when inheriting ACLs
Jan Kara
2017-08-02
1
-12
/
+12
*
ocfs2: fix deadlock issue when taking inode lock at vfs entry points
Eric Ren
2017-02-22
1
-16
/
+13
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-1
/
+1
|
\
|
*
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
1
-1
/
+1
*
|
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
2016-09-22
1
-6
/
+4
|
/
*
ocfs2: fix posix_acl_create deadlock
Junxiao Bi
2016-05-12
1
-0
/
+63
*
ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
Junxiao Bi
2016-05-12
1
-0
/
+24
*
ocfs2: take inode lock in ocfs2_iop_set/get_acl()
Tariq Saeed
2015-09-04
1
-6
/
+20
*
ocfs2: remove unnecessary else in ocfs2_set_acl()
Fabian Frederick
2015-02-10
1
-8
/
+6
*
ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode
Darrick J. Wong
2014-04-03
1
-0
/
+1
*
ocfs2: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-25
1
-228
/
+6
*
fs: make posix_acl_create more useful
Christoph Hellwig
2014-01-25
1
-1
/
+1
*
fs: make posix_acl_chmod more useful
Christoph Hellwig
2014-01-25
1
-1
/
+1
*
ocfs2: clean up dead code in ocfs2_acl_from_xattr()
Joseph Qi
2013-09-11
1
-4
/
+0
*
ocfs2: Handle kuids and kgids in acl/xattr conversions.
Eric W. Biederman
2013-02-13
1
-2
/
+29
*
userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr
Eric W. Biederman
2012-09-18
1
-2
/
+2
*
switch posix_acl_equiv_mode() to umode_t *
Al Viro
2011-08-01
1
-1
/
+1
*
switch posix_acl_create() to umode_t *
Al Viro
2011-08-01
1
-1
/
+1
*
fs: take the ACL checks to common code
Christoph Hellwig
2011-07-25
1
-18
/
+6
*
kill boilerplates around posix_acl_create_masq()
Al Viro
2011-07-25
1
-22
/
+14
*
kill boilerplate around posix_acl_chmod_masq()
Al Viro
2011-07-25
1
-9
/
+6
*
vfs: move ACL cache lookup into generic code
Linus Torvalds
2011-07-25
1
-3
/
+0
*
ocfs2_init_acl(): fix a leak
Al Viro
2011-07-24
1
-0
/
+1
*
->permission() sanitizing: don't pass flags to ->check_acl()
Al Viro
2011-07-20
1
-1
/
+1
*
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
Al Viro
2011-07-20
1
-1
/
+1
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2011-03-28
1
-1
/
+0
|
\
|
*
ocfs2: remove INODE from unused files.
Tao Ma
2011-02-21
1
-1
/
+0
*
|
userns: rename is_owner_or_cap to inode_owner_or_capable
Serge E. Hallyn
2011-03-23
1
-1
/
+1
|
/
*
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2011-01-07
1
-2
/
+6
*
ocfs2: update ctime when changing the file's permission by setfacl
Tao Ma
2010-09-23
1
-0
/
+3
*
Fix the nested PR lock calling issue in ACL
Jiaju Zhang
2010-08-07
1
-3
/
+21
*
ocfs2: do not overwrite error codes in ocfs2_init_acl
Tiger Yang
2010-08-07
1
-2
/
+7
*
ocfs: constify xattr_handler
Stephen Hemminger
2010-05-21
1
-2
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
ocfs2: set i_mode on disk during acl operations
Mark Fasheh
2010-03-17
1
-5
/
+72
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2009-12-24
1
-4
/
+0
|
\
[next]