index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
sbitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sbitmap: fix batching wakeup
David Jeffery
2023-07-21
1
-8
/
+7
*
sbitmap: correct wake_batch recalculation to avoid potential IO hung
Kemeng Shi
2023-01-29
1
-4
/
+1
*
sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitma...
Kemeng Shi
2023-01-29
1
-37
/
+33
*
sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat code
Kemeng Shi
2023-01-29
1
-15
/
+15
*
sbitmap: remove redundant check in __sbitmap_queue_get_batch
Kemeng Shi
2023-01-29
1
-5
/
+3
*
sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallow
Kemeng Shi
2023-01-29
1
-7
/
+4
*
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-13
1
-106
/
+38
|
\
|
*
sbitmap: Try each queue to wake up at least one waiter
Gabriel Krisman Bertazi
2022-11-16
1
-16
/
+12
|
*
sbitmap: Advance the queue index before waking up a queue
Gabriel Krisman Bertazi
2022-11-16
1
-2
/
+8
|
*
sbitmap: Use single per-bitmap counting to wake up queued tags
Gabriel Krisman Bertazi
2022-11-11
1
-96
/
+26
*
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-2
/
+2
|
/
*
treewide: use prandom_u32_max() when possible, part 2
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
sbitmap: fix lockup while swapping
Hugh Dickins
2022-09-29
1
-1
/
+1
*
sbitmap: fix batched wait_cnt accounting
Keith Busch
2022-09-12
1
-14
/
+23
*
sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batch
Uros Bizjak
2022-09-08
1
-5
/
+5
*
sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()
Jan Kara
2022-09-08
1
-3
/
+15
*
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
2022-09-04
1
-17
/
+14
*
sbitmap: fix batched wait_cnt accounting
Keith Busch
2022-09-01
1
-14
/
+17
*
sbitmap: remove unnecessary code in __sbitmap_queue_get_batch
Liu Song
2022-08-26
1
-3
/
+2
*
sbitmap: fix possible io hung due to lost wakeup
Yu Kuai
2022-08-23
1
-22
/
+33
*
lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()
wuchi
2022-06-25
1
-1
/
+4
*
lib/sbitmap: allocate sb->map via kvzalloc_node
Ming Lei
2022-03-21
1
-1
/
+1
*
sbitmap: Delete old sbitmap_queue_get_shallow()
John Garry
2022-02-08
1
-3
/
+3
*
lib/sbitmap: kill 'depth' from sbitmap_word
Ming Lei
2022-02-08
1
-20
/
+14
*
blk-mq: Fix wrong wakeup batch configuration which will cause hang
Laibin Qiu
2022-01-27
1
-2
/
+6
*
blk-mq: fix tag_get wait task can't be awakened
Laibin Qiu
2022-01-13
1
-3
/
+22
*
sbitmap: silence data race warning
Jens Axboe
2021-10-25
1
-1
/
+1
*
sbitmap: add helper to clear a batch of tags
Jens Axboe
2021-10-18
1
-3
/
+41
*
sbitmap: add __sbitmap_queue_get_batch()
Jens Axboe
2021-10-18
1
-0
/
+51
*
lib: fix spelling mistakes
Zhen Lei
2021-07-08
1
-1
/
+1
*
scsi: sbitmap: Add sbitmap_calculate_shift() helper
Ming Lei
2021-03-04
1
-13
/
+3
*
scsi: sbitmap: Export sbitmap_weight
Ming Lei
2021-03-04
1
-5
/
+6
*
scsi: sbitmap: Move allocation hint into sbitmap
Ming Lei
2021-03-04
1
-46
/
+66
*
scsi: sbitmap: Add helpers for updating allocation hint
Ming Lei
2021-03-04
1
-39
/
+54
*
scsi: sbitmap: Maintain allocation round_robin in sbitmap
Ming Lei
2021-03-04
1
-14
/
+14
*
sbitmap: simplify wrap check
Pavel Begunkov
2020-12-07
1
-3
/
+5
*
sbitmap: replace CAS with atomic and
Pavel Begunkov
2020-12-07
1
-5
/
+3
*
sbitmap: remove swap_lock
Pavel Begunkov
2020-12-07
1
-11
/
+3
*
sbitmap: optimise sbitmap_deferred_clear()
Pavel Begunkov
2020-12-07
1
-12
/
+12
*
sbitmap: Consider cleared bits in sbitmap_bitmap_show()
John Garry
2020-07-01
1
-0
/
+3
*
sbitmap: only queue kyber's wait callback if not already active
David Jeffery
2019-12-20
1
-1
/
+1
*
sbitmap: Delete sbitmap_any_bit_clear()
John Garry
2019-11-13
1
-17
/
+0
*
sbitmap: Replace cmpxchg with xchg
Pavel Begunkov
2019-07-01
1
-7
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328
Thomas Gleixner
2019-06-05
1
-12
/
+1
*
sbitmap: fix improper use of smp_mb__before_atomic()
Andrea Parri
2019-05-23
1
-1
/
+1
*
sbitmap: order READ/WRITE freed instance and setting clear bit
Ming Lei
2019-03-25
1
-0
/
+11
*
sbitmap: Protect swap_lock from hardirq
Ming Lei
2019-01-15
1
-2
/
+3
*
sbitmap: Protect swap_lock from softirqs
Steven Rostedt (VMware)
2019-01-15
1
-10
/
+2
*
sbitmap: add helpers for add/del wait queue handling
Jens Axboe
2018-12-20
1
-4
/
+26
[next]