summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-4/+5
|\
| * f2fs: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-4/+5
* | f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim2013-12-231-1/+1
|/
* f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattrChao Yu2013-10-291-1/+1
* f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2013-10-291-1/+1
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2013-10-071-5/+2Star
* f2fs: don't GC or take an fs_lock from f2fs_initxattrs()Russ Knize2013-09-251-10/+25
* f2fs: support the inline xattrsJaegeuk Kim2013-08-261-83/+166
* f2fs: introduce __find_xattr for readabilityJaegeuk Kim2013-08-261-25/+21Star
* f2fs: should cover i_xattr_nid with its xattr node page lockJaegeuk Kim2013-08-121-5/+5
* f2fs: introduce cur_cp_version function to reduce code sizeJaegeuk Kim2013-08-091-1/+1
* f2fs: fix inconsistency between xattr node blocks and its inodeJaegeuk Kim2013-08-091-0/+4
* f2fs: support xattr security labelsJaegeuk Kim2013-06-111-7/+57
* f2fs: handle errors from get_node_page callsJason Hrycay2013-06-031-0/+4
* f2fs: introduce a new global lock schemeJaegeuk Kim2013-04-091-4/+6
* f2fs: reorganize f2fs_setxattrNamjae Jeon2013-03-201-8/+10
* f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim2013-01-111-0/+2
* f2fs: unify string length declarations and usageLeon Romanovsky2012-12-281-2/+3
* f2fs: resolve build failuresJaegeuk Kim2012-12-111-0/+51
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-1/+1
* f2fs: add xattr and acl functionalitiesJaegeuk Kim2012-12-111-0/+389