index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-mpath.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-03
dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
Mike Snitzer
1
-2
/
+2
2016-12-08
dm mpath: use hw_handler_params if attached hw_handler is same as requested
tang.junhui
1
-5
/
+9
2016-11-21
dm mpath: do not modify *__clone if blk_mq_alloc_request() fails
Bart Van Assche
1
-7
/
+8
2016-11-21
dm mpath: change return type of pg_init_all_paths() from int to void
Bart Van Assche
1
-5
/
+2
2016-11-21
dm mpath: add checks for priority group count to avoid invalid memory access
tang.junhui
1
-2
/
+2
2016-11-21
dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()
tang.junhui
1
-0
/
+2
2016-09-29
dm mpath: always return reservation conflict without failing over
Hannes Reinecke
1
-6
/
+8
2016-09-15
dm mpath: delay the requeue of blk-mq requests while all paths down
Mike Snitzer
1
-6
/
+9
2016-09-15
dm mpath: use dm_mq_kick_requeue_list()
Mike Snitzer
1
-6
/
+8
2016-09-14
dm: convert wait loops to use autoremove_wake_function()
Bart Van Assche
1
-7
/
+3
2016-09-14
dm mpath: check if path's request_queue is dying in activate_path()
Mike Snitzer
1
-3
/
+3
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-1
/
+1
2016-08-02
dm mpath: add locking to multipath_resume and must_push_back
Mike Snitzer
1
-4
/
+20
2016-06-10
dm mpath: add optional "queue_mode" feature
Mike Snitzer
1
-69
/
+80
2016-06-10
dm mpath: remove bio-based bloat from struct dm_mpath_io
Mike Snitzer
1
-12
/
+31
2016-06-10
dm mpath: reinstate bio-based support
Mike Snitzer
1
-22
/
+274
2016-06-10
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
1
-2
/
+2
2016-05-05
dm mpath: eliminate use of spinlock in IO fast-paths
Mike Snitzer
1
-77
/
+93
2016-05-05
dm mpath: move trigger_event member to the end of 'struct multipath'
Mike Snitzer
1
-2
/
+1
2016-05-05
dm mpath: use atomic_t for counting members of 'struct multipath'
Mike Snitzer
1
-28
/
+33
2016-05-05
dm mpath: switch to using bitops for state flags
Mike Snitzer
1
-56
/
+75
2016-03-11
dm mpath: cleanup reinstate_path() et al based on code review
Mike Snitzer
1
-6
/
+2
2016-02-23
dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busy
Mike Snitzer
1
-4
/
+2
2016-02-23
dm mpath: switch from 'unsigned' to 'bool' for flags where appropriate
Mike Snitzer
1
-50
/
+51
2016-02-23
dm path selector: remove 'repeat_count' return from .select_path hook
Mike Snitzer
1
-2
/
+1
2016-02-23
dm mpath: remove repeat_count support from multipath core
Mike Snitzer
1
-4
/
+3
2016-02-23
dm mpath: remove unnecessary casts in front of ti->private
Mike Snitzer
1
-5
/
+5
2016-02-23
dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directly
Mike Snitzer
1
-3
/
+4
2016-02-23
dm mpath: cleanup 'struct dm_mpath_io' management code
Mike Snitzer
1
-12
/
+17
2016-02-23
dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'
Mike Snitzer
1
-10
/
+29
2016-02-23
dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM
Mike Snitzer
1
-1
/
+5
2016-02-23
dm: remove support for stacking dm-mq on .request_fn device(s)
Mike Snitzer
1
-1
/
+4
2016-02-22
dm: optimize dm_mq_queue_rq()
Mike Snitzer
1
-1
/
+2
2015-11-17
dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path
Junichi Nomura
1
-13
/
+15
2015-11-17
dm: fix ioctl retry termination with signal
Junichi Nomura
1
-1
/
+1
2015-11-01
dm: add support for passing through persistent reservations
Christoph Hellwig
1
-1
/
+1
2015-11-01
dm: refactor ioctl handling
Christoph Hellwig
1
-17
/
+12
2015-11-01
Revert "dm mpath: fix stalls when handling invalid ioctls"
Mauricio Faria de Oliveira
1
-5
/
+2
2015-08-28
dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpath
Christoph Hellwig
1
-6
/
+0
2015-08-28
dm-mpath, scsi_dh: don't let dm detach device handlers
Christoph Hellwig
1
-15
/
+6
2015-05-28
dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path
Mike Snitzer
1
-1
/
+3
2015-04-15
dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mq
Mike Snitzer
1
-1
/
+1
2015-04-15
dm: add full blk-mq support to request-based DM
Mike Snitzer
1
-1
/
+1
2015-03-31
dm: remove unnecessary wrapper around blk_lld_busy
Mike Snitzer
1
-1
/
+1
2015-02-09
dm mpath: simplify failure path of dm_multipath_init()
Johannes Thumshirn
1
-9
/
+15
2015-02-09
dm: allocate requests in target when stacking on blk-mq devices
Mike Snitzer
1
-8
/
+43
2015-02-09
dm: submit stacked requests in irq enabled context
Keith Busch
1
-7
/
+11
2014-10-06
dm mpath: stop queueing IO when no valid paths exist
Benjamin Marzinski
1
-1
/
+3
2014-08-01
dm mpath: eliminate pg_ready() wrapper
Mike Snitzer
1
-4
/
+2
2014-07-11
dm mpath: fix IO hang due to logic bug in multipath_busy
Jun'ichi Nomura
1
-2
/
+3
[next]