aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
AgeCommit message (Expand)Author
2019-09-16f2fs: fix to avoid accessing xattr across the boundaryRandall Huang
2019-04-12f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu
2019-01-12f2fs: sanity check of xattr entry sizeJaegeuk Kim
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-01-22f2fs: correct removexattr behavior for null valued extended attributeDaeho Jeong
2018-01-02f2fs: fix missing error number for xattr operationJaegeuk Kim
2018-01-02f2fs: inject fault to kzallocChao Yu
2017-11-05f2fs: handle error case when adding xattr entryJaegeuk Kim
2017-11-05f2fs: support flexible inline xattr sizeChao Yu
2017-11-05f2fs: add missing quota_initializeJaegeuk Kim
2017-10-26f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim
2017-10-10f2fs: introduce read_xattr_blockChao Yu
2017-10-10f2fs: 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