summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/alloc.c
AgeCommit message (Expand)AuthorLines
2014-08-04bcache allocator: send discards with correct sizeSlava Pestov-1/+1
2014-03-18bcache: Kill unused freelistKent Overstreet-82/+58
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet-22/+1
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet-2/+3
2014-03-18bcache: Better alloc tracepointsKent Overstreet-4/+11
2014-01-08bcache: Improve bucket_prio() calculationKent Overstreet-2/+15
2014-01-08bcache: Rework allocator reservesKent Overstreet-28/+44
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson-0/+2
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet-2/+2
2013-11-10bcache: Debug code improvementsKent Overstreet-3/+2
2013-11-10bcache: Move sector allocator to alloc.cKent Overstreet-0/+180
2013-11-10bcache: Convert gc to a kthreadKent Overstreet-3/+3
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet-35/+47
2013-11-10bcache: Use blkdev_issue_discard()Kent Overstreet-103/+11
2013-07-12bcache: Allocation kthread fixesKent Overstreet-10/+8
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet-7/+3
2013-06-26bcache: Convert allocator thread to kthreadKent Overstreet-12/+22
2013-04-30bcache: Allocator cleanup/fixesKent Overstreet-23/+49
2013-03-25bcache: Style/checkpatch fixesKent Overstreet-16/+6
2013-03-23bcache: A block layer cacheKent Overstreet-0/+583