aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28Merge 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-02nvme-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-28nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-28nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36
2020-08-28nvme-tcp: serialize controller teardown sequencesSagi Grimberg1-2/+9
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig1-2/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+73
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2020-07-29nvme-tcp: fix controller reset hang during trafficSagi Grimberg1-3/+9
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg1-6/+9
2020-07-26nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg1-0/+3
2020-07-08nvme-tcp: optimize network stack with setting msg flags according to batch sizeSagi Grimberg1-3/+17
2020-07-08nvme-tcp: leverage request pluggingSagi Grimberg1-5/+14
2020-07-08nvme-tcp: have queue prod/cons send list become a llistSagi Grimberg1-10/+24
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe1-2/+2
2020-06-24nvme-tcp: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig1-2/+4
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2020-06-11nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_opsRikard Falkeborn1-4/+4