index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
srp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-11
RDMA/srp: Do not call scsi_done() from srp_abort()
Bart Van Assche
1
-11
/
+5
2023-07-26
scsi: RDMA/srp: Fix residual handling
Bart Van Assche
1
-4
/
+0
2023-04-28
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+0
2023-03-25
scsi: RDMA/srp: Declare the SCSI host template const
Bart Van Assche
1
-1
/
+1
2023-03-19
dyndbg: cleanup dynamic usage in ib_srp.c
Jason Baron
1
-5
/
+0
2023-01-15
Merge branch 'mlx5-next' into HEAD
Leon Romanovsky
1
-3
/
+5
2023-01-10
RDMA/cma: Refactor the inbound/outbound path records process flow
Mark Zhang
1
-1
/
+1
2022-12-29
RDMA/srp: Move large values to a new enum for gcc13
Jiri Slaby (SUSE)
1
-3
/
+5
2022-12-04
RDMA/srp: Fix error return code in srp_parse_options()
Wang Yufen
1
-14
/
+82
2022-10-07
Merge tag 'v6.0' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+2
2022-09-22
RDMA/srp: Support more than 255 rdma ports
Mikhael Goikhman
2
-7
/
+7
2022-09-22
RDMA/cma: Multiple path records support with netlink channel
Mark Zhang
1
-1
/
+1
2022-09-20
RDMA/srp: Fix srp_abort()
Bart Van Assche
1
-3
/
+1
2022-09-01
RDMA/srp: Set scmnd->result only when scmnd is not NULL
yangx.jy@fujitsu.com
1
-1
/
+2
2022-08-28
RDMA/srp: Use the attribute group mechanism for sysfs attributes
Bart Van Assche
1
-6
/
+12
2022-08-28
RDMA/srp: Handle dev_set_name() failure
Bart Van Assche
1
-4
/
+5
2022-08-28
RDMA/srp: Remove the srp_host.released completion
Bart Van Assche
2
-10
/
+5
2022-08-28
RDMA/srp: Rework the srp_add_port() error path
Bart Van Assche
1
-8
/
+7
2022-07-06
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
John Garry
1
-2
/
+1
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
1
-4
/
+4
2022-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+10
2022-02-23
RDMA/ib_srp: Add more documentation
Bart Van Assche
1
-1
/
+10
2022-02-23
RDMA/ib_srp: Fix a deadlock
Bart Van Assche
1
-2
/
+4
2021-10-17
scsi: RDMA/srp: Switch to attribute groups
Bart Van Assche
1
-21
/
+30
2021-10-17
scsi: ib_srp: Call scsi_done() directly
Bart Van Assche
1
-4
/
+4
2021-08-12
scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-4
/
+5
2021-07-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2021-06-01
scsi: core: Drop obsolete Linux-specific SCSI status codes
Hannes Reinecke
1
-1
/
+1
2021-05-29
RDMA/srp: Use DEVICE_ATTR_*() macros
YueHaibing
1
-42
/
+57
2021-05-29
RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacent
Bart Van Assche
2
-92
/
+63
2021-05-29
RDMA/srp: Fix a recently introduced memory leak
Bart Van Assche
1
-7
/
+6
2021-05-29
RDMA/srp: Add more structure size checks
Bart Van Assche
1
-1
/
+4
2021-02-17
RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes
Nicolas Morey-Chaisemartin
1
-65
/
+45
2020-10-31
RDMA: Convert various random sprintf sysfs _show uses to sysfs_emit
Joe Perches
1
-2
/
+2
2020-10-31
RDMA: Manual changes for sysfs_emit and neatening
Joe Perches
1
-0
/
+4
2020-10-27
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
1
-20
/
+20
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-06-03
RDMA/srp: Remove support for FMR memory registration
Max Gurtovoy
2
-227
/
+22
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-02-20
RDMA: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
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
2
-0
/
+11
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
2
-2
/
+6
2019-10-04
RDMA/srp: Remove two casts
Bart Van Assche
2
-2
/
+4
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-17
scsi: IB/srp: set virt_boundary_mask in the scsi host
Christoph Hellwig
1
-15
/
+3
[next]