aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-bio-prison-v2.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-01dm: use bio_list_merge_initChristoph Hellwig1-2/+1
2023-02-14dm: address space issues relative to switch/while/for/...Heinz Mauelshagen1-1/+1
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-6/+6
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2020-01-07dm bio prison v2: use true/false for bool variablezhengbin1-1/+1
2019-11-05dm bio prison: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka1-16/+10
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer1-1/+1
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet1-1/+1
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet1-6/+7
2017-06-19dm bio prison: use rb_entry() rather than container_of()Geliang Tang1-1/+1
2017-03-07dm bio prison v2: new interface for the bio prisonJoe Thornber1-0/+369