summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.c
Commit message (Expand)AuthorAgeFilesLines
* IB/srp: Make CM timeout dependent on subnet timeoutBart Van Assche2017-10-181-2/+22
* IB/srp: Cache global rkeyBart Van Assche2017-10-181-13/+14
* IB/srp: Remove second argument of srp_destroy_qp()Bart Van Assche2017-10-181-6/+6
* IB/srp: Avoid that a cable pull can trigger a kernel crashBart Van Assche2017-10-181-6/+19
* IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche2017-10-101-1/+1
* RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
* RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-011-1/+1
* RDMA/srp: Fix NULL deref at srp_destroy_qp()Israel Rukshin2017-06-011-1/+1
* IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2017-05-011-1/+5
* IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-011-1/+1
* IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-011-3/+4
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-011-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+2
|\
| * IB/srp: Switch from dma_device to dev.parentBart Van Assche2017-01-241-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-34/+59
|\ \
| * | IB/srp: Drain the send queue before destroying a QPBart Van Assche2017-02-191-5/+14
| * | IB/srp: Improve an error pathBart Van Assche2017-02-191-1/+2
| * | IB/srp: Make a diagnostic message more informativeBart Van Assche2017-02-191-2/+3
| * | IB/srp: Document locking conventionsBart Van Assche2017-02-191-0/+5
| * | IB/srp: Fix race conditions related to task managementBart Van Assche2017-02-191-16/+29
| * | IB/srp: Avoid that duplicate responses trigger a kernel bugBart Van Assche2017-02-191-1/+3
| * | IB/SRP: Avoid using IB_MR_TYPE_SG_GAPSBart Van Assche2017-02-191-9/+3
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-0/+1
|\ \ \ | |/ / |/| |
| * | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
| |/
* | IB/srp: fix invalid indirect_sg_entries parameter valueIsrael Rukshin2017-01-241-0/+6
* | IB/srp: fix mr allocation when the device supports sg gapsIsrael Rukshin2017-01-241-2/+7
|/
* IB/srp: Make writing the add_target sysfs attr interruptibleBart Van Assche2016-12-141-1/+4
* IB/srp: Make mapping failures easier to debugBart Van Assche2016-12-141-2/+10
* IB/srp: Make login failures easier to debugBart Van Assche2016-12-141-0/+3
* IB/srp: Introduce a local variable in srp_add_one()Bart Van Assche2016-12-141-8/+9
* IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n buildBart Van Assche2016-12-141-5/+6
* IB/srp: Fix infinite loop when FMR sg[0].offset != 0Bart Van Assche2016-10-071-3/+5
* IB/srp: Remove an unused argumentBart Van Assche2016-10-071-2/+2
* IB/srp: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2016-09-231-25/+19
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* IB/srp: Fix srp_map_sg_dma()Bart Van Assche2016-06-061-2/+1
* IB/srp: Always initialize use_fast_reg and use_fmrBart Van Assche2016-06-061-3/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-201-53/+176
|\
| *-. Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford2016-05-131-1/+1
| |\ \
| | | * IB/srp: Fix a debug kernel crashBart Van Assche2016-05-131-1/+1
| | |/
| * | IB/srp: Do not register memory if never_register has been setBart Van Assche2016-05-131-3/+9
| * | IB/srp: Prevent mapping failuresBart Van Assche2016-05-131-19/+118
| * | IB/srp: Swap two code blocks in srp_add_one()Bart Van Assche2016-05-131-11/+12
| * | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-1/+1
| * | IB/srp: Fix srp_create_target() error handlingBart Van Assche2016-05-131-7/+7
| * | IB/srp: Fix a memory descriptor leak in an error pathBart Van Assche2016-05-131-1/+6
| * | IB/srp: Print "ib_srp: " prefix onceBart Van Assche2016-05-131-1/+1
| * | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-1/+1
| |/
| * IB/srp: Move common code into the callerBart Van Assche2016-05-121-1/+0
| * IB/srp: Move code out of a loopBart Van Assche2016-05-121-3/+3