index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-03
bcache: add wait_for_kthread_stop() in bch_allocator_thread()
Coly Li
1
-1
/
+4
2018-03-19
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
1
-1
/
+2
2018-02-07
bcache: properly set task state in bch_writeback_thread()
Coly Li
1
-1
/
+3
2018-01-08
bcache: segregate flash only volume write streams
Tang Junhui
1
-5
/
+14
2017-11-25
bcache: Fix building error on MIPS
Huacai Chen
1
-1
/
+1
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+13
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-31
bcache: update bucket_in_use in real time
Tang Junhui
1
-0
/
+10
2017-10-16
bcache: fix a comments typo in bch_alloc_sectors()
Coly Li
1
-1
/
+1
2017-10-16
bcache: check ca->alloc_thread initialized before wake up it
Coly Li
1
-1
/
+2
2017-09-06
bcache: increase the number of open buckets
Tang Junhui
1
-1
/
+3
2016-05-24
bcache: bch_allocator_thread() is not freezable
Jiri Kosina
1
-2
/
+0
2014-08-05
bcache allocator: send discards with correct size
Slava Pestov
1
-1
/
+1
2014-03-18
bcache: Kill unused freelist
Kent Overstreet
1
-82
/
+58
2014-03-18
bcache: Rework btree cache reserve handling
Kent Overstreet
1
-22
/
+1
2014-03-18
bcache: Add a real GC_MARK_RECLAIMABLE
Kent Overstreet
1
-2
/
+3
2014-03-18
bcache: Better alloc tracepoints
Kent Overstreet
1
-4
/
+11
2014-01-09
bcache: Improve bucket_prio() calculation
Kent Overstreet
1
-2
/
+15
2014-01-09
bcache: Rework allocator reserves
Kent Overstreet
1
-28
/
+44
2013-12-17
bcache: bugfix - moving_gc now moves only correct buckets
Nicholas Swenson
1
-0
/
+2
2013-11-11
bcache: Don't bother with bucket refcount for btree node allocations
Kent Overstreet
1
-2
/
+2
2013-11-11
bcache: Debug code improvements
Kent Overstreet
1
-3
/
+2
2013-11-11
bcache: Move sector allocator to alloc.c
Kent Overstreet
1
-0
/
+180
2013-11-11
bcache: Convert gc to a kthread
Kent Overstreet
1
-3
/
+3
2013-11-11
bcache: Convert bucket_wait to wait_queue_head_t
Kent Overstreet
1
-35
/
+47
2013-11-11
bcache: Use blkdev_issue_discard()
Kent Overstreet
1
-103
/
+11
2013-07-12
bcache: Allocation kthread fixes
Kent Overstreet
1
-10
/
+8
2013-06-27
bcache: Fix/revamp tracepoints
Kent Overstreet
1
-7
/
+3
2013-06-27
bcache: Convert allocator thread to kthread
Kent Overstreet
1
-12
/
+22
2013-05-01
bcache: Allocator cleanup/fixes
Kent Overstreet
1
-23
/
+49
2013-03-25
bcache: Style/checkpatch fixes
Kent Overstreet
1
-16
/
+6
2013-03-24
bcache: A block layer cache
Kent Overstreet
1
-0
/
+583