summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iser_memory.c
Commit message (Expand)AuthorAgeFilesLines
* IB/iser: Generalize map/unmap dma tasksMax Gurtovoy2022-03-181-4/+27
* IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy2022-03-181-4/+4
* IB/iser: Remove iser_reg_data_sg helper functionMax Gurtovoy2022-03-181-22/+9
* RDMA/iser: Delete useless module.h includeLeon Romanovsky2022-01-281-1/+0
* IB/iser: Align coding style across driverMax Gurtovoy2022-01-061-34/+24
* scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-1/+1
* IB/iser: Remove unneeded semicolonsMax Gurtovoy2021-01-191-2/+1
* RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin2020-06-021-179/+9
* IB/iser: Always check sig MR before putting it to the free poolSergey Gorenko2020-03-261-3/+18
* IB/iser: use true,false for bool variablezhengbin2020-01-031-1/+1
* IB/iser: remove redundant macro definitionsMax Gurtovoy2019-10-011-2/+2
* IB/iser: add unlikely checks in the fast pathMax Gurtovoy2019-10-011-1/+1
* IB/iser: Unwind WR union at iser_tx_descIsrael Rukshin2019-06-241-7/+9
* IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin2019-06-241-63/+35
* IB/iser: Remove unused sig_attrs argumentIsrael Rukshin2019-05-211-6/+5
* IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-041-5/+4
* IB/iser: Pass the correct number of entries for dma mapped SGLIsrael Rukshin2019-01-181-5/+5
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-2/+2
* IB/core: Make function ib_fmr_pool_unmap return voidYuval Shaia2018-11-211-4/+1
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+1
|\
| * block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-301-1/+1
* | IB/iser: Inline two work request conversion functionsBart Van Assche2018-07-301-2/+3
|/
* IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-041-2/+2
* IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-1/+1
* IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2016-09-231-1/+5
* IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-2/+2
* IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-2/+2
* IB/iser: Support the remote invalidation exceptionJenny Derzhavetz2015-12-261-0/+1
* IB/iser: Change the increment rkey flow logicSagi Grimberg2015-12-241-10/+10
* IB/iser: set intuitive values for mr_validJenny Derzhavetz2015-12-241-4/+4
* IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz2015-12-241-4/+9
* IB/iser: Reuse ib_sg_to_pagesSagi Grimberg2015-12-241-82/+23
* IB/iser: constify iser_reg_ops structureJulia Lawall2015-12-241-2/+2
* Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-221-6/+15
|\
| * IB/iser: Convert to CQ abstractionChristoph Hellwig2015-12-111-6/+15
* | IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-5/+4
|/
* IB/iser: Port to new fast registration APISagi Grimberg2015-10-281-30/+24
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-38/+34
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-38/+34
* | IB/iser: set block queue_virt_boundarySagi Grimberg2015-10-281-274/+0
|/
* IB/iser: Add module parameter for always register memorySagi Grimberg2015-09-251-6/+12
* IB/iser: Use pd->local_dma_lkeyJason Gunthorpe2015-08-301-1/+1
* IB/iser: Chain all iser transaction send work requestsSagi Grimberg2015-08-301-67/+53
* IB/iser: Add debug prints to the various memory registration methodsSagi Grimberg2015-08-301-1/+9
* IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg2015-08-301-2/+12
* IB/iser: Unify fast memory registration flowsSagi Grimberg2015-08-301-114/+96
* IB/iser: Make reg_desc_get a per device routineSagi Grimberg2015-08-301-10/+28
* IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmrSagi Grimberg2015-08-301-8/+8
* IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev2015-08-301-12/+16
* IB/iser: Introduce iser registration pool structSagi Grimberg2015-08-301-14/+18