aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2017-04-139-10/+38
* f2fs: introduce time and interval facilityJaegeuk Kim2017-04-134-7/+25
* f2fs: skip releasing nodes in chindless extent treeChao Yu2017-04-131-4/+9
* f2fs: use atomic type for node count in extent treeChao Yu2017-04-132-9/+10
* f2fs: recognize encrypted data in f2fs_fiemapChao Yu2017-04-131-1/+5
* f2fs: clean up f2fs_balance_fsJaegeuk Kim2017-04-138-36/+31
* f2fs: remove redundant callsJaegeuk Kim2017-04-131-3/+0
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2017-04-136-29/+30
* f2fs: check the page status filled from diskJaegeuk Kim2017-04-131-6/+5
* f2fs: introduce __get_node_page to reuse common codeChao Yu2017-04-131-54/+34
* f2fs: check node id earily when readaheading node pageChao Yu2017-04-131-3/+8
* f2fs: read isize while holding i_mutex in fiemapFan Li2017-04-131-1/+3
* Revert "f2fs: check the node block address of newly allocated nid"Jaegeuk Kim2017-04-131-9/+0
* f2fs: cover more area with nat_tree_lockJaegeuk Kim2017-04-131-17/+12
* f2fs: introduce max_file_blocks in sbiChao Yu2017-04-133-5/+6
* f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlinkChao Yu2017-04-131-0/+2
* f2fs: introduce zombie list for fast shrinking extent treesJaegeuk Kim2017-04-132-29/+23
* f2fs: monitor zombie_tree countJaegeuk Kim2017-04-132-3/+4
* f2fs: use IPU for fdatasyncJaegeuk Kim2017-04-131-1/+1
* f2fs: write pending bios when cp_error is setJaegeuk Kim2017-04-133-3/+3
* f2fs: remove f2fs_bug_on in terms of max_depthJaegeuk Kim2017-04-131-2/+8
* f2fs: fix f2fs_ioc_abort_volatile_writeJaegeuk Kim2017-04-131-3/+8
* f2fs: fix to skip recovering dot dentries in a readonly fsChao Yu2017-04-131-0/+7
* f2fs: load largest extent all the timeJaegeuk Kim2017-04-133-7/+16
* f2fs: use i_size_read to get i_sizeJaegeuk Kim2017-04-131-3/+4
* f2fs: early check broken symlink length in the encrypted caseJaegeuk Kim2017-04-131-2/+8
* f2fs: clean up f2fs_ioc_write_checkpointChao Yu2017-04-131-9/+1
* f2fs: add a max block check for get_data_block_bmapYunlei He2017-04-133-1/+6
* f2fs: fix bugs and simplify codes of f2fs_fiemapFan Li2017-04-131-53/+27
* f2fs: let user being aware of IO errorChao Yu2017-04-136-23/+32
* f2fs: add missing f2fs_balance_fs in __recover_dot_dentriesChao Yu2017-04-131-0/+2
* f2fs: declare static functionJaegeuk Kim2017-04-131-1/+1
* 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-131-0/+8
* 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-132-0/+8
* f2fs: record dirty status of regular/symlink inodeChao Yu2017-04-136-49/+58