aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-16Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockLinus Torvalds4-14/+32
2020-02-14nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang1-1/+1
2020-02-14nvme/pci: move cqe check after device shutdownKeith Busch1-5/+18
2020-02-14nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland3-7/+7
2020-02-14nvme/tcp: fix bug on double requeue when send failsAnton Eidelman1-1/+6
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+8
2020-02-04nvme-pci: remove nvmeq->tagsChristoph Hellwig1-15/+8
2020-01-31nvme: hwmon: switch to use <linux/units.h> helpersAkinobu Mita1-8/+5
2020-01-27Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-01-10nvme: Translate more status codes to blk_status_tKeith Busch1-0/+2
2020-01-06block: Allow t10-pi to be modularHerbert Xu1-0/+1
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds5-28/+57
2019-12-06Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linusJens Axboe5-28/+57
2019-12-07nvme/pci: Fix read queue countKeith Busch1-5/+1
2019-12-07nvme/pci Limit write queue sizes to possible cpusKeith Busch1-0/+3
2019-12-07nvme/pci: Fix write and poll queue typesKeith Busch1-4/+4
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-10/+0
2019-12-04nvme/pci: Remove last_cq_headKeith Busch1-4/+0
2019-12-03nvme: Namepace identification descriptor list is optionalKeith Busch1-0/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-26Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan1-10/+0
2019-11-27nvme-fc: fix double-free scenarios on hw queuesJames Smart1-3/+15
2019-11-27nvme: else following return is not neededEdmund Nadolski1-1/+1
2019-11-27nvme: add error message on mismatching controller idsJames Smart1-0/+4
2019-11-27nvme_fc: add module to ops template to allow module referencesJames Smart1-2/+12
2019-11-27nvme-fc: Avoid preallocating big SGL for dataIsrael Rukshin1-4/+4
2019-11-27nvme-rdma: Avoid preallocating big SGL for dataIsrael Rukshin2-5/+11
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds6-4/+300
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds7-55/+77
2019-11-22nvme: hwmon: add quirk to avoid changing temperature thresholdAkinobu Mita3-2/+12
2019-11-22nvme: hwmon: provide temperature min and max values for each sensorAkinobu Mita1-16/+90
2019-11-13nvme: Discard workaround for non-conformant devicesEduard Hasenleithner1-3/+9
2019-11-12nvme: Add hardware monitoring supportGuenter Roeck5-0/+206
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+10
2019-11-06nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman1-0/+2
2019-11-06nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy1-0/+8
2019-11-04nvme: Fix parsing of ANA log pagePrabhath Sajeepa1-4/+8
2019-11-04nvme-pci: Spelling s/resdicovered/rediscovered/Geert Uytterhoeven1-1/+1
2019-11-04nvme: Introduce nvme_lba_to_sect()Damien Le Moal2-7/+15
2019-11-04nvme: Cleanup and rename nvme_block_nr()Damien Le Moal2-5/+8
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy4-10/+8
2019-11-04nvme: introduce "Command Aborted By host" status codeMax Gurtovoy2-1/+2
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin4-6/+10
2019-11-04nvme-fc: ensure association_id is cleared regardless of a Disconnect LSJames Smart1-3/+3
2019-11-04nvme-fc: clarify error messagesJames Smart1-5/+6
2019-11-04nvme-fc: Set new cmd set indicator in nvme-fc cmnd iuJames Smart1-0/+5
2019-11-04nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart1-13/+11
2019-11-01Merge 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