summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/acl.c
Commit message (Expand)AuthorAgeFilesLines
* fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-2/+1
* fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-6/+6
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+3
* f2fs: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-041-1/+1
* f2fs: support idmapped mountsChao Yu2022-02-121-9/+12
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+4
* f2fs: clean up build warningsYi Zhuang2021-04-101-0/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-3/+4
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
| * acl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
* | f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu2021-01-271-1/+22
|/
* f2fs: Remove the redundancy initializationZhang Qilong2020-12-021-1/+1
* f2fs: clean up kvfreeChao Yu2020-09-141-3/+3
* f2fs: Replace spaces with tabYoungjun Yoo2019-05-081-1/+1
* f2fs: insert space before the open parenthesis '('Youngjun Yoo2019-05-081-1/+1
* f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim2018-12-261-3/+3
* f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang2018-11-261-6/+8
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* f2fs: cache NULL when both default_acl and acl are NULLChengguang Xu2018-09-111-0/+4
* f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu2018-09-051-0/+3
* posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova2018-01-021-1/+1
* f2fs: stop all the operations by cp_error flagJaegeuk Kim2017-11-051-0/+3
* f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández2017-07-281-2/+3
* f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim2017-07-151-1/+1
* f2fs: remove the unnecessary cast for PTR_ERRZhang Shengju2017-07-041-1/+1
* f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2016-11-231-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-4/+2
|\
| * posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-4/+2
* | f2fs: support configuring fault injection per superblockChao Yu2016-09-301-5/+7
|/
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-081-1/+1
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-021-0/+2
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-021-4/+3
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-211-2/+2
|\
| * f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim2016-05-071-2/+2
* | posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-3/+0
|/
* f2fs: make posix_acl_create() safer and cleanerChao Yu2015-05-071-26/+20
* f2fs: fix reference leaks in f2fs_acl_createChao Yu2015-04-101-5/+9
* f2fs: fix a bug of inheriting default ACL from parentKinglong Mee2015-02-111-1/+1
* f2fs: avoid double lock for cp_rwsemJaegeuk Kim2015-01-091-2/+2
* f2fs: remove the redundant function cond_clear_inode_flagGu Zheng2014-11-031-2/+2
* f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim2014-11-031-6/+138
* f2fs: remove the redundant validation check of aclGu Zheng2014-07-091-6/+0
* f2fs: pass flags field to setxattr functionsJaegeuk Kim2014-05-071-1/+1
* f2fs: check the acl's validity before settingZhangZhen2014-04-071-0/+6
* f2fs: avoid RECLAIM_FS-ON-W warningJaegeuk Kim2014-03-201-1/+1
* f2fs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-157/+17
* fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
* fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
* f2fs: fix a deadlock during init_acl procedureJaegeuk Kim2013-10-281-7/+8