summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.c
Commit message (Expand)AuthorAgeFilesLines
* IB/srp: Fix srp_create_target() error handlingBart Van Assche2016-06-011-7/+7
* IB/srp: Fix a debug kernel crashBart Van Assche2016-06-011-1/+1
* IB/srp: Use ib_drain_rq()Steve Wise2016-02-291-36/+4
* Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-221-88/+85
|\
| * Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-151-88/+85
| |\
| | * IB/srp: use the new CQ APIChristoph Hellwig2015-12-111-89/+84
| | * IB: add a proper completion queue abstractionChristoph Hellwig2015-12-111-2/+4
* | | IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-23/+9
|/ /
* | IB/srp: Fix srp_map_sg_fr()Bart Van Assche2015-12-071-11/+8
* | IB/srp: Fix indirect data buffer rkey endiannessBart Van Assche2015-12-071-1/+1
* | IB/srp: Initialize dma_length in srp_map_idbChristoph Hellwig2015-12-071-0/+3
* | IB/srp: Fix possible send queue overflowSagi Grimberg2015-12-071-1/+1
* | IB/srp: Fix a memory leakBart Van Assche2015-12-071-9/+13
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-131-5/+0
|\
| * scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-5/+0
* | IB/srp: Dont allocate a page vector when using fast_regSagi Grimberg2015-10-281-9/+11
* | IB/srp: Remove srp_finish_mappingSagi Grimberg2015-10-281-10/+0
* | IB/srp: Convert to new registration APISagi Grimberg2015-10-281-62/+63
* | IB/srp: Split srp_map_sgSagi Grimberg2015-10-281-51/+106
* | Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-13/+13
|\ \
| * | IB: split struct ib_send_wrChristoph Hellwig2015-10-081-13/+13
| |/
* / IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-211-1/+1
|/
* IB/srp: Fix possible protection faultSagi Grimberg2015-09-031-6/+10
* IB/srp: Create an insecure all physical rkey only if neededBart Van Assche2015-08-301-17/+23
* IB/srp: Register the indirect data buffer descriptorBart Van Assche2015-08-301-3/+54
* IB/srp: Introduce srp_device.use_fmrBart Van Assche2015-08-301-11/+11
* IB/srp: Remove use_mr argument from srp_map_sg_entry()Bart Van Assche2015-08-301-21/+15
* IB/srp: Remove the memory registration backtracking codeBart Van Assche2015-08-301-49/+13
* IB/srp: Add memory descriptor array pointer range checkingBart Van Assche2015-08-301-4/+12
* IB/srp: Use multiple registrations for large memory regionsBart Van Assche2015-08-301-10/+0
* IB/srp: Re-enable FMR for non-page aligned buffersBart Van Assche2015-08-301-9/+5
* IB/srp: Use pd->local_dma_lkeyJason Gunthorpe2015-08-301-1/+1
* IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login failsBart Van Assche2015-08-301-0/+9
* IB/srp: Bump driver version and release dateBart Van Assche2015-08-301-2/+2
* IB/srp: Handle partial connection success correctlyBart Van Assche2015-08-301-1/+2
* IB/srp: Constify a function argumentBart Van Assche2015-08-301-1/+1
* IB/srp: Convert to ib_alloc_mrSagi Grimberg2015-08-301-1/+2
* IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-3/+3
* IB/srp: Avoid using uninitialized variableSagi Grimberg2015-07-141-7/+4
* IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock2015-07-141-10/+2
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-2/+2
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-2/+2
* | IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-2/+7
| |
| \
*-. | Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford2015-05-201-7/+9
|\ \|
| * | IB/srp: Align to generic logging helpersSagi Grimberg2015-05-181-7/+9
| |/
* | IB/srp: Add 64-bit LUN supportBart Van Assche2015-05-181-6/+6
* | IB/srp: Remove !ch->target tests from the reconnect codeBart Van Assche2015-05-181-7/+1
* | IB/srp: Remove a superfluous check from srp_free_req_data()Bart Van Assche2015-05-181-1/+1
* | IB/srp: Rearrange module descriptionBart Van Assche2015-05-181-2/+3
* | IB/srp: Remove superfluous castsBart Van Assche2015-05-181-8/+5