aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-22f2fs: preallocate blocks for buffered aio writesJaegeuk Kim1-7/+30
2016-02-22f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim1-21/+17
2016-02-22f2fs: fix missing skip pages infoYunlei He1-2/+3
2016-02-22f2fs: introduce f2fs_submit_merged_bio_condChao Yu1-18/+56
2016-02-22f2fs: speed up handling holes in fiemapChao Yu1-9/+26
2016-02-22f2fs: remove unneeded pointer conversionChao Yu1-3/+2
2016-02-22f2fs: simplify __allocate_data_blocksChao Yu1-56/+4
2016-02-22f2fs: simplify f2fs_map_blocksChao Yu1-69/+32
2016-02-22f2fs: use wq_has_sleeper for cp_wait wait_queueJaegeuk Kim1-2/+1
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim1-3/+4
2016-02-22f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim1-1/+0
2016-02-22f2fs: avoid needless sync_inode_page when reading inline_dataJaegeuk Kim1-1/+0
2016-02-22f2fs: don't need to sync node page at every timeJaegeuk Kim1-1/+0
2016-02-22f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim1-0/+1
2016-02-22f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim1-6/+6
2016-02-22f2fs: use writepages->lock for WB_SYNC_ALLJaegeuk Kim1-1/+1
2016-02-22f2fs: remove needless condition checkJaegeuk Kim1-5/+1
2016-02-22f2fs: relocate is_merged_pageChao Yu1-0/+38
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim1-0/+1
2016-01-08f2fs: recognize encrypted data in f2fs_fiemapChao Yu1-1/+5
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim1-11/+6
2016-01-08f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim1-2/+2
2016-01-08f2fs: check the page status filled from diskJaegeuk Kim1-6/+5
2016-01-06f2fs: read isize while holding i_mutex in fiemapFan Li1-1/+3
2016-01-03f2fs: introduce max_file_blocks in sbiChao Yu1-1/+1
2015-12-31f2fs: write pending bios when cp_error is setJaegeuk Kim1-1/+1
2015-12-30f2fs: use i_size_read to get i_sizeJaegeuk Kim1-3/+4
2015-12-30f2fs: add a max block check for get_data_block_bmapYunlei He1-0/+4
2015-12-30f2fs: fix bugs and simplify codes of f2fs_fiemapFan Li1-53/+27
2015-12-30f2fs: let user being aware of IO errorChao Yu1-10/+13
2015-12-30f2fs: avoid f2fs_lock_op in f2fs_write_beginJaegeuk Kim1-8/+34
2015-12-30f2fs: introduce prepare_write_begin to clean upJaegeuk Kim1-38/+54
2015-12-30f2fs: call f2fs_balance_fs only when node was changedJaegeuk Kim1-4/+22
2015-12-30f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocksChao Yu1-2/+7
2015-12-30f2fs: record node block allocation in dnode_of_dataJaegeuk Kim1-0/+1
2015-12-30f2fs: check inline_data flag at converting timeJaegeuk Kim1-5/+3
2015-12-17f2fs: optimize the flow of f2fs_map_blocksFan Li1-33/+36
2015-12-16f2fs: record dirty status of regular/symlink inodeChao Yu1-2/+2
2015-12-04f2fs: kill f2fs_drop_largest_extentChao Yu1-4/+0
2015-12-04f2fs: fix to remove directory inode from dirty listChao Yu1-1/+3
2015-12-04f2fs: support file defragmentChao Yu1-1/+5
2015-12-04f2fs: commit atomic written page in LFS modeChao Yu1-0/+1
2015-10-20f2fs: support fiemap for inline_dataJaegeuk Kim1-0/+6
2015-10-20f2fs: flush dirty data for bmapJaegeuk Kim1-6/+7
2015-10-13f2fs crypto: fix racing of accessing encrypted page amongChao Yu1-9/+11
2015-10-12f2fs: add a tracepoint for f2fs_read_data_pagesChao Yu1-0/+3
2015-10-12f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim1-7/+9
2015-10-12Revert "f2fs: do not skip dentry block writes"Jaegeuk Kim1-0/+5
2015-10-09f2fs: do not skip dentry block writesJaegeuk Kim1-5/+0