summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/srp: Do not call scsi_done() from srp_abort()Bart Van Assche2023-09-111-11/+5
* scsi: RDMA/srp: Fix residual handlingBart Van Assche2023-07-261-4/+0
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-281-5/+0
|\
| * dyndbg: cleanup dynamic usage in ib_srp.cJason Baron2023-03-191-5/+0
* | scsi: RDMA/srp: Declare the SCSI host template constBart Van Assche2023-03-251-1/+1
|/
* RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang2023-01-101-1/+1
* RDMA/srp: Fix error return code in srp_parse_options()Wang Yufen2022-12-041-14/+82
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-071-1/+2
|\
| * RDMA/srp: Set scmnd->result only when scmnd is not NULLyangx.jy@fujitsu.com2022-09-011-1/+2
* | RDMA/srp: Support more than 255 rdma portsMikhael Goikhman2022-09-221-6/+6
* | RDMA/cma: Multiple path records support with netlink channelMark Zhang2022-09-221-1/+1
* | RDMA/srp: Fix srp_abort()Bart Van Assche2022-09-201-3/+1
* | RDMA/srp: Use the attribute group mechanism for sysfs attributesBart Van Assche2022-08-281-6/+12
* | RDMA/srp: Handle dev_set_name() failureBart Van Assche2022-08-281-4/+5
* | RDMA/srp: Remove the srp_host.released completionBart Van Assche2022-08-281-9/+5
* | RDMA/srp: Rework the srp_add_port() error pathBart Van Assche2022-08-281-8/+7
|/
* blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-2/+1
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-4/+4
* RDMA/ib_srp: Fix a deadlockBart Van Assche2022-02-231-2/+4
* scsi: RDMA/srp: Switch to attribute groupsBart Van Assche2021-10-171-21/+30
* scsi: ib_srp: Call scsi_done() directlyBart Van Assche2021-10-171-4/+4
* scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-4/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-031-1/+1
|\
| * scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-06-011-1/+1
* | RDMA/srp: Use DEVICE_ATTR_*() macrosYueHaibing2021-05-291-42/+57
* | RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacentBart Van Assche2021-05-291-90/+63
* | RDMA/srp: Fix a recently introduced memory leakBart Van Assche2021-05-291-7/+6
* | RDMA/srp: Add more structure size checksBart Van Assche2021-05-291-1/+4
|/
* RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodesNicolas Morey-Chaisemartin2021-02-171-65/+45
* RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-311-2/+2
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-311-0/+4
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-20/+20
* RDMA/srp: Remove support for FMR memory registrationMax Gurtovoy2020-06-031-206/+16
* RDMA/srp: Make the channel count configurable per targetBart Van Assche2020-05-291-5/+17
* RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-11/+10
* IB/srp: Never use immediate data if it is disabled by a userSergey Gorenko2020-01-151-1/+2
* ib/srp: Add missing new line after displaying fast_io_fail_tmo paramDonald Dutile2019-10-211-2/+2
* RDMA/srp: Calculate max_it_iu_size if remote max_it_iu length availableHonggang Li2019-10-081-4/+14
* RDMA/srp: Add parse function for maximum initiator to target IU sizeHonggang Li2019-10-081-0/+10
* RDMA/srp: Make route resolving error messages more informativeBart Van Assche2019-10-041-2/+2
* RDMA/srp: Honor the max_send_sge device attributeBart Van Assche2019-10-041-2/+5
* RDMA/srp: Remove two castsBart Van Assche2019-10-041-2/+2
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-201-15/+3
|\
| * scsi: IB/srp: set virt_boundary_mask in the scsi hostChristoph Hellwig2019-07-171-15/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-161-6/+15
|\ \
| * \ Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-1/+17
| |\ \
| * | | RDMA/srp: Accept again source addresses that do not have a port numberBart Van Assche2019-06-071-6/+15
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-19/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | scsi: RDMA/srp: Fix a sleep-in-invalid-context bugBart Van Assche2019-06-201-19/+2
| |/
* / RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2019-05-211-1/+17
|/