summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19dm: fix NULL pointer dereference in __dm_suspend()Zheng Qixing1-3/+4
2024-10-17Revert "dm: requeue IO if mapping table not yet available"Mikulas Patocka1-3/+8
2024-09-04dm suspend: return -ERESTARTSYS instead of -EINTRMikulas Patocka1-2/+2
2024-03-27dm: call the resume method on internal suspendMikulas Patocka1-6/+20
2023-06-21dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng1-0/+4
2023-03-30dm stats: check for and propagate alloc_percpu failureJiasheng Jiang1-1/+3
2023-03-10dm: add cond_resched() to dm_wq_work()Pingfan Liu1-0/+1
2023-03-10dm: send just one event on resize, not twoMikulas Patocka1-14/+13
2023-03-10dm: remove flush_scheduled_work() during local_exit()Mike Snitzer1-1/+0
2022-10-29dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang1-1/+0
2022-08-17dm: return early from dm_pr_call() if DM device is suspendedMike Snitzer1-0/+5
2022-04-13dm: requeue IO if mapping table not yet availableMike Snitzer1-8/+3
2022-04-08dm: fix double accounting of flush with dataMike Snitzer1-14/+33
2022-04-08dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer1-12/+23
2022-04-08dm: fix use-after-free in dm_cleanup_zoned_dev()Kirill Tkhai1-1/+1
2022-04-08dm stats: fix too short end duration_ns when using precise_timestampsMike Snitzer1-0/+2
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2022-02-01dm: properly fix redundant bio-based IO accountingMike Snitzer1-2/+3
2022-02-01dm: revert partial fix for redundant bio-based IO accountingMike Snitzer1-15/+0
2022-01-27dm: fix alloc_dax error handling in alloc_devChristoph Hellwig1-1/+3
2021-10-12dm: fix mempool NULL pointer race when completing IOJiazi Li1-7/+10
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-08-27dm: use fs_dax_get_by_bdev instead of dax_get_by_hostChristoph Hellwig1-1/+1
2021-08-20dm ima: add a warning in dm_init if duplicate ima events are not measuredTushar Sugandhi1-3/+6
2021-08-10dm ima: measure data on table loadTushar Sugandhi1-0/+3
2021-08-09dm: delay registering the gendiskChristoph Hellwig1-12/+11
2021-08-09dm: move setting md->type into dm_setup_md_queueChristoph Hellwig1-2/+3
2021-08-09dm: cleanup cleanup_mapped_deviceChristoph Hellwig1-5/+1
2021-07-01Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-153/+55
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+7
2021-06-18sched: Change task_struct::statePeter Zijlstra1-3/+3
2021-06-04dm: introduce zone append emulationDamien Le Moal1-15/+23
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal1-52/+7
2021-06-04dm: Forbid requeue of writes to zonesDamien Le Moal1-6/+19
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal1-78/+0
2021-06-04dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal1-2/+6
2021-06-01dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-9/+7
2021-03-26dm: unexport dm_{get,put}_table_deviceChristoph Hellwig1-2/+0
2021-03-26dm: remove useless loop in __split_and_process_bioMikulas Patocka1-32/+29
2021-03-22dm: don't report "detected capacity change" on device creationMikulas Patocka1-1/+4
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka1-0/+60
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala1-1/+17
2021-02-09dm table: fix DAX iterate_devices based device capability checksJeffle Xu1-1/+1
2021-02-03dm: cleanup of front padding calculationJeffle Xu1-6/+10
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-7/+7
2021-01-08dm: eliminate potential source of excessive kernel log noiseMike Snitzer1-1/+1
2020-12-23Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-40/+18
2020-12-05dm: remove unnecessary current->bio_list check when submitting split bioJeffle Xu1-1/+1
2020-12-04dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer1-2/+0