| Commit message (Expand) | Author | Age | Files | Lines |
* | RDMA/srp: Fix a recently introduced memory leak | Bart Van Assche | 2021-07-14 | 1 | -7/+6 |
* | RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes | Nicolas Morey-Chaisemartin | 2021-03-20 | 1 | -65/+45 |
* | RDMA/srp: Remove support for FMR memory registration | Max Gurtovoy | 2020-06-02 | 1 | -206/+16 |
* | RDMA/srp: Make the channel count configurable per target | Bart Van Assche | 2020-05-29 | 1 | -5/+17 |
* | RDMA: Allow ib_client's to fail when add() is called | Jason Gunthorpe | 2020-05-06 | 1 | -11/+10 |
* | IB/srp: Never use immediate data if it is disabled by a user | Sergey Gorenko | 2020-01-15 | 1 | -1/+2 |
* | ib/srp: Add missing new line after displaying fast_io_fail_tmo param | Donald Dutile | 2019-10-21 | 1 | -2/+2 |
* | RDMA/srp: Calculate max_it_iu_size if remote max_it_iu length available | Honggang Li | 2019-10-08 | 1 | -4/+14 |
* | RDMA/srp: Add parse function for maximum initiator to target IU size | Honggang Li | 2019-10-08 | 1 | -0/+10 |
* | RDMA/srp: Make route resolving error messages more informative | Bart Van Assche | 2019-10-04 | 1 | -2/+2 |
* | RDMA/srp: Honor the max_send_sge device attribute | Bart Van Assche | 2019-10-04 | 1 | -2/+5 |
* | RDMA/srp: Remove two casts | Bart Van Assche | 2019-10-04 | 1 | -2/+2 |
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2019-07-20 | 1 | -15/+3 |
|\ |
|
| * | scsi: IB/srp: set virt_boundary_mask in the scsi host | Christoph Hellwig | 2019-07-16 | 1 | -15/+3 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-07-15 | 1 | -6/+15 |
|\ \ |
|
| * \ | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe | 2019-06-28 | 1 | -1/+17 |
| |\ \ |
|
| * | | | RDMA/srp: Accept again source addresses that do not have a port number | Bart Van Assche | 2019-06-07 | 1 | -6/+15 |
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-07-11 | 1 | -19/+2 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | scsi: RDMA/srp: Fix a sleep-in-invalid-context bug | Bart Van Assche | 2019-06-20 | 1 | -19/+2 |
| |/ |
|
* / | RDMA/srp: Rename SRP sysfs name after IB device rename trigger | Leon Romanovsky | 2019-05-21 | 1 | -1/+17 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-03-09 | 1 | -14/+12 |
|\ |
|
| * | RDMA: Add and use rdma_for_each_port | Jason Gunthorpe | 2019-02-19 | 1 | -2/+3 |
| * | IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len() | Bart Van Assche | 2019-02-04 | 1 | -10/+7 |
| * | RDMA/srp: Increase max_segment_size | Bart Van Assche | 2019-01-30 | 1 | -0/+1 |
| * | IB/srp: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 2019-01-08 | 1 | -2/+1 |
* | | RDMA/srp: Rework SCSI device reset handling | Bart Van Assche | 2019-02-04 | 1 | -10/+0 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-12-28 | 1 | -30/+129 |
|\ |
|
| * | RDMA/srp: Add support for immediate data | Bart Van Assche | 2018-12-19 | 1 | -14/+77 |
| * | RDMA/srp: Rework handling of the maximum information unit length | Bart Van Assche | 2018-12-19 | 1 | -13/+27 |
| * | RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layer | Bart Van Assche | 2018-12-19 | 1 | -0/+1 |
| * | RDMA/srp: Handle large SCSI CDBs correctly | Bart Van Assche | 2018-12-19 | 1 | -6/+17 |
| * | RDMA/srp: Document srp_parse_in() arguments | Bart Van Assche | 2018-12-19 | 1 | -0/+3 |
| * | include/scsi/srp.h: Add support for immediate data | Bart Van Assche | 2018-12-19 | 1 | -0/+5 |
| * | RDMA: Start use ib_device_ops | Kamal Heib | 2018-12-12 | 1 | -2/+4 |
* | | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 1 | -1/+0 |
|/ |
|
* | ib_srp: Remove WARN_ON in srp_terminate_io() | Hannes Reinecke | 2018-10-17 | 1 | -9/+0 |
* | Merge branch 'for-rc' into rdma.git for-next | Jason Gunthorpe | 2018-10-16 | 1 | -3/+3 |
|\ |
|
| * | IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loop | Bart Van Assche | 2018-09-19 | 1 | -3/+3 |
* | | RDMA/ulp: Use dev_name instead of ibdev->name | Jason Gunthorpe | 2018-09-26 | 1 | -4/+6 |
|/ |
|
* | RDMA/cma: Constify path record, ib_cm_event, listen_id pointers | Parav Pandit | 2018-07-30 | 1 | -3/+5 |
* | IB/srp: Simplify ib_post_(send|recv|srq_recv)() calls | Bart Van Assche | 2018-07-24 | 1 | -8/+6 |
* | IB/srp: Remove driver version and release data information | Bart Van Assche | 2018-07-03 | 1 | -3/+0 |
* | IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid | Parav Pandit | 2018-06-18 | 1 | -1/+1 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -4/+5 |
* | IB/srp: Disallow duplicate RDMA/CM connections | Bart Van Assche | 2018-03-19 | 1 | -3/+0 |
* | IB/srp: Fix IPv6 address parsing | Bart Van Assche | 2018-03-14 | 1 | -4/+23 |
* | IB/srp: Use the IB_DEVICE_SG_GAPS_REG HCA feature if supported | Sergey Gorenko | 2018-03-06 | 1 | -20/+36 |
* | IB/srp: Use %pIS instead of inet_ntop() | Bart Van Assche | 2018-02-28 | 1 | -42/+10 |
* | Revert "IB/srp: Avoid that a cable pull can trigger a kernel crash" | Bart Van Assche | 2018-02-28 | 1 | -19/+6 |
* | IB/srp: Fix srp_abort() | Bart Van Assche | 2018-02-28 | 1 | -3/+5 |