index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-07
nvmet-tcp: fix kmap leak when data digest in use
Elad Grupi
1
-1
/
+1
2021-03-30
nvme: fix the nsid value to print in nvme_validate_or_alloc_ns
Christoph Hellwig
1
-1
/
+1
2021-03-30
nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a
Dmitry Monakhov
1
-0
/
+1
2021-03-30
nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done
Lv Yunlong
1
-3
/
+2
2021-03-30
nvme-core: check ctrl css before setting up zns
Chaitanya Kulkarni
1
-0
/
+6
2021-03-30
nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted
Hannes Reinecke
1
-1
/
+1
2021-03-30
nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
Hannes Reinecke
1
-0
/
+1
2021-03-30
nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
Hannes Reinecke
1
-0
/
+1
2021-03-30
nvme: simplify error logic in nvme_validate_ns()
Hannes Reinecke
1
-4
/
+4
2021-03-25
nvme-rdma: fix possible hang when failing to set io queues
Sagi Grimberg
1
-2
/
+5
2021-03-25
nvmet: don't check iosqes,iocqes for discovery controllers
Sagi Grimberg
1
-3
/
+14
2021-03-25
nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU
Sagi Grimberg
1
-0
/
+7
2021-03-25
nvme-tcp: fix possible hang when failing to set io queues
Sagi Grimberg
1
-2
/
+5
2021-03-25
nvme-tcp: fix misuse of __smp_processor_id with preemption enabled
Sagi Grimberg
1
-1
/
+1
2021-03-25
nvme: fix Write Zeroes limitations
Christoph Hellwig
1
-24
/
+12
2021-03-17
nvme-fc: fix racing controller reset and create association
James Smart
1
-1
/
+1
2021-03-11
nvme-pci: add quirks for Lexar 256GB SSD
Pascal Terjan
1
-0
/
+3
2021-03-11
nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.
Julian Einwag
1
-1
/
+2
2021-03-11
nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state
Zoltán Böszörményi
1
-0
/
+2
2021-03-07
nvme-tcp: add clean action for failed reconnection
Chao Leng
1
-2
/
+16
2021-03-07
nvme-rdma: add clean action for failed reconnection
Chao Leng
1
-2
/
+16
2021-03-07
nvme-core: add cancel tagset helpers
Chao Leng
2
-0
/
+22
2021-03-04
nvmet: set status to 0 in case for invalid nsid
Chaitanya Kulkarni
1
-1
/
+1
2021-03-04
nvmet: remove extra variable in identify ns
Chaitanya Kulkarni
1
-16
/
+15
2021-03-04
nvme-multipath: set nr_zones for zoned namespaces
Keith Busch
1
-0
/
+4
2021-03-04
nvmet-tcp: fix potential race of tcp socket closing accept_work
Sagi Grimberg
1
-10
/
+18
2021-03-04
nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUs
Sagi Grimberg
1
-7
/
+24
2021-02-26
nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device
Christoph Hellwig
1
-1
/
+1
2021-02-17
nvme-pci: ignore the subsysem NQN on Phison E16
Claus Stovgaard
1
-0
/
+2
2021-02-10
nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs
Thorsten Leemhuis
1
-0
/
+2
2021-02-10
nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs
Sagi Grimberg
1
-1
/
+2
2021-02-07
nvmet: set right status on error in id-ns handler
Chaitanya Kulkarni
1
-2
/
+6
2021-02-07
nvme-pci: allow use of cmb on v1.4 controllers
Klaus Jensen
1
-0
/
+14
2021-02-07
nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout
Chao Leng
1
-4
/
+10
2021-02-07
nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout
Chao Leng
1
-4
/
+11
2021-02-07
nvme: check the PRINFO bit before deciding the host buffer length
Revanth Rajashekar
1
-2
/
+15
2021-02-04
nvme-multipath: Early exit if no path is available
Daniel Wagner
1
-1
/
+1
2021-01-27
nvme-pci: fix error unwind in nvme_map_data
Christoph Hellwig
1
-10
/
+18
2021-01-27
nvme-pci: refactor nvme_unmap_data
Christoph Hellwig
1
-28
/
+49
2021-01-19
nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT
Sagi Grimberg
1
-1
/
+1
2021-01-19
nvme-tcp: fix possible data corruption with bio merges
Sagi Grimberg
1
-1
/
+1
2021-01-19
nvme: don't intialize hwmon for discovery controllers
Sagi Grimberg
1
-3
/
+8
2021-01-19
nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY
Israel Rukshin
1
-8
/
+8
2021-01-19
nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt context
James Smart
1
-1
/
+14
2021-01-19
nvmet-rdma: Fix list_del corruption on queue establishment failure
Israel Rukshin
1
-0
/
+10
2021-01-19
nvme: avoid possible double fetch in handling CQE
Lalithambika Krishnakumar
1
-3
/
+4
2021-01-19
nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN
Gopal Tiwari
1
-1
/
+2
2021-01-17
nvme-tcp: Fix possible race of io_work and direct send
Sagi Grimberg
1
-1
/
+11
2021-01-09
RDMA/core: remove use of dma_virt_ops
Christoph Hellwig
1
-1
/
+2
2020-11-14
nvme: fix memory leak freeing command effects
Keith Busch
1
-2
/
+14
[next]