summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme: code command_id with a genctr for use-after-free validationSagi Grimberg2021-08-161-2/+2
* 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-301-4/+4
* nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-301-1/+1
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-3012-142/+936
|\
| * nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni2021-06-211-1/+1
| * 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
| * nvmet: remove a superfluous variableChaitanya Kulkarni2021-06-031-2/+1
| * nvmet: move ka_work initialization to nvmet_alloc_ctrlAmit Engel2021-06-031-1/+1
* | nvmet: fix freeing unallocated p2pmemMax Gurtovoy2021-06-021-17/+16
* | nvme-loop: do not warn for deleted controllers during resetHannes Reinecke2021-06-021-2/+4
* | nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke2021-06-021-1/+2
* | nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke2021-06-021-0/+1
* | nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke2021-06-021-0/+1
* | nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2021-05-262-5/+12
* | nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_responseHou Pu2021-05-261-1/+1
|/
* nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo2021-05-191-1/+3
* nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo2021-05-191-1/+1
* nvmet: seset ns->file when open failsDaniel Wagner2021-05-121-3/+5
* nvmet: demote fabrics cmd parse err msg to debugChaitanya Kulkarni2021-05-111-3/+3
* nvmet: use helper to remove the duplicate codeChaitanya Kulkarni2021-05-111-5/+2
* nvmet: demote discovery cmd parse err msg to debugChaitanya Kulkarni2021-05-111-1/+1
* nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon2021-05-111-2/+2
* nvmet: fix inline bio check for passthruChaitanya Kulkarni2021-05-111-1/+1
* nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2021-05-112-1/+7
* nvmet: remove unsupported command noiseKeith Busch2021-05-041-3/+3
* nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-041-2/+2
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-289-80/+167
|\
| * nvmet: avoid queuing keep-alive timer if it is disabledHou Pu2021-04-211-2/+8
| * nvmet: fix a spelling mistake "nubmer" -> "number"Colin Ian King2021-04-151-1/+1
| * nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel2021-04-151-31/+46
| * nvmet-tcp: fix a segmentation fault during io parsing errorElad Grupi2021-04-151-8/+31
| * nvmet-tcp: enable optional queue idle period trackingWunderlich, Mark2021-04-021-2/+34
| * nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg2021-04-021-2/+2
| * nvmet: return proper error code from discovery ctrlHou Pu2021-04-021-2/+4