summaryrefslogtreecommitdiff
path: root/fs/f2fs/xattr.c
AgeCommit message (Expand)Author
2018-10-27f2fs: add SPDX license identifiersChao Yu
2018-09-18f2fs: restrict setting up inode.i_adviseChao Yu
2018-09-18f2fs: avoid duplicated permission check for "trusted." xattrsHyunchul Lee
2018-07-08f2fs: clean up symbol namespaceChao Yu
2018-02-07f2fs: correct removexattr behavior for null valued extended attributeDaeho Jeong
2018-02-07f2fs: fix missing error number for xattr operationJaegeuk Kim
2018-02-07f2fs: inject fault to kzallocChao Yu
2017-11-15f2fs: handle error case when adding xattr entryJaegeuk Kim
2017-11-15f2fs: support flexible inline xattr sizeChao Yu
2017-11-15f2fs: add missing quota_initializeJaegeuk Kim
2017-11-15f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim
2017-11-15f2fs: introduce read_xattr_blockChao Yu
2017-11-15f2fs: introduce read_inline_xattrChao Yu
2017-09-21f2fs: avoid race in between read xattr & write xattrYunlei He
2017-09-21f2fs: remove unused input parameterYunlei He
2017-05-08f2fs: don't reserve additional space in xattr blockChao Yu
2017-05-08f2fs: clean up xattr operationChao Yu
2017-03-10f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim
2017-03-08f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee
2017-03-08f2fs: Don't update the xattr data that same as the existKinglong Mee
2017-03-08f2fs: change recovery policy of xattr node blockChao Yu
2017-02-06f2fs: enhance lookup xattrChao Yu
2016-12-01f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim
2016-12-01f2fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsJaegeuk Kim
2016-10-17f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel....Jaegeuk Kim
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
2014-05-07f2fs: return errors right after checking themJaegeuk Kim
2014-05-07f2fs: pass flags field to setxattr functionsJaegeuk Kim
2014-05-07f2fs: clean up long variable namesJaegeuk Kim
2014-04-01f2fs: avoid unneeded lookup when xattr name length is too longChao Yu
2014-03-20f2fs: avoid RECLAIM_FS-ON-W warningJaegeuk Kim
2014-03-20f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-25f2fs: use generic posix ACL infrastructureChristoph Hellwig
2013-12-23f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim
2013-10-29f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattrChao Yu
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim