index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
extent_cache.c
Age
Commit message (
Expand
)
Author
2017-05-23
f2fs: fix a bug caused by NULL extent tree
Yunlei He
2017-04-19
f2fs: introduce __check_rb_tree_consistence
Chao Yu
2017-04-19
f2fs: use rb-tree to track pending discard commands
Chao Yu
2017-04-11
f2fs: extract rb-tree operation infrastructure
Chao Yu
2017-02-27
f2fs: kill __is_extent_same
Chao Yu
2017-02-27
f2fs: replace rw semaphore extent_tree_lock with mutex lock
Yunlei He
2017-01-29
f2fs: use rb_entry_safe
Geliang Tang
2017-01-29
f2fs: fix a problem of using memory after free
Yunlei He
2016-11-23
f2fs: keep dirty inodes selectively for checkpoint
Jaegeuk Kim
2016-07-15
f2fs: disable extent_cache for fcollapse/finsert inodes
Jaegeuk Kim
2016-07-08
f2fs: avoid mark_inode_dirty
Jaegeuk Kim
2016-06-02
f2fs: remove syncing inode page in all the cases
Jaegeuk Kim
2016-06-02
f2fs: call mark_inode_dirty_sync for i_field changes
Jaegeuk Kim
2016-06-02
f2fs: use inode pointer for {set, clear}_inode_flag
Jaegeuk Kim
2016-05-07
f2fs: reuse get_extent_info
Chao Yu
2016-02-26
f2fs: introduce f2fs_update_data_blkaddr for cleanup
Chao Yu
2016-02-22
f2fs: remove unneeded pointer conversion
Chao Yu
2016-02-22
f2fs: give scheduling point in shrinking path
Jaegeuk Kim
2016-02-22
f2fs: improve shrink performance of extent nodes
Hou Pengyang
2016-02-22
f2fs: don't set cached_en if it will be freed
Jaegeuk Kim
2016-02-22
f2fs: move extent_node list operations being coupled with rbtree operation
Jaegeuk Kim
2016-02-22
f2fs: reconstruct the code to free an extent_node
Hou Pengyang
2016-01-08
f2fs: skip releasing nodes in chindless extent tree
Chao Yu
2016-01-08
f2fs: use atomic type for node count in extent tree
Chao Yu
2015-12-31
f2fs: introduce zombie list for fast shrinking extent trees
Jaegeuk Kim
2015-12-30
f2fs: load largest extent all the time
Jaegeuk Kim
2015-12-30
f2fs: speed up shrinking extent tree entries
Jaegeuk Kim
2015-12-22
f2fs: use atomic variable for total_extent_tree
Jaegeuk Kim
2015-12-04
f2fs: kill f2fs_drop_largest_extent
Chao Yu
2015-12-04
f2fs: avoid deadlock in f2fs_shrink_extent_tree
Jaegeuk Kim
2015-10-22
f2fs: fix to skip shrinking extent nodes
Chao Yu
2015-10-09
f2fs: introduce __try_update_largest_extent
Chao Yu
2015-10-09
f2fs: optimize code of f2fs_update_extent_tree_range
Fan Li
2015-10-09
f2fs: drop largest extent by range
Fan Li
2015-10-09
f2fs: declare f2fs_update_extent_tree_range as static
Jaegeuk Kim
2015-10-09
f2fs: fix incorrect searching position when shrinking extent cache
Chao Yu
2015-10-09
f2fs: trace in batches extent info update
Chao Yu
2015-08-28
f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extent
Chao Yu
2015-08-26
f2fs: update extent tree in batches
Chao Yu
2015-08-21
f2fs: lookup neighbor extent nodes for merging later
Chao Yu
2015-08-21
f2fs: split __insert_extent_tree_ret for readability
Chao Yu
2015-08-21
f2fs: kill dead code in __insert_extent_tree
Chao Yu
2015-08-21
f2fs: adjust showing of extent cache stat
Chao Yu
2015-08-21
f2fs: add largest/cached stat in extent cache
Chao Yu
2015-08-21
f2fs: fix to update cached_en of extent tree properly
Fan Li
2015-08-05
f2fs: add new interfaces for extent tree
Fan Li
2015-08-05
f2fs: use atomic_t to record hit ratio info of extent cache
Chao Yu
2015-08-04
f2fs: maintain extent cache in separated file
Chao Yu