aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds5-29/+43
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart1-12/+2
2020-04-04nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg1-2/+2
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0
2020-04-02nvme: inherit stable pages constraint in the mpath stack deviceSagi Grimberg1-0/+7
2020-04-01nvme-tcp: fix possible crash in recv error flowSagi Grimberg1-1/+1
2020-03-31nvme-tcp: don't poll a non-live queueSagi Grimberg1-0/+3
2020-03-31nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg1-6/+7
2020-03-31nvme-rdma: Replace comma with a semicolonIsrael Rukshin1-1/+1
2020-03-31nvme: fix compat address handling in several ioctlsNick Bowler1-7/+20
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds9-212/+303
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+2
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-03-26nvme: cleanup namespace identifier reporting in nvme_init_ns_headChristoph Hellwig1-12/+10
2020-03-26nvme: rename __nvme_find_ns_head to nvme_find_ns_headChristoph Hellwig1-2/+2
2020-03-26nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig1-15/+13
2020-03-26nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrlIsrael Rukshin1-1/+6
2020-03-26nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrlIsrael Rukshin1-1/+6
2020-03-26nvme: Fix controller creation races with teardown flowIsrael Rukshin2-0/+6
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin5-6/+2
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin5-8/+5
2020-03-26nvme-pci: Re-order nvme_pci_free_ctrlIsrael Rukshin1-2/+2
2020-03-26nvme: Remove unused return code from nvme_delete_ctrl_syncIsrael Rukshin1-7/+2
2020-03-26nvme: Use nvme_state_terminal helperIsrael Rukshin1-2/+1
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-18nvme: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-1/+1
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche1-8/+0
2020-03-10nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa1-3/+5
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