aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* f2fs: avoid f2fs_lock_op in f2fs_write_beginJaegeuk Kim2017-04-131-8/+34
* f2fs: return early when trying to read null nidJaegeuk Kim2017-04-131-0/+4
* f2fs: introduce prepare_write_begin to clean upJaegeuk Kim2017-04-131-38/+54
* f2fs: don't convert inline inode when inline_data option is disableChao Yu2017-04-132-4/+1
* f2fs: report error of do_checkpointChao Yu2017-04-136-18/+30
* f2fs: call f2fs_balance_fs only when node was changedJaegeuk Kim2017-04-133-21/+35
* f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocksChao Yu2017-04-131-2/+7
* f2fs: record node block allocation in dnode_of_dataJaegeuk Kim2017-04-133-0/+7
* f2fs: avoid unnecessary f2fs_gc for dir operationsJaegeuk Kim2017-04-131-11/+14
* f2fs: check inline_data flag at converting timeJaegeuk Kim2017-04-133-40/+29
* f2fs: speed up shrinking extent tree entriesJaegeuk Kim2017-04-133-1/+16
* f2fs: use atomic variable for total_extent_treeJaegeuk Kim2017-04-135-9/+12
* f2fs: add a tracepoint for sync_dirty_inodesChao Yu2017-04-132-0/+46
* f2fs: optimize the flow of f2fs_map_blocksFan Li2017-04-131-33/+36
* f2fs: support data flush in backgroundChao Yu2017-04-131-1/+4
* f2fs: stat dirty regular/symlink inodesChao Yu2017-04-133-12/+14
* f2fs: introduce new option for controlling data flushChao Yu2017-04-133-0/+37
* f2fs: record dirty status of regular/symlink inodeChao Yu2017-04-136-49/+58
* f2fs: introduce __f2fs_commit_superChao Yu2017-04-131-17/+13
* f2fs: relocate tracepoint of write_checkpointJaegeuk Kim2017-04-131-1/+1
* f2fs: don't grab super block buffer header all the timeChao Yu2017-04-133-53/+38
* f2fs: backup raw_super in sbiYunlei He2017-04-131-4/+15
* f2fs: fix to reset variable correctllyFan Li2017-04-131-7/+2
* f2fs: introduce __remove_dirty_inodeChao Yu2017-04-131-9/+15
* f2fs: introduce dirty list node in inode infoChao Yu2017-04-134-46/+20
* f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu2017-04-135-12/+12
* f2fs: add symbol to avoid any confusion with toolsJaegeuk Kim2017-04-131-1/+2
* f2fs: do more integrity verification for superblockChao Yu2017-04-131-0/+98
* f2fs: fix to update variable correctly when skip a unmapped blockFan Li2017-04-131-0/+1
* f2fs: write only the pages in range during defragmentFan Li2017-04-131-1/+1
* f2fs: clean up node page updating flowChao Yu2017-04-131-11/+15
* f2fs: use lock_buffer when changing superblockJaegeuk Kim2017-04-131-0/+4
* f2fs: refactor f2fs_commit_superJaegeuk Kim2017-04-131-12/+20
* f2fs: enhance the bit operation for SSRJaegeuk Kim2017-04-131-30/+20
* f2fs: fix to convert inline inode in ->setattrChao Yu2017-04-131-0/+8
* f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2017-04-135-9/+7
* f2fs: kill f2fs_drop_largest_extentChao Yu2017-04-133-13/+0
* f2fs: clean up argument of recover_dataChao Yu2017-04-131-4/+3
* f2fs: clean up code with __has_cursum_spaceChao Yu2017-04-131-2/+2
* f2fs: clean up error path in f2fs_readdirChao Yu2017-04-131-8/+6
* f2fs: do not recover from previous remained wrong dnodesJaegeuk Kim2017-04-131-1/+30
* f2fs: avoid deadlock in f2fs_shrink_extent_treeJaegeuk Kim2017-04-131-3/+4
* f2fs: fix to report error in f2fs_readdirChao Yu2017-04-131-2/+7
* f2fs: clear page uptodate when dropping cache for atomic writeChao Yu2017-04-131-0/+1
* f2fs: optimize __find_rev_next_bitFan Li2017-04-131-28/+18
* f2fs: fix to remove directory inode from dirty listChao Yu2017-04-131-1/+3
* f2fs: fix to enable missing ioctl interfaces in ->compat_ioctlChao Yu2017-04-132-2/+19
* f2fs: fix memory leak of kobject in error path of fill_superChao Yu2017-04-131-0/+2
* f2fs: support file defragmentChao Yu2017-04-133-1/+208
* f2fs: commit atomic written page in LFS modeChao Yu2017-04-131-0/+1