summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
...
| * | nvme: release ida resourcesMax Gurtovoy2020-03-261-0/+1
| * | nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IOmasahiro31.yamada@kioxia.com2020-03-261-2/+43
| * | nvme-fabrics: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-261-4/+4
| * | nvme-multipath: do not reset on unknown statusJohn Meneghini2020-03-263-18/+13
| * | nvme-pci: properly print controller addressMax Gurtovoy2020-03-261-1/+1
| * | nvme-tcp: break from io_work loop if recv failedSagi Grimberg2020-03-261-0/+2
| * | nvme-tcp: move send failure to nvme_tcp_try_sendSagi Grimberg2020-03-261-15/+11
| * | nvme-tcp: optimize queue io_cpu assignment for multiple queue mapsSagi Grimberg2020-03-261-6/+56
| * | nvme-pci: Simplify nvme_poll_irqdisableKeith Busch2020-03-261-19/+11
| * | nvme-pci: Remove two-pass completionsKeith Busch2020-03-261-32/+10
| * | nvme-pci: Remove tag from process cqKeith Busch2020-03-261-12/+11
| * | nvme-pci: slimmer CQ head updateAlexey Dobriyan2020-03-261-4/+2
| * | nvme: Check for readiness more quickly, to speed up boot timeJosh Triplett2020-03-261-1/+1
| * | nvme: log additional message for controller statusRupesh Girase2020-03-261-2/+2
| * | nvme: code cleanup nvme_identify_ns_desc()Chaitanya Kulkarni2020-03-261-36/+40
| * | nvme: Don't deter users from enabling hwmon supportJean Delvare2020-03-261-2/+0
| * | nvme: expose hostid via sysfs for fabrics controllersSagi Grimberg2020-03-261-0/+13
| * | nvme: expose hostnqn via sysfs for fabrics controllersSagi Grimberg2020-03-261-0/+13
| * | nvme-tcp: Set SO_PRIORITY for all host socketsWunderlich, Mark2020-03-041-0/+21
| * | nvme: remove unused return code from nvme_alloc_nsEdmund Nadolski2020-03-041-15/+6
* | | Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-302-3/+2
|\ \ \
| * | | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
| * | | nvme: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-1/+1
| |/ /
* / / 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-061-15/+8
|\|
| * nvme-pci: remove nvmeq->tagsChristoph Hellwig2020-02-041-15/+8
* | 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
* | 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-135-28/+57
|\
| * Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linusJens Axboe2019-12-065-28/+57
| |\
| | * 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