summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-14/+11
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+2
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-1/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-06-24scsi: RDMA/srp: Don't set a max_segment_size when virt_boundary_mask is setChristoph Hellwig-2/+3
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+3
2024-12-19RDMA/srp: Fix error handling in srp_add_portMa Ke-1/+0
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche-2/+3
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe-11/+5
2023-10-02IB/srp: Annotate struct srp_fr_pool with __counted_byKees Cook-1/+1
2023-09-11RDMA/srp: Do not call scsi_done() from srp_abort()Bart Van Assche-11/+5
2023-07-25scsi: RDMA/srp: Fix residual handlingBart Van Assche-4/+0
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+0
2023-03-24scsi: RDMA/srp: Declare the SCSI host template constBart Van Assche-1/+1
2023-03-19dyndbg: cleanup dynamic usage in ib_srp.cJason Baron-5/+0
2023-01-15Merge branch 'mlx5-next' into HEADLeon Romanovsky-3/+5
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang-1/+1
2022-12-29RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)-3/+5
2022-12-04RDMA/srp: Fix error return code in srp_parse_options()Wang Yufen-14/+82
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe-1/+2
2022-09-22RDMA/srp: Support more than 255 rdma portsMikhael Goikhman-7/+7
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang-1/+1
2022-09-20RDMA/srp: Fix srp_abort()Bart Van Assche-3/+1
2022-09-01RDMA/srp: Set scmnd->result only when scmnd is not NULLyangx.jy@fujitsu.com-1/+2
2022-08-28RDMA/srp: Use the attribute group mechanism for sysfs attributesBart Van Assche-6/+12
2022-08-28RDMA/srp: Handle dev_set_name() failureBart Van Assche-4/+5
2022-08-28RDMA/srp: Remove the srp_host.released completionBart Van Assche-10/+5
2022-08-28RDMA/srp: Rework the srp_add_port() error pathBart Van Assche-8/+7
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry-2/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe-4/+4
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+10
2022-02-23RDMA/ib_srp: Add more documentationBart Van Assche-1/+10
2022-02-23RDMA/ib_srp: Fix a deadlockBart Van Assche-2/+4
2021-10-16scsi: RDMA/srp: Switch to attribute groupsBart Van Assche-21/+30
2021-10-16scsi: ib_srp: Call scsi_done() directlyBart Van Assche-4/+4
2021-08-11scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-4/+5
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke-1/+1
2021-05-28RDMA/srp: Use DEVICE_ATTR_*() macrosYueHaibing-42/+57
2021-05-28RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacentBart Van Assche-92/+63
2021-05-28RDMA/srp: Fix a recently introduced memory leakBart Van Assche-7/+6
2021-05-28RDMA/srp: Add more structure size checksBart Van Assche-1/+4
2021-02-16RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodesNicolas Morey-Chaisemartin-65/+45
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches-2/+2
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches-0/+4
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches-20/+20
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-02RDMA/srp: Remove support for FMR memory registrationMax Gurtovoy-227/+22