index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-mpath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-1
/
+1
*
dm mpath: add locking to multipath_resume and must_push_back
Mike Snitzer
2016-08-02
1
-4
/
+20
*
dm mpath: add optional "queue_mode" feature
Mike Snitzer
2016-06-10
1
-69
/
+80
*
dm mpath: remove bio-based bloat from struct dm_mpath_io
Mike Snitzer
2016-06-10
1
-12
/
+31
*
dm mpath: reinstate bio-based support
Mike Snitzer
2016-06-10
1
-22
/
+274
*
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
2016-06-10
1
-2
/
+2
*
dm mpath: eliminate use of spinlock in IO fast-paths
Mike Snitzer
2016-05-05
1
-77
/
+93
*
dm mpath: move trigger_event member to the end of 'struct multipath'
Mike Snitzer
2016-05-05
1
-2
/
+1
*
dm mpath: use atomic_t for counting members of 'struct multipath'
Mike Snitzer
2016-05-05
1
-28
/
+33
*
dm mpath: switch to using bitops for state flags
Mike Snitzer
2016-05-05
1
-56
/
+75
*
dm mpath: cleanup reinstate_path() et al based on code review
Mike Snitzer
2016-03-10
1
-6
/
+2
*
dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busy
Mike Snitzer
2016-02-23
1
-4
/
+2
*
dm mpath: switch from 'unsigned' to 'bool' for flags where appropriate
Mike Snitzer
2016-02-23
1
-50
/
+51
*
dm path selector: remove 'repeat_count' return from .select_path hook
Mike Snitzer
2016-02-23
1
-2
/
+1
*
dm mpath: remove repeat_count support from multipath core
Mike Snitzer
2016-02-23
1
-4
/
+3
*
dm mpath: remove unnecessary casts in front of ti->private
Mike Snitzer
2016-02-23
1
-5
/
+5
*
dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directly
Mike Snitzer
2016-02-23
1
-3
/
+4
*
dm mpath: cleanup 'struct dm_mpath_io' management code
Mike Snitzer
2016-02-23
1
-12
/
+17
*
dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'
Mike Snitzer
2016-02-23
1
-10
/
+29
*
dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM
Mike Snitzer
2016-02-23
1
-1
/
+5
*
dm: remove support for stacking dm-mq on .request_fn device(s)
Mike Snitzer
2016-02-23
1
-1
/
+4
*
dm: optimize dm_mq_queue_rq()
Mike Snitzer
2016-02-22
1
-1
/
+2
*
dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path
Junichi Nomura
2015-11-17
1
-13
/
+15
*
dm: fix ioctl retry termination with signal
Junichi Nomura
2015-11-17
1
-1
/
+1
*
dm: add support for passing through persistent reservations
Christoph Hellwig
2015-11-01
1
-1
/
+1
*
dm: refactor ioctl handling
Christoph Hellwig
2015-11-01
1
-17
/
+12
*
Revert "dm mpath: fix stalls when handling invalid ioctls"
Mauricio Faria de Oliveira
2015-10-31
1
-5
/
+2
*
dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpath
Christoph Hellwig
2015-08-28
1
-6
/
+0
*
dm-mpath, scsi_dh: don't let dm detach device handlers
Christoph Hellwig
2015-08-28
1
-15
/
+6
*
dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path
Mike Snitzer
2015-05-27
1
-1
/
+3
*
dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mq
Mike Snitzer
2015-04-15
1
-1
/
+1
*
dm: add full blk-mq support to request-based DM
Mike Snitzer
2015-04-15
1
-1
/
+1
*
dm: remove unnecessary wrapper around blk_lld_busy
Mike Snitzer
2015-03-31
1
-1
/
+1
*
dm mpath: simplify failure path of dm_multipath_init()
Johannes Thumshirn
2015-02-09
1
-9
/
+15
*
dm: allocate requests in target when stacking on blk-mq devices
Mike Snitzer
2015-02-09
1
-8
/
+43
*
dm: submit stacked requests in irq enabled context
Keith Busch
2015-02-09
1
-7
/
+11
*
dm mpath: stop queueing IO when no valid paths exist
Benjamin Marzinski
2014-10-06
1
-1
/
+3
*
dm mpath: eliminate pg_ready() wrapper
Mike Snitzer
2014-08-01
1
-4
/
+2
*
dm mpath: fix IO hang due to logic bug in multipath_busy
Jun'ichi Nomura
2014-07-10
1
-2
/
+3
*
dm: disable WRITE SAME if it fails
Mike Snitzer
2014-06-04
1
-10
/
+1
*
dm mpath: really fix lockdep warning
Hannes Reinecke
2014-05-27
1
-6
/
+8
*
dm mpath: fix lock order inconsistency in multipath_ioctl
Mike Snitzer
2014-05-14
1
-1
/
+1
*
dm mpath: print more useful warnings in multipath_message()
Jose Castillo
2014-03-27
1
-2
/
+2
*
dm-mpath: do not activate failed paths
Hannes Reinecke
2014-03-27
1
-2
/
+5
*
dm mpath: remove extra nesting in map function
Mike Snitzer
2014-03-27
1
-22
/
+24
*
dm mpath: remove map_io()
Hannes Reinecke
2014-03-27
1
-13
/
+6
*
dm mpath: reduce memory pressure when requeuing
Hannes Reinecke
2014-03-27
1
-23
/
+15
*
dm mpath: remove process_queued_ios()
Hannes Reinecke
2014-03-27
1
-42
/
+27
*
dm mpath: push back requests instead of queueing
Hannes Reinecke
2014-03-27
1
-78
/
+36
*
dm mpath: do not call pg_init when it is already running
Hannes Reinecke
2014-03-27
1
-2
/
+4
[next]