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
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
2017-06-09
dm: don't return errnos from ->map
Christoph Hellwig
2017-06-09
dm mpath: merge do_end_io_bio into multipath_end_io_bio
Christoph Hellwig
2017-05-15
dm mpath: multipath_clone_and_map must not return -EIO
Christoph Hellwig
2017-05-15
dm mpath: don't return -EIO from dm_report_EIO
Christoph Hellwig
2017-05-01
dm rq: change ->rq_end_io calling conventions
Christoph Hellwig
2017-05-01
dm mpath: merge do_end_io into multipath_end_io
Christoph Hellwig
2017-05-01
Merge branch 'dm-4.12' into dm-4.12-post-merge
Mike Snitzer
2017-04-27
dm mpath: make it easier to detect unintended I/O request flushes
Bart Van Assche
2017-04-27
dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()
Bart Van Assche
2017-04-27
dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATH
Bart Van Assche
2017-04-27
dm: introduce enum dm_queue_mode to cleanup related code
Bart Van Assche
2017-04-27
dm mpath: verify __pg_init_all_paths locking assumptions at runtime
Bart Van Assche
2017-04-27
dm mpath: delay requeuing while path initialization is in progress
Bart Van Assche
2017-04-27
dm mpath: avoid that path removal can trigger an infinite loop
Bart Van Assche
2017-04-27
dm mpath: split and rename activate_path() to prepare for its expanded use
Bart Van Assche
2017-04-24
dm mpath: requeue after a small delay if blk_get_request() fails
Bart Van Assche
2017-04-20
dm mpath: don't check for req->errors
Christoph Hellwig
2017-04-08
dm: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
[next]