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
2017-02-17
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-03
dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
Mike Snitzer
2017-01-27
dm: always defer request allocation to the owner of the request_queue
Christoph Hellwig
2016-12-08
dm mpath: use hw_handler_params if attached hw_handler is same as requested
tang.junhui
2016-11-21
dm mpath: do not modify *__clone if blk_mq_alloc_request() fails
Bart Van Assche
2016-11-21
dm mpath: change return type of pg_init_all_paths() from int to void
Bart Van Assche
2016-11-21
dm mpath: add checks for priority group count to avoid invalid memory access
tang.junhui
2016-11-21
dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()
tang.junhui
2016-09-29
dm mpath: always return reservation conflict without failing over
Hannes Reinecke
2016-09-15
dm mpath: delay the requeue of blk-mq requests while all paths down
Mike Snitzer
2016-09-15
dm mpath: use dm_mq_kick_requeue_list()
Mike Snitzer
2016-09-14
dm: convert wait loops to use autoremove_wake_function()
Bart Van Assche
2016-09-14
dm mpath: check if path's request_queue is dying in activate_path()
Mike Snitzer
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-02
dm mpath: add locking to multipath_resume and must_push_back
Mike Snitzer
2016-06-10
dm mpath: add optional "queue_mode" feature
Mike Snitzer
2016-06-10
dm mpath: remove bio-based bloat from struct dm_mpath_io
Mike Snitzer
2016-06-10
dm mpath: reinstate bio-based support
Mike Snitzer
2016-06-10
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
2016-05-05
dm mpath: eliminate use of spinlock in IO fast-paths
Mike Snitzer
2016-05-05
dm mpath: move trigger_event member to the end of 'struct multipath'
Mike Snitzer
2016-05-05
dm mpath: use atomic_t for counting members of 'struct multipath'
Mike Snitzer
2016-05-05
dm mpath: switch to using bitops for state flags
Mike Snitzer
2016-03-10
dm mpath: cleanup reinstate_path() et al based on code review
Mike Snitzer
2016-02-22
dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busy
Mike Snitzer
2016-02-22
dm mpath: switch from 'unsigned' to 'bool' for flags where appropriate
Mike Snitzer
2016-02-22
dm path selector: remove 'repeat_count' return from .select_path hook
Mike Snitzer
2016-02-22
dm mpath: remove repeat_count support from multipath core
Mike Snitzer
2016-02-22
dm mpath: remove unnecessary casts in front of ti->private
Mike Snitzer
2016-02-22
dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directly
Mike Snitzer
2016-02-22
dm mpath: cleanup 'struct dm_mpath_io' management code
Mike Snitzer
2016-02-22
dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'
Mike Snitzer
2016-02-22
dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM
Mike Snitzer
2016-02-22
dm: remove support for stacking dm-mq on .request_fn device(s)
Mike Snitzer
2016-02-22
dm: optimize dm_mq_queue_rq()
Mike Snitzer
2015-11-17
dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path
Junichi Nomura
2015-11-17
dm: fix ioctl retry termination with signal
Junichi Nomura
2015-10-31
dm: add support for passing through persistent reservations
Christoph Hellwig
2015-10-31
dm: refactor ioctl handling
Christoph Hellwig
2015-10-31
Revert "dm mpath: fix stalls when handling invalid ioctls"
Mauricio Faria de Oliveira
2015-08-28
dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpath
Christoph Hellwig
2015-08-28
dm-mpath, scsi_dh: don't let dm detach device handlers
Christoph Hellwig
2015-05-27
dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path
Mike Snitzer
2015-04-15
dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mq
Mike Snitzer
2015-04-15
dm: add full blk-mq support to request-based DM
Mike Snitzer
2015-03-31
dm: remove unnecessary wrapper around blk_lld_busy
Mike Snitzer
2015-02-09
dm mpath: simplify failure path of dm_multipath_init()
Johannes Thumshirn
2015-02-09
dm: allocate requests in target when stacking on blk-mq devices
Mike Snitzer
2015-02-09
dm: submit stacked requests in irq enabled context
Keith Busch
2014-10-05
dm mpath: stop queueing IO when no valid paths exist
Benjamin Marzinski
[next]