| Commit message (Expand) | Author | Age | Files | Lines |
* | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -1/+3 |
* | IB/srp: Sync buffer before posting send | David Dillow | 2010-10-24 | 1 | -0/+5 |
* | IB/srp: Use list_first_entry() | Bart Van Assche | 2010-10-24 | 1 | -1/+1 |
* | IB/srp: Reduce number of BUSY conditions | Bart Van Assche | 2010-10-24 | 1 | -2/+7 |
* | IB/srp: Eliminate two forward declarations | David Dillow | 2010-10-24 | 1 | -73/+69 |
* | IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ | David Dillow | 2010-10-22 | 2 | -10/+103 |
* | IB/srp: Preparation for transmit ring response allocation | Bart Van Assche | 2010-10-22 | 2 | -15/+25 |
* | IB/srp: Export req_lim via sysfs | Bart Van Assche | 2010-08-04 | 1 | -0/+14 |
* | IB/srp: Make receive buffer handling more robust | Bart Van Assche | 2010-08-04 | 1 | -45/+44 |
* | IB/srp: Use print_hex_dump() | Bart Van Assche | 2010-08-04 | 1 | -13/+2 |
* | IB/srp: Clean up error path in srp_create_target_ib() | Roland Dreier | 2010-03-01 | 1 | -13/+18 |
* | IB/srp: Split send and recieve CQs to reduce number of interrupts | Bart Van Assche | 2010-03-01 | 2 | -25/+53 |
* | infiniband: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -2/+1 |
* | net: replace %p6 with %pI6 | Harvey Harrison | 2008-10-29 | 1 | -3/+3 |
* | infiniband: use %p6 for printing message ids | Harvey Harrison | 2008-10-28 | 1 | -27/+4 |
* | vfs: Use const for kernel parser table | Steven Whitehouse | 2008-10-13 | 1 | -1/+1 |
* | RDMA: Remove subversion $Id tags | Roland Dreier | 2008-07-14 | 2 | -4/+0 |
* | IB/srp: Remove use of cached P_Key/GID queries | Roland Dreier | 2008-07-14 | 1 | -8/+5 |
* | SCSI: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 2 | -62/+72 |
* | IB: rename "dev" to "srp_dev" in srp_host structure | Greg Kroah-Hartman | 2008-04-19 | 2 | -24/+27 |
* | IB/srp: Enforce protocol limit on srp_sg_tablesize | David Dillow | 2008-04-16 | 1 | -1/+6 |
* | IB/srp: Retry stale connections | David Dillow | 2008-02-04 | 2 | -12/+42 |
* | [SCSI] remove use_sg_chaining | James Bottomley | 2008-01-30 | 1 | -1/+0 |
* | IB/srp: Add identifying information to log messages | David Dillow | 2008-01-25 | 1 | -46/+71 |
* | IB/srp: Enable SG list chaining | David Dillow | 2008-01-25 | 1 | -0/+1 |
* | IB/srp: Respect target credit limit | David Dillow | 2008-01-25 | 2 | -4/+14 |
* | IB/srp: Release transport before removing host | Dave Dillow | 2008-01-08 | 1 | -1/+1 |
* | IB/srp: Fix list corruption/oops on module reload | David Dillow | 2008-01-03 | 1 | -0/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-15 | 2 | -0/+29 |
|\ |
|
| * | [SCSI] transport_srp: add rport roles attribute | FUJITA Tomonori | 2007-10-12 | 1 | -0/+1 |
| * | [SCSI] ib_srp: convert to use the srp transport class | FUJITA Tomonori | 2007-10-12 | 2 | -0/+28 |
* | | IB/srp: Add QoS support through service ID | Sean Hefty | 2007-10-09 | 1 | -0/+2 |
* | | IB/srp: Add OUI for new Cisco targets | Raghava Kondapalli | 2007-08-03 | 1 | -1/+3 |
* | | IB/srp: Wrap OUI checking for workarounds in helper functions | Roland Dreier | 2007-08-03 | 1 | -9/+20 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-15 | 2 | -48/+20 |
|\ |
|
| * | [SCSI] ib_srp: convert to use the data buffer accessors | FUJITA Tomonori | 2007-06-07 | 2 | -48/+20 |
* | | IB: Use menuconfig for InfiniBand menu | Jan Engelhardt | 2007-07-09 | 1 | -1/+1 |
|/ |
|
* | IB: Add CQ comp_vector support | Michael S. Tsirkin | 2007-05-06 | 1 | -1/+1 |
* | IB/srp: Set proc_name | Roland Dreier | 2007-05-06 | 1 | -1/+2 |
* | IB/srp: Add orig_dgid sysfs attribute to scsi_host | Ishai Rabinovitz | 2007-05-06 | 2 | -0/+23 |
* | IB/srp: Don't wait for response when QP is in error state. | Ishai Rabinovitz | 2007-02-04 | 2 | -0/+8 |
* | IB/srp: Check match_strdup() return | Ishai Rabinovitz | 2007-01-22 | 1 | -0/+20 |
* | IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4G | Roland Dreier | 2006-12-15 | 2 | -2/+2 |
* | IB/srp: Use new verbs IB DMA mapping functions | Ralph Campbell | 2006-12-12 | 2 | -34/+49 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -4/+7 |
|\ |
|
| * | IB/srp: Fix memory leak on reconnect | Vu Pham | 2006-11-29 | 1 | -3/+5 |
| * | IB/srp: Increase supported CDB size | Arne Redlich | 2006-11-29 | 1 | -1/+2 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -3/+4 |
|/ |
|
* | IB/srp: Enable multiple connections to the same target | Ishai Rabinovitz | 2006-10-10 | 2 | -10/+18 |
* | IB/srp: Remove redundant memset() | Ishai Rabinovitz | 2006-10-10 | 1 | -1/+0 |