index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
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
[next]