index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
extent_cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-12
f2fs: fix to cover read extent cache access with lock
Chao Yu
1
-29
/
+19
2024-03-13
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
1
-4
/
+1
2023-09-12
f2fs: split initial and dynamic conditions for extent_cache
Jaegeuk Kim
1
-32
/
+21
2023-04-24
f2fs: remove unnessary comment in __may_age_extent_tree
Qi Han
1
-1
/
+0
2023-04-18
f2fs: relax sanity check if checkpoint is corrupted
Jaegeuk Kim
1
-7
/
+15
2023-03-30
f2fs: remove entire rb_entry sharing
Jaegeuk Kim
1
-106
/
+71
2023-03-30
f2fs: factor out discard_cmd usage from general rb_tree use
Jaegeuk Kim
1
-33
/
+3
2023-03-30
f2fs: factor out victim_entry usage from general rb_tree use
Jaegeuk Kim
1
-35
/
+1
2023-02-09
f2fs: fix to do sanity check on extent cache correctly
Chao Yu
1
-0
/
+25
2023-02-07
f2fs: fix typos in comments
Jinyoung CHOI
1
-2
/
+2
2023-02-07
f2fs: add sysfs nodes to set last_age_weight
qixiaoyu1
1
-6
/
+9
2023-02-06
f2fs: fix wrong calculation of block age
qixiaoyu1
1
-3
/
+10
2023-01-07
f2fs: add a f2fs_lookup_extent_cache_block helper
Christoph Hellwig
1
-0
/
+11
2023-01-03
f2fs: let's avoid panic if extent_tree is not created
Jaegeuk Kim
1
-1
/
+2
2023-01-03
f2fs: should use a temp extent_info for lookup
Jaegeuk Kim
1
-6
/
+7
2023-01-03
f2fs: don't mix to use union values in extent_info
Jaegeuk Kim
1
-8
/
+8
2023-01-03
f2fs: initialize extent_cache parameter
Jaegeuk Kim
1
-1
/
+1
2022-12-13
f2fs: add block_age-based extent cache
Jaegeuk Kim
1
-2
/
+181
2022-12-13
f2fs: allocate the extent_cache by default
Jaegeuk Kim
1
-19
/
+19
2022-12-13
f2fs: refactor extent_cache to support for read and more
Jaegeuk Kim
1
-187
/
+276
2022-12-13
f2fs: remove unnecessary __init_extent_tree
Jaegeuk Kim
1
-16
/
+5
2022-12-13
f2fs: move internal functions into extent_cache.c
Jaegeuk Kim
1
-9
/
+79
2022-12-13
f2fs: specify extent cache for read explicitly
Jaegeuk Kim
1
-2
/
+2
2022-10-04
f2fs: code clean and fix a type error
Zhang Qilong
1
-1
/
+1
2022-10-04
f2fs: add "c_len" into trace_f2fs_update_extent_tree_range for compressed file
Zhang Qilong
1
-2
/
+2
2022-10-04
f2fs: fix race condition on setting FI_NO_EXTENT flag
Zhang Qilong
1
-2
/
+1
2021-08-17
f2fs: support fault injection for f2fs_kmem_cache_alloc()
Chao Yu
1
-2
/
+3
2021-08-05
f2fs: extent cache: support unaligned extent
Chao Yu
1
-0
/
+41
2020-09-11
f2fs: support 64-bits key in f2fs rb-tree node entry
Chao Yu
1
-2
/
+35
2020-07-08
f2fs: fix to wait page writeback before update
Chao Yu
1
-9
/
+9
2019-07-03
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
Joe Perches
1
-4
/
+3
2019-01-23
f2fs: fix to initialize variable to avoid UBSAN/smatch warning
Chao Yu
1
-1
/
+1
2018-10-16
f2fs: use rb_*_cached friends
Chao Yu
1
-31
/
+47
2018-09-12
f2fs: add SPDX license identifiers
Chao Yu
1
-4
/
+1
2018-09-12
f2fs: avoid sleeping under spin_lock
Zhikang Zhang
1
-19
/
+32
2018-05-31
f2fs: clean up symbol namespace
Chao Yu
1
-11
/
+11
2018-03-13
f2fs: remove redundant initialization of pointer 'p'
Colin Ian King
1
-1
/
+1
2018-03-13
f2fs: fix to check extent cache in f2fs_drop_extent_tree
Chao Yu
1
-0
/
+3
2017-05-24
f2fs: fix a bug caused by NULL extent tree
Yunlei He
1
-1
/
+11
2017-04-19
f2fs: introduce __check_rb_tree_consistence
Chao Yu
1
-0
/
+32
2017-04-19
f2fs: use rb-tree to track pending discard commands
Chao Yu
1
-7
/
+8
2017-04-12
f2fs: extract rb-tree operation infrastructure
Chao Yu
1
-129
/
+162
2017-02-27
f2fs: kill __is_extent_same
Chao Yu
1
-5
/
+3
2017-02-27
f2fs: replace rw semaphore extent_tree_lock with mutex lock
Yunlei He
1
-11
/
+11
2017-01-29
f2fs: use rb_entry_safe
Geliang Tang
1
-11
/
+6
2017-01-29
f2fs: fix a problem of using memory after free
Yunlei He
1
-2
/
+3
2016-11-23
f2fs: keep dirty inodes selectively for checkpoint
Jaegeuk Kim
1
-1
/
+1
2016-07-16
f2fs: disable extent_cache for fcollapse/finsert inodes
Jaegeuk Kim
1
-0
/
+13
2016-07-08
f2fs: avoid mark_inode_dirty
Jaegeuk Kim
1
-1
/
+1
2016-06-03
f2fs: remove syncing inode page in all the cases
Jaegeuk Kim
1
-5
/
+2
[next]