aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-bio-prison-v1.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer1-1/+1
2023-10-02dm: Annotate struct dm_bio_prison with __counted_byKees Cook1-1/+1
2023-03-30dm: improve hash_locks sizing and hash functionJoe Thornber1-2/+3
2023-03-30dm bio prison v1: intelligently size dm_bio_prison's prison_regionsMike Snitzer1-5/+6
2023-03-30dm bio prison v1: prepare to intelligently size dm_bio_prison's prison_regionsMike Snitzer1-10/+11
2023-03-30dm bio prison v1: add dm_cell_key_has_valid_rangeMike Snitzer1-5/+9
2023-03-30dm bio prison v1: improve concurrent IO performanceJoe Thornber1-30/+57
2023-02-14dm: don't indent labelsHeinz Mauelshagen1-1/+1
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen1-3/+3
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-5/+5
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2019-11-05dm bio prison: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka1-17/+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-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-03-07dm bio prison v2: new interface for the bio prisonJoe Thornber1-0/+464