index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
alloc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcache: remove PTR_CACHE
Christoph Hellwig
2021-04-11
1
-3
/
+2
*
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
2020-10-02
1
-3
/
+3
*
bcache: check and set sync status on cache's in-memory super block
Coly Li
2020-10-02
1
-1
/
+1
*
bcache: remove for_each_cache()
Coly Li
2020-10-02
1
-9
/
+8
*
bcache: explicitly make cache_set only have single cache
Coly Li
2020-10-02
1
-1
/
+1
*
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
2020-10-02
1
-20
/
+15
*
bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
Coly Li
2020-07-25
1
-1
/
+1
*
Revert "bcache: ignore pending signals when creating gc and allocator thread"
Jens Axboe
2020-03-03
1
-16
/
+2
*
bcache: ignore pending signals when creating gc and allocator thread
Coly Li
2020-02-13
1
-2
/
+16
*
bcache: fix deadlock in bcache_allocator
Andrea Righi
2019-11-13
1
-1
/
+4
*
bcache: check CACHE_SET_IO_DISABLE in allocator code
Coly Li
2019-06-28
1
-0
/
+9
*
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
2019-04-24
1
-2
/
+3
*
bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo...
Shenghui Wang
2018-10-08
1
-1
/
+1
*
bcache: style fix to add a blank line after declarations
Coly Li
2018-08-11
1
-0
/
+3
*
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
2018-08-11
1
-16
/
+20
*
bcache: add wait_for_kthread_stop() in bch_allocator_thread()
Coly Li
2018-05-03
1
-1
/
+4
*
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
2018-03-19
1
-1
/
+2
*
bcache: properly set task state in bch_writeback_thread()
Coly Li
2018-02-07
1
-1
/
+3
*
bcache: segregate flash only volume write streams
Tang Junhui
2018-01-08
1
-5
/
+14
*
bcache: Fix building error on MIPS
Huacai Chen
2017-11-25
1
-1
/
+1
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-15
1
-2
/
+13
|
\
|
*
bcache: update bucket_in_use in real time
Tang Junhui
2017-10-30
1
-0
/
+10
|
*
bcache: fix a comments typo in bch_alloc_sectors()
Coly Li
2017-10-16
1
-1
/
+1
|
*
bcache: check ca->alloc_thread initialized before wake up it
Coly Li
2017-10-16
1
-1
/
+2
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
bcache: increase the number of open buckets
Tang Junhui
2017-09-06
1
-1
/
+3
*
bcache: bch_allocator_thread() is not freezable
Jiri Kosina
2016-05-24
1
-2
/
+0
*
bcache allocator: send discards with correct size
Slava Pestov
2014-08-05
1
-1
/
+1
*
bcache: Kill unused freelist
Kent Overstreet
2014-03-18
1
-82
/
+58
*
bcache: Rework btree cache reserve handling
Kent Overstreet
2014-03-18
1
-22
/
+1
*
bcache: Add a real GC_MARK_RECLAIMABLE
Kent Overstreet
2014-03-18
1
-2
/
+3
*
bcache: Better alloc tracepoints
Kent Overstreet
2014-03-18
1
-4
/
+11
*
bcache: Improve bucket_prio() calculation
Kent Overstreet
2014-01-08
1
-2
/
+15
*
bcache: Rework allocator reserves
Kent Overstreet
2014-01-08
1
-28
/
+44
*
bcache: bugfix - moving_gc now moves only correct buckets
Nicholas Swenson
2013-12-16
1
-0
/
+2
*
bcache: Don't bother with bucket refcount for btree node allocations
Kent Overstreet
2013-11-11
1
-2
/
+2
*
bcache: Debug code improvements
Kent Overstreet
2013-11-11
1
-3
/
+2
*
bcache: Move sector allocator to alloc.c
Kent Overstreet
2013-11-11
1
-0
/
+180
*
bcache: Convert gc to a kthread
Kent Overstreet
2013-11-11
1
-3
/
+3
*
bcache: Convert bucket_wait to wait_queue_head_t
Kent Overstreet
2013-11-11
1
-35
/
+47
*
bcache: Use blkdev_issue_discard()
Kent Overstreet
2013-11-11
1
-103
/
+11
*
bcache: Allocation kthread fixes
Kent Overstreet
2013-07-12
1
-10
/
+8
*
bcache: Fix/revamp tracepoints
Kent Overstreet
2013-06-27
1
-7
/
+3
*
bcache: Convert allocator thread to kthread
Kent Overstreet
2013-06-27
1
-12
/
+22
*
bcache: Allocator cleanup/fixes
Kent Overstreet
2013-05-01
1
-23
/
+49
*
bcache: Style/checkpatch fixes
Kent Overstreet
2013-03-25
1
-16
/
+6
*
bcache: A block layer cache
Kent Overstreet
2013-03-24
1
-0
/
+583