summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: inject fault to kzallocChao Yu2018-01-021-4/+4
* f2fs: handle error case when adding xattr entryJaegeuk Kim2017-11-051-19/+28
* f2fs: support flexible inline xattr sizeChao Yu2017-11-051-9/+9
* f2fs: add missing quota_initializeJaegeuk Kim2017-11-051-0/+4
* f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim2017-10-261-1/+1
* f2fs: introduce read_xattr_blockChao Yu2017-10-101-26/+24
* f2fs: introduce read_inline_xattrChao Yu2017-10-101-30/+29
* f2fs: avoid race in between read xattr & write xattrYunlei He2017-09-071-0/+6
* f2fs: remove unused input parameterYunlei He2017-07-261-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/+11
* 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/+0
* 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/+0
* f2fs: enhance lookup xattrChao Yu2017-02-221-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-101-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-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-071-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-021-5/+1
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-021-1/+2
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-021-4/+3
* 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-211-2/+1
|\
| * f2fs: remove unneeded memset when updating xattrChao Yu2016-05-071-1/+0
| * 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-101-8/+6
|/
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-221-3/+3
* Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-131-1/+2
|\
| * f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-111-0/+1
| * f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-081-1/+1
* | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-131-56/+26
* | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-061-14/+6
|/
* f2fs: xattr simplificationsAndreas Gruenbacher2015-11-131-12/+3
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-20/+27
* f2fs: correct return value of ->setxattrChao Yu2015-08-041-1/+4
* f2fs crypto: add encryption policy and password salt supportJaegeuk Kim2015-05-281-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-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-101-0/+1
* | f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu2015-04-101-1/+2
|/
* f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim2014-11-031-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-031-3/+3
* f2fs: fix typoarter972014-08-191-1/+1
* f2fs: fix recursive lock by f2fs_setxattrJaegeuk Kim2014-06-021-5/+5