aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sbitmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20sbitmap: add helpers for add/del wait queue handlingJens Axboe1-2/+14
2018-12-03sbitmap: fix sbitmap_for_each_set()Omar Sandoval1-4/+6
2018-11-30sbitmap: optimize wakeup checkJens Axboe1-0/+34
2018-11-30sbitmap: ammortize cost of clearing bitsJens Axboe1-6/+27
2018-07-10scsi: target: sbitmap: add seq_file forward declarationArnd Bergmann1-0/+2
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei1-0/+7
2018-05-10sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval1-0/+29
2018-02-28sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval1-0/+8
2017-11-01sbitmap: introduce __sbitmap_for_each_set()Ming Lei1-17/+47
2017-04-14sbitmap: add sbitmap_get_shallow() operationOmar Sandoval1-0/+55
2017-01-27sbitmap: add helpers for dumping to a seq_fileOmar Sandoval1-0/+30
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval1-8/+11
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval1-1/+44
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval1-0/+327