summaryrefslogtreecommitdiffstats
path: root/include/linux/sbitmap.h
Commit message (Expand)AuthorAgeFilesLines
* sbitmap: Use single per-bitmap counting to wake up queued tagsGabriel Krisman Bertazi2022-11-111-5/+11
* sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-121-1/+2
* Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe2022-09-041-2/+1
* sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-011-1/+2
* lib/sbitmap: allocate sb->map via kvzalloc_nodeMing Lei2022-03-211-1/+1
* sbitmap: Delete old sbitmap_queue_get_shallow()John Garry2022-02-081-30/+4
* lib/sbitmap: kill 'depth' from sbitmap_wordMing Lei2022-02-081-7/+10
* blk-mq: fix tag_get wait task can't be awakenedLaibin Qiu2022-01-131-0/+11
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+10
|\
| * include/linux/sbitmap.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+10
* | sbitmap: add helper to clear a batch of tagsJens Axboe2021-10-181-0/+11
* | sbitmap: add __sbitmap_queue_get_batch()Jens Axboe2021-10-181-0/+13
|/
* scsi: sbitmap: Silence a debug kernel warning triggered by sbitmap_put()Bart Van Assche2021-03-181-1/+1
* scsi: sbitmap: Add sbitmap_calculate_shift() helperMing Lei2021-03-041-0/+18
* scsi: sbitmap: Export sbitmap_weightMing Lei2021-03-041-0/+10
* scsi: sbitmap: Move allocation hint into sbitmapMing Lei2021-03-041-15/+26
* scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei2021-03-041-10/+10
* scsi: sbitmap: Remove sbitmap_clear_bit_unlockMing Lei2021-03-041-6/+0
* sbitmap: remove swap_lockPavel Begunkov2020-12-071-5/+0
* sbitmap: Delete sbitmap_any_bit_clear()John Garry2019-11-131-9/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328Thomas Gleixner2019-06-051-12/+1
* sbitmap: trivial - update comment for sbitmap_deferred_clear_bitShenghui Wang2019-03-221-1/+1
* sbitmap: add helpers for add/del wait queue handlingJens Axboe2018-12-201-2/+14
* sbitmap: fix sbitmap_for_each_set()Omar Sandoval2018-12-031-4/+6
* sbitmap: optimize wakeup checkJens Axboe2018-11-301-0/+34
* sbitmap: ammortize cost of clearing bitsJens Axboe2018-11-301-6/+27
* scsi: target: sbitmap: add seq_file forward declarationArnd Bergmann2018-07-101-0/+2
* blk-mq: avoid starving tag allocation after allocating process migratesMing Lei2018-05-241-0/+7
* sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval2018-05-101-0/+29
* sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval2018-02-281-0/+8
* sbitmap: introduce __sbitmap_for_each_set()Ming Lei2017-11-011-17/+47
* sbitmap: add sbitmap_get_shallow() operationOmar Sandoval2017-04-141-0/+55
* sbitmap: add helpers for dumping to a seq_fileOmar Sandoval2017-01-271-0/+30
* sbitmap: push alloc policy into sbitmap_queueOmar Sandoval2016-09-171-8/+11
* sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval2016-09-171-1/+44
* blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-171-0/+327