summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-24nvme-rdma: assign completion vector correctlyMax Gurtovoy1-1/+1
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
2019-08-29nvme-rdma: Use rq_dma_dir macroIsrael Rukshin1-7/+3
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg1-2/+17
2019-08-29nvme-rdma: Add TOS for rdma transportIsrael Rukshin1-3/+6
2019-08-29nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg1-1/+1
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg1-12/+1
2019-08-04nvme: wait until all completed request's complete fn is calledMing Lei1-2/+6
2019-07-31nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg1-5/+11
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+4
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-55/+97
2019-06-24RDMA/core: Add an integrity MR pool supportIsrael Rukshin1-1/+1
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei1-3/+4
2019-06-06nvme-rdma: use dynamic dma mapping per commandMax Gurtovoy1-17/+36
2019-05-30nvme-rdma: fix queue mapping when queue count is limitedSagi Grimberg1-38/+61
2019-05-13nvme-rdma: remove redundant reference between ib_device and tagsetMax Gurtovoy1-29/+5
2019-04-25nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg1-4/+6
2019-02-21nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-2/+2
2019-02-20nvme-rdma: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-04nvme: remove the .stop_ctrl calloutSagi Grimberg1-9/+3
2019-01-23nvme-rdma: rework queue maps handlingSagi Grimberg1-13/+25
2019-01-23nvme-rdma: fix timeout handlerSagi Grimberg1-8/+18
2018-12-18nvme-rdma: implement polling queue mapSagi Grimberg1-6/+43
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg1-1/+1
2018-12-13nvme-rdma: support separate queue maps for read and writeSagi Grimberg1-3/+25
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg1-1/+1
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke1-2/+3
2018-12-04nvme-rdma: remove I/O polling supportChristoph Hellwig1-24/+0
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-0/+2