summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2020-03-26nvme: release ida resourcesMax Gurtovoy1-0/+1
2020-03-26nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IOmasahiro31.yamada@kioxia.com1-2/+43
2020-03-26nvme-fabrics: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-4/+4
2020-03-26nvme-multipath: do not reset on unknown statusJohn Meneghini3-18/+13
2020-03-26nvme-pci: properly print controller addressMax Gurtovoy1-1/+1
2020-03-26nvme-tcp: break from io_work loop if recv failedSagi Grimberg1-0/+2
2020-03-26nvme-tcp: move send failure to nvme_tcp_try_sendSagi Grimberg1-15/+11
2020-03-26nvme-tcp: optimize queue io_cpu assignment for multiple queue mapsSagi Grimberg1-6/+56
2020-03-26nvme-pci: Simplify nvme_poll_irqdisableKeith Busch1-19/+11
2020-03-26nvme-pci: Remove two-pass completionsKeith Busch1-32/+10
2020-03-26nvme-pci: Remove tag from process cqKeith Busch1-12/+11
2020-03-26nvme-pci: slimmer CQ head updateAlexey Dobriyan1-4/+2
2020-03-26nvme: Check for readiness more quickly, to speed up boot timeJosh Triplett1-1/+1
2020-03-26nvme: log additional message for controller statusRupesh Girase1-2/+2
2020-03-26nvme: code cleanup nvme_identify_ns_desc()Chaitanya Kulkarni1-36/+40
2020-03-26nvme: Don't deter users from enabling hwmon supportJean Delvare1-2/+0
2020-03-26nvme: expose hostid via sysfs for fabrics controllersSagi Grimberg1-0/+13
2020-03-26nvme: expose hostnqn via sysfs for fabrics controllersSagi Grimberg1-0/+13
2020-03-04nvme-tcp: Set SO_PRIORITY for all host socketsWunderlich, Mark1-0/+21
2020-03-04nvme: remove unused return code from nvme_alloc_nsEdmund Nadolski1-15/+6
2020-02-28nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh1-1/+1
2020-02-22Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+16
2020-02-21nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe1-0/+1
2020-02-20nvme: Fix uninitialized-variable warningKeith Busch1-1/+1
2020-02-20nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko1-1/+2
2020-02-20nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N1-0/+12
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...Linus 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/gi...Linus 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