aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/extent_cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-28f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extentChao Yu1-2/+10
2015-08-26f2fs: update extent tree in batchesChao Yu1-59/+158
2015-08-21f2fs: lookup neighbor extent nodes for merging laterChao Yu1-6/+28
2015-08-21f2fs: split __insert_extent_tree_ret for readabilityChao Yu1-20/+29
2015-08-21f2fs: kill dead code in __insert_extent_treeChao Yu1-76/+6
2015-08-21f2fs: adjust showing of extent cache statChao Yu1-5/+5
2015-08-21f2fs: add largest/cached stat in extent cacheChao Yu1-5/+9
2015-08-21f2fs: fix to update cached_en of extent tree properlyFan Li1-4/+4
2015-08-05f2fs: add new interfaces for extent treeFan Li1-7/+132
2015-08-05f2fs: use atomic_t to record hit ratio info of extent cacheChao Yu1-3/+3
2015-08-04f2fs: maintain extent cache in separated fileChao Yu1-0/+594