summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme-rdma: assign completion vector correctlyMax Gurtovoy2020-07-161-1/+1
* nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig2020-07-091-3/+4
* nvme: fix identify error status silent ignoreSagi Grimberg2020-07-091-3/+9
* nvme-multipath: fix bogus request queue reference putSagi Grimberg2020-07-091-0/+8
* nvme-multipath: fix deadlock due to head->lockAnton Eidelman2020-07-092-2/+4
* nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman2020-07-091-8/+16
* nvme-multipath: set bdi capabilities onceKeith Busch2020-07-091-0/+8
* nvme: don't protect ns mutation with ns->head->lockSagi Grimberg2020-06-301-8/+4
* nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig2020-06-241-0/+6
* nvme-tcp: use bh_lock in data_readySagi Grimberg2020-06-221-2/+2
* nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang2020-06-221-24/+33
* nvme: refine the Qemu Identify CNS quirkChristoph Hellwig2020-06-221-2/+14
* nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg2020-05-141-1/+1
* nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig2020-05-141-15/+13
* nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel2020-05-061-0/+2
* nvme: fix compat address handling in several ioctlsNick Bowler2020-04-291-7/+20
* nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg2020-04-291-2/+2
* nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg2020-04-291-6/+7
* nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-172-13/+2
* nvmet-tcp: fix maxh2cdata icresp parameterSagi Grimberg2020-04-171-1/+1
* nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa2020-04-081-3/+5
* nvmet-tcp: set MSG_MORE only if we actually have more to sendSagi Grimberg2020-03-251-3/+9
* nvme: Fix uninitialized-variable warningKeith Busch2020-03-121-1/+1
* nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko2020-03-121-1/+2
* nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N2020-03-121-0/+12
* nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh2020-03-051-1/+1
* nvme/pci: move cqe check after device shutdownKeith Busch2020-03-051-5/+18
* nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland2020-03-053-7/+7
* nvme/tcp: fix bug on double requeue when send failsAnton Eidelman2020-03-051-1/+6
* nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe2020-02-281-0/+1
* nvme-pci: remove nvmeq->tagsChristoph Hellwig2020-02-241-15/+8
* nvmet: Pass lockdep expression to RCU listsAmol Grover2020-02-241-2/+4
* nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang2020-02-191-1/+1
* nvmet: Fix controller use after freeIsrael Rukshin2020-02-111-4/+9
* nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin2020-02-111-1/+1
* nvme/pci: Fix read queue countKeith Busch2020-01-091-5/+1
* nvme/pci: Fix write and poll queue typesKeith Busch2020-01-091-4/+4
* nvme-fc: fix double-free scenarios on hw queuesJames Smart2020-01-091-3/+15
* nvme_fc: add module to ops template to allow module referencesJames Smart2020-01-092-2/+13
* nvme: Discard workaround for non-conformant devicesEduard Hasenleithner2019-12-311-3/+9
* nvme: introduce "Command Aborted By host" status codeMax Gurtovoy2019-12-312-1/+2
* Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan2019-12-171-10/+0
* nvme: Namepace identification descriptor list is optionalKeith Busch2019-12-171-0/+2
* Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-082-0/+10
|\
| * nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman2019-11-061-0/+2
| * nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy2019-11-061-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-011-1/+1
|\ \ | |/ |/|
| * net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
* | nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman2019-10-291-5/+4
* | nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman2019-10-291-1/+1
|/