aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/extent_cache.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: kill __is_extent_sameChao Yu2017-04-291-5/+3
* f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He2017-04-291-11/+11
* f2fs: use rb_entry_safeGeliang Tang2017-04-291-11/+6
* f2fs: fix a problem of using memory after freeYunlei He2017-04-291-2/+3
* f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2017-04-291-1/+1
* f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim2017-04-291-0/+13
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2017-04-291-1/+1
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2017-04-291-5/+2
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2017-04-291-10/+14
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2017-04-291-3/+3
* f2fs: reuse get_extent_infoChao Yu2017-04-291-2/+1
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2017-04-291-3/+6
* f2fs: remove unneeded pointer conversionChao Yu2017-04-291-3/+2
* f2fs: give scheduling point in shrinking pathJaegeuk Kim2017-04-291-0/+1
* f2fs: improve shrink performance of extent nodesHou Pengyang2017-04-291-48/+28
* f2fs: don't set cached_en if it will be freedJaegeuk Kim2017-04-291-5/+7
* f2fs: move extent_node list operations being coupled with rbtree operationJaegeuk Kim2017-04-291-23/+17
* f2fs: reconstruct the code to free an extent_nodeHou Pengyang2017-04-291-30/+25
* f2fs: skip releasing nodes in chindless extent treeChao Yu2017-04-291-4/+9
* f2fs: use atomic type for node count in extent treeChao Yu2017-04-291-8/+9
* f2fs: introduce zombie list for fast shrinking extent treesJaegeuk Kim2017-04-291-28/+21
* f2fs: load largest extent all the timeJaegeuk Kim2017-04-291-5/+13
* f2fs: speed up shrinking extent tree entriesJaegeuk Kim2017-04-291-0/+14
* f2fs: use atomic variable for total_extent_treeJaegeuk Kim2017-04-291-4/+4
* f2fs: kill f2fs_drop_largest_extentChao Yu2017-04-291-8/+0
* f2fs: avoid deadlock in f2fs_shrink_extent_treeJaegeuk Kim2017-04-291-3/+4
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-291-0/+748