index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2012-10-01
IB/srp: Avoid having aborted requests hang
Bart Van Assche
1
-0
/
+1
2012-10-01
IB/srp: Fix use-after-free in srp_reset_req()
Bart Van Assche
1
-1
/
+1
2012-08-15
IB/srp: Fix a race condition
Bart Van Assche
1
-24
/
+63
2012-02-27
IB/srp: Consolidate repetitive sysfs code
Bart Van Assche
1
-32
/
+17
2012-02-27
IB/srp: Use pr_fmt() and pr_err()/pr_warn()
Bart Van Assche
1
-25
/
+29
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-13
IB/srp: Avoid duplicate devices from LUN scan
Bart Van Assche
1
-0
/
+2
2011-05-23
IB/srp: Fix integer -> pointer cast warnings
Roland Dreier
1
-2
/
+2
2011-03-16
IB/srp: try to use larger FMR sizes to cover our mappings
David Dillow
2
-13
/
+21
2011-03-16
IB/srp: add support for indirect tables that don't fit in SRP_CMD
David Dillow
2
-12
/
+110
2011-03-16
IB/srp: rework mapping engine to use multiple FMR entries
David Dillow
2
-129
/
+266
2011-03-16
IB/srp: allow sg_tablesize to be set for each target
David Dillow
2
-24
/
+59
2011-03-16
IB/srp: move IB CM setup completion into its own function
David Dillow
1
-71
/
+73
2011-03-16
IB/srp: always avoid non-zero offsets into an FMR
David Dillow
1
-16
/
+1
2011-01-17
Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-next
Roland Dreier
1
-8
/
+7
2011-01-17
RDMA: Update workqueue usage
Tejun Heo
1
-2
/
+2
2011-01-14
IB/srp: Test only once whether iu allocation succeeded
Bart Van Assche
1
-8
/
+7
2011-01-10
IB/srp: consolidate hot-path variables into cache lines
David Dillow
2
-17
/
+26
2011-01-10
IB/srp: stop sharing the host lock with SCSI
Bart Van Assche
2
-23
/
+25
2011-01-10
IB/srp: reduce lock coverage of command completion
Bart Van Assche
1
-23
/
+14
2011-01-10
IB/srp: reduce local coverage for command submission and EH
Bart Van Assche
2
-58
/
+67
2011-01-10
IB/srp: don't move active requests to their own list
Bart Van Assche
2
-11
/
+13
2011-01-05
IB/srp: allow lockless work posting
Bart Van Assche
2
-44
/
+28
2011-01-05
IB/srp: consolidate state change code
Bart Van Assche
1
-21
/
+24
2011-01-05
IB/srp: allow task management without a previous request
David Dillow
2
-63
/
+37
2010-11-17
SCSI host lock push-down
Jeff Garzik
1
-1
/
+3
2010-10-25
IB/srp: Sync buffer before posting send
David Dillow
1
-0
/
+5
2010-10-25
IB/srp: Use list_first_entry()
Bart Van Assche
1
-1
/
+1
2010-10-25
IB/srp: Reduce number of BUSY conditions
Bart Van Assche
1
-2
/
+7
2010-10-25
IB/srp: Eliminate two forward declarations
David Dillow
1
-73
/
+69
2010-10-23
IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ
David Dillow
2
-10
/
+103
2010-10-23
IB/srp: Preparation for transmit ring response allocation
Bart Van Assche
2
-15
/
+25
2010-08-05
IB/srp: Export req_lim via sysfs
Bart Van Assche
1
-0
/
+14
2010-08-04
IB/srp: Make receive buffer handling more robust
Bart Van Assche
1
-45
/
+44
2010-08-04
IB/srp: Use print_hex_dump()
Bart Van Assche
1
-13
/
+2
2010-03-02
IB/srp: Clean up error path in srp_create_target_ib()
Roland Dreier
1
-13
/
+18
2010-03-02
IB/srp: Split send and recieve CQs to reduce number of interrupts
Bart Van Assche
2
-25
/
+53
2009-01-06
infiniband: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+1
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
1
-3
/
+3
2008-10-29
infiniband: use %p6 for printing message ids
Harvey Harrison
1
-27
/
+4
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
1
-1
/
+1
2008-07-15
RDMA: Remove subversion $Id tags
Roland Dreier
2
-4
/
+0
2008-07-15
IB/srp: Remove use of cached P_Key/GID queries
Roland Dreier
1
-8
/
+5
2008-04-20
SCSI: convert struct class_device to struct device
Tony Jones
2
-62
/
+72
2008-04-20
IB: rename "dev" to "srp_dev" in srp_host structure
Greg Kroah-Hartman
2
-24
/
+27
2008-04-17
IB/srp: Enforce protocol limit on srp_sg_tablesize
David Dillow
1
-1
/
+6
2008-02-05
IB/srp: Retry stale connections
David Dillow
2
-12
/
+42
2008-01-30
[SCSI] remove use_sg_chaining
James Bottomley
1
-1
/
+0
2008-01-26
IB/srp: Add identifying information to log messages
David Dillow
1
-46
/
+71
2008-01-26
IB/srp: Enable SG list chaining
David Dillow
1
-0
/
+1
[next]