index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
acl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: Use in_group_or_capable() helper
Youling Tang
2024-06-25
1
-2
/
+1
*
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+1
*
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
2023-01-19
1
-6
/
+6
*
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+2
*
fs: pass dentry to set acl method
Christian Brauner
2022-10-19
1
-1
/
+3
*
f2fs: port to vfs{g,u}id_t and associated helpers
Christian Brauner
2022-10-04
1
-1
/
+1
*
f2fs: support idmapped mounts
Chao Yu
2022-02-12
1
-9
/
+12
*
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2021-08-18
1
-1
/
+4
*
f2fs: clean up build warnings
Yi Zhuang
2021-04-10
1
-0
/
+1
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-3
/
+4
|
\
|
*
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
*
|
f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()
Chao Yu
2021-01-28
1
-1
/
+22
|
/
*
f2fs: Remove the redundancy initialization
Zhang Qilong
2020-12-03
1
-1
/
+1
*
f2fs: clean up kvfree
Chao Yu
2020-09-14
1
-3
/
+3
*
f2fs: Replace spaces with tab
Youngjun Yoo
2019-05-09
1
-1
/
+1
*
f2fs: insert space before the open parenthesis '('
Youngjun Yoo
2019-05-09
1
-1
/
+1
*
f2fs: use kvmalloc, if kmalloc is failed
Jaegeuk Kim
2018-12-27
1
-3
/
+3
*
f2fs: fix wrong return value of f2fs_acl_create
Tiezhu Yang
2018-11-27
1
-6
/
+8
*
f2fs: add SPDX license identifiers
Chao Yu
2018-09-12
1
-4
/
+1
*
f2fs: cache NULL when both default_acl and acl are NULL
Chengguang Xu
2018-09-11
1
-0
/
+4
*
f2fs: add additional sanity check in f2fs_acl_from_disk()
Chengguang Xu
2018-09-05
1
-0
/
+3
*
posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_t
Elena Reshetova
2018-01-03
1
-1
/
+1
*
f2fs: stop all the operations by cp_error flag
Jaegeuk Kim
2017-11-06
1
-0
/
+3
*
f2fs: preserve i_mode if __f2fs_set_acl() fails
Ernesto A. Fernández
2017-07-29
1
-2
/
+3
*
f2fs: Don't clear SGID when inheriting ACLs
Jaegeuk Kim
2017-07-16
1
-1
/
+1
*
f2fs: remove the unnecessary cast for PTR_ERR
Zhang Shengju
2017-07-04
1
-1
/
+1
*
f2fs: keep dirty inodes selectively for checkpoint
Jaegeuk Kim
2016-11-23
1
-1
/
+1
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-4
/
+2
|
\
|
*
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
2016-09-22
1
-4
/
+2
*
|
f2fs: support configuring fault injection per superblock
Chao Yu
2016-10-01
1
-5
/
+7
|
/
*
f2fs: avoid mark_inode_dirty
Jaegeuk Kim
2016-07-08
1
-1
/
+1
*
f2fs: call mark_inode_dirty_sync for i_field changes
Jaegeuk Kim
2016-06-03
1
-0
/
+2
*
f2fs: use inode pointer for {set, clear}_inode_flag
Jaegeuk Kim
2016-06-03
1
-4
/
+3
*
Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2016-05-22
1
-2
/
+2
|
\
|
*
f2fs: introduce f2fs_kmalloc to wrap kmalloc
Jaegeuk Kim
2016-05-07
1
-2
/
+2
*
|
posix_acl: Inode acl caching fixes
Andreas Gruenbacher
2016-03-31
1
-3
/
+0
|
/
*
f2fs: make posix_acl_create() safer and cleaner
Chao Yu
2015-05-07
1
-26
/
+20
*
f2fs: fix reference leaks in f2fs_acl_create
Chao Yu
2015-04-11
1
-5
/
+9
*
f2fs: fix a bug of inheriting default ACL from parent
Kinglong Mee
2015-02-12
1
-1
/
+1
*
f2fs: avoid double lock for cp_rwsem
Jaegeuk Kim
2015-01-10
1
-2
/
+2
*
f2fs: remove the redundant function cond_clear_inode_flag
Gu Zheng
2014-11-04
1
-2
/
+2
*
f2fs: avoid deadlock on init_inode_metadata
Jaegeuk Kim
2014-11-04
1
-6
/
+138
*
f2fs: remove the redundant validation check of acl
Gu Zheng
2014-07-09
1
-6
/
+0
*
f2fs: pass flags field to setxattr functions
Jaegeuk Kim
2014-05-07
1
-1
/
+1
*
f2fs: check the acl's validity before setting
ZhangZhen
2014-04-07
1
-0
/
+6
*
f2fs: avoid RECLAIM_FS-ON-W warning
Jaegeuk Kim
2014-03-20
1
-1
/
+1
*
f2fs: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
1
-157
/
+17
*
fs: make posix_acl_create more useful
Christoph Hellwig
2014-01-26
1
-1
/
+1
*
fs: make posix_acl_chmod more useful
Christoph Hellwig
2014-01-26
1
-1
/
+1
[next]