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
/
alloc.c
Age
Commit message (
Expand
)
Author
2019-06-28
bcache: check CACHE_SET_IO_DISABLE in allocator code
Coly Li
2019-04-24
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
2018-10-08
bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo...
Shenghui Wang
2018-08-11
bcache: style fix to add a blank line after declarations
Coly Li
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
2018-05-03
bcache: add wait_for_kthread_stop() in bch_allocator_thread()
Coly Li
2018-03-18
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
2018-02-07
bcache: properly set task state in bch_writeback_thread()
Coly Li
2018-01-08
bcache: segregate flash only volume write streams
Tang Junhui
2017-11-24
bcache: Fix building error on MIPS
Huacai Chen
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: update bucket_in_use in real time
Tang Junhui
2017-10-16
bcache: fix a comments typo in bch_alloc_sectors()
Coly Li
2017-10-16
bcache: check ca->alloc_thread initialized before wake up it
Coly Li
2017-09-06
bcache: increase the number of open buckets
Tang Junhui
2016-05-24
bcache: bch_allocator_thread() is not freezable
Jiri Kosina
2014-08-04
bcache allocator: send discards with correct size
Slava Pestov
2014-03-18
bcache: Kill unused freelist
Kent Overstreet
2014-03-18
bcache: Rework btree cache reserve handling
Kent Overstreet
2014-03-18
bcache: Add a real GC_MARK_RECLAIMABLE
Kent Overstreet
2014-03-18
bcache: Better alloc tracepoints
Kent Overstreet
2014-01-08
bcache: Improve bucket_prio() calculation
Kent Overstreet
2014-01-08
bcache: Rework allocator reserves
Kent Overstreet
2013-12-16
bcache: bugfix - moving_gc now moves only correct buckets
Nicholas Swenson
2013-11-10
bcache: Don't bother with bucket refcount for btree node allocations
Kent Overstreet
2013-11-10
bcache: Debug code improvements
Kent Overstreet
2013-11-10
bcache: Move sector allocator to alloc.c
Kent Overstreet
2013-11-10
bcache: Convert gc to a kthread
Kent Overstreet
2013-11-10
bcache: Convert bucket_wait to wait_queue_head_t
Kent Overstreet
2013-11-10
bcache: Use blkdev_issue_discard()
Kent Overstreet
2013-07-12
bcache: Allocation kthread fixes
Kent Overstreet
2013-06-26
bcache: Fix/revamp tracepoints
Kent Overstreet
2013-06-26
bcache: Convert allocator thread to kthread
Kent Overstreet
2013-04-30
bcache: Allocator cleanup/fixes
Kent Overstreet
2013-03-25
bcache: Style/checkpatch fixes
Kent Overstreet
2013-03-23
bcache: A block layer cache
Kent Overstreet