index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-mpath.c
Age
Commit message (
Expand
)
Author
2020-01-14
dm mpath: Add timeout mechanism for queue_if_no_path
Anatol Pomazau
2020-01-07
dm mpath: use true/false for bool variable
zhengbin
2019-11-26
dm mpath: remove harmful bio-based optimization
Mike Snitzer
2019-04-30
dm mpath: always free attached_handler_name in parse_path()
Martin Wilck
2019-04-25
dm mpath: fix missing call of path selector type->end_io
Yufen Yu
2018-12-18
dm mpath: only flush workqueue when needed
wuzhouhui
2018-10-11
dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASED
Mike Snitzer
2018-10-11
dm: remove legacy request-based IO path
Jens Axboe
2018-09-17
dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointer
Mike Snitzer
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
2018-04-04
dm: remove fmode_t argument from .prepare_ioctl hook
Mike Snitzer
2018-04-03
dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_...
Wang Sheng-Hui
2018-04-03
dm: allow targets to return output from messages they are sent
Mike Snitzer
2018-03-29
dm mpath: fix support for loading scsi_dh modules during table load
Mike Snitzer
2018-03-14
dm mpath: fix passing integrity data
Steffen Maier
2018-03-13
dm mpath: eliminate need to use scsi_device_from_queue
Mike Snitzer
2018-03-13
dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointer
Mike Snitzer
2018-03-06
dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checks
Mike Snitzer
2018-01-31
Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-01-29
dm mpath: delay the retry of a request if the target responded as busy
Mike Snitzer
2018-01-17
dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIRED
Ming Lei
2018-01-17
dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failure
Ming Lei
2018-01-17
dm: backfill missing calls to mutex_destroy()
Mike Snitzer
2018-01-10
dm mpath: Use blk_path_error
Keith Busch
2018-01-06
dm mpath: factor out SCSI vs NVMe path selection
Mike Snitzer
2018-01-06
dm mpath: optimize NVMe bio-based support
Mike Snitzer
2018-01-04
dm mpath: implement NVMe bio-based support
Mike Snitzer
2018-01-03
dm mpath: move dm_bio_restore out of endio method
Mike Snitzer
2017-12-20
dm mpath: optimize retrieval of bio_details from per-bio-data
Mike Snitzer
2017-12-20
dm mpath: remove unnecessary memset() calls for per-io-data
Mike Snitzer
2017-12-20
dm mpath: remove unused param from multipath_init_per_bio_data()
Mike Snitzer
2017-12-08
dm mpath: fix bio-based multipath queue_if_no_path handling
Mike Snitzer
2017-12-04
dm: fix various targets to dm_register_target after module __init resources c...
monty_pavel@sina.com
2017-11-17
Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-16
dm mpath: remove annoying message of 'blk_get_request() returned -11'
Ming Lei
2017-11-14
Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-10-24
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
2017-10-19
bitops: Introduce assign_bit()
Lukas Wunner
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-08-28
dm: constify argument arrays
Eric Biggers
2017-08-28
dm mpath: complain about unsupported __multipath_map_bio() return values
Bart Van Assche
2017-08-28
dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-th...
Bart Van Assche
2017-08-28
dm mpath: do not lock up a CPU with requeuing activity
Bart Van Assche
2017-08-28
dm mpath: retry BLK_STS_RESOURCE errors
Bart Van Assche
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-06-14
dm: missing break in process_queued_bios()
Dan Carpenter
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
block: introduce new block status code type
Christoph Hellwig
2017-06-09
dm: change ->end_io calling convention
Christoph Hellwig
[next]