summaryrefslogtreecommitdiffstats
path: root/lib/sbitmap.c
AgeCommit message (Expand)AuthorLines
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei-14/+15
2018-05-14sbitmap: fix race in wait batch accountingJens Axboe-10/+25
2018-05-10sbitmap: warn if using smaller shallow depth than was setupOmar Sandoval-0/+2
2018-05-10sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval-9/+40
2018-02-28sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval-5/+5
2017-12-22blk-mq: improve heavily contended tag caseJens Axboe-1/+1
2017-04-14sbitmap: add sbitmap_get_shallow() operationOmar Sandoval-7/+68
2017-03-02kasan, sched/headers: Uninline kasan_enable/disable_current()Ingo Molnar-0/+1
2017-01-27sbitmap: add helpers for dumping to a seq_fileOmar Sandoval-0/+91
2017-01-18sbitmap: fix wakeup hang after sbq resizeOmar Sandoval-5/+30
2017-01-18sbitmap: use smp_mb__after_atomic() in sbq_wake_up()Omar Sandoval-3/+10
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