aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-09f2fs: fix to avoid accessing xattr across the boundaryRandall Huang1-0/+2
2019-03-12f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu1-0/+6
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2017-04-10f2fs: guard macro variables with bracesTomohiro Kusumi1-2/+2
2017-03-24f2fs: don't reserve additional space in xattr blockChao Yu1-3/+2
2017-03-24f2fs: clean up xattr operationChao Yu1-1/+2
2017-02-22f2fs: enhance lookup xattrChao Yu1-3/+4
2016-03-17f2fs: add missing argument to f2fs_setxattr stubArnd Bergmann1-1/+2
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-1/+1
2015-05-28f2fs crypto: add encryption xattr supportJaegeuk Kim1-0/+4
2014-11-03f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim1-2/+4
2014-05-07f2fs: pass flags field to setxattr functionsJaegeuk Kim1-2/+2
2014-05-07f2fs: clean up long variable namesJaegeuk Kim1-3/+3
2014-01-25f2fs: use generic posix ACL infrastructureChristoph Hellwig1-2/+0
2013-08-26f2fs: support the inline xattrsJaegeuk Kim1-6/+6
2013-08-26f2fs: introduce __find_xattr for readabilityJaegeuk Kim1-2/+1
2013-06-11f2fs: support xattr security labelsJaegeuk Kim1-8/+16
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-2/+2
2012-12-11f2fs: add xattr and acl functionalitiesJaegeuk Kim1-0/+145