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
/
drivers
/
md
/
bcache
/
writeback.h
Age
Commit message (
Expand
)
Author
2022-05-24
bcache: improve multithreaded bch_sectors_dirty_init()
Coly Li
2021-02-10
bcache: consider the fragmentation when update the writeback rate
dongdong tao
2020-07-25
bcache: fix overflow in offset_to_stripe()
Coly Li
2020-03-22
bcache: make bch_sectors_dirty_init() to be multithreaded
Coly Li
2019-02-09
bcache: never writeback a discard operation
Daniel Axtens
2018-12-13
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
Coly Li
2018-12-13
bcache: option to automatically run gc thread after writeback
Coly Li
2018-08-11
bcache: add identifier names to arguments of function definitions
Coly Li
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
2018-07-27
bcache: simplify the calculation of the total amount of flash dirty data
Tang Junhui
2018-03-18
bcache: Fix indentation
Bart Van Assche
2018-03-18
bcache: fix cached_dev->count usage for bch_cache_set_error()
Coly Li
2018-02-07
bcache: set writeback_rate_update_seconds in range [1, 60] seconds
Coly Li
2018-01-08
bcache: fix writeback target calc on large devices
Michael Lyle
2018-01-08
bcache: reduce cache_set devices iteration by devices_max_used
Coly Li
2018-01-08
bcache: fix wrong return value in bch_debug_init()
Tang Junhui
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-30
bcache: convert cached_dev.count from atomic_t to refcount_t
Elena Reshetova
2017-10-16
bcache: update bio->bi_opf bypass/writeback REQ_ flag hints
Eric Wheeler
2017-09-07
bcache: initialize dirty stripes in flash_dev_run()
Tang Junhui
2017-09-06
bcache: correct cache_dirty_target in __update_writeback_rate()
Tang Junhui
2016-11-01
bcache: use op_is_sync to check for synchronous requests
Christoph Hellwig
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
2015-12-30
bcache: prevent crash on changing writeback_running
Stefan Bader
2014-08-04
bcache: fix uninterruptible sleep in writeback thread
Slava Pestov
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
2013-11-10
bcache: Fix sysfs splat on shutdown with flash only devs
Kent Overstreet
2013-11-10
bcache: Better full stripe scanning
Kent Overstreet
2013-11-10
bcache: Convert writeback to a kthread
Kent Overstreet
2013-11-10
bcache: Stripe size isn't necessarily a power of two
Kent Overstreet
2013-06-26
bcache: Write out full stripes
Kent Overstreet
2013-06-26
bcache: Track dirty data by stripe
Kent Overstreet