aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
AgeCommit message (Expand)Author
2021-12-29f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu
2020-05-20f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang
2020-05-20f2fs: fix to avoid accessing xattr across the boundaryRandall Huang
2020-05-20f2fs: sanity check of xattr entry sizeJaegeuk Kim
2020-05-20f2fs: introduce read_xattr_blockChao Yu
2020-05-20f2fs: introduce read_inline_xattrChao Yu
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He
2017-07-26f2fs: remove unused input parameterYunlei He
2017-03-24f2fs: don't reserve additional space in xattr blockChao Yu
2017-03-24f2fs: clean up xattr operationChao Yu
2017-03-21f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim
2017-02-27f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee
2017-02-27f2fs: Don't update the xattr data that same as the existKinglong Mee
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu
2017-02-22f2fs: enhance lookup xattrChao Yu
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-22f2fs: fix to return error number of read_all_xattrs correctlyChao Yu
2016-09-07f2fs: fix lost xattrs of directoriesJaegeuk Kim
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-07-08f2fs: remove unnecessary goto statementTiezhu Yang
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-05-07f2fs: remove unneeded memset when updating xattrChao Yu
2016-04-15f2fs: give -E2BIG for no space in xattrJaegeuk Kim
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim
2016-01-13Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-11-13f2fs: xattr simplificationsAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-08-04f2fs: correct return value of ->setxattrChao Yu
2015-05-28f2fs crypto: add encryption policy and password salt supportJaegeuk Kim
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-10f2fs: persist system.advise into on-disk inodeChao Yu
2015-04-10f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu
2014-11-03f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim
2014-08-19f2fs: fix typoarter97
2014-06-02f2fs: fix recursive lock by f2fs_setxattrJaegeuk Kim
2014-05-07f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim