summaryrefslogtreecommitdiff
path: root/fs/f2fs/extent_cache.c
AgeCommit message (Expand)Author
2015-10-22f2fs: fix to skip shrinking extent nodesChao Yu
2015-10-09f2fs: introduce __try_update_largest_extentChao Yu
2015-10-09f2fs: optimize code of f2fs_update_extent_tree_rangeFan Li
2015-10-09f2fs: drop largest extent by rangeFan Li
2015-10-09f2fs: declare f2fs_update_extent_tree_range as staticJaegeuk Kim
2015-10-09f2fs: fix incorrect searching position when shrinking extent cacheChao Yu
2015-10-09f2fs: trace in batches extent info updateChao Yu
2015-08-28f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extentChao Yu
2015-08-26f2fs: update extent tree in batchesChao Yu
2015-08-21f2fs: lookup neighbor extent nodes for merging laterChao Yu
2015-08-21f2fs: split __insert_extent_tree_ret for readabilityChao Yu
2015-08-21f2fs: kill dead code in __insert_extent_treeChao Yu
2015-08-21f2fs: adjust showing of extent cache statChao Yu
2015-08-21f2fs: add largest/cached stat in extent cacheChao Yu
2015-08-21f2fs: fix to update cached_en of extent tree properlyFan Li
2015-08-05f2fs: add new interfaces for extent treeFan Li
2015-08-05f2fs: use atomic_t to record hit ratio info of extent cacheChao Yu
2015-08-04f2fs: maintain extent cache in separated fileChao Yu