aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer1-0/+7
2022-07-07dm: add two stage requeue mechanismMing Lei1-3/+12
2022-07-07dm: add dm_bio_rewind() API to DM coreMing Lei1-0/+2
2022-06-29dm: refactor dm_md_mempool allocationChristoph Hellwig1-0/+3
2022-06-23dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bioMing Lei1-0/+1
2022-06-08dm: fix bio_set allocationChristoph Hellwig1-2/+9
2022-05-05dm: simplify bio-based IO accounting furtherMike Snitzer1-5/+1
2022-05-05dm: put all polled dm_io instances into a single listMing Lei1-1/+1
2022-05-05dm: don't grab target io reference in dm_zone_map_bioMing Lei1-7/+0
2022-05-05dm: improve bio splitting and associated IO accountingMing Lei1-1/+7
2022-05-05dm: conditionally enable branching for less used featuresMike Snitzer1-0/+5
2022-05-05dm: move hot dm_io members to same cacheline as dm_target_ioMike Snitzer1-5/+7
2022-05-05dm: simplify dm_start_io_acctMike Snitzer1-0/+6
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka1-2/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-03-21dm: consolidate spinlocks in dm_io structMike Snitzer1-2/+1
2022-03-21dm: reduce size of dm_io and dm_target_io structsMike Snitzer1-6/+6
2022-03-21dm: switch dm_target_io booleans over to proper flagsMike Snitzer1-2/+19
2022-03-21dm: switch dm_io booleans over to proper flagsMike Snitzer1-2/+20
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer1-0/+1
2022-03-09dm: support bio pollingMing Lei1-0/+2
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig1-1/+0
2022-02-21dm: add dm_submit_bio_remap interfaceMike Snitzer1-0/+2
2022-02-21dm: flag clones created by __send_duplicate_biosMike Snitzer1-1/+2
2022-02-21dm: reduce dm_io and dm_target_io struct sizesMike Snitzer1-3/+3
2022-02-21dm: record old_sector in dm_target_io before calling map functionMike Snitzer1-0/+1
2022-02-21dm: reorder members in mapped_device structMike Snitzer1-19/+19
2022-02-21dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer1-0/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers1-1/+1
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers1-1/+1
2021-08-10dm ima: measure data on table loadTushar Sugandhi1-0/+5
2021-06-04dm: introduce zone append emulationDamien Le Moal1-0/+13
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal1-0/+52
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka1-0/+4
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala1-0/+5
2020-12-01dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig1-2/+0
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-5/+0
2020-09-29dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer1-2/+54
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer1-0/+1
2018-12-19dm: don't reuse bio for flushesJens Axboe1-3/+0
2018-12-10dm: remove the pending IO accountingMikulas Patocka1-2/+0
2018-10-11dm: remove legacy request-based IO pathJens Axboe1-10/+0
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer1-19/+19
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet1-2/+2
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer1-2/+0
2017-12-16dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer1-2/+0
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer1-0/+1
2017-11-10dm: allocate struct mapped_device with kvzallocMikulas Patocka1-1/+2
2017-09-25dm ioctl: fix alignment of event number in the device listMikulas Patocka1-0/+1