summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2021-07-16Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-13nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-07-13nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen
2021-07-13nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACEPrabhakar Kushwaha
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-17nvme: remove zeroout memset call for structChaitanya Kulkarni
2021-06-17nvme-pci: remove zeroout memset call for structChaitanya Kulkarni
2021-06-17nvme-fabrics: remove memset in connect io qChaitanya Kulkarni
2021-06-17nvme-fabrics: remove memset in connect admin qChaitanya Kulkarni
2021-06-17nvme-fabrics: remove memset in nvmf_reg_write32()Chaitanya Kulkarni
2021-06-17nvme-fabrics: remove memset in nvmf_reg_read64()Chaitanya Kulkarni
2021-06-17nvme-tcp: use ctrl sgl check helperChaitanya Kulkarni
2021-06-17nvme-pci: use ctrl sgl check helperChaitanya Kulkarni
2021-06-17nvme-fc: use ctrl sgl check helperChaitanya Kulkarni
2021-06-17nvme: add a helper to check ctrl sgl supportChaitanya Kulkarni
2021-06-17nvme-pci: remove trailing lines for helpersChaitanya Kulkarni
2021-06-17nvme-pci: fix var. type for increasing cq_headJK Kim
2021-06-16nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()Dan Carpenter
2021-06-16nvme: factor out a nvme_validate_passthru_nsid helperChaitanya Kulkarni
2021-06-16nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help textGeert Uytterhoeven
2021-06-16nvme: remove superfluous bio_set_dev in nvme_requeue_workDaniel Wagner
2021-06-16nvme: verify MNAN value if ANA is enabledDaniel Wagner
2021-06-16ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello
2021-06-10scsi: nvme: Added a new sysfs attribute appid_storeMuneendra Kumar
2021-06-03nvme: remove nvme_{get,put}_ns_from_diskChristoph Hellwig
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig
2021-06-03nvme: move the CSI sanity check into nvme_ns_report_zonesChristoph Hellwig
2021-06-03nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctlChristoph Hellwig
2021-06-03nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctlChristoph Hellwig
2021-06-03nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctlChristoph Hellwig
2021-06-03nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctlChristoph Hellwig
2021-06-03nvme-fabrics: remove extra bracesChaitanya Kulkarni
2021-06-03nvme-fabrics: remove an extra commentChaitanya Kulkarni
2021-06-03nvme-fabrics: remove extra new lines in the switchChaitanya Kulkarni
2021-06-03nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()Chaitanya Kulkarni
2021-06-03nvme-tcp: allow selecting the network interface for connectionsMartin Belanger
2021-06-03nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello
2021-06-03nvme: extend and modify the APST configuration algorithmAlexey Bogoslavsky
2021-06-03nvme: remove redundant initialization of variable retColin Ian King
2021-06-01nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig
2021-05-31nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg
2021-05-26nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg
2021-05-25nvme-fabrics: decode host pathing error for connectHannes Reinecke
2021-05-25nvme-fc: short-circuit reconnect retriesHannes Reinecke