summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* f2fs: avoid RECLAIM_FS-ON-W warningJaegeuk Kim2014-03-201-1/+1
* f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim2014-03-201-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-4/+5
|\
| * f2fs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-4/+5
* | f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim2013-12-231-1/+1
|/
* f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattrChao Yu2013-10-291-1/+1
* f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2013-10-291-1/+1
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2013-10-071-5/+2
* f2fs: don't GC or take an fs_lock from f2fs_initxattrs()Russ Knize2013-09-251-10/+25
* f2fs: support the inline xattrsJaegeuk Kim2013-08-261-83/+166
* f2fs: introduce __find_xattr for readabilityJaegeuk Kim2013-08-261-25/+21