summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2021-03-04nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni1-1/+1
2021-03-04nvmet: remove extra variable in identify nsChaitanya Kulkarni1-16/+15
2021-03-04nvme-multipath: set nr_zones for zoned namespacesKeith Busch1-0/+4
2021-03-04nvmet-tcp: fix potential race of tcp socket closing accept_workSagi Grimberg1-10/+18
2021-03-04nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUsSagi Grimberg1-7/+24
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-10nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg1-1/+2
2021-02-07nvmet: set right status on error in id-ns handlerChaitanya Kulkarni1-2/+6
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-19nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin1-8/+8
2021-01-19nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt contextJames Smart1-1/+14
2021-01-19nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin1-0/+10
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
2021-01-09RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-1/+2
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 Torvalds5-178/+127
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-2/+2
2020-10-27nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni2-16/+9
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
2020-10-23nvme-fc: shorten reconnect delay if possible for FCJames Smart1-1/+18
2020-10-23nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesJames Smart1-2/+5
2020-10-23nvme-fc: fix error loop in create_hw_io_queuesJames Smart1-2/+2