aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
AgeCommit message (Expand)Author
2022-01-04f2fs: clean up __find_inline_xattr() with __find_xattr()Chao Yu
2022-01-04f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-04-10f2fs: clean up build warningsYi Zhuang
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-01f2fs: remove unnecessary initialization in xattr.cLiu Song
2021-01-27f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-09-14f2fs: clean up kvfreeChao Yu
2020-07-26f2fs: space related cleanupJack Qiu
2020-03-22f2fs: use kmem_cache pool during inline xattr lookupsChao Yu
2020-03-19f2fs: clean up parameter of macro XATTR_SIZE()Chao Yu
2020-03-10f2fs: remove i_sem lock coverage in f2fs_setxattr()Chao Yu
2019-10-22f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu
2019-08-23f2fs: fix to detect cp error in f2fs_setxattr()Chao Yu
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu
2019-07-02f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-05-09f2fs: fix to avoid accessing xattr across the boundaryRandall Huang
2019-03-12f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu
2019-03-12f2fs: fix to use kvfree instead of kzfreeChao Yu
2019-02-15f2fs: use xattr_prefix to wrap upGao Xiang
2018-12-26f2fs: sanity check of xattr entry sizeJaegeuk Kim
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu
2018-09-12f2fs: add SPDX license identifiersChao Yu
2018-08-01f2fs: restrict setting up inode.i_adviseChao Yu
2018-08-01f2fs: avoid duplicated permission check for "trusted." xattrsHyunchul Lee
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-01-22f2fs: correct removexattr behavior for null valued extended attributeDaeho Jeong
2018-01-02f2fs: fix missing error number for xattr operationJaegeuk Kim
2018-01-02f2fs: inject fault to kzallocChao Yu
2017-11-05f2fs: handle error case when adding xattr entryJaegeuk Kim
2017-11-05f2fs: support flexible inline xattr sizeChao Yu
2017-11-05f2fs: add missing quota_initializeJaegeuk Kim
2017-10-26f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim
2017-10-10f2fs: introduce read_xattr_blockChao Yu
2017-10-10f2fs: introduce read_inline_xattrChao Yu
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He
2017-07-26f2fs: remove unused input parameterYunlei He
2017-03-24f2fs: don't reserve additional space in xattr blockChao Yu
2017-03-24f2fs: clean up xattr operationChao Yu
2017-03-21f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim
2017-02-27f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee
2017-02-27f2fs: Don't update the xattr data that same as the existKinglong Mee
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu
2017-02-22f2fs: enhance lookup xattrChao Yu
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim