index
:
kernel_google_shamrock.git
master
n7.1
kernel_google_shamrock
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: kill __is_extent_same
Chao Yu
2017-04-29
1
-5
/
+3
*
f2fs: replace rw semaphore extent_tree_lock with mutex lock
Yunlei He
2017-04-29
1
-11
/
+11
*
f2fs: use rb_entry_safe
Geliang Tang
2017-04-29
1
-11
/
+6
*
f2fs: fix a problem of using memory after free
Yunlei He
2017-04-29
1
-2
/
+3
*
f2fs: keep dirty inodes selectively for checkpoint
Jaegeuk Kim
2017-04-29
1
-1
/
+1
*
f2fs: disable extent_cache for fcollapse/finsert inodes
Jaegeuk Kim
2017-04-29
1
-0
/
+13
*
f2fs: avoid mark_inode_dirty
Jaegeuk Kim
2017-04-29
1
-1
/
+1
*
f2fs: remove syncing inode page in all the cases
Jaegeuk Kim
2017-04-29
1
-5
/
+2
*
f2fs: call mark_inode_dirty_sync for i_field changes
Jaegeuk Kim
2017-04-29
1
-10
/
+14
*
f2fs: use inode pointer for {set, clear}_inode_flag
Jaegeuk Kim
2017-04-29
1
-3
/
+3
*
f2fs: reuse get_extent_info
Chao Yu
2017-04-29
1
-2
/
+1
*
f2fs: introduce f2fs_update_data_blkaddr for cleanup
Chao Yu
2017-04-29
1
-3
/
+6
*
f2fs: remove unneeded pointer conversion
Chao Yu
2017-04-29
1
-3
/
+2
*
f2fs: give scheduling point in shrinking path
Jaegeuk Kim
2017-04-29
1
-0
/
+1
*
f2fs: improve shrink performance of extent nodes
Hou Pengyang
2017-04-29
1
-48
/
+28
*
f2fs: don't set cached_en if it will be freed
Jaegeuk Kim
2017-04-29
1
-5
/
+7
*
f2fs: move extent_node list operations being coupled with rbtree operation
Jaegeuk Kim
2017-04-29
1
-23
/
+17
*
f2fs: reconstruct the code to free an extent_node
Hou Pengyang
2017-04-29
1
-30
/
+25
*
f2fs: skip releasing nodes in chindless extent tree
Chao Yu
2017-04-29
1
-4
/
+9
*
f2fs: use atomic type for node count in extent tree
Chao Yu
2017-04-29
1
-8
/
+9
*
f2fs: introduce zombie list for fast shrinking extent trees
Jaegeuk Kim
2017-04-29
1
-28
/
+21
*
f2fs: load largest extent all the time
Jaegeuk Kim
2017-04-29
1
-5
/
+13
*
f2fs: speed up shrinking extent tree entries
Jaegeuk Kim
2017-04-29
1
-0
/
+14
*
f2fs: use atomic variable for total_extent_tree
Jaegeuk Kim
2017-04-29
1
-4
/
+4
*
f2fs: kill f2fs_drop_largest_extent
Chao Yu
2017-04-29
1
-8
/
+0
*
f2fs: avoid deadlock in f2fs_shrink_extent_tree
Jaegeuk Kim
2017-04-29
1
-3
/
+4
*
f2fs: catch up to v4.4-rc1
Jaegeuk Kim
2017-04-29
1
-0
/
+748