index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-mpath.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-09
dm mpath: provide high-resolution timer to HST for bio-based
Gabriel Krisman Bertazi
1
-1
/
+7
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2022-03-02
dm mpath: use DMINFO instead of printk with KERN_INFO
Mike Snitzer
1
-2
/
+1
2022-03-02
dm: stop using bdevname
Christoph Hellwig
1
-4
/
+2
2022-02-22
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
1
-1
/
+0
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
1
-1
/
+0
2021-11-01
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
1
-2
/
+2
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
1
-2
/
+2
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-1
/
+1
2021-08-20
dm ima: update dm target attributes for ima measurements
Tushar Sugandhi
1
-8
/
+18
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
1
-0
/
+28
2020-09-29
dm: use dm_table_get_device_name() where appropriate in targets
Mike Snitzer
1
-9
/
+7
2020-09-01
dm mpath: fix racey management of PG initialization
Mike Snitzer
1
-7
/
+15
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-07
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-48
/
+98
2020-07-13
dm mpath: use double checked locking in fast path
Mike Snitzer
1
-9
/
+23
2020-07-13
dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctl
Mike Snitzer
1
-6
/
+6
2020-07-13
dm mpath: rework __map_bio()
Mike Snitzer
1
-14
/
+19
2020-07-13
dm mpath: factor out multipath_queue_bio
Mike Snitzer
1
-12
/
+14
2020-07-13
dm mpath: push locking down to must_push_back_rq()
Mike Snitzer
1
-11
/
+14
2020-07-13
dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATH
Mike Snitzer
1
-18
/
+34
2020-07-13
dm mpath: changes from initial m->flags locking audit
Mike Snitzer
1
-3
/
+13
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-1
/
+1
2020-06-05
dm mpath: add DM device name to Failing/Reinstating path log messages
Mike Snitzer
1
-2
/
+6
2020-06-05
dm mpath: enhance queue_if_no_path debugging
Mike Snitzer
1
-7
/
+23
2020-06-05
dm mpath: restrict queue_if_no_path state machine
Mike Snitzer
1
-10
/
+28
2020-06-05
dm mpath: simplify __must_push_back
Mike Snitzer
1
-23
/
+5
2020-05-20
dm: use DMDEBUG macros now that they use pr_debug variants
Mike Snitzer
1
-6
/
+6
2020-05-15
dm mpath: pass IO start time to path selector
Gabriel Krisman Bertazi
1
-3
/
+6
2020-05-15
dm mpath: switch paths in dm_blk_ioctl() code path
Martin Wilck
1
-1
/
+1
2020-04-28
dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpath
Gabriel Krisman Bertazi
1
-2
/
+4
2020-03-03
dm: bump version of core and various targets
Mike Snitzer
1
-1
/
+1
2020-01-14
dm mpath: Add timeout mechanism for queue_if_no_path
Anatol Pomazau
1
-0
/
+66
2020-01-07
dm mpath: use true/false for bool variable
zhengbin
1
-1
/
+1
2019-11-26
dm mpath: remove harmful bio-based optimization
Mike Snitzer
1
-36
/
+1
2019-04-30
dm mpath: always free attached_handler_name in parse_path()
Martin Wilck
1
-1
/
+1
2019-04-25
dm mpath: fix missing call of path selector type->end_io
Yufen Yu
1
-1
/
+16
2018-12-18
dm mpath: only flush workqueue when needed
wuzhouhui
1
-2
/
+4
2018-10-11
dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASED
Mike Snitzer
1
-9
/
+5
2018-10-11
dm: remove legacy request-based IO path
Jens Axboe
1
-12
/
+2
2018-09-17
dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointer
Mike Snitzer
1
-6
/
+8
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
1
-1
/
+2
2018-04-04
dm: remove fmode_t argument from .prepare_ioctl hook
Mike Snitzer
1
-2
/
+1
2018-04-03
dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_...
Wang Sheng-Hui
1
-1
/
+1
2018-04-03
dm: allow targets to return output from messages they are sent
Mike Snitzer
1
-1
/
+2
2018-03-29
dm mpath: fix support for loading scsi_dh modules during table load
Mike Snitzer
1
-1
/
+1
2018-03-14
dm mpath: fix passing integrity data
Steffen Maier
1
-2
/
+3
2018-03-13
dm mpath: eliminate need to use scsi_device_from_queue
Mike Snitzer
1
-9
/
+8
2018-03-13
dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointer
Mike Snitzer
1
-11
/
+10
2018-03-06
dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checks
Mike Snitzer
1
-37
/
+29
[next]