summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-07-09nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig1-3/+4
2020-07-09nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9
2020-07-09nvme-multipath: fix bogus request queue reference putSagi Grimberg1-0/+8
2020-07-09nvme-multipath: fix deadlock due to head->lockAnton Eidelman2-2/+4
2020-07-09nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman1-8/+16
2020-07-09nvme-multipath: set bdi capabilities onceKeith Busch1-0/+8
2020-06-30nvme: don't protect ns mutation with ns->head->lockSagi Grimberg1-8/+4
2020-06-24nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig1-0/+6
2020-06-22nvme-tcp: use bh_lock in data_readySagi Grimberg1-2/+2
2020-06-22nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang1-24/+33
2020-06-22nvme: refine the Qemu Identify CNS quirkChristoph Hellwig1-2/+14
2020-05-14nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-05-14nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig1-15/+13
2020-05-06nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel1-0/+2
2020-04-29nvme: fix compat address handling in several ioctlsNick Bowler1-7/+20
2020-04-29nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg1-2/+2
2020-04-29nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg1-6/+7
2020-04-17nvme-fc: Revert "add module to ops template to allow module references"James Smart2-13/+2
2020-04-17nvmet-tcp: fix maxh2cdata icresp parameterSagi Grimberg1-1/+1
2020-04-08nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa1-3/+5
2020-03-25nvmet-tcp: set MSG_MORE only if we actually have more to sendSagi Grimberg1-3/+9
2020-03-12nvme: Fix uninitialized-variable warningKeith Busch1-1/+1
2020-03-12nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko1-1/+2
2020-03-12nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N1-0/+12
2020-03-05nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh1-1/+1
2020-03-05nvme/pci: move cqe check after device shutdownKeith Busch1-5/+18
2020-03-05nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland3-7/+7
2020-03-05nvme/tcp: fix bug on double requeue when send failsAnton Eidelman1-1/+6
2020-02-28nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe1-0/+1
2020-02-24nvme-pci: remove nvmeq->tagsChristoph Hellwig1-15/+8
2020-02-24nvmet: Pass lockdep expression to RCU listsAmol Grover1-2/+4
2020-02-19nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang1-1/+1
2020-02-11nvmet: Fix controller use after freeIsrael Rukshin1-4/+9
2020-02-11nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin1-1/+1
2020-01-09nvme/pci: Fix read queue countKeith Busch1-5/+1
2020-01-09nvme/pci: Fix write and poll queue typesKeith Busch1-4/+4
2020-01-09nvme-fc: fix double-free scenarios on hw queuesJames Smart1-3/+15
2020-01-09nvme_fc: add module to ops template to allow module referencesJames Smart2-2/+13
2019-12-31nvme: Discard workaround for non-conformant devicesEduard Hasenleithner1-3/+9
2019-12-31nvme: introduce "Command Aborted By host" status codeMax Gurtovoy2-1/+2
2019-12-17Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan1-10/+0
2019-12-17nvme: Namepace identification descriptor list is optionalKeith Busch1-0/+2
2019-11-09Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+10
2019-11-05nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman1-0/+2
2019-11-05nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy1-0/+8
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2019-10-29nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman1-5/+4
2019-10-29nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-18nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao1-1/+2