summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-245-18/+31
|\
| * nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig2021-07-211-1/+4
| * nvme: fix nvme_setup_command metadata trace eventKeith Busch2021-07-211-3/+3
| * nvme: fix refcounting imbalance when all paths are downHannes Reinecke2021-07-213-13/+21
| * nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng2021-07-211-1/+3
* | Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-162-12/+59
|\|
| * nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen2021-07-131-1/+0
| * nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen2021-07-131-8/+58
| * nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACEPrabhakar Kushwaha2021-07-131-3/+1
* | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-098-55/+42
|\|
| * nvme: use return value from blk_execute_rq()Keith Busch2021-06-303-14/+29
| * nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-307-46/+18
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-1/+71
|\ \ | |/ |/|
| * scsi: nvme: Added a new sysfs attribute appid_storeMuneendra Kumar2021-06-101-1/+71
* | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-3012-235/+278
|\ \
| * | nvme: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-13/+6
| * | nvme-pci: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-16/+8
| * | 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
| * | 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