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: fix to do sanity check on extent cache correctly
Chao Yu
2023-02-09
1
-0
/
+25
*
f2fs: fix typos in comments
Jinyoung CHOI
2023-02-07
1
-2
/
+2
*
f2fs: add sysfs nodes to set last_age_weight
qixiaoyu1
2023-02-07
1
-6
/
+9
*
f2fs: fix wrong calculation of block age
qixiaoyu1
2023-02-05
1
-3
/
+10
*
f2fs: add a f2fs_lookup_extent_cache_block helper
Christoph Hellwig
2023-01-06
1
-0
/
+11
*
f2fs: let's avoid panic if extent_tree is not created
Jaegeuk Kim
2023-01-03
1
-1
/
+2
*
f2fs: should use a temp extent_info for lookup
Jaegeuk Kim
2023-01-03
1
-6
/
+7
*
f2fs: don't mix to use union values in extent_info
Jaegeuk Kim
2023-01-03
1
-8
/
+8
*
f2fs: initialize extent_cache parameter
Jaegeuk Kim
2023-01-03
1
-1
/
+1
*
f2fs: add block_age-based extent cache
Jaegeuk Kim
2022-12-12
1
-2
/
+181
*
f2fs: allocate the extent_cache by default
Jaegeuk Kim
2022-12-12
1
-19
/
+19
*
f2fs: refactor extent_cache to support for read and more
Jaegeuk Kim
2022-12-12
1
-187
/
+276
*
f2fs: remove unnecessary __init_extent_tree
Jaegeuk Kim
2022-12-12
1
-16
/
+5
*
f2fs: move internal functions into extent_cache.c
Jaegeuk Kim
2022-12-12
1
-9
/
+79
*
f2fs: specify extent cache for read explicitly
Jaegeuk Kim
2022-12-12
1
-2
/
+2
*
f2fs: code clean and fix a type error
Zhang Qilong
2022-10-04
1
-1
/
+1
*
f2fs: add "c_len" into trace_f2fs_update_extent_tree_range for compressed file
Zhang Qilong
2022-10-04
1
-2
/
+2
*
f2fs: fix race condition on setting FI_NO_EXTENT flag
Zhang Qilong
2022-10-04
1
-2
/
+1
*
f2fs: support fault injection for f2fs_kmem_cache_alloc()
Chao Yu
2021-08-17
1
-2
/
+3
*
f2fs: extent cache: support unaligned extent
Chao Yu
2021-08-05
1
-0
/
+41
*
f2fs: support 64-bits key in f2fs rb-tree node entry
Chao Yu
2020-09-10
1
-2
/
+35
*
f2fs: fix to wait page writeback before update
Chao Yu
2020-07-07
1
-9
/
+9
*
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
Joe Perches
2019-07-02
1
-4
/
+3
*
f2fs: fix to initialize variable to avoid UBSAN/smatch warning
Chao Yu
2019-01-22
1
-1
/
+1
*
f2fs: use rb_*_cached friends
Chao Yu
2018-10-16
1
-31
/
+47
*
f2fs: add SPDX license identifiers
Chao Yu
2018-09-12
1
-4
/
+1
*
f2fs: avoid sleeping under spin_lock
Zhikang Zhang
2018-09-11
1
-19
/
+32
*
f2fs: clean up symbol namespace
Chao Yu
2018-05-31
1
-11
/
+11
*
f2fs: remove redundant initialization of pointer 'p'
Colin Ian King
2018-03-13
1
-1
/
+1
*
f2fs: fix to check extent cache in f2fs_drop_extent_tree
Chao Yu
2018-03-13
1
-0
/
+3
*
f2fs: fix a bug caused by NULL extent tree
Yunlei He
2017-05-23
1
-1
/
+11
*
f2fs: introduce __check_rb_tree_consistence
Chao Yu
2017-04-19
1
-0
/
+32
*
f2fs: use rb-tree to track pending discard commands
Chao Yu
2017-04-19
1
-7
/
+8
*
f2fs: extract rb-tree operation infrastructure
Chao Yu
2017-04-11
1
-129
/
+162
*
f2fs: kill __is_extent_same
Chao Yu
2017-02-27
1
-5
/
+3
*
f2fs: replace rw semaphore extent_tree_lock with mutex lock
Yunlei He
2017-02-27
1
-11
/
+11
*
f2fs: use rb_entry_safe
Geliang Tang
2017-01-29
1
-11
/
+6
*
f2fs: fix a problem of using memory after free
Yunlei He
2017-01-29
1
-2
/
+3
*
f2fs: keep dirty inodes selectively for checkpoint
Jaegeuk Kim
2016-11-23
1
-1
/
+1
*
f2fs: disable extent_cache for fcollapse/finsert inodes
Jaegeuk Kim
2016-07-15
1
-0
/
+13
*
f2fs: avoid mark_inode_dirty
Jaegeuk Kim
2016-07-08
1
-1
/
+1
*
f2fs: remove syncing inode page in all the cases
Jaegeuk Kim
2016-06-02
1
-5
/
+2
*
f2fs: call mark_inode_dirty_sync for i_field changes
Jaegeuk Kim
2016-06-02
1
-10
/
+14
*
f2fs: use inode pointer for {set, clear}_inode_flag
Jaegeuk Kim
2016-06-02
1
-3
/
+3
*
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
[next]