summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srp
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe1-11/+5
2023-10-02IB/srp: Annotate struct srp_fr_pool with __counted_byKees Cook1-1/+1
2023-09-11RDMA/srp: Do not call scsi_done() from srp_abort()Bart Van Assche1-11/+5
2023-07-26scsi: RDMA/srp: Fix residual handlingBart Van Assche1-4/+0
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+0
2023-03-25scsi: RDMA/srp: Declare the SCSI host template constBart Van Assche1-1/+1
2023-03-19dyndbg: cleanup dynamic usage in ib_srp.cJason Baron1-5/+0
2023-01-15Merge branch 'mlx5-next' into HEADLeon Romanovsky1-3/+5
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang1-1/+1
2022-12-29RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)1-3/+5
2022-12-04RDMA/srp: Fix error return code in srp_parse_options()Wang Yufen1-14/+82
2022-10-07Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe1-1/+2
2022-09-22RDMA/srp: Support more than 255 rdma portsMikhael Goikhman2-7/+7
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang1-1/+1
2022-09-20RDMA/srp: Fix srp_abort()Bart Van Assche1-3/+1
2022-09-01RDMA/srp: Set scmnd->result only when scmnd is not NULLyangx.jy@fujitsu.com1-1/+2
2022-08-28RDMA/srp: Use the attribute group mechanism for sysfs attributesBart Van Assche1-6/+12
2022-08-28RDMA/srp: Handle dev_set_name() failureBart Van Assche1-4/+5
2022-08-28RDMA/srp: Remove the srp_host.released completionBart Van Assche2-10/+5
2022-08-28RDMA/srp: Rework the srp_add_port() error pathBart Van Assche1-8/+7
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-2/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-4/+4
2022-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+10
2022-02-23RDMA/ib_srp: Add more documentationBart Van Assche1-1/+10
2022-02-23RDMA/ib_srp: Fix a deadlockBart Van Assche1-2/+4
2021-10-17scsi: RDMA/srp: Switch to attribute groupsBart Van Assche1-21/+30
2021-10-17scsi: ib_srp: Call scsi_done() directlyBart Van Assche1-4/+4
2021-08-12scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-4/+5
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-06-01scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke1-1/+1
2021-05-29RDMA/srp: Use DEVICE_ATTR_*() macrosYueHaibing1-42/+57
2021-05-29RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacentBart Van Assche2-92/+63
2021-05-29RDMA/srp: Fix a recently introduced memory leakBart Van Assche1-7/+6
2021-05-29RDMA/srp: Add more structure size checksBart Van Assche1-1/+4
2021-02-17RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodesNicolas Morey-Chaisemartin1-65/+45
2020-10-31RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches1-2/+2
2020-10-31RDMA: Manual changes for sysfs_emit and neateningJoe Perches1-0/+4
2020-10-27RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-20/+20
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-03RDMA/srp: Remove support for FMR memory registrationMax Gurtovoy2-227/+22
2020-05-29RDMA/srp: Make the channel count configurable per targetBart Van Assche1-5/+17
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-11/+10
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-15IB/srp: Never use immediate data if it is disabled by a userSergey Gorenko1-1/+2
2019-10-21ib/srp: Add missing new line after displaying fast_io_fail_tmo paramDonald Dutile1-2/+2
2019-10-08RDMA/srp: Calculate max_it_iu_size if remote max_it_iu length availableHonggang Li1-4/+14
2019-10-08RDMA/srp: Add parse function for maximum initiator to target IU sizeHonggang Li2-0/+11
2019-10-04RDMA/srp: Make route resolving error messages more informativeBart Van Assche1-2/+2
2019-10-04RDMA/srp: Honor the max_send_sge device attributeBart Van Assche2-2/+6
2019-10-04RDMA/srp: Remove two castsBart Van Assche2-2/+4