aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-11scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-4/+5
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke1-1/+1
2021-05-28RDMA/srp: Use DEVICE_ATTR_*() macrosYueHaibing1-42/+57
2021-05-28RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacentBart Van Assche2-92/+63
2021-05-28RDMA/srp: Fix a recently introduced memory leakBart Van Assche1-7/+6
2021-05-28RDMA/srp: Add more structure size checksBart Van Assche1-1/+4
2021-02-16RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodesNicolas Morey-Chaisemartin1-65/+45
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches1-2/+2
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches1-0/+4
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-20/+20
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-02RDMA/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
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+3
2019-07-16scsi: IB/srp: set virt_boundary_mask in the scsi hostChristoph Hellwig1-15/+3
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-6/+15
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+2
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe3-1/+19
2019-06-20scsi: RDMA/srp: Fix a sleep-in-invalid-context bugBart Van Assche1-19/+2
2019-06-07RDMA/srp: Accept again source addresses that do not have a port numberBart Van Assche1-6/+15
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+17
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky1-1/+17
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-14/+12
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe1-2/+3
2019-02-04RDMA/srp: Rework SCSI device reset handlingBart Van Assche1-10/+0
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche1-10/+7
2019-01-30RDMA/srp: Increase max_segment_sizeBart Van Assche1-0/+1
2019-01-08IB/srp: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-32/+147
2018-12-19RDMA/srp: Add support for immediate dataBart Van Assche2-14/+89
2018-12-19RDMA/srp: Rework handling of the maximum information unit lengthBart Van Assche2-14/+29
2018-12-19RDMA/srp: Move srp_rdma_ch.max_ti_iu_len declarationBart Van Assche1-1/+2
2018-12-19RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche1-0/+1
2018-12-19RDMA/srp: Handle large SCSI CDBs correctlyBart Van Assche2-6/+19
2018-12-19RDMA/srp: Document srp_parse_in() argumentsBart Van Assche1-0/+3
2018-12-19include/scsi/srp.h: Add support for immediate dataBart Van Assche1-0/+5
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-2/+4