index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-09-18
17
-262
/
+566
|
\
|
*
nvmet: fix a wrong error status returned in error log page
Amit
2019-09-12
1
-5
/
+3
|
*
nvme: send discovery log page change events to userspace
Sagi Grimberg
2019-09-12
1
-1
/
+5
|
*
nvme: add uevent variables for controller devices
Sagi Grimberg
2019-09-12
1
-0
/
+28
|
*
nvme: enable aen regardless of the presence of I/O queues
Sagi Grimberg
2019-09-12
1
-2
/
+4
|
*
nvme-fabrics: allow discovery subsystems accept a kato
Sagi Grimberg
2019-09-12
1
-10
/
+2
|
*
nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery()
Markus Elfring
2019-09-12
1
-3
/
+1
|
*
nvme: Remove redundant assignment of cq vector
Israel Rukshin
2019-09-12
1
-1
/
+0
|
*
nvme: Assign subsys instance from first ctrl
Keith Busch
2019-09-12
1
-11
/
+10
|
*
nvme: tcp: remove redundant assignment to variable ret
Colin Ian King
2019-09-12
1
-1
/
+1
|
*
nvme: include admin_q sync with nvme_sync_queues
Edmund Nadolski
2019-09-12
1
-0
/
+3
|
*
nvme: Treat discovery subsystems as unique subsystems
James Smart
2019-09-12
1
-0
/
+11
|
*
nvme: fix ns removal hang when failing to revalidate due to a transient error
Sagi Grimberg
2019-09-12
1
-1
/
+7
|
*
nvme: make nvme_report_ns_ids propagate error back
Sagi Grimberg
2019-09-12
1
-6
/
+22
|
*
nvme: make nvme_identify_ns propagate errors back
Sagi Grimberg
2019-09-12
1
-19
/
+20
|
*
nvme: pass status to nvme_error_status
Sagi Grimberg
2019-09-12
1
-3
/
+3
|
*
nvme-fc: Fail transport errors with NVME_SC_HOST_PATH
James Smart
2019-09-12
1
-7
/
+30
|
*
nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failed
Sagi Grimberg
2019-09-12
1
-1
/
+1
|
*
nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERROR
Sagi Grimberg
2019-09-12
1
-1
/
+3
|
*
nvme-rdma: Use rq_dma_dir macro
Israel Rukshin
2019-08-29
1
-7
/
+3
|
*
nvme-fc: Use rq_dma_dir macro
Israel Rukshin
2019-08-29
1
-5
/
+2
|
*
nvme-pci: Tidy up nvme_unmap_data
Israel Rukshin
2019-08-29
1
-3
/
+2
|
*
nvme: make fabrics command run on a separate request queue
Sagi Grimberg
2019-08-29
6
-14
/
+64
|
*
nvme-pci: Support shared tags across queues for Apple 2018 controllers
Benjamin Herrenschmidt
2019-08-29
2
-1
/
+35
|
*
nvme-pci: Add support for Apple 2018+ models
Benjamin Herrenschmidt
2019-08-29
2
-1
/
+30
|
*
nvme-pci: Add support for variable IO SQ element size
Benjamin Herrenschmidt
2019-08-29
1
-3
/
+8
|
*
nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macros
Benjamin Herrenschmidt
2019-08-29
1
-15
/
+15
|
*
nvme: trace bio completion
Hannes Reinecke
2019-08-29
2
-3
/
+21
|
*
nvme-multipath: fix ana log nsid lookup when nsid is not found
Anton Eidelman
2019-08-29
1
-3
/
+5
|
*
nvmet-tcp: Add TOS for tcp transport
Israel Rukshin
2019-08-29
1
-0
/
+11
|
*
nvme-tcp: Add TOS for tcp transport
Israel Rukshin
2019-08-29
1
-1
/
+14
|
*
nvme-tcp: Use struct nvme_ctrl directly
Israel Rukshin
2019-08-29
1
-10
/
+10
|
*
nvme-rdma: Add TOS for rdma transport
Israel Rukshin
2019-08-29
1
-3
/
+6
|
*
nvme-fabrics: Add type of service (TOS) configuration
Israel Rukshin
2019-08-29
2
-0
/
+21
|
*
nvmet-tcp: fix possible memory leak
Sagi Grimberg
2019-08-29
1
-0
/
+1
|
*
nvmet-tcp: fix possible NULL deref
Sagi Grimberg
2019-08-29
1
-4
/
+8
|
*
nvmet: trace: parse Get LBA Status command in detail
Minwoo Im
2019-08-29
1
-0
/
+18
|
*
nvme: trace: parse Get LBA Status command in detail
Minwoo Im
2019-08-29
1
-0
/
+18
|
*
nvmet: fix data units read and written counters in SMART log
Tom Wu
2019-08-29
1
-6
/
+8
|
*
nvme-tcp: support simple polling
Sagi Grimberg
2019-08-29
1
-6
/
+45
|
*
nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp
Minwoo Im
2019-08-29
1
-0
/
+1
|
*
nvme: don't pass cap to nvme_disable_ctrl
Sagi Grimberg
2019-08-29
5
-7
/
+7
|
*
nvme: move sqsize setting to the core
Sagi Grimberg
2019-08-29
7
-55
/
+17
|
*
nvme-pci: set ctrl sqsize to the device q_depth
Sagi Grimberg
2019-08-29
1
-0
/
+1
|
*
nvme: have nvme_init_identify set ctrl->cap
Sagi Grimberg
2019-08-29
1
-4
/
+3
|
*
nvme-tcp: Use protocol specific operations while reading socket
Potnuri Bharat Teja
2019-08-29
1
-2
/
+3
|
*
nvme-tcp: cleanup nvme_tcp_recv_pdu
Sagi Grimberg
2019-08-29
1
-8
/
+3
|
*
lightnvm: move metadata mapping to lower level driver
Hans Holmberg
2019-08-06
1
-3
/
+17
|
*
lightnvm: remove nvm_submit_io_sync_fn
Hans Holmberg
2019-08-06
1
-29
/
+0
|
*
blk-mq: remove blk_mq_complete_request_sync
Ming Lei
2019-08-05
1
-1
/
+1
[next]