Age | Commit message (Expand) | Author | Files | Lines |
2007-10-15 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -0/+28 |
2007-10-12 | [SCSI] transport_srp: add rport roles attribute | FUJITA Tomonori | 1 | -0/+1 |
2007-10-12 | [SCSI] ib_srp: convert to use the srp transport class | FUJITA Tomonori | 1 | -0/+27 |
2007-10-09 | IB/srp: Add QoS support through service ID | Sean Hefty | 1 | -0/+2 |
2007-08-03 | IB/srp: Add OUI for new Cisco targets | Raghava Kondapalli | 1 | -1/+3 |
2007-08-03 | IB/srp: Wrap OUI checking for workarounds in helper functions | Roland Dreier | 1 | -9/+20 |
2007-06-07 | [SCSI] ib_srp: convert to use the data buffer accessors | FUJITA Tomonori | 1 | -43/+20 |
2007-05-06 | IB: Add CQ comp_vector support | Michael S. Tsirkin | 1 | -1/+1 |
2007-05-06 | IB/srp: Set proc_name | Roland Dreier | 1 | -1/+2 |
2007-05-06 | IB/srp: Add orig_dgid sysfs attribute to scsi_host | Ishai Rabinovitz | 1 | -0/+22 |
2007-02-04 | IB/srp: Don't wait for response when QP is in error state. | Ishai Rabinovitz | 1 | -0/+7 |
2007-01-22 | IB/srp: Check match_strdup() return | Ishai Rabinovitz | 1 | -0/+20 |
2006-12-15 | IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4G | Roland Dreier | 1 | -1/+1 |
2006-12-12 | IB/srp: Use new verbs IB DMA mapping functions | Ralph Campbell | 1 | -33/+48 |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 1 | -4/+7 |
2006-11-29 | IB/srp: Fix memory leak on reconnect | Vu Pham | 1 | -3/+5 |
2006-11-29 | IB/srp: Increase supported CDB size | Arne Redlich | 1 | -1/+2 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -3/+4 |
2006-10-10 | IB/srp: Enable multiple connections to the same target | Ishai Rabinovitz | 1 | -9/+17 |
2006-10-10 | IB/srp: Remove redundant memset() | Ishai Rabinovitz | 1 | -1/+0 |
2006-09-22 | IB/sa: Require SA registration | Michael S. Tsirkin | 1 | -1/+8 |
2006-09-22 | RDMA: iWARP Core Changes. | Tom Tucker | 1 | -1/+1 |
2006-09-22 | IB: Whitespace fixes | Roland Dreier | 1 | -1/+1 |
2006-09-22 | IB/srp: Add port/device attributes | Ishai Rabinovitz | 1 | -6/+24 |
2006-09-14 | IB/srp: Don't schedule reconnect from srp | Ishai Rabinovitz | 1 | -14/+0 |
2006-08-03 | IB/srp: Work around data corruption bug on Mellanox targets | Ishai Rabinovitz | 1 | -2/+15 |
2006-08-03 | IB/srp: Fix crash in srp_reconnect_target | Ishai Rabinovitz | 1 | -0/+2 |
2006-07-14 | [PATCH] fmr pool: remove unnecessary pointer dereference | Michael S. Tsirkin | 1 | -1/+1 |
2006-07-14 | [PATCH] srp: fix fmr error handling | Vu Pham | 1 | -0/+1 |
2006-06-17 | IB/srp: Factor out common request reset code | Ishai Rabinovitz | 1 | -22/+18 |
2006-06-17 | IB/srp: Support SRP rev. 10 targets | Ramachandra K | 1 | -3/+41 |
2006-06-17 | IB/srp: Get rid of "Target has req_lim 0" messages | Roland Dreier | 1 | -6/+15 |
2006-06-17 | IB/srp: Handle DREQ events from CM | Ishai Rabinovitz | 1 | -5/+9 |
2006-06-17 | IB/srp: Allow sg_tablesize to be adjusted | Vu Pham | 1 | -5/+16 |
2006-06-17 | IB/srp: Allow cmd_per_lun to be set per target port | Vu Pham | 1 | -7/+17 |
2006-06-17 | IB/srp: Clean up loop in srp_remove_one() | Ishai Rabinovitz | 1 | -5/+3 |
2006-06-17 | IB/srp: Change target_mutex to a spinlock | Matthew Wilcox | 1 | -7/+7 |
2006-06-17 | IB/srp: Get rid of unneeded use of list_for_each_entry_safe() | Matthew Wilcox | 1 | -2/+1 |
2006-06-17 | IB/srp: Use SCAN_WILD_CARD from SCSI headers | Matthew Wilcox | 1 | -2/+1 |
2006-06-17 | IB/srp: Use FMRs to map gather/scatter lists | Roland Dreier | 1 | -82/+208 |
2006-05-17 | IB/srp: Complete correct SCSI commands on device reset | Ishai Rabinovitz | 1 | -1/+1 |
2006-05-17 | IB/srp: Get rid of extra scsi_host_put()s if reconnection fails | Roland Dreier | 1 | -3/+0 |
2006-05-17 | IB/srp: Don't wait for disconnection if sending DREQ fails | Roland Dreier | 1 | -1/+4 |
2006-05-09 | IB/srp: Fix tracking of pending requests during error handling | Roland Dreier | 1 | -82/+113 |
2006-04-19 | IB/srp: Remove request from list when SCSI abort succeeds | Roland Dreier | 1 | -7/+11 |
2006-04-03 | IB/srp: Fix memory leak in options parsing | Roland Dreier | 1 | -0/+1 |
2006-03-29 | IB/srp: Fix unmapping of fake scatterlist | Roland Dreier | 1 | -2/+2 |
2006-03-24 | IB/srp: Use a fake scatterlist for non-SG SCSI commands | Roland Dreier | 1 | -76/+69 |
2006-03-20 | IB/srp: Coverity fix to srp_parse_options() | Roland Dreier | 1 | -0/+1 |
2006-03-20 | IB/srp: Add SCSI host attributes to show target port | Roland Dreier | 1 | -1/+83 |