index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
extent_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: fix a bug caused by NULL extent tree
Yunlei He
2017-07-21
1
-1
/
+11
*
f2fs: introduce __check_rb_tree_consistence
Chao Yu
2017-05-21
1
-0
/
+32
*
f2fs: use rb-tree to track pending discard commands
Chao Yu
2017-05-21
1
-7
/
+8
*
f2fs: extract rb-tree operation infrastructure
Chao Yu
2017-05-21
1
-129
/
+162
*
f2fs: kill __is_extent_same
Chao Yu
2017-04-13
1
-5
/
+3
*
f2fs: replace rw semaphore extent_tree_lock with mutex lock
Yunlei He
2017-04-13
1
-11
/
+11
*
f2fs: use rb_entry_safe
Geliang Tang
2017-04-13
1
-11
/
+6
*
f2fs: fix a problem of using memory after free
Yunlei He
2017-04-13
1
-2
/
+3
*
f2fs: keep dirty inodes selectively for checkpoint
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: disable extent_cache for fcollapse/finsert inodes
Jaegeuk Kim
2017-04-13
1
-0
/
+13
*
f2fs: avoid mark_inode_dirty
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: remove syncing inode page in all the cases
Jaegeuk Kim
2017-04-13
1
-5
/
+2
*
f2fs: call mark_inode_dirty_sync for i_field changes
Jaegeuk Kim
2017-04-13
1
-10
/
+14
*
f2fs: use inode pointer for {set, clear}_inode_flag
Jaegeuk Kim
2017-04-13
1
-3
/
+3
*
f2fs: reuse get_extent_info
Chao Yu
2017-04-13
1
-2
/
+1
*
f2fs: introduce f2fs_update_data_blkaddr for cleanup
Chao Yu
2017-04-13
1
-3
/
+6
*
f2fs: remove unneeded pointer conversion
Chao Yu
2017-04-13
1
-3
/
+2
*
f2fs: give scheduling point in shrinking path
Jaegeuk Kim
2017-04-13
1
-0
/
+1
*
f2fs: improve shrink performance of extent nodes
Hou Pengyang
2017-04-13
1
-48
/
+28
*
f2fs: don't set cached_en if it will be freed
Jaegeuk Kim
2017-04-13
1
-5
/
+7
*
f2fs: move extent_node list operations being coupled with rbtree operation
Jaegeuk Kim
2017-04-13
1
-23
/
+17
*
f2fs: reconstruct the code to free an extent_node
Hou Pengyang
2017-04-13
1
-30
/
+25
*
f2fs: skip releasing nodes in chindless extent tree
Chao Yu
2017-04-13
1
-4
/
+9
*
f2fs: use atomic type for node count in extent tree
Chao Yu
2017-04-13
1
-8
/
+9
*
f2fs: introduce zombie list for fast shrinking extent trees
Jaegeuk Kim
2017-04-13
1
-28
/
+21
*
f2fs: load largest extent all the time
Jaegeuk Kim
2017-04-13
1
-5
/
+13
*
f2fs: speed up shrinking extent tree entries
Jaegeuk Kim
2017-04-13
1
-0
/
+14
*
f2fs: use atomic variable for total_extent_tree
Jaegeuk Kim
2017-04-13
1
-4
/
+4
*
f2fs: kill f2fs_drop_largest_extent
Chao Yu
2017-04-13
1
-8
/
+0
*
f2fs: avoid deadlock in f2fs_shrink_extent_tree
Jaegeuk Kim
2017-04-13
1
-3
/
+4
*
f2fs: catch up to v4.4-rc1
Jaegeuk Kim
2017-04-13
1
-0
/
+748