| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] lpfc 8.2.4 : Miscellaneous Discovery/ELS Fixes | James Smart | 2008-01-23 | 9 | -15/+224 |
* | [SCSI] aacraid: improve queue balancing | Salyzyn, Mark | 2008-01-23 | 1 | -10/+13 |
* | [SCSI] aacraid: OS panic after Adapter panic (hardening). | Salyzyn, Mark | 2008-01-23 | 4 | -3/+25 |
* | [SCSI] aacraid: fix multiple definition of automatic variable warning. | Salyzyn, Mark | 2008-01-23 | 1 | -5/+4 |
* | [SCSI] aacraid: fix big endian issues | Salyzyn, Mark | 2008-01-23 | 6 | -24/+22 |
* | [SCSI] aacraid: variable redefinition hides earlier warning | Salyzyn, Mark | 2008-01-23 | 1 | -5/+5 |
* | [SCSI] aacraid: add sysfs report of RAID level | Salyzyn, Mark | 2008-01-23 | 3 | -1/+32 |
* | [SCSI] aacraid: add parameter to control FUA and SYNCHRONIZE_CACHE policy | Salyzyn, Mark | 2008-01-23 | 3 | -12/+30 |
* | [SCSI] scsi_transport_spi: convert to attribute groups | James Bottomley | 2008-01-23 | 1 | -82/+176 |
* | [SCSI] add missing transport configure points for target and host | James Bottomley | 2008-01-23 | 2 | -0/+3 |
* | [SCSI] attribute_container: update to use the group interface | James Bottomley | 2008-01-23 | 1 | -2/+12 |
* | [SCSI] libata: fix corruption induced by relaxed DMA alignment in SCSI | James Bottomley | 2008-01-23 | 1 | -4/+8 |
* | [SCSI] relax scsi dma alignment | James Bottomley | 2008-01-11 | 5 | -11/+34 |
* | [SCSI] fix scsi_setup_command_freelist failure path race | FUJITA Tomonori | 2008-01-11 | 1 | -3/+2 |
* | [SCSI] sr: update to follow tray status correctly | James Bottomley | 2008-01-11 | 3 | -16/+37 |
* | [SCSI] libsas: don't use made up error codes | James Bottomley | 2008-01-11 | 2 | -2/+2 |
* | [SCSI] libsas, bsg: pass errors through correctly | James Bottomley | 2008-01-11 | 1 | -0/+1 |
* | [SCSI] libsas: don't treat underrun as an error on SMP tasks | James Bottomley | 2008-01-11 | 1 | -0/+19 |
* | [SCSI] libsas: add host SMP processing | James Bottomley | 2008-01-11 | 5 | -5/+301 |
* | [SCSI] mpt fusion: make mptsas_smp_handler update resid | FUJITA Tomonori | 2008-01-11 | 1 | -0/+2 |
* | [SCSI] zfcp: Hold queue lock when checking port/unit handle for task manageme... | Christof Schmitt | 2008-01-11 | 1 | -17/+9 |
* | [SCSI] zfcp: Hold queue lock when checking port/unit handle for FCP command | Christof Schmitt | 2008-01-11 | 2 | -5/+10 |
* | [SCSI] zfcp: Hold queue lock when checking port handle for ELS command | Christof Schmitt | 2008-01-11 | 2 | -1/+8 |
* | [SCSI] zfcp: Hold queue lock when checking port/unit handle for abort command | Christof Schmitt | 2008-01-11 | 1 | -13/+8 |
* | [SCSI] zfcp: Fix evaluation of port handles in abort handler | Christof Schmitt | 2008-01-11 | 1 | -5/+4 |
* | [SCSI] zfcp: fix use after free bug. | Heiko Carstens | 2008-01-11 | 2 | -1/+16 |
* | [SCSI] megaraid: add __devexit annotation | Adrian Bunk | 2008-01-11 | 1 | -1/+1 |
* | [SCSI] atari_NCR5380, sun3_NCR5380: operator precedence fix | Roel Kluin | 2008-01-11 | 2 | -2/+2 |
* | [SCSI] iscsi class: bump version | Mike Christie | 2008-01-11 | 1 | -1/+1 |
* | [SCSI] iscsi_tcp: fix setting of r2t | Mike Christie | 2008-01-11 | 1 | -3/+3 |
* | [SCSI] libiscsi: use is_power_of_2 | vignesh babu | 2008-01-11 | 1 | -1/+2 |
* | [SCSI] iscsi_tcp: hold lock during data rsp processing | Mike Christie | 2008-01-11 | 1 | -8/+6 |
* | [SCSI] iscsi_tcp: enable sg chaining | Mike Christie | 2008-01-11 | 2 | -5/+3 |
* | [SCSI] libiscsi, iscsi class: set tmf to a safe default and export in sysfs | Mike Christie | 2008-01-11 | 2 | -2/+8 |
* | [SCSI] iscsi_tcp: drop session when itt does not match any command | Mike Christie | 2008-01-11 | 1 | -5/+1 |
* | [SCSI] iscsi_tcp: stop leaking r2t_info's when the incoming R2T is bad | Olaf Kirch | 2008-01-11 | 1 | -1/+5 |
* | [SCSI] iscsi: convert xmit path to iscsi chunks | Olaf Kirch | 2008-01-11 | 4 | -886/+562 |
* | [SCSI] libiscsi: Drop host lock in queuecommand | Mike Christie | 2008-01-11 | 1 | -1/+5 |
* | [SCSI] libiscsi: clear conn->ctask when task is completed early | Mike Christie | 2008-01-11 | 1 | -1/+4 |
* | [SCSI] libiscsi: Do not fail commands immediately during logout | Mike Christie | 2008-01-11 | 1 | -8/+6 |
* | [SCSI] iscsi_tcp: update the website URL | FUJITA Tomonori | 2008-01-11 | 1 | -1/+1 |
* | [SCSI] libiscsi: fix nop handling | Mike Christie | 2008-01-11 | 4 | -68/+275 |
* | [SCSI] libiscsi: fix shutdown | Mike Christie | 2008-01-11 | 4 | -142/+162 |
* | [SCSI] libiscsi: grab eh_mutex during host reset | Mike Christie | 2008-01-11 | 1 | -2/+5 |
* | [SCSI] iscsi class: Use our own workq instead of common system one. | Mike Christie | 2008-01-11 | 1 | -4/+12 |
* | [SCSI] libiscsi: do not block session during logout | Mike Christie | 2008-01-11 | 3 | -76/+85 |
* | [SCSI] libiscsi, iscsi_tcp: iscsi pool cleanup | Olaf Kirch | 2008-01-11 | 3 | -45/+45 |
* | [SCSI] libiscsi,iser: patch for AHS support | Boaz Harrosh | 2008-01-11 | 2 | -1/+1 |
* | [SCSI] iscsi_tcp, libiscsi: initial AHS Support | Boaz Harrosh | 2008-01-11 | 3 | -16/+54 |
* | [SCSI] iscsi: Prettify resid handling and some extra checks | Boaz Harrosh | 2008-01-11 | 2 | -14/+14 |