summaryrefslogtreecommitdiff
path: root/include/linux/sbitmap.h
AgeCommit message (Expand)Author
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09include/linux/sbitmap.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe
2021-10-18sbitmap: add __sbitmap_queue_get_batch()Jens Axboe
2021-03-18scsi: sbitmap: Silence a debug kernel warning triggered by sbitmap_put()Bart Van Assche
2021-03-04scsi: sbitmap: Add sbitmap_calculate_shift() helperMing Lei
2021-03-04scsi: sbitmap: Export sbitmap_weightMing Lei
2021-03-04scsi: sbitmap: Move allocation hint into sbitmapMing Lei
2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei
2021-03-04scsi: sbitmap: Remove sbitmap_clear_bit_unlockMing Lei
2020-12-07sbitmap: remove swap_lockPavel Begunkov
2019-11-13sbitmap: Delete sbitmap_any_bit_clear()John Garry
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328Thomas Gleixner
2019-03-22sbitmap: trivial - update comment for sbitmap_deferred_clear_bitShenghui Wang
2018-12-20sbitmap: add helpers for add/del wait queue handlingJens Axboe
2018-12-03sbitmap: fix sbitmap_for_each_set()Omar Sandoval
2018-11-30sbitmap: optimize wakeup checkJens Axboe
2018-11-30sbitmap: ammortize cost of clearing bitsJens Axboe
2018-07-10scsi: target: sbitmap: add seq_file forward declarationArnd Bergmann
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei
2018-05-10sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval
2018-02-28sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval
2017-11-01sbitmap: introduce __sbitmap_for_each_set()Ming Lei
2017-04-14sbitmap: add sbitmap_get_shallow() operationOmar Sandoval
2017-01-27sbitmap: add helpers for dumping to a seq_fileOmar Sandoval
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval