aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)Author
2013-09-05f2fs: merge more bios of node block writesJaegeuk Kim
2013-08-26f2fs: support the inline xattrsJaegeuk Kim
2013-08-26f2fs: add the truncate_xattr_node functionJaegeuk Kim
2013-08-26f2fs: reserve the xattr space dynamicallyJaegeuk Kim
2013-08-19f2fs: alloc_page() doesn't return an ERR_PTRDan Carpenter
2013-08-12f2fs: should cover i_xattr_nid with its xattr node page lockJaegeuk Kim
2013-08-12f2fs: check the free space first in new_node_pageJaegeuk Kim
2013-08-12f2fs: clean up the needless end 'return' of void functionGu Zheng
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng
2013-07-02Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2013-06-11f2fs: support xattr security labelsJaegeuk Kim
2013-05-28f2fs: add debug msgs in the recovery routineJaegeuk Kim
2013-05-28f2fs: update inode page after creationJaegeuk Kim
2013-05-28f2fs: skip get_node_page if locked node page is passedJaegeuk Kim
2013-05-28f2fs: fix inconsistency of block count during recoveryJaegeuk Kim
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-08f2fs: cover free_nid management with spin_lockJaegeuk Kim
2013-05-08f2fs: optimize scan_nat_page()Haicheng Li
2013-05-08f2fs: code cleanup for scan_nat_page() and build_free_nids()Haicheng Li
2013-05-08f2fs: bugfix for alloc_nid_failed()Haicheng Li
2013-04-30f2fs: modify the number of issued pages to merge IOsJaegeuk Kim
2013-04-30f2fs: fix inconsistent using of NM_WOUT_THRESHOLDHaicheng Li
2013-04-29f2fs: check truncation of mapping after lock_pageJaegeuk Kim
2013-04-29f2fs: enhance alloc_nid and build_free_nids flowsJaegeuk Kim
2013-04-26f2fs: check nid == 0 in add_free_nidJaegeuk Kim
2013-04-26f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim
2013-04-23f2fs: add tracepoints for truncate operationNamjae Jeon
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim
2013-04-03f2fs: reduce redundant spin_lock operationsJaegeuk Kim
2013-04-03f2fs: avoid race for summary informationJaegeuk Kim
2013-04-03f2fs: remove redundant lock_page callsJaegeuk Kim
2013-03-31f2fs: use kmemdupAlexandru Gheorghiu
2013-03-27f2fs: remain nat cache entries for further free nid allocationJaegeuk Kim
2013-03-20f2fs: fix not to allocate max_nidJaegeuk Kim
2013-03-20f2fs: fix return value of releasepage for node and dataJaegeuk Kim
2013-03-20f2fs: scan next nat page to reuse free nids in thereJaegeuk Kim
2013-03-20f2fs: should check the node page was truncated firstJaegeuk Kim
2013-03-20f2fs: reduce unncessary locking pages during readJaegeuk Kim
2013-03-18f2fs: avoid extra ++ while returning from get_node_pathNamjae Jeon
2013-03-18f2fs: optimize and change return path in lookup_free_nid_listNamjae Jeon
2013-03-18f2fs: optimize get node page readahead partNamjae Jeon
2013-03-18f2fs: check the level before calling get_nid functionChangman Lee
2013-03-18f2fs: introduce readahead mode of node pagesJaegeuk Kim
2013-03-18f2fs: read with READ_SYNC when getting dnode pageJaegeuk Kim
2013-03-18f2fs: fix to unlock node page when it was truncatedJaegeuk Kim
2013-02-12f2fs: avoid build warningJaegeuk Kim
2013-02-12Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim
2013-02-12f2fs: remove the use of page_cache_releaseJaegeuk Kim
2013-02-12f2fs: reorganize code for ra_node_pageNamjae Jeon