summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)Author
2020-07-09nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig
2020-07-09nvme: fix identify error status silent ignoreSagi Grimberg
2020-07-09nvme-multipath: fix bogus request queue reference putSagi Grimberg
2020-07-09nvme-multipath: fix deadlock due to head->lockAnton Eidelman
2020-07-09nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman
2020-07-09nvme: fix possible deadlock when I/O is blockedSagi Grimberg
2020-07-09nvme-multipath: set bdi capabilities onceKeith Busch
2020-06-30nvme: don't protect ns mutation with ns->head->lockSagi Grimberg
2020-06-30nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni
2020-06-30nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn
2020-06-24nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig
2020-06-24nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner
2020-06-22nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg
2020-06-22nvme-pci: make sure write/poll_queues less or equal then cpu countWeiping Zhang
2020-06-22nvme-tcp: use bh_lock in data_readySagi Grimberg
2020-06-22nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang
2020-06-22nvme-fc: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-06-22nvme: refine the Qemu Identify CNS quirkChristoph Hellwig
2020-05-27nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()Dongli Zhang
2020-05-12nvme-pci: dma read memory barrier for completionsKeith Busch
2020-05-09nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg
2020-05-09nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan
2020-04-27nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-04-07nvmet-rdma: fix double free of rdma queueIsrael Rukshin
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart
2020-04-04nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg
2020-04-04nvmet-rdma: fix bonding failover possible NULL derefSagi Grimberg
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-04-02nvmet: fix NULL dereference when removing a referralSagi Grimberg
2020-04-02nvme: inherit stable pages constraint in the mpath stack deviceSagi Grimberg
2020-04-01nvme-tcp: fix possible crash in recv error flowSagi Grimberg
2020-03-31nvme-tcp: don't poll a non-live queueSagi Grimberg
2020-03-31nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg
2020-03-31nvmet-fc: fix typo in commentJames Smart
2020-03-31nvme-rdma: Replace comma with a semicolonIsrael Rukshin
2020-03-31nvme-fcloop: fix deallocation of working contextJames Smart
2020-03-31nvme: fix compat address handling in several ioctlsNick Bowler
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-26nvme: cleanup namespace identifier reporting in nvme_init_ns_headChristoph Hellwig
2020-03-26nvme: rename __nvme_find_ns_head to nvme_find_ns_headChristoph Hellwig
2020-03-26nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig
2020-03-26nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrlIsrael Rukshin
2020-03-26nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrlIsrael Rukshin
2020-03-26nvme: Fix controller creation races with teardown flowIsrael Rukshin
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin
2020-03-26nvme-pci: Re-order nvme_pci_free_ctrlIsrael Rukshin