summaryrefslogtreecommitdiff
path: root/fs/f2fs/extent_cache.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu1-4/+1
2023-09-12f2fs: split initial and dynamic conditions for extent_cacheJaegeuk Kim1-32/+21
2023-04-24f2fs: remove unnessary comment in __may_age_extent_treeQi Han1-1/+0
2023-04-18f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim1-7/+15
2023-03-30f2fs: remove entire rb_entry sharingJaegeuk Kim1-106/+71
2023-03-30f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim1-33/+3
2023-03-30f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim1-35/+1
2023-02-09f2fs: fix to do sanity check on extent cache correctlyChao Yu1-0/+25
2023-02-07f2fs: fix typos in commentsJinyoung CHOI1-2/+2
2023-02-07f2fs: add sysfs nodes to set last_age_weightqixiaoyu11-6/+9
2023-02-06f2fs: fix wrong calculation of block ageqixiaoyu11-3/+10
2023-01-07f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig1-0/+11
2023-01-03f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim1-1/+2
2023-01-03f2fs: should use a temp extent_info for lookupJaegeuk Kim1-6/+7
2023-01-03f2fs: don't mix to use union values in extent_infoJaegeuk Kim1-8/+8
2023-01-03f2fs: initialize extent_cache parameterJaegeuk Kim1-1/+1
2022-12-13f2fs: add block_age-based extent cacheJaegeuk Kim1-2/+181
2022-12-13f2fs: allocate the extent_cache by defaultJaegeuk Kim1-19/+19
2022-12-13f2fs: refactor extent_cache to support for read and moreJaegeuk Kim1-187/+276
2022-12-13f2fs: remove unnecessary __init_extent_treeJaegeuk Kim1-16/+5
2022-12-13f2fs: move internal functions into extent_cache.cJaegeuk Kim1-9/+79
2022-12-13f2fs: specify extent cache for read explicitlyJaegeuk Kim1-2/+2
2022-10-04f2fs: code clean and fix a type errorZhang Qilong1-1/+1
2022-10-04f2fs: add "c_len" into trace_f2fs_update_extent_tree_range for compressed fileZhang Qilong1-2/+2
2022-10-04f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong1-2/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-2/+3
2021-08-05f2fs: extent cache: support unaligned extentChao Yu1-0/+41
2020-09-11f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu1-2/+35
2020-07-08f2fs: fix to wait page writeback before updateChao Yu1-9/+9
2019-07-03f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches1-4/+3
2019-01-23f2fs: fix to initialize variable to avoid UBSAN/smatch warningChao Yu1-1/+1
2018-10-16f2fs: use rb_*_cached friendsChao Yu1-31/+47
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-09-12f2fs: avoid sleeping under spin_lockZhikang Zhang1-19/+32
2018-05-31f2fs: clean up symbol namespaceChao Yu1-11/+11
2018-03-13f2fs: remove redundant initialization of pointer 'p'Colin Ian King1-1/+1
2018-03-13f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu1-0/+3
2017-05-24f2fs: fix a bug caused by NULL extent treeYunlei He1-1/+11
2017-04-19f2fs: introduce __check_rb_tree_consistenceChao Yu1-0/+32
2017-04-19f2fs: use rb-tree to track pending discard commandsChao Yu1-7/+8
2017-04-12f2fs: extract rb-tree operation infrastructureChao Yu1-129/+162
2017-02-27f2fs: kill __is_extent_sameChao Yu1-5/+3
2017-02-27f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He1-11/+11
2017-01-29f2fs: use rb_entry_safeGeliang Tang1-11/+6
2017-01-29f2fs: fix a problem of using memory after freeYunlei He1-2/+3
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim1-1/+1
2016-07-16f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim1-0/+13
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim1-1/+1
2016-06-03f2fs: remove syncing inode page in all the casesJaegeuk Kim1-5/+2
2016-06-03f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim1-10/+14