summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08nvme-tcp: lockdep: annotate in-kernel socketsChris Leech1-0/+40
2022-02-23nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-16nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg1-1/+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-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
2021-03-18nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg1-0/+7
2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig1-2/+2
2021-02-11nvme-tcp: fix crash triggered with a dataless request submissionSagi Grimberg1-1/+1
2021-02-02nvme-tcp: use cancel tagset helper for tear downChao Leng1-10/+2
2021-02-02nvme-tcp: add clean action for failed reconnectionChao Leng1-2/+16
2021-02-02nvme-tcp: pass multipage bvec to request iov_iterSagi Grimberg1-4/+9
2021-02-02nvme-tcp: get rid of unused helper functionSagi Grimberg1-5/+0
2021-02-02nvme-tcp: fix wrong setting of request iov_iterSagi Grimberg1-5/+2
2021-01-18nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng1-4/+10
2021-01-14nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg1-1/+1
2021-01-14nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg1-1/+1
2021-01-06nvme-tcp: Fix possible race of io_work and direct sendSagi Grimberg1-1/+11
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni1-1/+1
2020-11-03nvme-tcp: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-03nvme-tcp: avoid race between time out and tear downChao Leng1-11/+3
2020-10-03nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li1-4/+3
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-09-08nvme-tcp: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+57
2020-08-29nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36
2020-08-29nvme-tcp: serialize controller teardown sequencesSagi Grimberg1-2/+9