summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-04f2fs: support recording errors into superblockChao Yu1-0/+8
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-6/+6
2022-01-04f2fs: clean up __find_inline_xattr() with __find_xattr()Chao Yu1-18/+11
2022-01-04f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu1-1/+10
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-1/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-1/+2
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/kerne...Linus Torvalds1-1/+3
2021-02-01f2fs: remove unnecessary initialization in xattr.cLiu Song1-4/+4
2021-01-27f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu1-6/+9
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-09-14f2fs: clean up kvfreeChao Yu1-4/+4
2020-07-26f2fs: space related cleanupJack Qiu1-2/+2
2020-03-22f2fs: use kmem_cache pool during inline xattr lookupsChao Yu1-5/+49
2020-03-19f2fs: clean up parameter of macro XATTR_SIZE()Chao Yu1-6/+4
2020-03-10f2fs: remove i_sem lock coverage in f2fs_setxattr()Chao Yu1-3/+0
2019-10-22f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang1-1/+13
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu1-3/+2
2019-08-23f2fs: fix to detect cp error in f2fs_setxattr()Chao Yu1-0/+2
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu1-0/+5
2019-07-02f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu1-0/+6
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu1-2/+2
2019-05-09f2fs: fix to avoid accessing xattr across the boundaryRandall Huang1-9/+27
2019-03-12f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu1-3/+10
2019-03-12f2fs: fix to use kvfree instead of kzfreeChao Yu1-5/+5
2019-02-15f2fs: use xattr_prefix to wrap upGao Xiang1-1/+1
2018-12-26f2fs: sanity check of xattr entry sizeJaegeuk Kim1-5/+13
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu1-2/+2
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-08-01f2fs: restrict setting up inode.i_adviseChao Yu1-1/+11
2018-08-01f2fs: avoid duplicated permission check for "trusted." xattrsHyunchul Lee1-6/+0
2018-05-31f2fs: clean up symbol namespaceChao Yu1-13/+13
2018-01-22f2fs: correct removexattr behavior for null valued extended attributeDaeho Jeong1-1/+1
2018-01-02f2fs: fix missing error number for xattr operationJaegeuk Kim1-0/+2
2018-01-02f2fs: inject fault to kzallocChao Yu1-4/+4
2017-11-05f2fs: handle error case when adding xattr entryJaegeuk Kim1-19/+28
2017-11-05f2fs: support flexible inline xattr sizeChao Yu1-9/+9
2017-11-05f2fs: add missing quota_initializeJaegeuk Kim1-0/+4
2017-10-26f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim1-1/+1
2017-10-10f2fs: introduce read_xattr_blockChao Yu1-26/+24
2017-10-10f2fs: introduce read_inline_xattrChao Yu1-30/+29
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He1-0/+6
2017-07-26f2fs: remove unused input parameterYunlei He1-1/+1
2017-03-24f2fs: don't reserve additional space in xattr blockChao Yu1-3/+3
2017-03-24f2fs: clean up xattr operationChao Yu1-14/+11
2017-03-21f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim1-1/+3
2017-02-27f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee1-3/+0
2017-02-27f2fs: Don't update the xattr data that same as the existKinglong Mee1-4/+16
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu1-2/+0