summaryrefslogtreecommitdiff
path: root/drivers/md/dm-bio-prison-v1.c
AgeCommit message (Expand)Author
2023-10-02dm: Annotate struct dm_bio_prison with __counted_byKees Cook
2023-03-30dm: improve hash_locks sizing and hash functionJoe Thornber
2023-03-30dm bio prison v1: intelligently size dm_bio_prison's prison_regionsMike Snitzer
2023-03-30dm bio prison v1: prepare to intelligently size dm_bio_prison's prison_regionsMike Snitzer
2023-03-30dm bio prison v1: add dm_cell_key_has_valid_rangeMike Snitzer
2023-03-30dm bio prison v1: improve concurrent IO performanceJoe Thornber
2023-02-14dm: don't indent labelsHeinz Mauelshagen
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2019-11-05dm bio prison: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2017-06-19dm bio prison: use rb_entry() rather than container_of()Geliang Tang
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-03-07dm bio prison v2: new interface for the bio prisonJoe Thornber