aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: preallocate blocks for buffered aio writesJaegeuk Kim2017-04-133-16/+65
* f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim2017-04-133-23/+59
* f2fs: fix missing skip pages infoYunlei He2017-04-133-6/+9
* f2fs: introduce f2fs_submit_merged_bio_condChao Yu2017-04-135-26/+79
* f2fs: fix conflict on page->private usageJaegeuk Kim2017-04-131-1/+1
* f2fs: flush bios to handle cp_error in put_superJaegeuk Kim2017-04-131-0/+7
* f2fs: wait on page's writeback in writepages pathJaegeuk Kim2017-04-132-3/+6
* f2fs: speed up handling holes in fiemapChao Yu2017-04-133-10/+28
* f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu2017-04-133-2/+40
* f2fs: remove unneeded pointer conversionChao Yu2017-04-137-33/+28
* f2fs: simplify __allocate_data_blocksChao Yu2017-04-131-56/+4
* f2fs: simplify f2fs_map_blocksChao Yu2017-04-131-69/+32
* f2fs: introduce lifetime write IO statisticsShuoran Liu2017-04-133-2/+59
* f2fs: give scheduling point in shrinking pathJaegeuk Kim2017-04-131-0/+1
* f2fs: improve shrink performance of extent nodesHou Pengyang2017-04-132-48/+29
* f2fs: don't set cached_en if it will be freedJaegeuk Kim2017-04-131-5/+7
* f2fs: move extent_node list operations being coupled with rbtree operationJaegeuk Kim2017-04-131-23/+17
* f2fs: reconstruct the code to free an extent_nodeHou Pengyang2017-04-131-30/+25
* f2fs: use wq_has_sleeper for cp_wait wait_queueJaegeuk Kim2017-04-132-2/+22
* f2fs: avoid unnecessary search while finding victim in gcFan Li2017-04-131-8/+25
* f2fs: delete unnecessary wait for page writebackYunlei He2017-04-131-2/+1
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2017-04-1313-42/+47
* f2fs: enhance foreground GCChao Yu2017-04-131-71/+72
* f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim2017-04-131-1/+0
* f2fs: avoid needless sync_inode_page when reading inline_dataJaegeuk Kim2017-04-131-1/+0
* f2fs: don't need to sync node page at every timeJaegeuk Kim2017-04-131-1/+0
* f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim2017-04-135-0/+63
* f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim2017-04-131-6/+6
* f2fs: fix to overcome inline_data floodsJaegeuk Kim2017-04-131-0/+7
* f2fs: use writepages->lock for WB_SYNC_ALLJaegeuk Kim2017-04-131-1/+1
* f2fs: remove needless condition checkJaegeuk Kim2017-04-131-5/+1
* f2fs: correct search area in get_new_segmentChao Yu2017-04-131-3/+2
* f2fs: export dirty_nats_ratio in sysfsChao Yu2017-04-134-1/+5
* f2fs: flush dirty nat entries when exceeding thresholdChao Yu2017-04-132-1/+11
* f2fs: relocate is_merged_pageChao Yu2017-04-133-38/+39
* f2fs: should unset atomic flag after successful commitJaegeuk Kim2017-04-131-1/+3
* f2fs: fix wrong memory condition checkJaegeuk Kim2017-04-131-2/+2
* f2fs: monitor the number of background checkpointJaegeuk Kim2017-04-133-2/+6
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2017-04-139-10/+38
* f2fs: introduce time and interval facilityJaegeuk Kim2017-04-134-7/+25
* f2fs: skip releasing nodes in chindless extent treeChao Yu2017-04-131-4/+9
* f2fs: use atomic type for node count in extent treeChao Yu2017-04-132-9/+10
* f2fs: recognize encrypted data in f2fs_fiemapChao Yu2017-04-131-1/+5
* f2fs: clean up f2fs_balance_fsJaegeuk Kim2017-04-138-36/+31
* f2fs: remove redundant callsJaegeuk Kim2017-04-131-3/+0
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2017-04-136-29/+30
* f2fs: check the page status filled from diskJaegeuk Kim2017-04-131-6/+5
* f2fs: introduce __get_node_page to reuse common codeChao Yu2017-04-131-54/+34
* f2fs: check node id earily when readaheading node pageChao Yu2017-04-131-3/+8
* f2fs: read isize while holding i_mutex in fiemapFan Li2017-04-131-1/+3