aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
2023-04-05dm stats: check for and propagate alloc_percpu failureJiasheng Jiang
2023-03-11dm: remove flush_scheduled_work() during local_exit()Mike Snitzer
2022-08-25dm: return early from dm_pr_call() if DM device is suspendedMike Snitzer
2022-05-12dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer
2022-05-12dm: fix mempool NULL pointer race when completing IOJiazi Li
2021-03-04dm: fix deadlock when swapping to encrypted deviceMikulas Patocka
2021-01-19dm: eliminate potential source of excessive kernel log noiseMike Snitzer
2020-12-11dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer
2020-07-29dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka
2020-07-16dm: use noio when sending kobject eventMikulas Patocka
2020-03-11dm: report suspended device during destroyMikulas Patocka
2020-02-11dm: fix potential for q->make_request_fn NULL pointerMike Snitzer
2019-08-25dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer
2019-04-17dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka
2018-12-19dm: call blk_queue_split() to impose device limits on biosMike Snitzer
2018-10-09dm: fix report zone remapping to account for partition offsetDamien Le Moal
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler
2018-06-22dm: use bio_split() when splitting out the already processed bioMike Snitzer
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08dm: use bioset_init_from_src() to copy bio_setJens Axboe
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams
2018-04-30dm: fix some sparse warnings and whitespace in dax methodsMike Snitzer
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams
2018-04-06Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer
2018-04-04dm: hold DM table for duration of ioctl rather than use blkdev_getMike Snitzer
2018-04-03dm: add support for secure erase forwardingDenis Semakin
2018-04-03dm: backfill abnormal IO support to non-splitting IO submissionMike Snitzer
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams
2018-03-29dm: fix dropped return code from dm_get_bdev_for_ioctlMike Snitzer
2018-03-06dm: use blkdev_get rather than bdgrab when issuing pass-through ioctlMike Snitzer
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche
2018-02-16dm: correctly handle chained bios in dec_pending()NeilBrown
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer
2018-01-15dm: fix incomplete request_queue initializationMike Snitzer
2018-01-06dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei
2017-12-20dm: optimize bio-based NVMe IO submissionMike Snitzer
2017-12-20dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer
2017-12-17dm: simplify start of block stats accounting for bio-basedMike Snitzer
2017-12-16dm: remove redundant mapped_device member from clone_info structureMike Snitzer
2017-12-16dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer