aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/acl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-25f2fs: Don't assign e_id in f2fs_acl_from_diskEric W. Biederman1-1/+0
2012-12-11f2fs: resolve build failuresJaegeuk Kim1-51/+0
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-1/+1
2012-12-11f2fs: add xattr and acl functionalitiesJaegeuk Kim1-0/+465