summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2021-03-30nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke1-4/+4
2021-03-25nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-25nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg1-0/+7
2021-03-25nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-25nvme-tcp: fix misuse of __smp_processor_id with preemption enabledSagi Grimberg1-1/+1
2021-03-25nvme: fix Write Zeroes limitationsChristoph Hellwig1-24/+12
2021-03-17nvme-fc: fix racing controller reset and create associationJames Smart1-1/+1
2021-03-11nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan1-0/+3
2021-03-11nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag1-1/+2
2021-03-11nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi1-0/+2
2021-03-07nvme-tcp: add clean action for failed reconnectionChao Leng1-2/+16
2021-03-07nvme-rdma: add clean action for failed reconnectionChao Leng1-2/+16
2021-03-07nvme-core: add cancel tagset helpersChao Leng2-0/+22
2021-03-04nvme-multipath: set nr_zones for zoned namespacesKeith Busch1-0/+4
2021-02-26nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig1-1/+1
2021-02-17nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard1-0/+2
2021-02-10nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis1-0/+2
2021-02-07nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen1-0/+14
2021-02-07nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng1-4/+10
2021-02-07nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng1-4/+11
2021-02-07nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar1-2/+15
2021-02-04nvme-multipath: Early exit if no path is availableDaniel Wagner1-1/+1
2021-01-27nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig1-10/+18
2021-01-27nvme-pci: refactor nvme_unmap_dataChristoph Hellwig1-28/+49
2021-01-19nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg1-1/+1
2021-01-19nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg1-1/+1
2021-01-19nvme: don't intialize hwmon for discovery controllersSagi Grimberg1-3/+8
2021-01-19nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt contextJames Smart1-1/+14
2021-01-19nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar1-3/+4
2021-01-19nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari1-1/+2
2021-01-17nvme-tcp: Fix possible race of io_work and direct sendSagi Grimberg1-1/+11
2020-11-14nvme: fix memory leak freeing command effectsKeith Busch1-2/+14
2020-11-14nvme: directly cache command effects logKeith Busch2-11/+4
2020-11-14nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im1-0/+15
2020-11-09nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg1-2/+0
2020-11-05Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe5-29/+33
2020-11-03nvme-tcp: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-03nvme-rdma: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-03nvme-tcp: avoid race between time out and tear downChao Leng1-11/+3
2020-11-03nvme-rdma: avoid race between time out and tear downChao Leng1-10/+2
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng2-2/+7
2020-11-02Revert "nvme-pci: remove last_sq_tail"Keith Busch1-4/+19
2020-10-31Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds3-162/+118
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-2/+2
2020-10-27nvme-fc: remove nvme_fc_terminate_io()James Smart1-33/+16
2020-10-27nvme-fc: eliminate terminate_io use by nvme_fc_error_recoveryJames Smart1-103/+84
2020-10-27nvme-fc: remove err_work work itemJames Smart1-30/+10
2020-10-27nvme-fc: track error_recovery while connectingJames Smart1-5/+9
2020-10-27nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi1-0/+8
2020-10-27nvme: ignore zone validate errors on subsequent scansKeith Busch1-1/+1