summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni1-1/+1
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-13/+13
2020-11-12nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig1-1/+1
2020-11-05Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe1-11/+3
2020-11-03nvme-rdma: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-03nvme-rdma: avoid race between time out and tear downChao Leng1-10/+2
2020-10-30Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-2/+2
2020-10-27nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi1-0/+8
2020-10-22nvme-rdma: fix crash due to incorrect cqeChao Leng1-2/+3
2020-10-22nvme-rdma: fix crash when connect rejectedChao Leng1-1/+0
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-09-08nvme-rdma: 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-17/+51
2020-08-28nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-28nvme-rdma: fix timeout handlerSagi Grimberg1-16/+33
2020-08-28nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig1-1/+1
2020-07-29nvme-rdma: fix controller reset hang during trafficSagi Grimberg1-3/+9
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg1-4/+6
2020-07-29nvme-rdma: use new shared CQ mechanismYamin Friedman1-26/+51
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe1-1/+1
2020-06-24nvme-rdma: assign completion vector correctlyMax Gurtovoy1-1/+1
2020-06-24nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig1-2/+3
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig1-1/+3
2020-06-24nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig1-19/+17
2020-05-27nvme-rdma: add metadata/T10-PI supportMax Gurtovoy1-10/+270
2020-05-27nvme-rdma: introduce nvme_rdma_sgl structureIsrael Rukshin1-17/+24
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0
2020-03-31nvme-rdma: Replace comma with a semicolonIsrael Rukshin1-1/+1
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2020-03-26nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrlIsrael Rukshin1-1/+6
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin1-1/+0
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-2/+1
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche1-8/+0
2020-03-10nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa1-3/+5
2020-02-14nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland1-1/+1
2019-11-27nvme-rdma: Avoid preallocating big SGL for dataIsrael Rukshin1-5/+5
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+7
2019-11-06nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy1-0/+8
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy1-7/+5
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin1-2/+2
2019-10-14nvme: Restart request timers in resetting stateKeith Busch1-0/+8
2019-09-27nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg1-1/+2
2019-09-25nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy1-5/+11
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+34