aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds5-18/+31
2021-07-21nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig1-1/+4
2021-07-21nvme: fix nvme_setup_command metadata trace eventKeith Busch1-3/+3
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke3-13/+21
2021-07-21nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng1-1/+3
2021-07-16Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds2-12/+59
2021-07-13nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen1-1/+0
2021-07-13nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen1-8/+58
2021-07-13nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACEPrabhakar Kushwaha1-3/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds8-55/+42
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+71
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch3-14/+29
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch7-46/+18
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds12-235/+278
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-34/+13
2021-06-17nvme: remove zeroout memset call for structChaitanya Kulkarni1-13/+6
2021-06-17nvme-pci: remove zeroout memset call for structChaitanya Kulkarni1-16/+8
2021-06-17nvme-fabrics: remove memset in connect io qChaitanya Kulkarni1-2/+1
2021-06-17nvme-fabrics: remove memset in connect admin qChaitanya Kulkarni1-2/+1
2021-06-17nvme-fabrics: remove memset in nvmf_reg_write32()Chaitanya Kulkarni1-2/+1
2021-06-17nvme-fabrics: remove memset in nvmf_reg_read64()Chaitanya Kulkarni1-2/+1
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-10scsi: nvme: Added a new sysfs attribute appid_storeMuneendra Kumar1-1/+71
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-06-01nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-32/+13