summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srp/ib_srp.c
AgeCommit message (Expand)Author
2019-12-05RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche
2019-02-27RDMA/srp: Rework SCSI device reset handlingBart Van Assche
2018-10-03IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche
2018-04-24IB/srp: Fix completion vector assignment algorithmBart Van Assche
2018-04-24IB/srp: Fix srp_abort()Bart Van Assche
2017-11-30IB/srp: Avoid that a cable pull can trigger a kernel crashBart Van Assche
2017-03-15IB/srp: Fix race conditions related to task managementBart Van Assche
2017-03-15IB/srp: Avoid that duplicate responses trigger a kernel bugBart Van Assche
2017-03-15IB/SRP: Avoid using IB_MR_TYPE_SG_GAPSBart Van Assche
2017-02-01IB/srp: fix invalid indirect_sg_entries parameter valueIsrael Rukshin
2017-02-01IB/srp: fix mr allocation when the device supports sg gapsIsrael Rukshin
2016-10-07IB/srp: Fix infinite loop when FMR sg[0].offset != 0Bart Van Assche
2016-10-07IB/srp: Remove an unused argumentBart Van Assche
2016-09-23IB/srp: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig
2016-06-06IB/srp: Fix srp_map_sg_dma()Bart Van Assche
2016-06-06IB/srp: Always initialize use_fast_reg and use_fmrBart Van Assche
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-05-13Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford
2016-05-13IB/srp: Fix a debug kernel crashBart Van Assche
2016-05-13IB/srp: Do not register memory if never_register has been setBart Van Assche
2016-05-13IB/srp: Prevent mapping failuresBart Van Assche
2016-05-13IB/srp: Swap two code blocks in srp_add_one()Bart Van Assche
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche
2016-05-13IB/srp: Fix srp_create_target() error handlingBart Van Assche
2016-05-13IB/srp: Fix a memory descriptor leak in an error pathBart Van Assche
2016-05-13IB/srp: Print "ib_srp: " prefix onceBart Van Assche
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig
2016-05-12IB/srp: Move common code into the callerBart Van Assche
2016-05-12IB/srp: Move code out of a loopBart Van Assche
2016-05-12IB/srp: Avoid that mapping failure triggers an infinite loopBart Van Assche
2016-05-12IB/srp: Introduce target->mr_pool_sizeBart Van Assche
2016-05-12IB/srp: Fix srp_map_data() error pathsBart Van Assche
2016-05-12IB/srp: Document srp_map_data() return valueBart Van Assche
2016-05-12IB/srp: Fix a commentBart Van Assche
2016-05-12IB/srp: Fix a spelling error in a source code commentBart Van Assche
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin
2016-04-11scsi: disable automatic target scanHannes Reinecke
2016-02-29IB/srp: Use ib_drain_rq()Steve Wise
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford
2015-12-11IB/srp: use the new CQ APIChristoph Hellwig
2015-12-11IB: add a proper completion queue abstractionChristoph Hellwig
2015-12-07IB/srp: Fix srp_map_sg_fr()Bart Van Assche
2015-12-07IB/srp: Fix indirect data buffer rkey endiannessBart Van Assche
2015-12-07IB/srp: Initialize dma_length in srp_map_idbChristoph Hellwig
2015-12-07IB/srp: Fix possible send queue overflowSagi Grimberg
2015-12-07IB/srp: Fix a memory leakBart Van Assche
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds