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