summaryrefslogtreecommitdiff
path: root/fs/f2fs/xattr.c
Commit message (Expand)AuthorAge
* f2fs: correct return value of ->setxattrChao Yu2015-08-04
* f2fs crypto: add encryption policy and password salt supportJaegeuk Kim2015-05-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | f2fs: persist system.advise into on-disk inodeChao Yu2015-04-10
* | f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu2015-04-10
|/
* f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim2014-11-03
* f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim2014-09-09
* f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim2014-09-03
* f2fs: fix typoarter972014-08-19
* f2fs: fix recursive lock by f2fs_setxattrJaegeuk Kim2014-06-02
* f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim2014-05-07
* f2fs: return errors right after checking themJaegeuk Kim2014-05-07
* f2fs: pass flags field to setxattr functionsJaegeuk Kim2014-05-07
* f2fs: clean up long variable namesJaegeuk Kim2014-05-07
* f2fs: avoid unneeded lookup when xattr name length is too longChao Yu2014-04-01
* f2fs: avoid RECLAIM_FS-ON-W warningJaegeuk Kim2014-03-20
* f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim2014-03-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-28
|\
| * f2fs: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* | f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim2013-12-23
|/
* f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattrChao Yu2013-10-29
* f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2013-10-29
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2013-10-07
* f2fs: don't GC or take an fs_lock from f2fs_initxattrs()Russ Knize2013-09-25
* f2fs: support the inline xattrsJaegeuk Kim2013-08-26
* f2fs: introduce __find_xattr for readabilityJaegeuk Kim2013-08-26
* f2fs: should cover i_xattr_nid with its xattr node page lockJaegeuk Kim2013-08-12
* f2fs: introduce cur_cp_version function to reduce code sizeJaegeuk Kim2013-08-09
* f2fs: fix inconsistency between xattr node blocks and its inodeJaegeuk Kim2013-08-09
* f2fs: support xattr security labelsJaegeuk Kim2013-06-11
* f2fs: handle errors from get_node_page callsJason Hrycay2013-06-03
* f2fs: introduce a new global lock schemeJaegeuk Kim2013-04-09
* f2fs: reorganize f2fs_setxattrNamjae Jeon2013-03-20
* f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim2013-01-11
* f2fs: unify string length declarations and usageLeon Romanovsky2012-12-28
* f2fs: resolve build failuresJaegeuk Kim2012-12-11
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-11
* f2fs: add xattr and acl functionalitiesJaegeuk Kim2012-12-11