summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to check return value of f2fs_recover_xattr_dataZhiguo Niu2023-12-151-4/+7
* f2fs: explicitly null-terminate the xattr listEric Biggers2023-11-171-0/+6
* Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-041-7/+13
|\
| * f2fs: do not return EFSCORRUPTED, but try to run online repairJaegeuk Kim2023-10-191-7/+13
* | f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map to .rodataWedson Almeida Filho2023-10-091-2/+2
|/
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-021-3/+3
|\
| * f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu2023-08-141-1/+1
| * f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu2023-08-141-2/+2
* | f2fs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
|/
* f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim2023-06-301-2/+4
* fs: rename generic posix acl handlersChristian Brauner2023-03-061-2/+2
* fs: simplify ->listxattr() implementationChristian Brauner2023-03-061-6/+10
* fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
* fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-2/+2
* f2fs: support recording errors into superblockChao Yu2022-10-041-0/+8
* f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-6/+6
* f2fs: clean up __find_inline_xattr() with __find_xattr()Chao Yu2022-01-041-18/+11
* f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu2022-01-041-1/+10
* f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-291-1/+1
* 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