aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/acl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04f2fs: port to vfs{g,u}id_t and associated helpersChristian Brauner1-1/+1
2022-02-12f2fs: support idmapped mountsChao Yu1-9/+12
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+4
2021-04-10f2fs: clean up build warningsYi Zhuang1-0/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-3/+4
2021-01-27f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu1-1/+22
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+2
2020-12-02f2fs: Remove the redundancy initializationZhang Qilong1-1/+1
2020-09-14f2fs: clean up kvfreeChao Yu1-3/+3
2019-05-08f2fs: Replace spaces with tabYoungjun Yoo1-1/+1
2019-05-08f2fs: insert space before the open parenthesis '('Youngjun Yoo1-1/+1
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim1-3/+3
2018-11-26f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang1-6/+8
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-09-11f2fs: cache NULL when both default_acl and acl are NULLChengguang Xu1-0/+4
2018-09-05f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu1-0/+3
2018-01-02posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova1-1/+1
2017-11-05f2fs: stop all the operations by cp_error flagJaegeuk Kim1-0/+3
2017-07-28f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández1-2/+3
2017-07-15f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim1-1/+1
2017-07-04f2fs: remove the unnecessary cast for PTR_ERRZhang Shengju1-1/+1
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2016-09-30f2fs: support configuring fault injection per superblockChao Yu1-5/+7
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim1-1/+1
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim1-0/+2
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim1-4/+3
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-2/+2
2016-05-07f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim1-2/+2
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-3/+0
2015-05-07f2fs: make posix_acl_create() safer and cleanerChao Yu1-26/+20
2015-04-10f2fs: fix reference leaks in f2fs_acl_createChao Yu1-5/+9
2015-02-11f2fs: fix a bug of inheriting default ACL from parentKinglong Mee1-1/+1
2015-01-09f2fs: avoid double lock for cp_rwsemJaegeuk Kim1-2/+2
2014-11-03f2fs: remove the redundant function cond_clear_inode_flagGu Zheng1-2/+2
2014-11-03f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim1-6/+138
2014-07-09f2fs: remove the redundant validation check of aclGu Zheng1-6/+0
2014-05-07f2fs: pass flags field to setxattr functionsJaegeuk Kim1-1/+1
2014-04-07f2fs: check the acl's validity before settingZhangZhen1-0/+6
2014-03-20f2fs: avoid RECLAIM_FS-ON-W warningJaegeuk Kim1-1/+1
2014-01-25f2fs: use generic posix ACL infrastructureChristoph Hellwig1-157/+17
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2013-10-28f2fs: fix a deadlock during init_acl procedureJaegeuk Kim1-7/+8
2013-10-28f2fs: clean up acl flow for better readabilityJaegeuk Kim1-12/+13
2013-06-11f2fs: support xattr security labelsJaegeuk Kim1-1/+1
2013-04-09mode_t, whack-a-mole at 11...Al Viro1-1/+1
2013-01-04f2fs: avoid null dereference in f2fs_acl_from_diskJaegeuk Kim1-7/+6