aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-23IB/srp: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig1-25/+19
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-06-06IB/srp: Fix srp_map_sg_dma()Bart Van Assche1-2/+1
2016-06-06IB/srp: Always initialize use_fast_reg and use_fmrBart Van Assche1-3/+1
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-53/+176
2016-05-13Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into k.o/for-4.7Doug Ledford1-1/+1
2016-05-13IB/srp: Fix a debug kernel crashBart Van Assche1-1/+1
2016-05-13IB/srp: Do not register memory if never_register has been setBart Van Assche1-3/+9
2016-05-13IB/srp: Prevent mapping failuresBart Van Assche1-19/+118
2016-05-13IB/srp: Swap two code blocks in srp_add_one()Bart Van Assche1-11/+12
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-1/+1
2016-05-13IB/srp: Fix srp_create_target() error handlingBart Van Assche1-7/+7
2016-05-13IB/srp: Fix a memory descriptor leak in an error pathBart Van Assche1-1/+6
2016-05-13IB/srp: Print "ib_srp: " prefix onceBart Van Assche1-1/+1
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-1/+1
2016-05-12IB/srp: Move common code into the callerBart Van Assche1-1/+0
2016-05-12IB/srp: Move code out of a loopBart Van Assche1-3/+3
2016-05-12IB/srp: Avoid that mapping failure triggers an infinite loopBart Van Assche1-0/+2
2016-05-12IB/srp: Introduce target->mr_pool_sizeBart Van Assche1-3/+3
2016-05-12IB/srp: Fix srp_map_data() error pathsBart Van Assche1-11/+13
2016-05-12IB/srp: Document srp_map_data() return valueBart Van Assche1-0/+9
2016-05-12IB/srp: Fix a commentBart Van Assche1-1/+1
2016-05-12IB/srp: Fix a spelling error in a source code commentBart Van Assche1-1/+1
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin1-2/+2
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+1
2016-02-29IB/srp: Use ib_drain_rq()Steve Wise1-36/+4
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford1-88/+85
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz1-23/+9
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cqDoug Ledford1-88/+85
2015-12-11IB/srp: use the new CQ APIChristoph Hellwig1-89/+84
2015-12-11IB: add a proper completion queue abstractionChristoph Hellwig1-2/+4
2015-12-07IB/srp: Fix srp_map_sg_fr()Bart Van Assche1-11/+8
2015-12-07IB/srp: Fix indirect data buffer rkey endiannessBart Van Assche1-1/+1
2015-12-07IB/srp: Initialize dma_length in srp_map_idbChristoph Hellwig1-0/+3
2015-12-07IB/srp: Fix possible send queue overflowSagi Grimberg1-1/+1
2015-12-07IB/srp: Fix a memory leakBart Van Assche1-9/+13
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+0
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-5/+0
2015-10-28IB/srp: Dont allocate a page vector when using fast_regSagi Grimberg1-9/+11
2015-10-28IB/srp: Remove srp_finish_mappingSagi Grimberg1-10/+0
2015-10-28IB/srp: Convert to new registration APISagi Grimberg1-62/+63
2015-10-28IB/srp: Split srp_map_sgSagi Grimberg1-51/+106
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-13/+13
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-1/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-13/+13
2015-09-03IB/srp: Fix possible protection faultSagi Grimberg1-6/+10
2015-08-30IB/srp: Create an insecure all physical rkey only if neededBart Van Assche1-17/+23
2015-08-30IB/srp: Register the indirect data buffer descriptorBart Van Assche1-3/+54
2015-08-30IB/srp: Introduce srp_device.use_fmrBart Van Assche1-11/+11
2015-08-30IB/srp: Remove use_mr argument from srp_map_sg_entry()Bart Van Assche1-21/+15