summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)Author
2021-07-13nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACEPrabhakar Kushwaha
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch
2021-06-17nvme-tcp: use ctrl sgl check helperChaitanya Kulkarni
2021-06-16nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()Dan Carpenter
2021-06-03nvme-tcp: allow selecting the network interface for connectionsMartin Belanger
2021-05-19nvme-tcp: rerun io_work if req_list is not emptyKeith Busch
2021-05-19nvme-tcp: fix possible use-after-completionSagi Grimberg
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-02nvme-tcp: check sgl supported by targetMax Gurtovoy
2021-04-02nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg
2021-04-02nvme: use driver pdu command for passthroughKeith Busch
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni
2021-03-18nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg
2021-03-18nvme-tcp: fix misuse of __smp_processor_id with preemption enabledSagi Grimberg
2021-03-18nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg
2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig
2021-02-11nvme-tcp: fix crash triggered with a dataless request submissionSagi Grimberg
2021-02-02nvme-tcp: use cancel tagset helper for tear downChao Leng
2021-02-02nvme-tcp: add clean action for failed reconnectionChao Leng
2021-02-02nvme-tcp: pass multipage bvec to request iov_iterSagi Grimberg
2021-02-02nvme-tcp: get rid of unused helper functionSagi Grimberg
2021-02-02nvme-tcp: fix wrong setting of request iov_iterSagi Grimberg
2021-01-18nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng
2021-01-14nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg
2021-01-14nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg
2021-01-06nvme-tcp: Fix possible race of io_work and direct sendSagi Grimberg
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni
2020-11-03nvme-tcp: avoid repeated request completionSagi Grimberg
2020-11-03nvme-tcp: avoid race between time out and tear downChao Leng
2020-10-02nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-08nvme-tcp: cancel async events before freeing event structDavid Milburn
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-28nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg
2020-08-28nvme-tcp: fix timeout handlerSagi Grimberg
2020-08-28nvme-tcp: serialize controller teardown sequencesSagi Grimberg
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-29nvme-tcp: fix controller reset hang during trafficSagi Grimberg
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg
2020-07-26nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg
2020-07-08nvme-tcp: optimize network stack with setting msg flags according to batch sizeSagi Grimberg
2020-07-08nvme-tcp: leverage request pluggingSagi Grimberg
2020-07-08nvme-tcp: have queue prod/cons send list become a llistSagi Grimberg
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe
2020-06-24nvme-tcp: initialize tagset numa value to the value of the ctrlMax Gurtovoy