summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs crypto: replace some BUG_ON()'s with error checksJaegeuk Kim2016-02-233-6/+12
* f2fs: increase i_size to avoid missing dataJaegeuk Kim2016-02-231-1/+1
* f2fs: preallocate blocks for buffered aio writesJaegeuk Kim2016-02-232-7/+31
* f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim2016-02-233-23/+39
* f2fs: fix missing skip pages infoYunlei He2016-02-233-6/+9
* f2fs: introduce f2fs_submit_merged_bio_condChao Yu2016-02-235-26/+79
* f2fs: fix conflict on page->private usageJaegeuk Kim2016-02-231-1/+1
* f2fs: flush bios to handle cp_error in put_superJaegeuk Kim2016-02-231-0/+7
* f2fs: wait on page's writeback in writepages pathJaegeuk Kim2016-02-232-3/+6
* f2fs: speed up handling holes in fiemapChao Yu2016-02-233-10/+28
* f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu2016-02-233-2/+40
* f2fs: remove unneeded pointer conversionChao Yu2016-02-237-33/+28Star
* f2fs: simplify __allocate_data_blocksChao Yu2016-02-231-56/+4Star
* f2fs: simplify f2fs_map_blocksChao Yu2016-02-231-69/+32Star
* f2fs: introduce lifetime write IO statisticsShuoran Liu2016-02-233-2/+59
* f2fs: give scheduling point in shrinking pathJaegeuk Kim2016-02-231-0/+1
* f2fs: improve shrink performance of extent nodesHou Pengyang2016-02-232-48/+29Star
* f2fs: don't set cached_en if it will be freedJaegeuk Kim2016-02-231-5/+7
* f2fs: move extent_node list operations being coupled with rbtree operationJaegeuk Kim2016-02-231-23/+17Star
* f2fs: reconstruct the code to free an extent_nodeHou Pengyang2016-02-231-30/+25Star
* f2fs: use wq_has_sleeper for cp_wait wait_queueJaegeuk Kim2016-02-231-2/+1Star
* f2fs: avoid unnecessary search while finding victim in gcFan Li2016-02-231-8/+25
* f2fs: delete unnecessary wait for page writebackYunlei He2016-02-231-2/+1Star
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-2313-42/+47
* f2fs: enhance foreground GCChao Yu2016-02-231-71/+72
* f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim2016-02-231-1/+0Star
* f2fs: avoid needless sync_inode_page when reading inline_dataJaegeuk Kim2016-02-231-1/+0Star
* f2fs: don't need to sync node page at every timeJaegeuk Kim2016-02-231-1/+0Star
* f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim2016-02-235-0/+63
* f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim2016-02-231-6/+6
* f2fs: fix to overcome inline_data floodsJaegeuk Kim2016-02-231-0/+7
* f2fs: use writepages->lock for WB_SYNC_ALLJaegeuk Kim2016-02-231-1/+1
* f2fs: remove needless condition checkJaegeuk Kim2016-02-231-5/+1Star
* f2fs: correct search area in get_new_segmentChao Yu2016-02-231-3/+2Star
* f2fs: export dirty_nats_ratio in sysfsChao Yu2016-02-234-1/+5
* f2fs: flush dirty nat entries when exceeding thresholdChao Yu2016-02-232-1/+11
* f2fs: relocate is_merged_pageChao Yu2016-02-233-38/+39
* wrappers for ->i_mutex accessAl Viro2016-01-232-12/+12
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-2/+3
* Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-1419-725/+1214
|\
| * f2fs: should unset atomic flag after successful commitJaegeuk Kim2016-01-121-1/+3
| * f2fs: fix wrong memory condition checkJaegeuk Kim2016-01-121-2/+2
| * f2fs: monitor the number of background checkpointJaegeuk Kim2016-01-123-2/+6
| * f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-129-10/+38
| * f2fs: introduce time and interval facilityJaegeuk Kim2016-01-124-7/+25
| * f2fs: skip releasing nodes in chindless extent treeChao Yu2016-01-081-4/+9
| * f2fs: use atomic type for node count in extent treeChao Yu2016-01-082-9/+10
| * f2fs: recognize encrypted data in f2fs_fiemapChao Yu2016-01-081-1/+5
| * f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-088-38/+33Star
| * f2fs: remove redundant callsJaegeuk Kim2016-01-081-3/+0Star