summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
2022-10-29dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang
2022-08-17dm: return early from dm_pr_call() if DM device is suspendedMike Snitzer
2022-04-13dm: requeue IO if mapping table not yet availableMike Snitzer
2022-04-08dm: fix double accounting of flush with dataMike Snitzer
2022-04-08dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer
2022-04-08dm: fix use-after-free in dm_cleanup_zoned_dev()Kirill Tkhai
2022-04-08dm stats: fix too short end duration_ns when using precise_timestampsMike Snitzer
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-02-01dm: properly fix redundant bio-based IO accountingMike Snitzer
2022-02-01dm: revert partial fix for redundant bio-based IO accountingMike Snitzer
2022-01-27dm: fix alloc_dax error handling in alloc_devChristoph Hellwig
2021-10-12dm: fix mempool NULL pointer race when completing IOJiazi Li
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-26dm: use fs_dax_get_by_bdev instead of dax_get_by_hostChristoph Hellwig
2021-08-20dm ima: add a warning in dm_init if duplicate ima events are not measuredTushar Sugandhi
2021-08-10dm ima: measure data on table loadTushar Sugandhi
2021-08-09dm: delay registering the gendiskChristoph Hellwig
2021-08-09dm: move setting md->type into dm_setup_md_queueChristoph Hellwig
2021-08-09dm: cleanup cleanup_mapped_deviceChristoph Hellwig
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-18sched: Change task_struct::statePeter Zijlstra
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-06-04dm: Forbid requeue of writes to zonesDamien Le Moal
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal
2021-06-04dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal
2021-06-01dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-03-26dm: unexport dm_{get,put}_table_deviceChristoph Hellwig
2021-03-26dm: remove useless loop in __split_and_process_bioMikulas Patocka
2021-03-22dm: don't report "detected capacity change" on device creationMikulas Patocka
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala
2021-02-09dm table: fix DAX iterate_devices based device capability checksJeffle Xu
2021-02-03dm: cleanup of front padding calculationJeffle Xu
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-08dm: eliminate potential source of excessive kernel log noiseMike Snitzer
2020-12-22Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-04dm: remove unnecessary current->bio_list check when submitting split bioJeffle Xu
2020-12-04dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer
2020-12-04dm: fix double RCU unlock in dm_dax_zero_page_range() error pathMike Snitzer
2020-12-04dm: fix IO splittingMike Snitzer
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig
2020-12-01dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig