index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
srp
/
ib_srp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-16
scsi: RDMA/srp: Switch to attribute groups
Bart Van Assche
1
-21
/
+30
2021-10-16
scsi: ib_srp: Call scsi_done() directly
Bart Van Assche
1
-4
/
+4
2021-08-11
scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-4
/
+5
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2021-05-31
scsi: core: Drop obsolete Linux-specific SCSI status codes
Hannes Reinecke
1
-1
/
+1
2021-05-28
RDMA/srp: Use DEVICE_ATTR_*() macros
YueHaibing
1
-42
/
+57
2021-05-28
RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacent
Bart Van Assche
1
-90
/
+63
2021-05-28
RDMA/srp: Fix a recently introduced memory leak
Bart Van Assche
1
-7
/
+6
2021-05-28
RDMA/srp: Add more structure size checks
Bart Van Assche
1
-1
/
+4
2021-02-16
RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes
Nicolas Morey-Chaisemartin
1
-65
/
+45
2020-10-30
RDMA: Convert various random sprintf sysfs _show uses to sysfs_emit
Joe Perches
1
-2
/
+2
2020-10-30
RDMA: Manual changes for sysfs_emit and neatening
Joe Perches
1
-0
/
+4
2020-10-26
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
1
-20
/
+20
2020-06-02
RDMA/srp: Remove support for FMR memory registration
Max Gurtovoy
1
-206
/
+16
2020-05-29
RDMA/srp: Make the channel count configurable per target
Bart Van Assche
1
-5
/
+17
2020-05-06
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
1
-11
/
+10
2020-01-15
IB/srp: Never use immediate data if it is disabled by a user
Sergey Gorenko
1
-1
/
+2
2019-10-21
ib/srp: Add missing new line after displaying fast_io_fail_tmo param
Donald Dutile
1
-2
/
+2
2019-10-08
RDMA/srp: Calculate max_it_iu_size if remote max_it_iu length available
Honggang Li
1
-4
/
+14
2019-10-08
RDMA/srp: Add parse function for maximum initiator to target IU size
Honggang Li
1
-0
/
+10
2019-10-04
RDMA/srp: Make route resolving error messages more informative
Bart Van Assche
1
-2
/
+2
2019-10-04
RDMA/srp: Honor the max_send_sge device attribute
Bart Van Assche
1
-2
/
+5
2019-10-04
RDMA/srp: Remove two casts
Bart Van Assche
1
-2
/
+2
2019-07-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-15
/
+3
2019-07-16
scsi: IB/srp: set virt_boundary_mask in the scsi host
Christoph Hellwig
1
-15
/
+3
2019-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-6
/
+15
2019-07-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-19
/
+2
2019-06-28
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+17
2019-06-20
scsi: RDMA/srp: Fix a sleep-in-invalid-context bug
Bart Van Assche
1
-19
/
+2
2019-06-07
RDMA/srp: Accept again source addresses that do not have a port number
Bart Van Assche
1
-6
/
+15
2019-05-21
RDMA/srp: Rename SRP sysfs name after IB device rename trigger
Leon Romanovsky
1
-1
/
+17
2019-03-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-14
/
+12
2019-02-19
RDMA: Add and use rdma_for_each_port
Jason Gunthorpe
1
-2
/
+3
2019-02-04
RDMA/srp: Rework SCSI device reset handling
Bart Van Assche
1
-10
/
+0
2019-02-04
IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()
Bart Van Assche
1
-10
/
+7
2019-01-30
RDMA/srp: Increase max_segment_size
Bart Van Assche
1
-0
/
+1
2019-01-08
IB/srp: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2018-12-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-30
/
+129
2018-12-19
RDMA/srp: Add support for immediate data
Bart Van Assche
1
-14
/
+77
2018-12-19
RDMA/srp: Rework handling of the maximum information unit length
Bart Van Assche
1
-13
/
+27
2018-12-19
RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layer
Bart Van Assche
1
-0
/
+1
2018-12-19
RDMA/srp: Handle large SCSI CDBs correctly
Bart Van Assche
1
-6
/
+17
2018-12-19
RDMA/srp: Document srp_parse_in() arguments
Bart Van Assche
1
-0
/
+3
2018-12-19
include/scsi/srp.h: Add support for immediate data
Bart Van Assche
1
-0
/
+5
2018-12-18
scsi: flip the default on use_clustering
Christoph Hellwig
1
-1
/
+0
2018-12-12
RDMA: Start use ib_device_ops
Kamal Heib
1
-2
/
+4
2018-10-17
ib_srp: Remove WARN_ON in srp_terminate_io()
Hannes Reinecke
1
-9
/
+0
2018-10-16
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
1
-3
/
+3
2018-09-26
RDMA/ulp: Use dev_name instead of ibdev->name
Jason Gunthorpe
1
-4
/
+6
2018-09-19
IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loop
Bart Van Assche
1
-3
/
+3
[next]