index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbitmap.c
Age
Commit message (
Expand
)
Author
2023-03-10
sbitmap: Try each queue to wake up at least one waiter
Gabriel Krisman Bertazi
2023-03-10
sbitmap: Advance the queue index before waking up a queue
Gabriel Krisman Bertazi
2023-03-10
sbitmap: correct wake_batch recalculation to avoid potential IO hung
Kemeng Shi
2023-03-10
sbitmap: Use single per-bitmap counting to wake up queued tags
Gabriel Krisman Bertazi
2023-03-10
sbitmap: remove redundant check in __sbitmap_queue_get_batch
Kemeng Shi
2022-10-11
treewide: use prandom_u32_max() when possible, part 2
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-09-29
sbitmap: fix lockup while swapping
Hugh Dickins
2022-09-12
sbitmap: fix batched wait_cnt accounting
Keith Busch
2022-09-08
sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batch
Uros Bizjak
2022-09-08
sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()
Jan Kara
2022-09-04
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
2022-09-01
sbitmap: fix batched wait_cnt accounting
Keith Busch
2022-08-26
sbitmap: remove unnecessary code in __sbitmap_queue_get_batch
Liu Song
2022-08-23
sbitmap: fix possible io hung due to lost wakeup
Yu Kuai
2022-06-25
lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()
wuchi
2022-03-21
lib/sbitmap: allocate sb->map via kvzalloc_node
Ming Lei
2022-02-08
sbitmap: Delete old sbitmap_queue_get_shallow()
John Garry
2022-02-08
lib/sbitmap: kill 'depth' from sbitmap_word
Ming Lei
2022-01-27
blk-mq: Fix wrong wakeup batch configuration which will cause hang
Laibin Qiu
2022-01-13
blk-mq: fix tag_get wait task can't be awakened
Laibin Qiu
2021-10-25
sbitmap: silence data race warning
Jens Axboe
2021-10-18
sbitmap: add helper to clear a batch of tags
Jens Axboe
2021-10-18
sbitmap: add __sbitmap_queue_get_batch()
Jens Axboe
2021-07-08
lib: fix spelling mistakes
Zhen Lei
2021-03-04
scsi: sbitmap: Add sbitmap_calculate_shift() helper
Ming Lei
2021-03-04
scsi: sbitmap: Export sbitmap_weight
Ming Lei
2021-03-04
scsi: sbitmap: Move allocation hint into sbitmap
Ming Lei
2021-03-04
scsi: sbitmap: Add helpers for updating allocation hint
Ming Lei
2021-03-04
scsi: sbitmap: Maintain allocation round_robin in sbitmap
Ming Lei
2020-12-07
sbitmap: simplify wrap check
Pavel Begunkov
2020-12-07
sbitmap: replace CAS with atomic and
Pavel Begunkov
2020-12-07
sbitmap: remove swap_lock
Pavel Begunkov
2020-12-07
sbitmap: optimise sbitmap_deferred_clear()
Pavel Begunkov
2020-07-01
sbitmap: Consider cleared bits in sbitmap_bitmap_show()
John Garry
2019-12-20
sbitmap: only queue kyber's wait callback if not already active
David Jeffery
2019-11-13
sbitmap: Delete sbitmap_any_bit_clear()
John Garry
2019-07-01
sbitmap: Replace cmpxchg with xchg
Pavel Begunkov
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328
Thomas Gleixner
2019-05-23
sbitmap: fix improper use of smp_mb__before_atomic()
Andrea Parri
2019-03-25
sbitmap: order READ/WRITE freed instance and setting clear bit
Ming Lei
2019-01-15
sbitmap: Protect swap_lock from hardirq
Ming Lei
2019-01-15
sbitmap: Protect swap_lock from softirqs
Steven Rostedt (VMware)
2018-12-20
sbitmap: add helpers for add/del wait queue handling
Jens Axboe
2018-12-11
sbitmap: flush deferred clears for resize and shallow gets
Jens Axboe
2018-12-09
sbitmap: silence bogus lockdep IRQ warning
Jens Axboe
2018-11-30
sbitmap: optimize wakeup check
Jens Axboe
2018-11-30
sbitmap: ammortize cost of clearing bits
Jens Axboe
2018-11-29
sbitmap: don't loop for find_next_zero_bit() for !round_robin
Jens Axboe
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
[next]