aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iser_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18IB/iser: Generalize map/unmap dma tasksMax Gurtovoy1-4/+27
2022-03-18IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy1-4/+4
2022-03-18IB/iser: Remove iser_reg_data_sg helper functionMax Gurtovoy1-22/+9
2022-01-28RDMA/iser: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-06IB/iser: Align coding style across driverMax Gurtovoy1-34/+24
2021-08-11scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-01-19IB/iser: Remove unneeded semicolonsMax Gurtovoy1-2/+1
2020-06-02RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin1-179/+9
2020-03-26IB/iser: Always check sig MR before putting it to the free poolSergey Gorenko1-3/+18
2020-01-03IB/iser: use true,false for bool variablezhengbin1-1/+1
2019-10-01IB/iser: remove redundant macro definitionsMax Gurtovoy1-2/+2
2019-10-01IB/iser: add unlikely checks in the fast pathMax Gurtovoy1-1/+1
2019-06-24IB/iser: Unwind WR union at iser_tx_descIsrael Rukshin1-7/+9
2019-06-24IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin1-63/+35
2019-05-21IB/iser: Remove unused sig_attrs argumentIsrael Rukshin1-6/+5
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche1-5/+4
2019-01-18IB/iser: Pass the correct number of entries for dma mapped SGLIsrael Rukshin1-5/+5
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-2/+2
2018-11-21IB/core: Make function ib_fmr_pool_unmap return voidYuval Shaia1-4/+1
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-1/+1
2018-07-30IB/iser: Inline two work request conversion functionsBart Van Assche1-2/+3
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy1-1/+1
2018-06-04IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy1-2/+2
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-1/+1
2016-09-23IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig1-1/+5
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-2/+2
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-2/+2
2015-12-26IB/iser: Support the remote invalidation exceptionJenny Derzhavetz1-0/+1
2015-12-24IB/iser: Change the increment rkey flow logicSagi Grimberg1-10/+10
2015-12-24IB/iser: set intuitive values for mr_validJenny Derzhavetz1-4/+4
2015-12-24IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz1-4/+9
2015-12-24IB/iser: Reuse ib_sg_to_pagesSagi Grimberg1-82/+23
2015-12-24IB/iser: constify iser_reg_ops structureJulia Lawall1-2/+2
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford1-6/+15
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz1-5/+4
2015-12-11IB/iser: Convert to CQ abstractionChristoph Hellwig1-6/+15
2015-10-28IB/iser: Port to new fast registration APISagi Grimberg1-30/+24
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-38/+34
2015-10-28IB/iser: set block queue_virt_boundarySagi Grimberg1-274/+0
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-38/+34
2015-09-25IB/iser: Add module parameter for always register memorySagi Grimberg1-6/+12
2015-08-30IB/iser: Use pd->local_dma_lkeyJason Gunthorpe1-1/+1
2015-08-30IB/iser: Chain all iser transaction send work requestsSagi Grimberg1-67/+53
2015-08-30IB/iser: Add debug prints to the various memory registration methodsSagi Grimberg1-1/+9
2015-08-30IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg1-2/+12
2015-08-30IB/iser: Unify fast memory registration flowsSagi Grimberg1-114/+96
2015-08-30IB/iser: Make reg_desc_get a per device routineSagi Grimberg1-10/+28
2015-08-30IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmrSagi Grimberg1-8/+8
2015-08-30IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev1-12/+16
2015-08-30IB/iser: Introduce iser registration pool structSagi Grimberg1-14/+18