summaryrefslogtreecommitdiff
path: root/drivers/md/dm-mpath.c
AgeCommit message (Expand)Author
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-08-20dm ima: update dm target attributes for ima measurementsTushar Sugandhi
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2020-09-29dm: use dm_table_get_device_name() where appropriate in targetsMike Snitzer
2020-09-01dm mpath: fix racey management of PG initializationMike Snitzer
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-07-13dm mpath: use double checked locking in fast pathMike Snitzer
2020-07-13dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctlMike Snitzer
2020-07-13dm mpath: rework __map_bio()Mike Snitzer
2020-07-13dm mpath: factor out multipath_queue_bioMike Snitzer
2020-07-13dm mpath: push locking down to must_push_back_rq()Mike Snitzer
2020-07-13dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATHMike Snitzer
2020-07-13dm mpath: changes from initial m->flags locking auditMike Snitzer
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-06-05dm mpath: add DM device name to Failing/Reinstating path log messagesMike Snitzer
2020-06-05dm mpath: enhance queue_if_no_path debuggingMike Snitzer
2020-06-05dm mpath: restrict queue_if_no_path state machineMike Snitzer
2020-06-05dm mpath: simplify __must_push_backMike Snitzer
2020-05-20dm: use DMDEBUG macros now that they use pr_debug variantsMike Snitzer
2020-05-15dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi
2020-05-15dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck
2020-04-28dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi
2020-03-03dm: bump version of core and various targetsMike Snitzer
2020-01-14dm mpath: Add timeout mechanism for queue_if_no_pathAnatol Pomazau
2020-01-07dm mpath: use true/false for bool variablezhengbin
2019-11-26dm mpath: remove harmful bio-based optimizationMike Snitzer
2019-04-30dm mpath: always free attached_handler_name in parse_path()Martin Wilck
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu
2018-12-18dm mpath: only flush workqueue when neededwuzhouhui
2018-10-11dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer
2018-10-11dm: remove legacy request-based IO pathJens Axboe
2018-09-17dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointerMike Snitzer
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer
2018-04-03dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_...Wang Sheng-Hui
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2018-03-29dm mpath: fix support for loading scsi_dh modules during table loadMike Snitzer
2018-03-14dm mpath: fix passing integrity dataSteffen Maier
2018-03-13dm mpath: eliminate need to use scsi_device_from_queueMike Snitzer
2018-03-13dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointerMike Snitzer
2018-03-06dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksMike Snitzer
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer
2018-01-17dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei
2018-01-17dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer
2018-01-10dm mpath: Use blk_path_errorKeith Busch