summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: merge more bios of node block writesJaegeuk Kim2013-09-051-4/+5
* f2fs: support the inline xattrsJaegeuk Kim2013-08-261-0/+7
* f2fs: add the truncate_xattr_node functionJaegeuk Kim2013-08-261-11/+28
* f2fs: reserve the xattr space dynamicallyJaegeuk Kim2013-08-261-4/+5
* f2fs: alloc_page() doesn't return an ERR_PTRDan Carpenter2013-08-191-2/+2
* f2fs: should cover i_xattr_nid with its xattr node page lockJaegeuk Kim2013-08-121-0/+3
* f2fs: check the free space first in new_node_pageJaegeuk Kim2013-08-121-9/+9
* f2fs: clean up the needless end 'return' of void functionGu Zheng2013-08-121-1/+0Star
* f2fs: introduce help function F2FS_NODE()Gu Zheng2013-07-301-5/+5
* Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2013-07-021-15/+19
|\
| * f2fs: support xattr security labelsJaegeuk Kim2013-06-111-4/+8
| * f2fs: add debug msgs in the recovery routineJaegeuk Kim2013-05-281-1/+0Star
| * f2fs: update inode page after creationJaegeuk Kim2013-05-281-8/+4Star
| * f2fs: skip get_node_page if locked node page is passedJaegeuk Kim2013-05-281-3/+6
| * f2fs: fix inconsistency of block count during recoveryJaegeuk Kim2013-05-281-0/+2
* | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-1/+2
|/
* f2fs: cover free_nid management with spin_lockJaegeuk Kim2013-05-081-16/+18
* f2fs: optimize scan_nat_page()Haicheng Li2013-05-081-5/+9
* f2fs: code cleanup for scan_nat_page() and build_free_nids()Haicheng Li2013-05-081-6/+4Star
* f2fs: bugfix for alloc_nid_failed()Haicheng Li2013-05-081-2/+6
* f2fs: modify the number of issued pages to merge IOsJaegeuk Kim2013-04-301-4/+2Star
* f2fs: fix inconsistent using of NM_WOUT_THRESHOLDHaicheng Li2013-04-301-1/+1
* f2fs: check truncation of mapping after lock_pageJaegeuk Kim2013-04-291-4/+16
* f2fs: enhance alloc_nid and build_free_nids flowsJaegeuk Kim2013-04-291-46/+36Star
* f2fs: check nid == 0 in add_free_nidJaegeuk Kim2013-04-261-4/+4
* f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim2013-04-261-0/+9
* f2fs: add tracepoints for truncate operationNamjae Jeon2013-04-231-2/+18
* f2fs: introduce a new global lock schemeJaegeuk Kim2013-04-091-27/+17Star
* f2fs: reduce redundant spin_lock operationsJaegeuk Kim2013-04-031-6/+11
* f2fs: avoid race for summary informationJaegeuk Kim2013-04-031-1/+1
* f2fs: remove redundant lock_page callsJaegeuk Kim2013-04-031-15/+25
* f2fs: use kmemdupAlexandru Gheorghiu2013-03-311-7/+5Star
* f2fs: remain nat cache entries for further free nid allocationJaegeuk Kim2013-03-271-2/+2
* f2fs: fix not to allocate max_nidJaegeuk Kim2013-03-201-0/+2
* f2fs: fix return value of releasepage for node and dataJaegeuk Kim2013-03-201-10/+1Star
* f2fs: scan next nat page to reuse free nids in thereJaegeuk Kim2013-03-201-1/+2
* f2fs: should check the node page was truncated firstJaegeuk Kim2013-03-201-7/+8
* f2fs: reduce unncessary locking pages during readJaegeuk Kim2013-03-201-23/+35
* f2fs: avoid extra ++ while returning from get_node_pathNamjae Jeon2013-03-181-7/+6Star
* f2fs: optimize and change return path in lookup_free_nid_listNamjae Jeon2013-03-181-4/+3Star
* f2fs: optimize get node page readahead partNamjae Jeon2013-03-181-7/+6Star
* f2fs: check the level before calling get_nid functionChangman Lee2013-03-181-1/+2
* f2fs: introduce readahead mode of node pagesJaegeuk Kim2013-03-181-3/+3
* f2fs: read with READ_SYNC when getting dnode pageJaegeuk Kim2013-03-181-1/+1
* f2fs: fix to unlock node page when it was truncatedJaegeuk Kim2013-03-181-2/+2
* f2fs: avoid build warningJaegeuk Kim2013-02-111-1/+1
* Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim2013-02-111-2/+2
|\
| * f2fs: switch new_inode_page() from dentry to qstrAl Viro2013-02-081-2/+2
| * f2fs: init_dent_inode() should take qstrAl Viro2013-02-081-1/+1
* | f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim2013-02-111-1/+1