aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Assche2-19/+25
2015-08-30IB/srp: Register the indirect data buffer descriptorBart Van Assche2-3/+58
2015-08-30IB/srp: Introduce srp_device.use_fmrBart Van Assche2-11/+12
2015-08-30IB/srp: Remove use_mr argument from srp_map_sg_entry()Bart Van Assche1-21/+15
2015-08-30IB/srp: Remove the memory registration backtracking codeBart Van Assche2-55/+13
2015-08-30IB/srp: Add memory descriptor array pointer range checkingBart Van Assche2-6/+20
2015-08-30IB/srp: Use multiple registrations for large memory regionsBart Van Assche1-10/+0
2015-08-30IB/srp: Re-enable FMR for non-page aligned buffersBart Van Assche1-9/+5
2015-08-30IB/srp: Use pd->local_dma_lkeyJason Gunthorpe1-1/+1
2015-08-30IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login failsBart Van Assche1-0/+9
2015-08-30IB/srp: Bump driver version and release dateBart Van Assche1-2/+2
2015-08-30IB/srp: Handle partial connection success correctlyBart Van Assche1-1/+2
2015-08-30IB/srp: Constify a function argumentBart Van Assche1-1/+1
2015-08-30IB/srp: Convert to ib_alloc_mrSagi Grimberg1-1/+2
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-3/+3
2015-07-14IB/srp: Avoid using uninitialized variableSagi Grimberg1-7/+4
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock1-10/+2
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-2/+7
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-2/+2
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2Doug Ledford1-7/+9
2015-05-18IB/srp: Align to generic logging helpersSagi Grimberg1-7/+9
2015-05-18IB/srp: Add 64-bit LUN supportBart Van Assche2-7/+6
2015-05-18IB/srp: Remove !ch->target tests from the reconnect codeBart Van Assche1-7/+1
2015-05-18IB/srp: Remove a superfluous check from srp_free_req_data()Bart Van Assche1-1/+1
2015-05-18IB/srp: Rearrange module descriptionBart Van Assche1-2/+3
2015-05-18IB/srp: Remove superfluous castsBart Van Assche1-8/+5
2015-05-18IB/srp: Fix reconnection failure handlingBart Van Assche1-4/+1
2015-05-18IB/srp: Fix connection state trackingBart Van Assche2-32/+30
2015-05-18IB/srp: Fix a connection setup raceBart Van Assche1-2/+3
2015-05-18IB/srp: Remove an extraneous scsi_host_put() from an error pathBart Van Assche1-8/+5
2015-04-15IB/srp: Use P_Key cache for P_Key lookupsBart Van Assche1-4/+5
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2014-12-15IB/srp: Allow newline separator for connection stringSagi Grimberg1-1/+1
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-5/+2
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig1-7/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-12/+8
2014-11-12IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche2-9/+52
2014-11-12IB/srp: Add multichannel supportBart Van Assche2-75/+216
2014-11-12IB/srp: Use block layer tagsBart Van Assche2-24/+27
2014-11-12IB/srp: Separate target and channel variablesBart Van Assche2-335/+403
2014-11-12IB/srp: Introduce two new srp_target_port member variablesBart Van Assche2-17/+26
2014-11-12IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche2-9/+52
2014-11-12IB/srp: Remove stale connection retry mechanismBart Van Assche1-13/+3
2014-11-12IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()Bart Van Assche1-5/+6
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-23/+1
2014-08-14IB/srp: Fix return value check in srp_init_module()Wei Yongjun1-2/+2