summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2013-12-23f2fs: read contiguous sit entry pages by merging for mount performanceChao Yu2-26/+77
2013-12-23f2fs: adds a tracepoint for f2fs_submit_read_bioChao Yu2-2/+5
2013-12-23f2fs: adds a tracepoint for submit_read_pageChao Yu2-1/+2
2013-12-23f2fs: simplify IS_DATASEG and IS_NODESEG macroChangman Lee1-7/+2
2013-12-23f2fs: merge read IOs at ra_nat_pages()Jaegeuk Kim1-7/+4
2013-12-23f2fs: add a new function to support for merging contiguous readChao Yu3-0/+54
2013-12-23f2fs: move the list_head initialization into the lock protection regionGu Zheng1-5/+10
2013-12-23f2fs: simplify write_orphan_inodes for better readableGu Zheng1-21/+19
2013-12-23f2fs: convert inc/dec_valid_node_count to inc/dec one countGu Zheng2-20/+18
2013-12-23f2fs: convert dev_valid_block_count to voidGu Zheng1-2/+1
2013-12-23f2fs: convert remove_inode_page to voidGu Zheng2-9/+5
2013-12-23f2fs: introduce a bio array for per-page write biosJaegeuk Kim3-26/+32
2013-12-23f2fs: disable the extent cache ops on high fragmented filesJaegeuk Kim2-4/+21
2013-12-23f2fs: use sbi->write_mutex for write biosJaegeuk Kim4-10/+15
2013-12-23f2fs: clean up the do_submit_bio flowJaegeuk Kim2-18/+22
2013-12-23f2fs: use f2fs_put_page to release page for uniform styleChao Yu1-2/+1
2013-12-23f2fs: add a tracepoint for f2fs_issue_discardJaegeuk Kim1-0/+1
2013-12-23f2fs: introduce f2fs_issue_discard() to clean upJaegeuk Kim1-10/+11
2013-12-23f2fs: add a sysfs entry to control max_discardsJaegeuk Kim1-0/+2
2013-12-23f2fs: add key functions for small discardsJaegeuk Kim1-0/+60
2013-12-23f2fs: add a slab cache entry for small discardsJaegeuk Kim3-1/+40
2013-12-23f2fs: improve searching speed of __next_free_blkoffChangman Lee1-7/+12
2013-12-23f2fs: introduce __find_rev_next(_zero)_bitChangman Lee1-0/+148
2013-11-11f2fs: issue more large discard commandChangman Lee1-15/+21
2013-11-08f2fs: fix memory leak after kobject init failed in fill_superChao Yu1-2/+8
2013-11-08f2fs: cleanup waiting routine for writeback pages in cpChangman Lee4-12/+21
2013-11-06f2fs: avoid to use a NULL point in destroy_segment_managerChao Yu1-0/+2
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 Kim3-2/+44
2013-10-30f2fs: check all ones or zeros bitmap with bitops for better mount performanceChao Yu1-4/+15
2013-10-30f2fs: change the method of calculating the number summary blocksFan Li1-8/+6
2013-10-29f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattrChao Yu1-1/+1
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim11-57/+65
2013-10-29f2fs: introduce CONFIG_F2FS_CHECK_FS for BUG_ON controlJaegeuk Kim1-0/+8
2013-10-28f2fs: fix a deadlock during init_acl procedureJaegeuk Kim3-10/+12
2013-10-28f2fs: clean up acl flow for better readabilityJaegeuk Kim2-15/+16
2013-10-28f2fs: remove unnecessary segment bitmap updatesChangman Lee1-23/+8
2013-10-25f2fs: add tracepoint for vm_page_mkwriteJaegeuk Kim1-0/+1
2013-10-25f2fs: add tracepoint for set_page_dirtyJaegeuk Kim3-0/+6
2013-10-25f2fs: remove redundant set_page_dirty from write_compacted_summariesChao Yu1-4/+4
2013-10-25f2fs: add reclaiming control by sysfsJaegeuk Kim1-14/+36
2013-10-25f2fs: introduce f2fs_balance_fs_bg for some background jobsJaegeuk Kim4-10/+15
2013-10-25f2fs: reclaim prefree segments periodicallyJaegeuk Kim5-1/+18
2013-10-25f2fs: use bool for booleansHaicheng Li5-11/+11
2013-10-25f2fs: clean up several status-related operationsJaegeuk Kim5-25/+27
2013-10-22f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache alloca...Gu Zheng4-41/+35
2013-10-22f2fs: no need to check other dirty_segmap when the seg has been foundHaicheng Li1-3/+7
2013-10-22f2fs: use true and false for boolean valueHaicheng Li1-2/+2
2013-10-18f2fs: avoid to write during the recoveryJaegeuk Kim2-7/+12
2013-10-18f2fs: avoid wait if IO end up when do_checkpoint for better performanceGu Zheng3-2/+14