summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2021-10-20nvmet: use macro definition for setting nmic valueMax Gurtovoy1-1/+1
2021-10-20nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke3-1/+9
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke3-4/+9
2021-10-20nvmet: make discovery NQN configurableHannes Reinecke2-1/+41
2021-10-20nvmet-rdma: implement get_max_queue_size controller opMax Gurtovoy1-0/+6
2021-10-20nvmet: add get_max_queue_size op for controllersMax Gurtovoy2-3/+6
2021-10-20nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin1-0/+16
2021-10-20nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin1-0/+24
2021-10-20nvmet: fix use-after-free when a port is removedIsrael Rukshin1-0/+2
2021-10-19nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei1-0/+2
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei1-2/+2
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2-0/+2
2021-09-13nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()Dan Carpenter1-1/+1
2021-09-06nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()Hannes Reinecke1-1/+2
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig5-12/+11
2021-09-06nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares3-2/+16
2021-08-16nvme: Have NVME_FABRICS select NVME_CORE instead of transport driversSagi Grimberg1-2/+0
2021-08-16nvmet: check that host sqsize does not exceed ctrl MQESAmit Engel1-0/+9
2021-08-16nvmet: avoid duplicate qid in connect cmdAmit Engel2-6/+15
2021-08-16nvmet: pass back cntlid on successful completionAmit Engel1-4/+5
2021-08-16nvmet: remove redundant assignments of variable statusColin Ian King1-4/+1
2021-08-16nvmet: add set feature tracing supportHou Pu1-1/+17
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg1-2/+2
2021-07-05nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi1-1/+0
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch1-4/+4
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch1-1/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds12-142/+936
2021-06-21nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni1-1/+1
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-03nvmet: remove a superfluous variableChaitanya Kulkarni1-2/+1
2021-06-03nvmet: move ka_work initialization to nvmet_alloc_ctrlAmit Engel1-1/+1
2021-06-02nvmet: fix freeing unallocated p2pmemMax Gurtovoy1-17/+16
2021-06-02nvme-loop: do not warn for deleted controllers during resetHannes Reinecke1-2/+4
2021-06-02nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke1-1/+2