summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvmet-tcp: set MSG_MORE only if we actually have more to sendSagi Grimberg2020-03-211-3/+9
* nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa2020-03-101-3/+5
* nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh2020-02-281-1/+1
* Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-223-2/+16
|\
| * nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe2020-02-211-0/+1
| * nvme: Fix uninitialized-variable warningKeith Busch2020-02-201-1/+1
| * nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko2020-02-201-1/+2
| * nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N2020-02-201-0/+12
* | Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-164-14/+32
|\|
| * nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang2020-02-141-1/+1
| * nvme/pci: move cqe check after device shutdownKeith Busch2020-02-141-5/+18
| * nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland2020-02-143-7/+7
| * nvme/tcp: fix bug on double requeue when send failsAnton Eidelman2020-02-141-1/+6
* | Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-066-51/+72
|\|
| * nvmet: update AEN list and array at one placeDaniel Wagner2020-02-051-27/+36
| * nvmet: Fix controller use after freeIsrael Rukshin2020-02-051-4/+9
| * nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin2020-02-051-1/+1
| * nvme-pci: remove nvmeq->tagsChristoph Hellwig2020-02-041-15/+8
| * nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg2020-02-044-2/+14
| * nvmet: Pass lockdep expression to RCU listsAmol Grover2020-02-041-2/+4
* | nvme: hwmon: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-8/+5
|/
* Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-271-0/+1
|\
| * block: Allow t10-pi to be modularHerbert Xu2020-01-061-0/+1
* | nvmet: fix per feat data len for get_featureAmit Engel2020-01-101-1/+11
* | nvme: Translate more status codes to blk_status_tKeith Busch2020-01-101-0/+2
|/
* Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-137-32/+62
|\
| * Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linusJens Axboe2019-12-067-32/+62
| |\
| | * nvme/pci: Fix read queue countKeith Busch2019-12-071-5/+1
| | * nvme/pci Limit write queue sizes to possible cpusKeith Busch2019-12-071-0/+3
| | * nvme/pci: Fix write and poll queue typesKeith Busch2019-12-071-4/+4
| | * nvme/pci: Remove last_cq_headKeith Busch2019-12-041-4/+0
| | * nvme: Namepace identification descriptor list is optionalKeith Busch2019-12-031-0/+2
| | * nvme-fc: fix double-free scenarios on hw queuesJames Smart2019-11-271-3/+15
| | * nvme: else following return is not neededEdmund Nadolski2019-11-271-1/+1
| | * nvme: add error message on mismatching controller idsJames Smart2019-11-271-0/+4
| | * nvme_fc: add module to ops template to allow module referencesJames Smart2019-11-272-2/+13
| | * nvmet-loop: Avoid preallocating big SGL for dataIsrael Rukshin2019-11-271-4/+4
| | * nvme-fc: Avoid preallocating big SGL for dataIsrael Rukshin2019-11-271-4/+4
| | * nvme-rdma: Avoid preallocating big SGL for dataIsrael Rukshin2019-11-272-5/+11
* | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-10/+0
|\ \ \ | |/ / |/| |
| * | Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan2019-11-261-10/+0
* | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\ \ \ | |_|/ |/| |
| * | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | | Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-256-4/+300
|\ \ \
| * | | nvme: hwmon: add quirk to avoid changing temperature thresholdAkinobu Mita2019-11-223-2/+12
| * | | nvme: hwmon: provide temperature min and max values for each sensorAkinobu Mita2019-11-221-16/+90
| * | | nvme: Discard workaround for non-conformant devicesEduard Hasenleithner2019-11-131-3/+9
| * | | nvme: Add hardware monitoring supportGuenter Roeck2019-11-125-0/+206
* | | | Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-2518-214/+289
|\| | |
| * | | nvme: Fix parsing of ANA log pagePrabhath Sajeepa2019-11-041-4/+8