Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-08-28 | f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extent | Chao Yu | 1 | -2/+10 |
2015-08-26 | f2fs: update extent tree in batches | Chao Yu | 1 | -59/+158 |
2015-08-22 | f2fs: lookup neighbor extent nodes for merging later | Chao Yu | 1 | -6/+28 |
2015-08-22 | f2fs: split __insert_extent_tree_ret for readability | Chao Yu | 1 | -20/+29 |
2015-08-22 | f2fs: kill dead code in __insert_extent_tree | Chao Yu | 1 | -76/+6 |
2015-08-22 | f2fs: adjust showing of extent cache stat | Chao Yu | 1 | -5/+5 |
2015-08-22 | f2fs: add largest/cached stat in extent cache | Chao Yu | 1 | -5/+9 |
2015-08-22 | f2fs: fix to update cached_en of extent tree properly | Fan Li | 1 | -4/+4 |
2015-08-05 | f2fs: add new interfaces for extent tree | Fan Li | 1 | -7/+132 |
2015-08-05 | f2fs: use atomic_t to record hit ratio info of extent cache | Chao Yu | 1 | -3/+3 |
2015-08-05 | f2fs: maintain extent cache in separated file | Chao Yu | 1 | -0/+594 |