summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp
Commit message (Expand)AuthorAgeFilesLines
* RDMA/srp: Set scmnd->result only when scmnd is not NULLyangx.jy@fujitsu.com2022-09-011-1/+2
* 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
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-03-241-1/+10
|\
| * RDMA/ib_srp: Add more documentationBart Van Assche2022-02-231-1/+10
* | RDMA/ib_srp: Fix a deadlockBart Van Assche2022-02-231-2/+4
|/
* scsi: RDMA/srp: Switch to attribute groupsBart Van Assche2021-10-161-21/+30
* scsi: ib_srp: Call scsi_done() directlyBart Van Assche2021-10-161-4/+4
* scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-4/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-1/+1
|\
| * scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-05-311-1/+1
* | RDMA/srp: Use DEVICE_ATTR_*() macrosYueHaibing2021-05-281-42/+57
* | RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacentBart Van Assche2021-05-282-92/+63
* | RDMA/srp: Fix a recently introduced memory leakBart Van Assche2021-05-281-7/+6
* | RDMA/srp: Add more structure size checksBart Van Assche2021-05-281-1/+4
|/
* RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodesNicolas Morey-Chaisemartin2021-02-161-65/+45
* RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-301-2/+2
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-301-0/+4
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-20/+20
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* RDMA/srp: Remove support for FMR memory registrationMax Gurtovoy2020-06-022-227/+22
* 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
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
* 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-082-0/+11
* 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-042-2/+6
* RDMA/srp: Remove two castsBart Van Assche2019-10-042-2/+4
* 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-161-15/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-151-6/+15
|\ \
| * \ Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-283-1/+19
| |\ \
| * | | 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-111-19/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | scsi: RDMA/srp: Fix a sleep-in-invalid-context bugBart Van Assche2019-06-201-19/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-071-1/+17
|\ \
| * | RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2019-05-211-1/+17
| |/
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-14/+12
|\
| * RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-2/+3
| * IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-041-10/+7
| * RDMA/srp: Increase max_segment_sizeBart Van Assche2019-01-301-0/+1
| * IB/srp: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-081-2/+1
* | RDMA/srp: Rework SCSI device reset handlingBart Van Assche2019-02-041-10/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-282-32/+147
|\
| * RDMA/srp: Add support for immediate dataBart Van Assche2018-12-192-14/+89