summaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-08f2fs: cover free_nid management with spin_lockJaegeuk Kim1-16/+18
2013-05-08f2fs: optimize scan_nat_page()Haicheng Li1-5/+9
2013-05-08f2fs: code cleanup for scan_nat_page() and build_free_nids()Haicheng Li1-6/+4
2013-05-08f2fs: bugfix for alloc_nid_failed()Haicheng Li1-2/+6
2013-04-30f2fs: modify the number of issued pages to merge IOsJaegeuk Kim1-4/+2
2013-04-30f2fs: fix inconsistent using of NM_WOUT_THRESHOLDHaicheng Li1-1/+1
2013-04-29f2fs: check truncation of mapping after lock_pageJaegeuk Kim1-4/+16
2013-04-29f2fs: enhance alloc_nid and build_free_nids flowsJaegeuk Kim1-46/+36
2013-04-26f2fs: check nid == 0 in add_free_nidJaegeuk Kim1-4/+4
2013-04-26f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim1-0/+9
2013-04-23f2fs: add tracepoints for truncate operationNamjae Jeon1-2/+18
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim1-27/+17
2013-04-03f2fs: reduce redundant spin_lock operationsJaegeuk Kim1-6/+11
2013-04-03f2fs: avoid race for summary informationJaegeuk Kim1-1/+1
2013-04-03f2fs: remove redundant lock_page callsJaegeuk Kim1-15/+25
2013-03-31f2fs: use kmemdupAlexandru Gheorghiu1-7/+5
2013-03-27f2fs: remain nat cache entries for further free nid allocationJaegeuk Kim1-2/+2
2013-03-20f2fs: fix not to allocate max_nidJaegeuk Kim1-0/+2
2013-03-20f2fs: fix return value of releasepage for node and dataJaegeuk Kim1-10/+1
2013-03-20f2fs: scan next nat page to reuse free nids in thereJaegeuk Kim1-1/+2
2013-03-20f2fs: should check the node page was truncated firstJaegeuk Kim1-7/+8
2013-03-20f2fs: reduce unncessary locking pages during readJaegeuk Kim1-23/+35
2013-03-18f2fs: avoid extra ++ while returning from get_node_pathNamjae Jeon1-7/+6
2013-03-18f2fs: optimize and change return path in lookup_free_nid_listNamjae Jeon1-4/+3
2013-03-18f2fs: optimize get node page readahead partNamjae Jeon1-7/+6
2013-03-18f2fs: check the level before calling get_nid functionChangman Lee1-1/+2
2013-03-18f2fs: introduce readahead mode of node pagesJaegeuk Kim1-3/+3
2013-03-18f2fs: read with READ_SYNC when getting dnode pageJaegeuk Kim1-1/+1
2013-03-18f2fs: fix to unlock node page when it was truncatedJaegeuk Kim1-2/+2
2013-02-12f2fs: avoid build warningJaegeuk Kim1-1/+1
2013-02-12Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim1-2/+2
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim1-1/+1
2013-02-12f2fs: remove the use of page_cache_releaseJaegeuk Kim1-2/+2
2013-02-12f2fs: reorganize code for ra_node_pageNamjae Jeon1-6/+2
2013-02-08f2fs: switch new_inode_page() from dentry to qstrAl Viro1-2/+2
2013-02-08f2fs: init_dent_inode() should take qstrAl Viro1-1/+1
2013-01-22f2fs: avoid issuing small bios due to several dirty node pagesJaegeuk Kim1-6/+11
2013-01-22f2fs: add __init to functions in init_f2fs_fsNamjae Jeon1-1/+1
2012-12-28f2fs: clean up unused variables and return valuesJaegeuk Kim1-5/+1
2012-12-28f2fs: invalidate the node page if allocation is failedJaegeuk Kim1-17/+12
2012-12-26f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim1-1/+1
2012-12-11f2fs: fix the compiler warning for uninitialized use of variableNamjae Jeon1-0/+1
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-11/+11
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim1-2/+2
2012-12-11f2fs: add node operationsJaegeuk Kim1-0/+1763