summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* nvmet: make discovery NQN configurableHannes Reinecke2021-10-202-1/+41
* nvmet-rdma: implement get_max_queue_size controller opMax Gurtovoy2021-10-201-0/+6
* nvmet: add get_max_queue_size op for controllersMax Gurtovoy2021-10-202-3/+6
* nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin2021-10-201-0/+16
* nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin2021-10-201-0/+24
* nvmet: fix use-after-free when a port is removedIsrael Rukshin2021-10-201-0/+2
* block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-182-0/+2
* nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()Dan Carpenter2021-09-131-1/+1
* nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()Hannes Reinecke2021-09-061-1/+2
* nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig2021-09-065-12/+11
* nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares2021-09-063-2/+16
* nvme: Have NVME_FABRICS select NVME_CORE instead of transport driversSagi Grimberg2021-08-161-2/+0
* nvmet: check that host sqsize does not exceed ctrl MQESAmit Engel2021-08-161-0/+9
* nvmet: avoid duplicate qid in connect cmdAmit Engel2021-08-162-6/+15
* nvmet: pass back cntlid on successful completionAmit Engel2021-08-161-4/+5
* nvmet: remove redundant assignments of variable statusColin Ian King2021-08-161-4/+1
* nvmet: add set feature tracing supportHou Pu2021-08-161-1/+17
* 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