aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-03bcache: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li1-1/+4
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-1/+2
2018-02-07bcache: properly set task state in bch_writeback_thread()Coly Li1-1/+3
2018-01-08bcache: segregate flash only volume write streamsTang Junhui1-5/+14
2017-11-24bcache: Fix building error on MIPSHuacai Chen1-1/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30bcache: update bucket_in_use in real timeTang Junhui1-0/+10
2017-10-16bcache: fix a comments typo in bch_alloc_sectors()Coly Li1-1/+1
2017-10-16bcache: check ca->alloc_thread initialized before wake up itColy Li1-1/+2
2017-09-06bcache: increase the number of open bucketsTang Junhui1-1/+3
2016-05-24bcache: bch_allocator_thread() is not freezableJiri Kosina1-2/+0
2014-08-04bcache allocator: send discards with correct sizeSlava Pestov1-1/+1
2014-03-18bcache: Kill unused freelistKent Overstreet1-82/+58
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet1-22/+1
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet1-2/+3
2014-03-18bcache: Better alloc tracepointsKent Overstreet1-4/+11
2014-01-08bcache: Improve bucket_prio() calculationKent Overstreet1-2/+15
2014-01-08bcache: Rework allocator reservesKent Overstreet1-28/+44
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson1-0/+2
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet1-2/+2
2013-11-10bcache: Debug code improvementsKent Overstreet1-3/+2
2013-11-10bcache: Move sector allocator to alloc.cKent Overstreet1-0/+180
2013-11-10bcache: Convert gc to a kthreadKent Overstreet1-3/+3
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-35/+47
2013-11-10bcache: Use blkdev_issue_discard()Kent Overstreet1-103/+11
2013-07-12bcache: Allocation kthread fixesKent Overstreet1-10/+8
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-7/+3
2013-06-26bcache: Convert allocator thread to kthreadKent Overstreet1-12/+22
2013-04-30bcache: Allocator cleanup/fixesKent Overstreet1-23/+49
2013-03-25bcache: Style/checkpatch fixesKent Overstreet1-16/+6
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+583