index
:
kernel/git/ardb/linux.git
acomp-zswap-cleanup
aesni-ccm-v6.1
aesni-fixes
arm-badr-cleanup
arm-efi-head
arm-efi-zboot
arm-fdt-mapping-mt
arm-kaslr-latest
arm-textofs
arm32-crypto-in-softirq-v5.4
arm64-blake2s
arm64-crc32-pmull
arm64-efi-va48
arm64-fast-refcount-v4
arm64-fpsimd-on-stack-for-libcrypto
arm64-fpsimd-on-stack-v3
arm64-fpsimd-on-stack-v4
arm64-fpsimd-on-stack-v5
arm64-fpsimd-on-stack2
arm64-gcm
arm64-head-refactor-v4
arm64-kmode-fpsimd-alloc-on-demand
arm64-pa-simplify-v2
arm64-pa-simplify-v3
arm64-per-task-stack-protector
arm64-remap-linear-data-alias
arm64-remap-linear-data-alias-v2
arm64-restrict-pi-bss
arm64-restrict-pi-bss-v2
arm64-restrict-pi-bss-v3
arm64-ro-page-tables
arm64-ro-page-tables-pkvm
arm64-ro-page-tables-pkvm-v5.17
arm64-va-simplify
arm64-vmalloc-special
arm64-wxn-mdwe
arm64-wxn-v6
arm64-wxn-v7
crypto-aes-cfb-library
efi-bti
efi-fpsimd-remove-fallback-v2
efi-lf2-backport-x86
efi-preemptible-rt
efi-preemptible-rt-v2
efi-preemptible-rt-v3
efi-preemptible-rt-v4
efi-psci
efi-remove-mixed-mode
efi-rng-seed
efi-x86-zboot
efivarfs-list-corruption-fix-for-v6.6
for-kernelci
la57-cpucap
la57-cpucap-v2
la57-cpucap-v3
la57-cpucap-v4
la57-cpucap-v4a
la57-cpucap-v5
la57-cpucap-v5b
la57-cpucap-v6
la57-early-cap
lockless-random
lockless-random-v2
mmc-proxy
objtool-jump-table-annotations-v3
purgatory-cleanup
riscv-crypto
riscv-scalar-aes
simplify-kallsyms
simplify-kallsyms-v2
synquacer-5.18-wxn
the-long-arm64-sigreturn-cfi-adventure
x86-ccm-aesni-v5.4
x86-deprecate-mixed-mode
x86-efi-no-sev-enable
x86-efi-peheader-backport-for-v5.15
x86-efi-runtime-cleanup
x86-efi-runtime-cleanup-v2
x86-efi-zboot
x86-pic
x86-pie
x86-pie-v2
x86-pie-v3
x86-pie-v3+i386
x86-pie-v4-wip
x86-remove-absolute-percpu
x86-startup-cleanup
x86-startup-cleanup-v4
x86-startup-confine-v2
x86-startup-confine-v3
x86-startup-confine-v4
x86-startup-confine-v4a
x86-startup-confine-v5
x86-startup-confine-v6
x86-startup-confine-v7
Unnamed repository; edit this file 'description' to name the repository.
Ard Biesheuvel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
sbitmap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-07
lib/sbitmap: make sbitmap_get_shallow() internal
Yu Kuai
1
-17
/
+0
2025-08-07
lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
Yu Kuai
1
-3
/
+3
2024-09-20
lib/sbitmap: define swap_lock as raw_spinlock_t
Ming Lei
1
-1
/
+1
2024-07-19
sbitmap: fix io hung due to race on sbitmap_word::cleared
Yang Yang
1
-0
/
+5
2022-11-11
sbitmap: Use single per-bitmap counting to wake up queued tags
Gabriel Krisman Bertazi
1
-5
/
+11
2022-09-12
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-1
/
+2
2022-09-04
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
1
-2
/
+1
2022-09-01
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-1
/
+2
2022-03-21
lib/sbitmap: allocate sb->map via kvzalloc_node
Ming Lei
1
-1
/
+1
2022-02-08
sbitmap: Delete old sbitmap_queue_get_shallow()
John Garry
1
-30
/
+4
2022-02-08
lib/sbitmap: kill 'depth' from sbitmap_word
Ming Lei
1
-7
/
+10
2022-01-13
blk-mq: fix tag_get wait task can't be awakened
Laibin Qiu
1
-0
/
+11
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+10
2021-11-09
include/linux/sbitmap.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+10
2021-10-18
sbitmap: add helper to clear a batch of tags
Jens Axboe
1
-0
/
+11
2021-10-18
sbitmap: add __sbitmap_queue_get_batch()
Jens Axboe
1
-0
/
+13
2021-03-18
scsi: sbitmap: Silence a debug kernel warning triggered by sbitmap_put()
Bart Van Assche
1
-1
/
+1
2021-03-04
scsi: sbitmap: Add sbitmap_calculate_shift() helper
Ming Lei
1
-0
/
+18
2021-03-04
scsi: sbitmap: Export sbitmap_weight
Ming Lei
1
-0
/
+10
2021-03-04
scsi: sbitmap: Move allocation hint into sbitmap
Ming Lei
1
-15
/
+26
2021-03-04
scsi: sbitmap: Maintain allocation round_robin in sbitmap
Ming Lei
1
-10
/
+10
2021-03-04
scsi: sbitmap: Remove sbitmap_clear_bit_unlock
Ming Lei
1
-6
/
+0
2020-12-07
sbitmap: remove swap_lock
Pavel Begunkov
1
-5
/
+0
2019-11-13
sbitmap: Delete sbitmap_any_bit_clear()
John Garry
1
-9
/
+0
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328
Thomas Gleixner
1
-12
/
+1
2019-03-22
sbitmap: trivial - update comment for sbitmap_deferred_clear_bit
Shenghui Wang
1
-1
/
+1
2018-12-20
sbitmap: add helpers for add/del wait queue handling
Jens Axboe
1
-2
/
+14
2018-12-03
sbitmap: fix sbitmap_for_each_set()
Omar Sandoval
1
-4
/
+6
2018-11-30
sbitmap: optimize wakeup check
Jens Axboe
1
-0
/
+34
2018-11-30
sbitmap: ammortize cost of clearing bits
Jens Axboe
1
-6
/
+27
2018-07-10
scsi: target: sbitmap: add seq_file forward declaration
Arnd Bergmann
1
-0
/
+2
2018-05-24
blk-mq: avoid starving tag allocation after allocating process migrates
Ming Lei
1
-0
/
+7
2018-05-10
sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()
Omar Sandoval
1
-0
/
+29
2018-02-28
sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()
Omar Sandoval
1
-0
/
+8
2017-11-01
sbitmap: introduce __sbitmap_for_each_set()
Ming Lei
1
-17
/
+47
2017-04-14
sbitmap: add sbitmap_get_shallow() operation
Omar Sandoval
1
-0
/
+55
2017-01-27
sbitmap: add helpers for dumping to a seq_file
Omar Sandoval
1
-0
/
+30
2016-09-17
sbitmap: push alloc policy into sbitmap_queue
Omar Sandoval
1
-8
/
+11
2016-09-17
sbitmap: push per-cpu last_tag into sbitmap_queue
Omar Sandoval
1
-1
/
+44
2016-09-17
blk-mq: abstract tag allocation out into sbitmap library
Omar Sandoval
1
-0
/
+327