aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/alloc.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-24bcache: bch_allocator_thread() is not freezableGravatar Jiri Kosina 1-2/+0
2014-08-04bcache allocator: send discards with correct sizeGravatar Slava Pestov 1-1/+1
2014-03-18bcache: Kill unused freelistGravatar Kent Overstreet 1-82/+58
2014-03-18bcache: Rework btree cache reserve handlingGravatar Kent Overstreet 1-22/+1
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEGravatar Kent Overstreet 1-2/+3
2014-03-18bcache: Better alloc tracepointsGravatar Kent Overstreet 1-4/+11
2014-01-08bcache: Improve bucket_prio() calculationGravatar Kent Overstreet 1-2/+15
2014-01-08bcache: Rework allocator reservesGravatar Kent Overstreet 1-28/+44
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsGravatar Nicholas Swenson 1-0/+2
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsGravatar Kent Overstreet 1-2/+2
2013-11-10bcache: Debug code improvementsGravatar Kent Overstreet 1-3/+2
2013-11-10bcache: Move sector allocator to alloc.cGravatar Kent Overstreet 1-0/+180
2013-11-10bcache: Convert gc to a kthreadGravatar Kent Overstreet 1-3/+3
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tGravatar Kent Overstreet 1-35/+47
2013-11-10bcache: Use blkdev_issue_discard()Gravatar Kent Overstreet 1-103/+11
2013-07-12bcache: Allocation kthread fixesGravatar Kent Overstreet 1-10/+8
2013-06-26bcache: Fix/revamp tracepointsGravatar Kent Overstreet 1-7/+3
2013-06-26bcache: Convert allocator thread to kthreadGravatar Kent Overstreet 1-12/+22
2013-04-30bcache: Allocator cleanup/fixesGravatar Kent Overstreet 1-23/+49
2013-03-25bcache: Style/checkpatch fixesGravatar Kent Overstreet 1-16/+6
2013-03-23bcache: A block layer cacheGravatar Kent Overstreet 1-0/+583