summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-09-19sbitmap: initialize weight to zeroColin Ian King1-1/+1
2016-09-17sbitmap: don't update the allocation hint on clear after resizeOmar Sandoval1-1/+1
2016-09-17sbitmap: re-initialize allocation hints after resizeOmar Sandoval1-2/+7
2016-09-17sbitmap: randomize initial alloc_hint valuesOmar Sandoval3-9/+6
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval4-33/+34
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval6-42/+98
2016-09-17sbitmap: allocate wait queues on a specific nodeOmar Sandoval1-1/+1
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval11-476/+789