Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2ce19e72f4d570c87e025ee6fca4eae699a8b712
/
drivers
/
infiniband
/
ulp
/
srp
/
ib_srp.c
2ce19e7
IB/srp: Fail I/O requests if the transport is offline
by Bart Van Assche
· 12 years ago
c7c4e7f
IB/srp: Avoid endless SCSI error handling loop
by Bart Van Assche
· 12 years ago
3780d1f
IB/srp: Avoid sending a task management function needlessly
by Bart Van Assche
· 12 years ago
e1b2f13a
IB/srp: Track connection state properly
by Bart Van Assche
· 12 years ago
dc1bdbd
IB/srp: Allow SRP disconnect through sysfs
by Bart Van Assche
· 13 years ago
55d9389
IB/srp: send disconnect request without waiting for CM timewait exit
by Vu Pham
· 12 years ago
73aa89e
IB/srp: destroy and recreate QP and CQs when reconnecting
by Ishai Rabinovitz
· 12 years ago
ef6c49d
IB/srp: Eliminate state SRP_TARGET_DEAD
by Bart Van Assche
· 13 years ago
ee12d6a
IB/srp: Introduce the helper function srp_remove_target()
by Bart Van Assche
· 13 years ago
294c875
IB/srp: Suppress superfluous error messages
by Bart Van Assche
· 13 years ago
4f0af69
IB/srp: Process all error completions
by Bart Van Assche
· 12 years ago
948d1e8
IB/srp: Introduce srp_handle_qp_err()
by Bart Van Assche
· 13 years ago
224db15
IB/srp: Simplify SCSI error handling
by Bart Van Assche
· 12 years ago
f371823
IB/srp: Keep processing commands during host removal
by Bart Van Assche
· 13 years ago
09be70a
IB/srp: Eliminate state SRP_TARGET_CONNECTING
by Bart Van Assche
· 13 years ago
c9b03c1
IB/srp: Increase block layer timeout
by Bart Van Assche
· 13 years ago
d853667
IB/srp: Avoid having aborted requests hang
by Bart Van Assche
· 12 years ago
9b796d0
IB/srp: Fix use-after-free in srp_reset_req()
by Bart Van Assche
· 12 years ago
2203299
IB/srp: Fix a race condition
by Bart Van Assche
· 12 years ago
683b159
IB/srp: Consolidate repetitive sysfs code
by Bart Van Assche
· 13 years ago
e0bda7d
IB/srp: Use pr_fmt() and pr_err()/pr_warn()
by Bart Van Assche
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
fd1b6c4
IB/srp: Avoid duplicate devices from LUN scan
by Bart Van Assche
· 13 years ago
737b94e
IB/srp: Fix integer -> pointer cast warnings
by Roland Dreier
· 14 years ago
be8b981
IB/srp: try to use larger FMR sizes to cover our mappings
by David Dillow
· 14 years ago
c07d424
IB/srp: add support for indirect tables that don't fit in SRP_CMD
by David Dillow
· 14 years ago
8f26c9f
IB/srp: rework mapping engine to use multiple FMR entries
by David Dillow
· 14 years ago
4924864
IB/srp: allow sg_tablesize to be set for each target
by David Dillow
· 14 years ago
961e0be
IB/srp: move IB CM setup completion into its own function
by David Dillow
· 14 years ago
8c4037b
IB/srp: always avoid non-zero offsets into an FMR
by David Dillow
· 14 years ago
4790f4d
Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-next
by Roland Dreier
· 14 years ago
f062671
RDMA: Update workqueue usage
by Tejun Heo
· 14 years ago
695b834
IB/srp: Test only once whether iu allocation succeeded
by Bart Van Assche
· 14 years ago
9af7627
IB/srp: consolidate hot-path variables into cache lines
by David Dillow
· 14 years ago
e968467
IB/srp: stop sharing the host lock with SCSI
by Bart Van Assche
· 14 years ago
94a9174
IB/srp: reduce lock coverage of command completion
by Bart Van Assche
· 14 years ago
76c75b2
IB/srp: reduce local coverage for command submission and EH
by Bart Van Assche
· 14 years ago
536ae14
IB/srp: don't move active requests to their own list
by Bart Van Assche
· 14 years ago
dcb4cb8
IB/srp: allow lockless work posting
by Bart Van Assche
· 14 years ago
9709f0e
IB/srp: consolidate state change code
by Bart Van Assche
· 14 years ago
f8b6e31
IB/srp: allow task management without a previous request
by David Dillow
· 14 years ago
f281233
SCSI host lock push-down
by Jeff Garzik
· 14 years ago
19081f3
IB/srp: Sync buffer before posting send
by David Dillow
· 14 years ago
21c1a90
IB/srp: Use list_first_entry()
by Bart Van Assche
· 14 years ago
7ade400
IB/srp: Reduce number of BUSY conditions
by Bart Van Assche
· 14 years ago
05a1d75
IB/srp: Eliminate two forward declarations
by David Dillow
· 14 years ago
bb12588
IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ
by David Dillow
· 14 years ago
dd5e6e3
IB/srp: Preparation for transmit ring response allocation
by Bart Van Assche
· 14 years ago
89de748
IB/srp: Export req_lim via sysfs
by Bart Van Assche
· 14 years ago
c996bb4
IB/srp: Make receive buffer handling more robust
by Bart Van Assche
· 14 years ago
7a70081
IB/srp: Use print_hex_dump()
by Bart Van Assche
· 14 years ago
da9d2f0
IB/srp: Clean up error path in srp_create_target_ib()
by Roland Dreier
· 15 years ago
9c03dc9
IB/srp: Split send and recieve CQs to reduce number of interrupts
by Bart Van Assche
· 15 years ago
d927e38
infiniband: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
8867cd7
infiniband: use %p6 for printing message ids
by Harvey Harrison
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
f3781d2
RDMA: Remove subversion $Id tags
by Roland Dreier
· 16 years ago
969a60f
IB/srp: Remove use of cached P_Key/GID queries
by Roland Dreier
· 16 years ago
ee959b0
SCSI: convert struct class_device to struct device
by Tony Jones
· 17 years ago
0532193
IB: rename "dev" to "srp_dev" in srp_host structure
by Greg Kroah-Hartman
· 17 years ago
1e89a19
IB/srp: Enforce protocol limit on srp_sg_tablesize
by David Dillow
· 17 years ago
9fe4bcf
IB/srp: Retry stale connections
by David Dillow
· 17 years ago
d3f46f3
[SCSI] remove use_sg_chaining
by James Bottomley
· 17 years ago
7aa54bd
IB/srp: Add identifying information to log messages
by David Dillow
· 17 years ago
fff09a8
IB/srp: Enable SG list chaining
by David Dillow
· 17 years ago
8cba207
IB/srp: Respect target credit limit
by David Dillow
· 17 years ago
ad69698
IB/srp: Release transport before removing host
by Dave Dillow
· 17 years ago
b0e47c8
IB/srp: Fix list corruption/oops on module reload
by David Dillow
· 17 years ago
df3d80f
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
aebd5e4
[SCSI] transport_srp: add rport roles attribute
by FUJITA Tomonori
· 17 years ago
3236822
[SCSI] ib_srp: convert to use the srp transport class
by FUJITA Tomonori
· 17 years ago
247e020
IB/srp: Add QoS support through service ID
by Sean Hefty
· 17 years ago
3d1ff48
IB/srp: Add OUI for new Cisco targets
by Raghava Kondapalli
· 17 years ago
5d7cbfd
IB/srp: Wrap OUI checking for workarounds in helper functions
by Roland Dreier
· 17 years ago
bb350d1
[SCSI] ib_srp: convert to use the data buffer accessors
by FUJITA Tomonori
· 18 years ago
f4fd0b2
IB: Add CQ comp_vector support
by Michael S. Tsirkin
· 18 years ago
b7f008f
IB/srp: Set proc_name
by Roland Dreier
· 18 years ago
3633b3d
IB/srp: Add orig_dgid sysfs attribute to scsi_host
by Ishai Rabinovitz
· 18 years ago
1033ff6
IB/srp: Don't wait for response when QP is in error state.
by Ishai Rabinovitz
· 18 years ago
a20f3a6
IB/srp: Check match_strdup() return
by Ishai Rabinovitz
· 18 years ago
bf628dc
IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4G
by Roland Dreier
· 18 years ago
85507bc
IB/srp: Use new verbs IB DMA mapping functions
by Ralph Campbell
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
d2fcea7
IB/srp: Fix memory leak on reconnect
by Vu Pham
· 18 years ago
3c8edf0
IB/srp: Increase supported CDB size
by Arne Redlich
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
01cb9bc
IB/srp: Enable multiple connections to the same target
by Ishai Rabinovitz
· 18 years ago
9b0af40
IB/srp: Remove redundant memset()
by Ishai Rabinovitz
· 18 years ago
c1a0b23
IB/sa: Require SA registration
by Michael S. Tsirkin
· 18 years ago
07ebafb
RDMA: iWARP Core Changes.
by Tom Tucker
· 18 years ago
3cd9656
IB: Whitespace fixes
by Roland Dreier
· 18 years ago
ded7f1a
IB/srp: Add port/device attributes
by Ishai Rabinovitz
· 18 years ago
add7afc7
IB/srp: Don't schedule reconnect from srp
by Ishai Rabinovitz
· 18 years ago
559ce8f
IB/srp: Work around data corruption bug on Mellanox targets
by Ishai Rabinovitz
· 18 years ago
d916a8f
IB/srp: Fix crash in srp_reconnect_target
by Ishai Rabinovitz
· 18 years ago
adfaa88
[PATCH] fmr pool: remove unnecessary pointer dereference
by Michael S. Tsirkin
· 18 years ago
6583eb3
[PATCH] srp: fix fmr error handling
by Vu Pham
· 18 years ago
526b4ca
IB/srp: Factor out common request reset code
by Ishai Rabinovitz
· 18 years ago
0c0450db
IB/srp: Support SRP rev. 10 targets
by Ramachandra K
· 18 years ago
Next »