summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-111-0/+1
* f2fs: recognize encrypted data in f2fs_fiemapChao Yu2016-01-081-1/+5
* f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-081-11/+6
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2016-01-081-2/+2
* f2fs: check the page status filled from diskJaegeuk Kim2016-01-081-6/+5
* f2fs: read isize while holding i_mutex in fiemapFan Li2016-01-061-1/+3
* f2fs: introduce max_file_blocks in sbiChao Yu2016-01-031-1/+1
* f2fs: write pending bios when cp_error is setJaegeuk Kim2015-12-311-1/+1
* f2fs: use i_size_read to get i_sizeJaegeuk Kim2015-12-301-3/+4
* f2fs: add a max block check for get_data_block_bmapYunlei He2015-12-301-0/+4
* f2fs: fix bugs and simplify codes of f2fs_fiemapFan Li2015-12-301-53/+27
* f2fs: let user being aware of IO errorChao Yu2015-12-301-10/+13
* f2fs: avoid f2fs_lock_op in f2fs_write_beginJaegeuk Kim2015-12-301-8/+34
* f2fs: introduce prepare_write_begin to clean upJaegeuk Kim2015-12-301-38/+54
* f2fs: call f2fs_balance_fs only when node was changedJaegeuk Kim2015-12-301-4/+22
* f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocksChao Yu2015-12-301-2/+7
* f2fs: record node block allocation in dnode_of_dataJaegeuk Kim2015-12-301-0/+1
* f2fs: check inline_data flag at converting timeJaegeuk Kim2015-12-301-5/+3
* f2fs: optimize the flow of f2fs_map_blocksFan Li2015-12-171-33/+36
* f2fs: record dirty status of regular/symlink inodeChao Yu2015-12-161-2/+2
* f2fs: kill f2fs_drop_largest_extentChao Yu2015-12-041-4/+0
* f2fs: fix to remove directory inode from dirty listChao Yu2015-12-041-1/+3
* f2fs: support file defragmentChao Yu2015-12-041-1/+5
* f2fs: commit atomic written page in LFS modeChao Yu2015-12-041-0/+1
* f2fs: support fiemap for inline_dataJaegeuk Kim2015-10-201-0/+6
* f2fs: flush dirty data for bmapJaegeuk Kim2015-10-201-6/+7
* f2fs crypto: fix racing of accessing encrypted page amongChao Yu2015-10-131-9/+11
* f2fs: add a tracepoint for f2fs_read_data_pagesChao Yu2015-10-121-0/+3
* f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim2015-10-121-7/+9
* Revert "f2fs: do not skip dentry block writes"Jaegeuk Kim2015-10-121-0/+5
* f2fs: do not skip dentry block writesJaegeuk Kim2015-10-091-5/+0
* f2fs: use correct flag in f2fs_map_blocks()Chao Yu2015-10-091-1/+2
* f2fs: fix to handle io error in ->direct_IOChao Yu2015-10-091-1/+19
* f2fs: reorganize f2fs_map_blocksChao Yu2015-10-091-40/+44
* f2fs: fix overflow of size calculationChao Yu2015-10-091-5/+6
* Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-09-031-716/+237
|\
| * f2fs: fix incorrect mapping for bmapChao Yu2015-08-211-12/+36
| * f2fs: handle failed bio allocationJaegeuk Kim2015-08-201-2/+1
| * f2fs: remove inmem radix treeChao Yu2015-08-111-2/+18
| * f2fs: report EINVAL for unalignment direct IOChao Yu2015-08-111-5/+3
| * f2fs: use extent cache to optimize f2fs_reserve_blockFan Li2015-08-051-1/+15
| * f2fs: fix to release inode page correctlyChao Yu2015-08-051-2/+9
| * f2fs: change the timing of f2fs_wait_on_page_writebackFan Li2015-08-051-2/+2
| * f2fs: skip writing in ->writepages when no dirty pages existChao Yu2015-08-051-0/+4
| * f2fs: optimize f2fs_write_cache_pagesTiezhu Yang2015-08-051-3/+1
| * f2fs: callers take care of the page from bio errorJaegeuk Kim2015-08-051-14/+13
| * f2fs: expose f2fs_write_cache_pagesChao Yu2015-08-041-1/+135
| * f2fs: maintain extent cache in separated fileChao Yu2015-08-041-577/+1
| * f2fs: don't try to split extents shorter than F2FS_MIN_EXTENT_LENFan Li2015-08-041-1/+1
OpenPOWER on IntegriCloud