index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
dm mpath: fix racey management of PG initialization
Mike Snitzer
2020-09-01
1
-7
/
+15
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-08-07
1
-48
/
+98
|
\
|
*
dm mpath: use double checked locking in fast path
Mike Snitzer
2020-07-13
1
-9
/
+23
|
*
dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctl
Mike Snitzer
2020-07-13
1
-6
/
+6
|
*
dm mpath: rework __map_bio()
Mike Snitzer
2020-07-13
1
-14
/
+19
|
*
dm mpath: factor out multipath_queue_bio
Mike Snitzer
2020-07-13
1
-12
/
+14
|
*
dm mpath: push locking down to must_push_back_rq()
Mike Snitzer
2020-07-13
1
-11
/
+14
|
*
dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATH
Mike Snitzer
2020-07-13
1
-18
/
+34
|
*
dm mpath: changes from initial m->flags locking audit
Mike Snitzer
2020-07-13
1
-3
/
+13
*
|
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
1
-1
/
+1
|
/
*
dm mpath: add DM device name to Failing/Reinstating path log messages
Mike Snitzer
2020-06-05
1
-2
/
+6
*
dm mpath: enhance queue_if_no_path debugging
Mike Snitzer
2020-06-05
1
-7
/
+23
*
dm mpath: restrict queue_if_no_path state machine
Mike Snitzer
2020-06-05
1
-10
/
+28
*
dm mpath: simplify __must_push_back
Mike Snitzer
2020-06-05
1
-23
/
+5
*
dm: use DMDEBUG macros now that they use pr_debug variants
Mike Snitzer
2020-05-20
1
-6
/
+6
*
dm mpath: pass IO start time to path selector
Gabriel Krisman Bertazi
2020-05-15
1
-3
/
+6
*
dm mpath: switch paths in dm_blk_ioctl() code path
Martin Wilck
2020-05-15
1
-1
/
+1
*
dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpath
Gabriel Krisman Bertazi
2020-04-28
1
-2
/
+4
*
dm: bump version of core and various targets
Mike Snitzer
2020-03-03
1
-1
/
+1
*
dm mpath: Add timeout mechanism for queue_if_no_path
Anatol Pomazau
2020-01-14
1
-0
/
+66
*
dm mpath: use true/false for bool variable
zhengbin
2020-01-07
1
-1
/
+1
*
dm mpath: remove harmful bio-based optimization
Mike Snitzer
2019-11-26
1
-36
/
+1
*
dm mpath: always free attached_handler_name in parse_path()
Martin Wilck
2019-04-30
1
-1
/
+1
*
dm mpath: fix missing call of path selector type->end_io
Yufen Yu
2019-04-25
1
-1
/
+16
*
dm mpath: only flush workqueue when needed
wuzhouhui
2018-12-18
1
-2
/
+4
*
dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASED
Mike Snitzer
2018-10-11
1
-9
/
+5
*
dm: remove legacy request-based IO path
Jens Axboe
2018-10-11
1
-12
/
+2
*
dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointer
Mike Snitzer
2018-09-17
1
-6
/
+8
*
block: sanitize blk_get_request calling conventions
Christoph Hellwig
2018-05-14
1
-1
/
+2
*
dm: remove fmode_t argument from .prepare_ioctl hook
Mike Snitzer
2018-04-04
1
-2
/
+1
*
dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_...
Wang Sheng-Hui
2018-04-03
1
-1
/
+1
*
dm: allow targets to return output from messages they are sent
Mike Snitzer
2018-04-03
1
-1
/
+2
*
dm mpath: fix support for loading scsi_dh modules during table load
Mike Snitzer
2018-03-29
1
-1
/
+1
*
dm mpath: fix passing integrity data
Steffen Maier
2018-03-14
1
-2
/
+3
*
dm mpath: eliminate need to use scsi_device_from_queue
Mike Snitzer
2018-03-13
1
-9
/
+8
*
dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointer
Mike Snitzer
2018-03-13
1
-11
/
+10
*
dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checks
Mike Snitzer
2018-03-06
1
-37
/
+29
*
Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-01-31
1
-110
/
+187
|
\
|
*
dm mpath: delay the retry of a request if the target responded as busy
Mike Snitzer
2018-01-29
1
-1
/
+4
|
*
dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIRED
Ming Lei
2018-01-17
1
-3
/
+2
|
*
dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failure
Ming Lei
2018-01-17
1
-1
/
+13
|
*
dm: backfill missing calls to mutex_destroy()
Mike Snitzer
2018-01-17
1
-0
/
+1
|
*
dm mpath: factor out SCSI vs NVMe path selection
Mike Snitzer
2018-01-06
1
-13
/
+55
|
*
dm mpath: optimize NVMe bio-based support
Mike Snitzer
2018-01-06
1
-76
/
+95
|
*
dm mpath: implement NVMe bio-based support
Mike Snitzer
2018-01-04
1
-9
/
+21
|
*
dm mpath: move dm_bio_restore out of endio method
Mike Snitzer
2018-01-03
1
-4
/
+3
|
*
dm mpath: optimize retrieval of bio_details from per-bio-data
Mike Snitzer
2017-12-20
1
-5
/
+3
|
*
dm mpath: remove unnecessary memset() calls for per-io-data
Mike Snitzer
2017-12-20
1
-10
/
+6
|
*
dm mpath: remove unused param from multipath_init_per_bio_data()
Mike Snitzer
2017-12-20
1
-6
/
+2
[next]