index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-bio-prison-v2.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2024-04-01
dm: use bio_list_merge_init
Christoph Hellwig
2023-02-14
dm: address space issues relative to switch/while/for/...
Heinz Mauelshagen
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2020-01-07
dm bio prison v2: use true/false for bool variable
zhengbin
2019-11-05
dm bio prison: replace spin_lock_irqsave with spin_lock_irq
Mikulas Patocka
2018-06-08
dm: adjust structure members to improve alignment
Mike Snitzer
2018-06-05
dm: Use kzalloc for all structs with embedded biosets/mempools
Kent Overstreet
2018-05-30
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
2017-06-19
dm bio prison: use rb_entry() rather than container_of()
Geliang Tang
2017-03-07
dm bio prison v2: new interface for the bio prison
Joe Thornber