index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
extent_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: reuse get_extent_info
Chao Yu
2016-05-07
1
-2
/
+1
*
f2fs: introduce f2fs_update_data_blkaddr for cleanup
Chao Yu
2016-02-26
1
-3
/
+6
*
f2fs: remove unneeded pointer conversion
Chao Yu
2016-02-22
1
-3
/
+2
*
f2fs: give scheduling point in shrinking path
Jaegeuk Kim
2016-02-22
1
-0
/
+1
*
f2fs: improve shrink performance of extent nodes
Hou Pengyang
2016-02-22
1
-48
/
+28
*
f2fs: don't set cached_en if it will be freed
Jaegeuk Kim
2016-02-22
1
-5
/
+7
*
f2fs: move extent_node list operations being coupled with rbtree operation
Jaegeuk Kim
2016-02-22
1
-23
/
+17
*
f2fs: reconstruct the code to free an extent_node
Hou Pengyang
2016-02-22
1
-30
/
+25
*
f2fs: skip releasing nodes in chindless extent tree
Chao Yu
2016-01-08
1
-4
/
+9
*
f2fs: use atomic type for node count in extent tree
Chao Yu
2016-01-08
1
-8
/
+9
*
f2fs: introduce zombie list for fast shrinking extent trees
Jaegeuk Kim
2015-12-31
1
-28
/
+21
*
f2fs: load largest extent all the time
Jaegeuk Kim
2015-12-30
1
-5
/
+13
*
f2fs: speed up shrinking extent tree entries
Jaegeuk Kim
2015-12-30
1
-0
/
+14
*
f2fs: use atomic variable for total_extent_tree
Jaegeuk Kim
2015-12-22
1
-4
/
+4
*
f2fs: kill f2fs_drop_largest_extent
Chao Yu
2015-12-04
1
-8
/
+0
*
f2fs: avoid deadlock in f2fs_shrink_extent_tree
Jaegeuk Kim
2015-12-04
1
-3
/
+4
*
f2fs: fix to skip shrinking extent nodes
Chao Yu
2015-10-22
1
-1
/
+1
*
f2fs: introduce __try_update_largest_extent
Chao Yu
2015-10-09
1
-9
/
+5
*
f2fs: optimize code of f2fs_update_extent_tree_range
Fan Li
2015-10-09
1
-109
/
+62
*
f2fs: drop largest extent by range
Fan Li
2015-10-09
1
-4
/
+5
*
f2fs: declare f2fs_update_extent_tree_range as static
Jaegeuk Kim
2015-10-09
1
-1
/
+1
*
f2fs: fix incorrect searching position when shrinking extent cache
Chao Yu
2015-10-09
1
-0
/
+5
*
f2fs: trace in batches extent info update
Chao Yu
2015-10-09
1
-0
/
+2
*
f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extent
Chao Yu
2015-08-28
1
-2
/
+10
*
f2fs: update extent tree in batches
Chao Yu
2015-08-26
1
-59
/
+158
*
f2fs: lookup neighbor extent nodes for merging later
Chao Yu
2015-08-21
1
-6
/
+28
*
f2fs: split __insert_extent_tree_ret for readability
Chao Yu
2015-08-21
1
-20
/
+29
*
f2fs: kill dead code in __insert_extent_tree
Chao Yu
2015-08-21
1
-76
/
+6
*
f2fs: adjust showing of extent cache stat
Chao Yu
2015-08-21
1
-5
/
+5
*
f2fs: add largest/cached stat in extent cache
Chao Yu
2015-08-21
1
-5
/
+9
*
f2fs: fix to update cached_en of extent tree properly
Fan Li
2015-08-21
1
-4
/
+4
*
f2fs: add new interfaces for extent tree
Fan Li
2015-08-05
1
-7
/
+132
*
f2fs: use atomic_t to record hit ratio info of extent cache
Chao Yu
2015-08-05
1
-3
/
+3
*
f2fs: maintain extent cache in separated file
Chao Yu
2015-08-04
1
-0
/
+594