summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/tcp.c
AgeCommit message (Expand)Author
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-07nvme: consolidate setting the tagset flagsChristoph Hellwig
2022-12-07nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg
2022-11-25use less confusing names for iov_iter direction initializerspull-iov_iterAl Viro
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig
2022-11-16nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig
2022-10-25nvme-tcp: fix possible circular locking when deleting a controller under memo...Sagi Grimberg
2022-10-25nvme-tcp: replace sg_init_marker() with sg_init_table()Nam Cao
2022-10-12nvme-tcp: fix possible hang caused during ctrl deletionSagi Grimberg
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-27nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig
2022-09-27nvme-tcp: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig
2022-09-27nvme-tcp: remove the unused queue_size member in nvme_tcp_queueChristoph Hellwig
2022-09-19nvme-tcp: print actual source IP address through sysfs "address" attrMartin Belanger
2022-09-19nvme-tcp: handle number of queue changesDaniel Wagner
2022-09-06nvme-tcp: fix regression that causes sporadic requests to time outSagi Grimberg
2022-09-06nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-10nvme-tcp: check if the queue is allocated before stopping itMaurizio Lombardi
2022-08-02nvme-tcp: split nvme_tcp_alloc_tagsetChristoph Hellwig
2022-08-02nvme-tcp: use in-capsule data for I/O connectCaleb Sander
2022-08-02nvme: implement In-Band authenticationHannes Reinecke
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry
2022-06-29nvme: fix regression when disconnect a recovering ctrlRuozhu Li
2022-06-29nvme-tcp: always fail a request when sending it failedSagi Grimberg
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-05-16nvme-fabrics: add a request timeout helperChaitanya Kulkarni
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