aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-30IB/srp: Remove the memory registration backtracking codeBart Van Assche1-49/+13
2015-08-30IB/srp: Add memory descriptor array pointer range checkingBart Van Assche1-4/+12
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 Assche1-6/+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 Assche1-31/+29
2015-05-18IB/srp: Fix a connection setup raceBart Van Assche1-2/+3