summaryrefslogtreecommitdiff
path: root/fs/f2fs/extent_cache.c
AgeCommit message (Expand)Author
2023-04-24f2fs: remove unnessary comment in __may_age_extent_treeQi Han
2023-04-18f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim
2023-03-29f2fs: remove entire rb_entry sharingJaegeuk Kim
2023-03-29f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim
2023-03-29f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim
2023-02-09f2fs: fix to do sanity check on extent cache correctlyChao Yu
2023-02-07f2fs: fix typos in commentsJinyoung CHOI
2023-02-07f2fs: add sysfs nodes to set last_age_weightqixiaoyu1
2023-02-05f2fs: fix wrong calculation of block ageqixiaoyu1
2023-01-06f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig
2023-01-03f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim
2023-01-03f2fs: should use a temp extent_info for lookupJaegeuk Kim
2023-01-03f2fs: don't mix to use union values in extent_infoJaegeuk Kim
2023-01-03f2fs: initialize extent_cache parameterJaegeuk Kim
2022-12-12f2fs: add block_age-based extent cacheJaegeuk Kim
2022-12-12f2fs: allocate the extent_cache by defaultJaegeuk Kim
2022-12-12f2fs: refactor extent_cache to support for read and moreJaegeuk Kim
2022-12-12f2fs: remove unnecessary __init_extent_treeJaegeuk Kim
2022-12-12f2fs: move internal functions into extent_cache.cJaegeuk Kim
2022-12-12f2fs: specify extent cache for read explicitlyJaegeuk Kim
2022-10-04f2fs: code clean and fix a type errorZhang Qilong
2022-10-04f2fs: add "c_len" into trace_f2fs_update_extent_tree_range for compressed fileZhang Qilong
2022-10-04f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-08-05f2fs: extent cache: support unaligned extentChao Yu
2020-09-10f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu
2020-07-07f2fs: fix to wait page writeback before updateChao Yu
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-01-22f2fs: fix to initialize variable to avoid UBSAN/smatch warningChao Yu
2018-10-16f2fs: use rb_*_cached friendsChao Yu
2018-09-12f2fs: add SPDX license identifiersChao Yu
2018-09-11f2fs: avoid sleeping under spin_lockZhikang Zhang
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-03-13f2fs: remove redundant initialization of pointer 'p'Colin Ian King
2018-03-13f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu
2017-05-23f2fs: fix a bug caused by NULL extent treeYunlei He
2017-04-19f2fs: introduce __check_rb_tree_consistenceChao Yu
2017-04-19f2fs: use rb-tree to track pending discard commandsChao Yu
2017-04-11f2fs: extract rb-tree operation infrastructureChao Yu
2017-02-27f2fs: kill __is_extent_sameChao Yu
2017-02-27f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He
2017-01-29f2fs: use rb_entry_safeGeliang Tang
2017-01-29f2fs: fix a problem of using memory after freeYunlei He
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-07f2fs: reuse get_extent_infoChao Yu