summaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-30mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman1-2/+0
2014-01-23f2fs: drop obsolete node page when it is truncatedJaegeuk Kim1-0/+4
2014-01-22f2fs: introduce NODE_MAPPING for code consistencyJaegeuk Kim1-28/+22
2014-01-22f2fs: add help function META_MAPPINGGu Zheng1-1/+1
2014-01-20f2fs: clean checkpatch warningsChris Fries1-1/+1
2014-01-08f2fs: improve write performance under frequent fsync callsJaegeuk Kim1-1/+6
2014-01-06f2fs: fix truncate_partial_nodes bugshifei10.ge1-6/+7
2013-12-26f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim1-15/+15
2013-12-23f2fs: update several commentsChao Yu1-4/+4
2013-12-23f2fs: remove the rw_flag domain from f2fs_io_infoGu Zheng1-4/+2
2013-12-23f2fs: refactor bio->rw handlingJaegeuk Kim1-6/+16
2013-12-23f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim1-14/+14
2013-12-23f2fs: add unlikely() macro for compiler optimizationChao Yu1-8/+8
2013-12-23f2fs: use inner macro GFP_F2FS_ZERO for simplificationChao Yu1-1/+1
2013-12-23f2fs: readahead contiguous pages for restore_node_summaryChao Yu1-26/+63
2013-12-23f2fs: refactor bio-related operationsJaegeuk Kim1-7/+7
2013-12-23f2fs: use true and false for boolean variableChao Yu1-1/+1
2013-12-23f2fs: send REQ_META or REQ_PRIO when reading meta areaChangman Lee1-2/+2
2013-12-23f2fs: merge read IOs at ra_nat_pages()Jaegeuk Kim1-7/+4
2013-12-23f2fs: convert inc/dec_valid_node_count to inc/dec one countGu Zheng1-3/+3
2013-12-23f2fs: convert remove_inode_page to voidGu Zheng1-8/+4
2013-11-04f2fs: remove unnecessary TestClearPageError when wait pages writebackChao Yu1-3/+4
2013-10-31f2fs: avoid to wait all the node blocks during fsyncJaegeuk Kim1-0/+40
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim1-21/+21
2013-10-25f2fs: add tracepoint for set_page_dirtyJaegeuk Kim1-0/+2
2013-10-25f2fs: introduce f2fs_balance_fs_bg for some background jobsJaegeuk Kim1-7/+3
2013-10-25f2fs: reclaim prefree segments periodicallyJaegeuk Kim1-1/+2
2013-10-25f2fs: use bool for booleansHaicheng Li1-2/+2
2013-10-22f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache alloca...Gu Zheng1-16/+11
2013-10-18f2fs: avoid to write during the recoveryJaegeuk Kim1-6/+11
2013-09-05f2fs: merge more bios of node block writesJaegeuk Kim1-4/+5
2013-08-26f2fs: support the inline xattrsJaegeuk Kim1-0/+7
2013-08-26f2fs: add the truncate_xattr_node functionJaegeuk Kim1-11/+28
2013-08-26f2fs: reserve the xattr space dynamicallyJaegeuk Kim1-4/+5
2013-08-19f2fs: alloc_page() doesn't return an ERR_PTRDan Carpenter1-2/+2
2013-08-12f2fs: should cover i_xattr_nid with its xattr node page lockJaegeuk Kim1-0/+3
2013-08-12f2fs: check the free space first in new_node_pageJaegeuk Kim1-9/+9
2013-08-12f2fs: clean up the needless end 'return' of void functionGu Zheng1-1/+0
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng1-5/+5
2013-07-02Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-15/+19
2013-06-11f2fs: support xattr security labelsJaegeuk Kim1-4/+8
2013-05-28f2fs: add debug msgs in the recovery routineJaegeuk Kim1-1/+0
2013-05-28f2fs: update inode page after creationJaegeuk Kim1-8/+4
2013-05-28f2fs: skip get_node_page if locked node page is passedJaegeuk Kim1-3/+6
2013-05-28f2fs: fix inconsistency of block count during recoveryJaegeuk Kim1-0/+2
2013-05-22mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
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