summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim2014-11-031-3/+3
* f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim2014-09-091-1/+1
* f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim2014-09-031-3/+3
* f2fs: fix typoarter972014-08-191-1/+1
* f2fs: fix recursive lock by f2fs_setxattrJaegeuk Kim2014-06-021-5/+5
* f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim2014-05-071-0/+3
* f2fs: return errors right after checking themJaegeuk Kim2014-05-071-1/+9
* f2fs: pass flags field to setxattr functionsJaegeuk Kim2014-05-071-6/+7
* f2fs: clean up long variable namesJaegeuk Kim2014-05-071-42/+44
* f2fs: avoid unneeded lookup when xattr name length is too longChao Yu2014-04-011-0/+2
* f2fs: avoid RECLAIM_FS-ON-W warningJaegeuk Kim2014-03-201-1/+1
* f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim2014-03-201-0/+3
* 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-251-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/+2
* 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/+21
* 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
OpenPOWER on IntegriCloud