aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)Author
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-14nvme-tcp: lockdep: annotate in-kernel socketsChris Leech
2022-03-14nvme-tcp: don't fold the lineChaitanya Kulkarni
2022-03-14nvme-tcp: don't initialize ret variableChaitanya Kulkarni
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni
2022-02-23nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash
2022-02-09nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg
2022-02-02nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg
2021-11-23nvme-tcp: fix memory leak when freeing a queueMaurizio Lombardi
2021-11-23nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()Varun Prakash
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-27nvme-tcp: fix data digest pointer calculationVarun Prakash
2021-10-27nvme-tcp: fix possible req->offset corruptionVarun Prakash
2021-10-26nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg
2021-10-20nvme: display correct subsystem NQNHannes Reinecke
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-09-21nvme-tcp: fix incorrect h2cdata pdu offset accountingSagi Grimberg
2021-09-14nvme-tcp: fix io_work priority inversionKeith Busch
2021-09-06nvme-tcp: Do not reset transport on data digest errorsDaniel Wagner
2021-08-16nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li
2021-08-16nvme-tcp: pair send_mutex init with destroyKeith Busch
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-08-16nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg
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