summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: sanity check of xattr entry sizeJaegeuk Kim2018-12-271-5/+13
* f2fs: check PageWriteback flag for ordered caseChao Yu2018-12-271-2/+2
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1Star
* f2fs: restrict setting up inode.i_adviseChao Yu2018-08-011-1/+11
* f2fs: avoid duplicated permission check for "trusted." xattrsHyunchul Lee2018-08-011-6/+0Star
* 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-031-0/+2
* f2fs: inject fault to kzallocChao Yu2018-01-031-4/+4
* f2fs: handle error case when adding xattr entryJaegeuk Kim2017-11-061-19/+28
* f2fs: support flexible inline xattr sizeChao Yu2017-11-061-9/+9
* f2fs: add missing quota_initializeJaegeuk Kim2017-11-061-0/+4
* f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim2017-10-261-1/+1
* f2fs: introduce read_xattr_blockChao Yu2017-10-101-26/+24Star
* f2fs: introduce read_inline_xattrChao Yu2017-10-101-30/+29Star
* f2fs: avoid race in between read xattr & write xattrYunlei He2017-09-081-0/+6
* f2fs: remove unused input parameterYunlei He2017-07-271-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/+11Star
* 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/+0Star
* 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/+0Star
* f2fs: enhance lookup xattrChao Yu2017-02-231-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-111-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-281-1/+1
* | f2fs: fix to return error number of read_all_xattrs correctlyChao Yu2016-09-221-15/+22
* | f2fs: fix lost xattrs of directoriesJaegeuk Kim2016-09-081-0/+2
|/
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-081-2/+2
* f2fs: remove unnecessary goto statementTiezhu Yang2016-07-081-2/+2
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-031-5/+1Star
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-031-1/+2
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-031-4/+3Star
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-6/+6
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-221-2/+1Star
|\
| * f2fs: remove unneeded memset when updating xattrChao Yu2016-05-071-1/+0Star
| * f2fs: give -E2BIG for no space in xattrJaegeuk Kim2016-04-151-1/+1
* | xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-111-8/+6Star
|/
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-231-3/+3
* Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-141-1/+2
|\
| * f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-121-0/+1
| * f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-081-1/+1
* | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-141-56/+26Star
* | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-071-14/+6Star
|/
* f2fs: xattr simplificationsAndreas Gruenbacher2015-11-141-12/+3Star
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-141-20/+27
* f2fs: correct return value of ->setxattrChao Yu2015-08-041-1/+4
* f2fs crypto: add encryption policy and password salt supportJaegeuk Kim2015-05-291-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-5/+5
|\