aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
Commit message (Expand)AuthorAge
* 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-22
|/
* 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-06
* 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-27
* f2fs: resolve build failuresJaegeuk Kim2012-12-10
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-10
* f2fs: add xattr and acl functionalitiesJaegeuk Kim2012-12-10