summaryrefslogtreecommitdiff
path: root/drivers/md/dm-core.h
AgeCommit message (Expand)Author
2024-01-30dm: limit the number of targets and parameter size areaMikulas Patocka
2023-09-14dm: fix a race condition in retrieve_depsMikulas Patocka
2023-06-16dm: support turning off block-core's io stats accountingLi Nan
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-02-14dm: add argument identifier namesHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer
2022-07-07dm: add two stage requeue mechanismMing Lei
2022-07-07dm: add dm_bio_rewind() API to DM coreMing Lei
2022-06-29dm: refactor dm_md_mempool allocationChristoph Hellwig
2022-06-23dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bioMing Lei
2022-06-08dm: fix bio_set allocationChristoph Hellwig
2022-05-05dm: simplify bio-based IO accounting furtherMike Snitzer
2022-05-05dm: put all polled dm_io instances into a single listMing Lei
2022-05-05dm: don't grab target io reference in dm_zone_map_bioMing Lei
2022-05-05dm: improve bio splitting and associated IO accountingMing Lei
2022-05-05dm: conditionally enable branching for less used featuresMike Snitzer
2022-05-05dm: move hot dm_io members to same cacheline as dm_target_ioMike Snitzer
2022-05-05dm: simplify dm_start_io_acctMike Snitzer
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-21dm: consolidate spinlocks in dm_io structMike Snitzer
2022-03-21dm: reduce size of dm_io and dm_target_io structsMike Snitzer
2022-03-21dm: switch dm_target_io booleans over to proper flagsMike Snitzer
2022-03-21dm: switch dm_io booleans over to proper flagsMike Snitzer
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer
2022-03-09dm: support bio pollingMing Lei
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig
2022-02-21dm: add dm_submit_bio_remap interfaceMike Snitzer
2022-02-21dm: flag clones created by __send_duplicate_biosMike Snitzer
2022-02-21dm: reduce dm_io and dm_target_io struct sizesMike Snitzer
2022-02-21dm: record old_sector in dm_target_io before calling map functionMike Snitzer
2022-02-21dm: reorder members in mapped_device structMike Snitzer
2022-02-21dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer
2022-02-02block: remove genhd.hChristoph Hellwig
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers
2021-08-10dm ima: measure data on table loadTushar Sugandhi
2021-06-04dm: introduce zone append emulationDamien Le Moal
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala
2020-12-01dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig
2020-09-29dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer
2018-12-19dm: don't reuse bio for flushesJens Axboe
2018-12-10dm: remove the pending IO accountingMikulas Patocka
2018-10-11dm: remove legacy request-based IO pathJens Axboe