summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2016-02-23f2fs crypto: f2fs_page_crypto() doesn't need a encryption contextJaegeuk Kim
2016-02-23f2fs crypto: fix spelling typo in commentJaegeuk Kim
2016-02-23f2fs crypto: replace some BUG_ON()'s with error checksJaegeuk Kim
2016-02-23f2fs: increase i_size to avoid missing dataJaegeuk Kim
2016-02-23f2fs: preallocate blocks for buffered aio writesJaegeuk Kim
2016-02-23f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim
2016-02-23f2fs: fix missing skip pages infoYunlei He
2016-02-23f2fs: introduce f2fs_submit_merged_bio_condChao Yu
2016-02-23f2fs: fix conflict on page->private usageJaegeuk Kim
2016-02-23f2fs: flush bios to handle cp_error in put_superJaegeuk Kim
2016-02-23f2fs: wait on page's writeback in writepages pathJaegeuk Kim
2016-02-23f2fs: speed up handling holes in fiemapChao Yu
2016-02-23f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu
2016-02-23f2fs: remove unneeded pointer conversionChao Yu
2016-02-23f2fs: simplify __allocate_data_blocksChao Yu
2016-02-23f2fs: simplify f2fs_map_blocksChao Yu
2016-02-23f2fs: introduce lifetime write IO statisticsShuoran Liu
2016-02-23f2fs: give scheduling point in shrinking pathJaegeuk Kim
2016-02-23f2fs: improve shrink performance of extent nodesHou Pengyang
2016-02-23f2fs: don't set cached_en if it will be freedJaegeuk Kim
2016-02-23f2fs: move extent_node list operations being coupled with rbtree operationJaegeuk Kim
2016-02-23f2fs: reconstruct the code to free an extent_nodeHou Pengyang
2016-02-23f2fs: use wq_has_sleeper for cp_wait wait_queueJaegeuk Kim
2016-02-23f2fs: avoid unnecessary search while finding victim in gcFan Li
2016-02-23f2fs: delete unnecessary wait for page writebackYunlei He
2016-02-23f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim
2016-02-23f2fs: enhance foreground GCChao Yu
2016-02-23f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim
2016-02-23f2fs: avoid needless sync_inode_page when reading inline_dataJaegeuk Kim
2016-02-23f2fs: don't need to sync node page at every timeJaegeuk Kim
2016-02-23f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim
2016-02-23f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim
2016-02-23f2fs: fix to overcome inline_data floodsJaegeuk Kim
2016-02-23f2fs: use writepages->lock for WB_SYNC_ALLJaegeuk Kim
2016-02-23f2fs: remove needless condition checkJaegeuk Kim
2016-02-23f2fs: correct search area in get_new_segmentChao Yu
2016-02-23f2fs: export dirty_nats_ratio in sysfsChao Yu
2016-02-23f2fs: flush dirty nat entries when exceeding thresholdChao Yu
2016-02-23f2fs: relocate is_merged_pageChao Yu
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-14Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-11f2fs: should unset atomic flag after successful commitJaegeuk Kim
2016-01-11f2fs: fix wrong memory condition checkJaegeuk Kim
2016-01-11f2fs: monitor the number of background checkpointJaegeuk Kim
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim
2016-01-11f2fs: introduce time and interval facilityJaegeuk Kim
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-01-08f2fs: skip releasing nodes in chindless extent treeChao Yu