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