index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
multipath.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme-fabrics: reject I/O to offline device
Victor Gladkov
2020-12-01
1
-0
/
+2
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
1
-7
/
+3
*
nvme: refactor command completion
Christoph Hellwig
2020-08-22
1
-34
/
+13
*
nvme: multipath: round-robin: eliminate "fallback" variable
Martin Wilck
2020-08-22
1
-5
/
+4
*
nvme: multipath: round-robin: fix single non-optimized path case
Martin Wilck
2020-08-22
1
-5
/
+10
*
nvme-multipath: do not fall back to __nvme_find_path() for non-optimized paths
Hannes Reinecke
2020-07-29
1
-4
/
+7
*
nvme-multipath: fix logic for non-optimized paths
Martin Wilck
2020-07-29
1
-0
/
+6
*
nvme: fix deadlock in disconnect during scan_work and/or ana_work
Sagi Grimberg
2020-07-29
1
-3
/
+15
*
nvme: support for multiple Command Sets Supported and Effects log pages
Keith Busch
2020-07-08
1
-1
/
+1
*
Merge tag 'v5.8-rc4' into for-5.9/drivers
Jens Axboe
2020-07-08
1
-20
/
+33
|
\
|
*
nvme: fix a crash in nvme_mpath_add_disk
Christoph Hellwig
2020-07-02
1
-3
/
+4
|
*
nvme-multipath: fix bogus request queue reference put
Sagi Grimberg
2020-06-24
1
-0
/
+8
|
*
nvme-multipath: fix deadlock due to head->lock
Anton Eidelman
2020-06-24
1
-2
/
+2
|
*
nvme: don't protect ns mutation with ns->head->lock
Sagi Grimberg
2020-06-24
1
-8
/
+4
|
*
nvme-multipath: fix deadlock between ana_work and scan_work
Anton Eidelman
2020-06-24
1
-8
/
+16
*
|
block: remove direct_make_request
Christoph Hellwig
2020-07-01
1
-1
/
+1
*
|
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
1
-1
/
+1
*
|
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
1
-3
/
+2
*
|
block: remove the request_queue argument from blk_queue_split
Christoph Hellwig
2020-07-01
1
-5
/
+4
|
/
*
nvme: define constants for identification values
Keith Busch
2020-05-10
1
-2
/
+3
*
nvme-multipath: stop using ->queuedata
Christoph Hellwig
2020-05-10
1
-2
/
+1
*
nvme-multipath: set bdi capabilities once
Keith Busch
2020-05-10
1
-0
/
+8
*
nvme: fix deadlock caused by ANA update wrong locking
Sagi Grimberg
2020-04-04
1
-2
/
+2
*
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-30
1
-12
/
+9
|
\
|
*
nvme-multipath: do not reset on unknown status
John Meneghini
2020-03-25
1
-12
/
+9
*
|
block: simplify queue allocation
Christoph Hellwig
2020-03-27
1
-2
/
+1
|
/
*
nvme-multipath: Fix memory leak with ana_log_buf
Logan Gunthorpe
2020-02-21
1
-0
/
+1
*
Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-11-25
1
-4
/
+9
|
\
|
*
nvme: Fix parsing of ANA log page
Prabhath Sajeepa
2019-11-04
1
-4
/
+8
|
*
nvme: introduce "Command Aborted By host" status code
Max Gurtovoy
2019-11-04
1
-0
/
+1
*
|
nvme-multipath: fix crash in nvme_mpath_clear_ctrl_paths
Anton Eidelman
2019-11-05
1
-0
/
+2
*
|
nvme-multipath: remove unused groups_only mode in ana log
Anton Eidelman
2019-10-29
1
-5
/
+4
*
|
nvme-multipath: fix possible io hang after ctrl reconnect
Anton Eidelman
2019-10-29
1
-1
/
+1
|
/
*
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-09-18
1
-3
/
+5
|
\
|
*
nvme-multipath: fix ana log nsid lookup when nsid is not found
Anton Eidelman
2019-08-29
1
-3
/
+5
*
|
nvme-multipath: fix possible I/O hang when paths are updated
Anton Eidelman
2019-08-20
1
-0
/
+1
*
|
nvme: fix controller removal race with scan work
Sagi Grimberg
2019-08-01
1
-6
/
+40
*
|
nvme: fix a possible deadlock when passthru commands sent to a multipath device
Sagi Grimberg
2019-08-01
1
-0
/
+30
|
/
*
nvme: fix multipath crash when ANA is deactivated
Marta Rybczynska
2019-07-23
1
-6
/
+2
*
nvme-multipath: do not select namespaces which are about to be removed
Hannes Reinecke
2019-07-09
1
-1
/
+2
*
nvme-multipath: also check for a disabled path if there is a single sibling
Hannes Reinecke
2019-07-09
1
-1
/
+4
*
nvme-multipath: factor out a nvme_path_is_disabled helper
Hannes Reinecke
2019-07-09
1
-4
/
+8
*
nvme-multipath: avoid crash on invalid subsystem cntlid enumeration
Hannes Reinecke
2019-05-13
1
-1
/
+1
*
nvme-multipath: don't print ANA group state by default
Hannes Reinecke
2019-05-01
1
-1
/
+1
*
nvme-multipath: split bios with the ns_head bio_set before submitting
Hannes Reinecke
2019-05-01
1
-0
/
+8
*
nvme-multipath: relax ANA state check
Martin George
2019-03-28
1
-4
/
+1
*
nvme: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
1
-9
/
+1
*
nvme-multipath: round-robin I/O policy
Hannes Reinecke
2019-02-20
1
-1
/
+85
*
nvme-multipath: drop optimization for static ANA group IDs
Hannes Reinecke
2019-01-24
1
-2
/
+1
*
nvme-multipath: zero out ANA log buffer
Hannes Reinecke
2019-01-09
1
-0
/
+2
[next]