summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | nvmet: make ver stable once connection establishedNoam Gottlieb2021-06-171-5/+31
| * | nvmet: allow mn change if subsys not discoveredNoam Gottlieb2021-06-174-40/+21
| * | nvmet: make sn stable once connection was establishedNoam Gottlieb2021-06-173-5/+29
| * | nvmet: change sn size and check validityNoam Gottlieb2021-06-175-18/+30
| * | nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke2021-06-171-8/+2
| * | nvme-fabrics: remove memset in connect io qChaitanya Kulkarni2021-06-171-2/+1
| * | nvme-fabrics: remove memset in connect admin qChaitanya Kulkarni2021-06-171-2/+1
| * | nvme-fabrics: remove memset in nvmf_reg_write32()Chaitanya Kulkarni2021-06-171-2/+1
| * | nvme-fabrics: remove memset in nvmf_reg_read64()Chaitanya Kulkarni2021-06-171-2/+1
| * | nvme-tcp: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-1/+1
| * | nvme-pci: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-2/+2
| * | nvme-fc: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-1/+1
| * | nvme: add a helper to check ctrl sgl supportChaitanya Kulkarni2021-06-171-0/+5
| * | nvme-pci: remove trailing lines for helpersChaitanya Kulkarni2021-06-171-2/+0
| * | nvme-pci: fix var. type for increasing cq_headJK Kim2021-06-171-1/+1
| * | nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()Dan Carpenter2021-06-161-0/+2
| * | nvme: factor out a nvme_validate_passthru_nsid helperChaitanya Kulkarni2021-06-161-10/+16
| * | nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help textGeert Uytterhoeven2021-06-161-1/+1
| * | nvme: remove superfluous bio_set_dev in nvme_requeue_workDaniel Wagner2021-06-161-5/+0
| * | nvme: verify MNAN value if ANA is enabledDaniel Wagner2021-06-161-0/+7
| * | ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello2021-06-161-27/+1
| * | nvmet: remove a superfluous variableChaitanya Kulkarni2021-06-031-2/+1
| * | nvmet: move ka_work initialization to nvmet_alloc_ctrlAmit Engel2021-06-031-1/+1
| * | nvme: remove nvme_{get,put}_ns_from_diskChristoph Hellwig2021-06-032-45/+28
| * | nvme: split nvme_report_zonesChristoph Hellwig2021-06-034-24/+35
| * | nvme: move the CSI sanity check into nvme_ns_report_zonesChristoph Hellwig2021-06-031-5/+4
| * | nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctlChristoph Hellwig2021-06-031-0/+1
| * | nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctlChristoph Hellwig2021-06-031-1/+1
| * | nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctlChristoph Hellwig2021-06-031-10/+10
| * | nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctlChristoph Hellwig2021-06-031-7/+5
| * | nvme-fabrics: remove extra bracesChaitanya Kulkarni2021-06-031-1/+1
| * | nvme-fabrics: remove an extra commentChaitanya Kulkarni2021-06-031-1/+1
| * | nvme-fabrics: remove extra new lines in the switchChaitanya Kulkarni2021-06-031-5/+4
| * | nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()Chaitanya Kulkarni2021-06-031-13/+9
| * | nvme-tcp: allow selecting the network interface for connectionsMartin Belanger2021-06-034-2/+50
| * | nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello2021-06-031-23/+1
| * | nvme: extend and modify the APST configuration algorithmAlexey Bogoslavsky2021-06-031-11/+78
| * | nvme: remove redundant initialization of variable retColin Ian King2021-06-031-1/+1
* | | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-302-34/+13
|\ \ \
| * | | nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-32/+13
| * | | block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig2021-06-012-2/+0
| |/ /
* | | nvmet: fix freeing unallocated p2pmemMax Gurtovoy2021-06-021-17/+16
* | | nvme-loop: do not warn for deleted controllers during resetHannes Reinecke2021-06-021-2/+4
* | | nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke2021-06-021-1/+2
* | | nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke2021-06-021-0/+1
* | | nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke2021-06-021-0/+1
* | | nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg2021-05-311-2/+3
* | | nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2021-05-262-5/+12
* | | nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_responseHou Pu2021-05-261-1/+1
* | | nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg2021-05-261-1/+2