summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-105-29/+43
|\
| * nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-041-12/+2
| * nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg2020-04-041-2/+2
| * nvme: inherit stable pages constraint in the mpath stack deviceSagi Grimberg2020-04-021-0/+7
| * nvme-tcp: fix possible crash in recv error flowSagi Grimberg2020-04-011-1/+1
| * nvme-tcp: don't poll a non-live queueSagi Grimberg2020-03-311-0/+3
| * nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg2020-03-311-6/+7
| * nvme-rdma: Replace comma with a semicolonIsrael Rukshin2020-03-311-1/+1
| * nvme: fix compat address handling in several ioctlsNick Bowler2020-03-311-7/+20
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-031-8/+0
|\ \ | |/ |/|
| * scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche2020-03-171-8/+0
* | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-309-212/+303
|\ \
| * | nvme: cleanup namespace identifier reporting in nvme_init_ns_headChristoph Hellwig2020-03-251-12/+10
| * | nvme: rename __nvme_find_ns_head to nvme_find_ns_headChristoph Hellwig2020-03-251-2/+2
| * | nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig2020-03-251-15/+13
| * | nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrlIsrael Rukshin2020-03-251-1/+6
| * | nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrlIsrael Rukshin2020-03-251-1/+6
| * | nvme: Fix controller creation races with teardown flowIsrael Rukshin2020-03-252-0/+6
| * | nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin2020-03-255-6/+2
| * | nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin2020-03-255-8/+5
| * | nvme-pci: Re-order nvme_pci_free_ctrlIsrael Rukshin2020-03-251-2/+2
| * | nvme: Remove unused return code from nvme_delete_ctrl_syncIsrael Rukshin2020-03-251-7/+2
| * | nvme: Use nvme_state_terminal helperIsrael Rukshin2020-03-251-2/+1
| * | nvme: release ida resourcesMax Gurtovoy2020-03-251-0/+1
| * | nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IOmasahiro31.yamada@kioxia.com2020-03-251-2/+43
| * | nvme-fabrics: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-251-4/+4
| * | nvme-multipath: do not reset on unknown statusJohn Meneghini2020-03-253-18/+13
| * | nvme-pci: properly print controller addressMax Gurtovoy2020-03-251-1/+1
| * | nvme-tcp: break from io_work loop if recv failedSagi Grimberg2020-03-251-0/+2
| * | nvme-tcp: move send failure to nvme_tcp_try_sendSagi Grimberg2020-03-251-15/+11
| * | nvme-tcp: optimize queue io_cpu assignment for multiple queue mapsSagi Grimberg2020-03-251-6/+56
| * | nvme-pci: Simplify nvme_poll_irqdisableKeith Busch2020-03-251-19/+11
| * | nvme-pci: Remove two-pass completionsKeith Busch2020-03-251-32/+10
| * | nvme-pci: Remove tag from process cqKeith Busch2020-03-251-12/+11
| * | nvme-pci: slimmer CQ head updateAlexey Dobriyan2020-03-251-4/+2
| * | nvme: Check for readiness more quickly, to speed up boot timeJosh Triplett2020-03-251-1/+1
| * | nvme: log additional message for controller statusRupesh Girase2020-03-251-2/+2
| * | nvme: code cleanup nvme_identify_ns_desc()Chaitanya Kulkarni2020-03-251-36/+40
| * | nvme: Don't deter users from enabling hwmon supportJean Delvare2020-03-251-2/+0
| * | nvme: expose hostid via sysfs for fabrics controllersSagi Grimberg2020-03-251-0/+13
| * | nvme: expose hostnqn via sysfs for fabrics controllersSagi Grimberg2020-03-251-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-271-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