summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2020-12-02nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im
2020-11-18nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg
2020-11-18nvme: freeze the queue over ->lba_shift updatesSasha Levin
2020-11-18nvme: factor out a nvme_configure_metadata helperChristoph Hellwig
2020-11-18nvme-tcp: avoid repeated request completionSagi Grimberg
2020-11-18nvme-rdma: avoid repeated request completionSagi Grimberg
2020-11-18nvme-tcp: avoid race between time out and tear downChao Leng
2020-11-18nvme-rdma: avoid race between time out and tear downChao Leng
2020-11-18nvme: introduce nvme_sync_io_queuesChao Leng
2020-11-18Revert "nvme-pci: remove last_sq_tail"Keith Busch
2020-11-10nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni
2020-11-10nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi
2020-11-05nvme-rdma: fix crash when connect rejectedChao Leng
2020-10-29nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe
2020-10-29nvmet: fix uninitialized work for zero katozhenwei pi
2020-10-29nvme: fix error handling in nvme_ns_report_zonesChristoph Hellwig
2020-10-08Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-07nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-02nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li
2020-09-26Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-23nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-22nvme-fc: fail new connections to a deleted host or remote portJames Smart
2020-09-22nvme-pci: fix NULL req in completion handlerXianting Tian
2020-09-22nvme: return errors for hwmon initKeith Busch
2020-09-17nvmet: get transport reference for passthru ctrlChristoph Hellwig
2020-09-17nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni
2020-09-15nvme-tcp: fix kconfig dependency warning when !CRYPTONecip Fazil Yildiran
2020-09-15nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-09nvme-fabrics: allow to queue requests for live queuesSagi Grimberg
2020-09-08nvme-tcp: cancel async events before freeing event structDavid Milburn
2020-09-08nvme-rdma: cancel async events before freeing event structDavid Milburn
2020-09-08nvme-fc: cancel async events before freeing event structDavid Milburn
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-28nvme-pci: cancel nvme device request before disablingTong Zhang
2020-08-28nvme: only use power of two io boundariesKeith Busch
2020-08-28nvme: fix controller instance leakKeith Busch
2020-08-28nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET
2020-08-28nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg
2020-08-28nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg
2020-08-28nvme-rdma: fix timeout handlerSagi Grimberg
2020-08-28nvme-rdma: serialize controller teardown sequencesSagi Grimberg
2020-08-28nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg
2020-08-28nvme-tcp: fix timeout handlerSagi Grimberg
2020-08-28nvme-tcp: serialize controller teardown sequencesSagi Grimberg
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg
2020-08-28nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg