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
2016-01-08
f2fs: skip releasing nodes in chindless extent tree
Chao Yu
1
-4
/
+9
2016-01-08
f2fs: use atomic type for node count in extent tree
Chao Yu
1
-8
/
+9
2016-01-01
f2fs: introduce zombie list for fast shrinking extent trees
Jaegeuk Kim
1
-28
/
+21
2015-12-30
f2fs: load largest extent all the time
Jaegeuk Kim
1
-5
/
+13
2015-12-30
f2fs: speed up shrinking extent tree entries
Jaegeuk Kim
1
-0
/
+14
2015-12-22
f2fs: use atomic variable for total_extent_tree
Jaegeuk Kim
1
-4
/
+4
2015-12-04
f2fs: kill f2fs_drop_largest_extent
Chao Yu
1
-8
/
+0
2015-12-04
f2fs: avoid deadlock in f2fs_shrink_extent_tree
Jaegeuk Kim
1
-3
/
+4
2015-10-22
f2fs: fix to skip shrinking extent nodes
Chao Yu
1
-1
/
+1
2015-10-10
f2fs: introduce __try_update_largest_extent
Chao Yu
1
-9
/
+5
2015-10-10
f2fs: optimize code of f2fs_update_extent_tree_range
Fan Li
1
-109
/
+62
2015-10-10
f2fs: drop largest extent by range
Fan Li
1
-4
/
+5
2015-10-10
f2fs: declare f2fs_update_extent_tree_range as static
Jaegeuk Kim
1
-1
/
+1
2015-10-10
f2fs: fix incorrect searching position when shrinking extent cache
Chao Yu
1
-0
/
+5
2015-10-10
f2fs: trace in batches extent info update
Chao Yu
1
-0
/
+2
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