aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-17nvme-tcp: use ctrl sgl check helperChaitanya Kulkarni1-1/+1
2021-06-17nvme-pci: use ctrl sgl check helperChaitanya Kulkarni1-2/+2
2021-06-17nvme-fc: use ctrl sgl check helperChaitanya Kulkarni1-1/+1
2021-06-17nvme: add a helper to check ctrl sgl supportChaitanya Kulkarni1-0/+5
2021-06-17nvme-pci: remove trailing lines for helpersChaitanya Kulkarni1-2/+0
2021-06-17nvme-pci: fix var. type for increasing cq_headJK Kim1-1/+1
2021-06-16nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()Dan Carpenter1-0/+2
2021-06-16nvme: factor out a nvme_validate_passthru_nsid helperChaitanya Kulkarni1-10/+16
2021-06-16nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help textGeert Uytterhoeven1-1/+1
2021-06-16nvme: remove superfluous bio_set_dev in nvme_requeue_workDaniel Wagner1-5/+0
2021-06-16nvme: verify MNAN value if ANA is enabledDaniel Wagner1-0/+7
2021-06-16ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello1-27/+1
2021-06-03nvme: remove nvme_{get,put}_ns_from_diskChristoph Hellwig2-45/+28
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig4-24/+35
2021-06-03nvme: move the CSI sanity check into nvme_ns_report_zonesChristoph Hellwig1-5/+4
2021-06-03nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctlChristoph Hellwig1-0/+1
2021-06-03nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctlChristoph Hellwig1-1/+1
2021-06-03nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctlChristoph Hellwig1-10/+10
2021-06-03nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctlChristoph Hellwig1-7/+5
2021-06-03nvme-fabrics: remove extra bracesChaitanya Kulkarni1-1/+1
2021-06-03nvme-fabrics: remove an extra commentChaitanya Kulkarni1-1/+1
2021-06-03nvme-fabrics: remove extra new lines in the switchChaitanya Kulkarni1-5/+4
2021-06-03nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()Chaitanya Kulkarni1-13/+9
2021-06-03nvme-tcp: allow selecting the network interface for connectionsMartin Belanger4-2/+50
2021-06-03nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello1-23/+1
2021-06-03nvme: extend and modify the APST configuration algorithmAlexey Bogoslavsky1-11/+78
2021-06-03nvme: remove redundant initialization of variable retColin Ian King1-1/+1
2021-05-19nvme-fc: clear q_live at beginning of association teardownJames Smart1-0/+12
2021-05-19nvme-tcp: rerun io_work if req_list is not emptyKeith Busch1-1/+2
2021-05-19nvme-tcp: fix possible use-after-completionSagi Grimberg1-1/+1
2021-05-13nvmet: use new ana_log_size instead the old oneHou Pu1-1/+1
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig3-29/+37
2021-05-04nvme-multipath: reset bdev to ns head when failoverDaniel Wagner1-0/+3
2021-05-04nvme-pci: fix controller reset hang when racing with nvme_timeoutTao Chiu1-0/+3
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu7-76/+81
2021-05-04nvme: avoid memset for passthrough requestsKanchan Joshi1-4/+3
2021-05-04nvme: add nvme_get_ns helperKanchan Joshi1-2/+7
2021-05-04nvme: fix controller ioctl through ns_headMinwoo Im3-47/+41
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds12-739/+1083
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im4-9/+180
2021-04-21nvme: cleanup nvme_configure_apstChristoph Hellwig1-80/+69
2021-04-21nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig1-1/+2
2021-04-21nvme: add 'kato' sysfs attributeHannes Reinecke1-0/+2
2021-04-21nvme: sanitize KATO settingHannes Reinecke3-7/+15
2021-04-15nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari1-0/+2
2021-04-15nvme: let namespace probing continue for unsupported featuresChristoph Hellwig2-3/+12
2021-04-15nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig1-4/+12
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig3-29/+32
2021-04-15nvme: factor out a nvme_tryget_ns_head helperChristoph Hellwig1-4/+7