aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sbitmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Sandoval1-0/+6
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval1-6/+8
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval1-1/+34
2016-09-17sbitmap: allocate wait queues on a specific nodeOmar Sandoval1-1/+1
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval1-0/+301