summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* | f2fs: persist system.advise into on-disk inodeChao Yu2015-04-111-0/+1
* | f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu2015-04-111-1/+2
|/
* f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim2014-11-041-3/+3
* f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim2014-09-091-1/+1
* f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim2014-09-041-3/+3
* f2fs: fix typoarter972014-08-191-1/+1
* f2fs: fix recursive lock by f2fs_setxattrJaegeuk Kim2014-06-021-5/+5
* f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim2014-05-071-0/+3
* f2fs: return errors right after checking themJaegeuk Kim2014-05-071-1/+9
* f2fs: pass flags field to setxattr functionsJaegeuk Kim2014-05-071-6/+7
* f2fs: clean up long variable namesJaegeuk Kim2014-05-071-42/+44
* f2fs: avoid unneeded lookup when xattr name length is too longChao Yu2014-04-011-0/+2