summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map to .rodataWedson Almeida Filho2023-10-091-1/+1
* f2fs: cleanup MIN_INLINE_XATTR_SIZESheng Yong2023-06-261-0/+1
* f2fs: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-261-5/+1
* f2fs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-081-1/+1
* f2fs: xattr.h: Make stub helpers inlineYueHaibing2020-03-301-2/+2
* f2fs: xattr.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-221-1/+1
* f2fs: use kmem_cache pool during inline xattr lookupsChao Yu2020-03-221-0/+4
* f2fs: clean up parameter of macro XATTR_SIZE()Chao Yu2020-03-191-1/+2
* f2fs: add fs-verity supportEric Biggers2019-08-121-0/+2
* f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2019-05-091-0/+2
* f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu2019-03-121-0/+6
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* f2fs: guard macro variables with bracesTomohiro Kusumi2017-04-101-2/+2
* f2fs: don't reserve additional space in xattr blockChao Yu2017-03-241-3/+2
* f2fs: clean up xattr operationChao Yu2017-03-241-1/+2
* f2fs: enhance lookup xattrChao Yu2017-02-221-3/+4
* f2fs: add missing argument to f2fs_setxattr stubArnd Bergmann2016-03-171-1/+2
* vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-061-1/+1
* f2fs crypto: add encryption xattr supportJaegeuk Kim2015-05-281-0/+4
* f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim2014-11-031-2/+4
* f2fs: pass flags field to setxattr functionsJaegeuk Kim2014-05-071-2/+2
* f2fs: clean up long variable namesJaegeuk Kim2014-05-071-3/+3
* f2fs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-2/+0
* f2fs: support the inline xattrsJaegeuk Kim2013-08-261-6/+6
* f2fs: introduce __find_xattr for readabilityJaegeuk Kim2013-08-261-2/+1
* f2fs: support xattr security labelsJaegeuk Kim2013-06-111-8/+16
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-2/+2
* f2fs: add xattr and acl functionalitiesJaegeuk Kim2012-12-111-0/+145