aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-25nvme-tcp: fix possible circular locking when deleting a controller under memory pressureSagi Grimberg1-1/+10
2022-10-25nvme-tcp: replace sg_init_marker() with sg_init_table()Nam Cao1-1/+1
2022-10-12nvme-tcp: fix possible hang caused during ctrl deletionSagi Grimberg1-1/+1
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-104/+65
2022-09-27nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig1-85/+16
2022-09-27nvme-tcp: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-6/+6
2022-09-27nvme-tcp: remove the unused queue_size member in nvme_tcp_queueChristoph Hellwig1-6/+3
2022-09-19nvme-tcp: print actual source IP address through sysfs "address" attrMartin Belanger1-1/+20
2022-09-19nvme-tcp: handle number of queue changesDaniel Wagner1-5/+21
2022-09-06nvme-tcp: fix regression that causes sporadic requests to time outSagi Grimberg1-4/+1
2022-09-06nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg1-1/+1
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-3/+1
2022-08-10nvme-tcp: check if the queue is allocated before stopping itMaurizio Lombardi1-0/+3
2022-08-02nvme-tcp: split nvme_tcp_alloc_tagsetChristoph Hellwig1-41/+41
2022-08-02nvme-tcp: use in-capsule data for I/O connectCaleb Sander1-5/+7
2022-08-02nvme: 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-21Merge 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-19nvme: 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-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch1-1/+1
2021-06-17nvme-tcp: use ctrl sgl check helperChaitanya Kulkarni1-1/+1