aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-05f2fs: handle error case when adding xattr entryJaegeuk Kim1-19/+28
2017-11-05f2fs: support flexible inline xattr sizeChao Yu1-9/+9
2017-11-05f2fs: add missing quota_initializeJaegeuk Kim1-0/+4
2017-10-26f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim1-1/+1
2017-10-10f2fs: introduce read_xattr_blockChao Yu1-26/+24
2017-10-10f2fs: introduce read_inline_xattrChao Yu1-30/+29
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He1-0/+6
2017-07-26f2fs: remove unused input parameterYunlei He1-1/+1
2017-03-24f2fs: don't reserve additional space in xattr blockChao Yu1-3/+3
2017-03-24f2fs: clean up xattr operationChao Yu1-14/+11
2017-03-21f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim1-1/+3
2017-02-27f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee1-3/+0
2017-02-27f2fs: Don't update the xattr data that same as the existKinglong Mee1-4/+16
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu1-2/+0
2017-02-22f2fs: enhance lookup xattrChao Yu1-15/+117
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim1-2/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-22f2fs: fix to return error number of read_all_xattrs correctlyChao Yu1-15/+22
2016-09-07f2fs: fix lost xattrs of directoriesJaegeuk Kim1-0/+2
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim1-2/+2
2016-07-08f2fs: remove unnecessary goto statementTiezhu Yang1-2/+2
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim1-5/+1
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim1-1/+2
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim1-4/+3
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-6/+6
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-2/+1
2016-05-07f2fs: remove unneeded memset when updating xattrChao Yu1-1/+0
2016-04-15f2fs: give -E2BIG for no space in xattrJaegeuk Kim1-1/+1
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-8/+6
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim1-3/+3
2016-01-13Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+2
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim1-0/+1
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim1-1/+1
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher1-56/+26
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-14/+6
2015-11-13f2fs: xattr simplificationsAndreas Gruenbacher1-12/+3
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-20/+27
2015-08-04f2fs: correct return value of ->setxattrChao Yu1-1/+4
2015-05-28f2fs crypto: add encryption policy and password salt supportJaegeuk Kim1-0/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2015-04-10f2fs: persist system.advise into on-disk inodeChao Yu1-0/+1
2015-04-10f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu1-1/+2
2014-11-03f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim1-3/+3
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim1-1/+1
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim1-3/+3
2014-08-19f2fs: fix typoarter971-1/+1
2014-06-02f2fs: fix recursive lock by f2fs_setxattrJaegeuk Kim1-5/+5
2014-05-07f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim1-0/+3