summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-0911-61/+47
|\
| * nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi2021-07-051-1/+0
| * nvme: use return value from blk_execute_rq()Keith Busch2021-06-304-18/+33
| * nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-308-47/+19
* | 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-3024-377/+1214
|\ \
| * | nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni2021-06-211-1/+1
| * | 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
| * | nvmet: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-2/+1
| * | nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni2021-06-176-11/+707
| * | nvmet: add Command Set Identifier supportChaitanya Kulkarni2021-06-173-18/+86
| * | nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni2021-06-173-4/+8
| * | nvmet: add req cns error complete helperChaitanya Kulkarni2021-06-172-4/+9
| * | nvmet: remove local variableChaitanya Kulkarni2021-06-171-16/+7
| * | nvmet: use nvme status value directlyChaitanya Kulkarni2021-06-171-2/+1
| * | nvmet: use u32 type for the local variable nsidChaitanya Kulkarni2021-06-171-2/+2
| * | nvmet: use u32 for nvmet_subsys max_nsidChaitanya Kulkarni2021-06-171-1/+1
| * | nvmet: use req->cmd directly in file-ns fast pathChaitanya Kulkarni2021-06-171-3/+1
| * | nvmet: use req->cmd directly in bdev-ns fast pathChaitanya Kulkarni2021-06-171-3/+1
| * | 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