summaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)Author
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
2013-02-08f2fs: switch new_inode_page() from dentry to qstrAl Viro
2013-02-08f2fs: init_dent_inode() should take qstrAl Viro
2013-01-22f2fs: avoid issuing small bios due to several dirty node pagesJaegeuk Kim
2013-01-22f2fs: add __init to functions in init_f2fs_fsNamjae Jeon
2012-12-28f2fs: clean up unused variables and return valuesJaegeuk Kim
2012-12-28f2fs: invalidate the node page if allocation is failedJaegeuk Kim
2012-12-26f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim
2012-12-11f2fs: fix the compiler warning for uninitialized use of variableNamjae Jeon
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim
2012-12-11f2fs: add node operationsJaegeuk Kim