aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-19IB/iser: Protect completion context active_qps updateMax Gurtovoy1-0/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2017-01-24IB/iser: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-24IB/iser: remove unused variable from iser_conn structMax Gurtovoy3-14/+5
2017-01-24IB/iser: Fix sg_tablesize calculationMax Gurtovoy1-7/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14ib_iser: log the connection reject messageSteve Wise1-1/+4
2016-09-23IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig3-21/+8
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
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
2016-05-05IB/iser: Fix max_sectors calculationChristoph Hellwig1-4/+10
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2-9/+25
2016-03-04iser: Accept arbitrary sg lists mapping if the device supports itSagi Grimberg2-9/+25
2016-02-29IB/iser: Use ib_drain_sq()Steve Wise3-27/+2
2015-12-26IB/iser: Support the remote invalidation exceptionJenny Derzhavetz4-3/+76
2015-12-24IB/iser: Change the increment rkey flow logicSagi Grimberg1-10/+10
2015-12-24IB/iser,isert: Create and use new shared headerSagi Grimberg3-43/+11
2015-12-24IB/iser: set intuitive values for mr_validJenny Derzhavetz2-6/+6
2015-12-24IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz3-7/+14
2015-12-24IB/iser: Reuse ib_sg_to_pagesSagi Grimberg2-85/+25
2015-12-24IB/iser: Fix module init not cleaning up on error flowRoi Dayan1-3/+6
2015-12-24IB/iser: constify iser_reg_ops structureJulia Lawall2-3/+3
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford4-358/+294
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz4-31/+22
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cqDoug Ledford4-356/+292
2015-12-11IB/iser: Convert to CQ abstractionChristoph Hellwig4-283/+210
2015-12-11IB/iser: Use helper for container_ofSagi Grimberg3-6/+9
2015-12-11IB/iser: Use a dedicated descriptor for loginSagi Grimberg3-83/+89
2015-12-07IB/iser: use sector_div instead of do_divArnd Bergmann1-1/+1
2015-10-28IB/iser: Port to new fast registration APISagi Grimberg3-52/+28
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford3-42/+42
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-1/+1
2015-10-28IB/iser: Enable SG clusteringSagi Grimberg1-1/+1
2015-10-28IB/iser: set block queue_virt_boundarySagi Grimberg4-326/+18
2015-10-22IB/iser: Remove an unused variableBart Van Assche1-4/+0
2015-10-21IB/iser: fix a comment typoGeliang Tang1-1/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig3-42/+42
2015-09-25IB/iser: Add module parameter for always register memorySagi Grimberg4-14/+31
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-1/+1
2015-08-30IB/iser: Use pd->local_dma_lkeyJason Gunthorpe4-5/+5
2015-08-30IB/iser: Chain all iser transaction send work requestsSagi Grimberg4-77/+99
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 Grimberg5-7/+60
2015-08-30IB/iser: Pass registration pool a size parameterSagi Grimberg3-25/+36
2015-08-30IB/iser: Unify fast memory registration flowsSagi Grimberg3-131/+113
2015-08-30IB/iser: Make reg_desc_get a per device routineSagi Grimberg2-13/+41
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 Lev3-54/+68
2015-08-30IB/iser: Introduce iser registration pool structSagi Grimberg3-59/+82