summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu2021-08-171-1/+2
* 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-1/+3
|\
| * acl: handle idmapped mountsChristian Brauner2021-01-241-0/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | f2fs: remove unnecessary initialization in xattr.cLiu Song2021-02-011-4/+4
* | f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu2021-01-271-6/+9
|/
* f2fs: clean up kvfreeChao Yu2020-09-141-4/+4
* f2fs: space related cleanupJack Qiu2020-07-261-2/+2
* f2fs: use kmem_cache pool during inline xattr lookupsChao Yu2020-03-221-5/+49
* f2fs: clean up parameter of macro XATTR_SIZE()Chao Yu2020-03-191-6/+4
* f2fs: remove i_sem lock coverage in f2fs_setxattr()Chao Yu2020-03-101-3/+0
* f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang2019-10-221-1/+13
* f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu2019-09-061-3/+2
* f2fs: fix to detect cp error in f2fs_setxattr()Chao Yu2019-08-231-0/+2
* f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu2019-08-231-0/+5
* f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu2019-07-021-0/+6
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-021-2/+2
* f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2019-05-091-9/+27
* f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu2019-03-121-3/+10
* f2fs: fix to use kvfree instead of kzfreeChao Yu2019-03-121-5/+5
* f2fs: use xattr_prefix to wrap upGao Xiang2019-02-151-1/+1
* f2fs: sanity check of xattr entry sizeJaegeuk Kim2018-12-261-5/+13
* f2fs: check PageWriteback flag for ordered caseChao Yu2018-12-261-2/+2
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* f2fs: restrict setting up inode.i_adviseChao Yu2018-08-011-1/+11
* f2fs: avoid duplicated permission check for "trusted." xattrsHyunchul Lee2018-08-011-6/+0
* f2fs: clean up symbol namespaceChao Yu2018-05-311-13/+13
* f2fs: correct removexattr behavior for null valued extended attributeDaeho Jeong2018-01-221-1/+1
* f2fs: fix missing error number for xattr operationJaegeuk Kim2018-01-021-0/+2
* f2fs: inject fault to kzallocChao Yu2018-01-021-4/+4
* f2fs: handle error case when adding xattr entryJaegeuk Kim2017-11-051-19/+28
* f2fs: support flexible inline xattr sizeChao Yu2017-11-051-9/+9
* f2fs: add missing quota_initializeJaegeuk Kim2017-11-051-0/+4
* f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim2017-10-261-1/+1
* f2fs: introduce read_xattr_blockChao Yu2017-10-101-26/+24
* f2fs: introduce read_inline_xattrChao Yu2017-10-101-30/+29
* f2fs: avoid race in between read xattr & write xattrYunlei He2017-09-071-0/+6
* f2fs: remove unused input parameterYunlei He2017-07-261-1/+1
* f2fs: don't reserve additional space in xattr blockChao Yu2017-03-241-3/+3
* f2fs: clean up xattr operationChao Yu2017-03-241-14/+11
* f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim2017-03-211-1/+3
* f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee2017-02-271-3/+0
* f2fs: Don't update the xattr data that same as the existKinglong Mee2017-02-271-4/+16
* f2fs: change recovery policy of xattr node blockChao Yu2017-02-231-2/+0
* f2fs: enhance lookup xattrChao Yu2017-02-221-15/+117
* f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2016-11-231-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* | f2fs: fix to return error number of read_all_xattrs correctlyChao Yu2016-09-221-15/+22