summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-10nvme-tcp: check if the queue is allocated before stopping itMaurizio Lombardi1-0/+3
2022-08-03nvme-tcp: split nvme_tcp_alloc_tagsetChristoph Hellwig1-41/+41
2022-08-03nvme-tcp: use in-capsule data for I/O connectCaleb Sander1-5/+7
2022-08-03nvme: implement In-Band authenticationHannes Reinecke1-0/+1
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+7
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-2/+1
2022-06-29nvme: fix regression when disconnect a recovering ctrlRuozhu Li1-3/+7
2022-06-29nvme-tcp: always fail a request when sending it failedSagi Grimberg1-2/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig1-6/+6
2022-05-16nvme-fabrics: add a request timeout helperChaitanya Kulkarni1-4/+1
2022-03-22Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+44
2022-03-14nvme-tcp: lockdep: annotate in-kernel socketsChris Leech1-0/+40
2022-03-14nvme-tcp: don't fold the lineChaitanya Kulkarni1-2/+1
2022-03-14nvme-tcp: don't initialize ret variableChaitanya Kulkarni1-1/+1
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni1-4/+2
2022-02-23nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash1-14/+49
2022-02-09nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg1-1/+9
2022-02-02nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2021-11-23nvme-tcp: fix memory leak when freeing a queueMaurizio Lombardi1-0/+6
2021-11-23nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()Varun Prakash1-31/+24
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+9
2021-10-27nvme-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-10-27nvme-tcp: fix possible req->offset corruptionVarun Prakash1-1/+2
2021-10-26nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg1-1/+3
2021-10-20nvme: display correct subsystem NQNHannes Reinecke1-1/+1
2021-10-20nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei1-8/+8
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-1/+1
2021-09-21nvme-tcp: fix incorrect h2cdata pdu offset accountingSagi Grimberg1-3/+10
2021-09-14nvme-tcp: fix io_work priority inversionKeith Busch1-10/+10
2021-09-06nvme-tcp: Do not reset transport on data digest errorsDaniel Wagner1-4/+18
2021-08-16nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li1-2/+2
2021-08-16nvme-tcp: pair send_mutex init with destroyKeith Busch1-0/+2
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg1-13/+13
2021-08-16nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg1-11/+3
2021-07-13nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACEPrabhakar Kushwaha1-3/+1
2021-07-01nvme: use blk_execute_rq() for passthrough commandsKeith Busch1-1/+1
2021-06-17nvme-tcp: use ctrl sgl check helperChaitanya Kulkarni1-1/+1
2021-06-16nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()Dan Carpenter1-0/+2
2021-06-03nvme-tcp: allow selecting the network interface for connectionsMartin Belanger1-1/+26
2021-05-19nvme-tcp: rerun io_work if req_list is not emptyKeith Busch1-1/+2
2021-05-19nvme-tcp: fix possible use-after-completionSagi Grimberg1-1/+1
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu1-2/+2
2021-04-29Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+12
2021-04-02nvme-tcp: check sgl supported by targetMax Gurtovoy1-0/+5
2021-04-02nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg1-2/+2
2021-04-02nvme: use driver pdu command for passthroughKeith Busch1-1/+4
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni1-1/+1
2021-03-18nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-18nvme-tcp: fix misuse of __smp_processor_id with preemption enabledSagi Grimberg1-1/+1