aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (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 Torvalds11-61/+47
2021-07-05nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi1-1/+0
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 Busch4-18/+33
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch8-47/+19
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds24-377/+1214
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-34/+13
2021-06-21nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni1-1/+1
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-17nvmet: remove zeroout memset call for structChaitanya Kulkarni1-2/+1
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni6-11/+707
2021-06-17nvmet: add Command Set Identifier supportChaitanya Kulkarni3-18/+86
2021-06-17nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni3-4/+8
2021-06-17nvmet: add req cns error complete helperChaitanya Kulkarni2-4/+9
2021-06-17nvmet: remove local variableChaitanya Kulkarni1-16/+7
2021-06-17nvmet: use nvme status value directlyChaitanya Kulkarni1-2/+1
2021-06-17nvmet: use u32 type for the local variable nsidChaitanya Kulkarni1-2/+2
2021-06-17nvmet: use u32 for nvmet_subsys max_nsidChaitanya Kulkarni1-1/+1
2021-06-17nvmet: use req->cmd directly in file-ns fast pathChaitanya Kulkarni1-3/+1
2021-06-17nvmet: use req->cmd directly in bdev-ns fast pathChaitanya Kulkarni1-3/+1
2021-06-17nvmet: make ver stable once connection establishedNoam Gottlieb1-5/+31
2021-06-17nvmet: allow mn change if subsys not discoveredNoam Gottlieb4-40/+21
2021-06-17nvmet: make sn stable once connection was establishedNoam Gottlieb3-5/+29
2021-06-17nvmet: change sn size and check validityNoam Gottlieb5-18/+30
2021-06-17nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke1-8/+2
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