summaryrefslogtreecommitdiffstats
path: root/lib/sbitmap.c
AgeCommit message (Expand)AuthorLines
2016-09-19sbitmap: initialize weight to zeroColin Ian King-1/+1
2016-09-17sbitmap: don't update the allocation hint on clear after resizeOmar Sandoval-1/+1
2016-09-17sbitmap: re-initialize allocation hints after resizeOmar Sandoval-2/+7
2016-09-17sbitmap: randomize initial alloc_hint valuesOmar Sandoval-0/+6
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval-6/+8
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval-1/+34
2016-09-17sbitmap: allocate wait queues on a specific nodeOmar Sandoval-1/+1
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval-0/+301