summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srp/ib_srp.c
AgeCommit message (Expand)Author
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
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig
2015-10-28IB/srp: Dont allocate a page vector when using fast_regSagi Grimberg
2015-10-28IB/srp: Remove srp_finish_mappingSagi Grimberg
2015-10-28IB/srp: Convert to new registration APISagi Grimberg
2015-10-28IB/srp: Split srp_map_sgSagi Grimberg
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-09-03IB/srp: Fix possible protection faultSagi Grimberg
2015-08-30IB/srp: Create an insecure all physical rkey only if neededBart Van Assche
2015-08-30IB/srp: Register the indirect data buffer descriptorBart Van Assche
2015-08-30IB/srp: Introduce srp_device.use_fmrBart Van Assche
2015-08-30IB/srp: Remove use_mr argument from srp_map_sg_entry()Bart Van Assche
2015-08-30IB/srp: Remove the memory registration backtracking codeBart Van Assche
2015-08-30IB/srp: Add memory descriptor array pointer range checkingBart Van Assche
2015-08-30IB/srp: Use multiple registrations for large memory regionsBart Van Assche
2015-08-30IB/srp: Re-enable FMR for non-page aligned buffersBart Van Assche
2015-08-30IB/srp: Use pd->local_dma_lkeyJason Gunthorpe
2015-08-30IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login failsBart Van Assche
2015-08-30IB/srp: Bump driver version and release dateBart Van Assche
2015-08-30IB/srp: Handle partial connection success correctlyBart Van Assche
2015-08-30IB/srp: Constify a function argumentBart Van Assche
2015-08-30IB/srp: Convert to ib_alloc_mrSagi Grimberg
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran
2015-07-14IB/srp: Avoid using uninitialized variableSagi Grimberg
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez