summaryrefslogtreecommitdiff
path: root/drivers/md/dm-mpath.c
AgeCommit message (Expand)Author
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
2018-01-06dm mpath: factor out SCSI vs NVMe path selectionMike Snitzer
2018-01-06dm mpath: optimize NVMe bio-based supportMike Snitzer
2018-01-04dm mpath: implement NVMe bio-based supportMike Snitzer
2018-01-03dm mpath: move dm_bio_restore out of endio methodMike Snitzer
2017-12-20dm mpath: optimize retrieval of bio_details from per-bio-dataMike Snitzer
2017-12-20dm mpath: remove unnecessary memset() calls for per-io-dataMike Snitzer
2017-12-20dm mpath: remove unused param from multipath_init_per_bio_data()Mike Snitzer
2017-12-08dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer
2017-12-04dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-16dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-19bitops: Introduce assign_bit()Lukas Wunner
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-28dm: constify argument arraysEric Biggers
2017-08-28dm mpath: complain about unsupported __multipath_map_bio() return valuesBart Van Assche
2017-08-28dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-th...Bart Van Assche
2017-08-28dm mpath: do not lock up a CPU with requeuing activityBart Van Assche
2017-08-28dm mpath: retry BLK_STS_RESOURCE errorsBart Van Assche
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-14dm: missing break in process_queued_bios()Dan Carpenter
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig
2017-06-09dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig
2017-05-15dm mpath: multipath_clone_and_map must not return -EIOChristoph Hellwig
2017-05-15dm mpath: don't return -EIO from dm_report_EIOChristoph Hellwig
2017-05-01dm rq: change ->rq_end_io calling conventionsChristoph Hellwig
2017-05-01dm mpath: merge do_end_io into multipath_end_ioChristoph Hellwig
2017-05-01Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer
2017-04-27dm mpath: make it easier to detect unintended I/O request flushesBart Van Assche
2017-04-27dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()Bart Van Assche
2017-04-27dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATHBart Van Assche
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche
2017-04-27dm mpath: verify __pg_init_all_paths locking assumptions at runtimeBart Van Assche
2017-04-27dm mpath: delay requeuing while path initialization is in progressBart Van Assche
2017-04-27dm mpath: avoid that path removal can trigger an infinite loopBart Van Assche
2017-04-27dm mpath: split and rename activate_path() to prepare for its expanded useBart Van Assche
2017-04-24dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche
2017-04-20dm mpath: don't check for req->errorsChristoph Hellwig
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig