| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] Fix oops caused by queue refcounting failure | James Bottomley | 2011-06-02 | 2 | -1/+2 |
* | scsi: fix scsi_proc new kernel-doc warning | Randy Dunlap | 2011-05-28 | 1 | -5/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2011-05-27 | 64 | -1141/+5775 |
|\ |
|
| * | [SCSI] lpfc 8.3.24: Extend BSG infrastructure and add link diagnostics | James Smart | 2011-05-26 | 5 | -403/+1917 |
| * | [SCSI] lpfc 8.3.24: Add resource extent support | James Smart | 2011-05-26 | 17 | -276/+1937 |
| * | [SCSI] lpfc 8.3.24: Add request-firmware support | James Smart | 2011-05-26 | 5 | -11/+259 |
| * | [SCSI] lpfc 8.3.24: Add SR-IOV control | James Smart | 2011-05-26 | 7 | -5/+536 |
| * | [SCSI] lpfc 8.3.24: Extended hardware support and support dump images | James Smart | 2011-05-26 | 4 | -7/+98 |
| * | [SCSI] lpfc 8.3.24: Miscellaneous Fixes and Corrections | James Smart | 2011-05-26 | 9 | -73/+169 |
| * | [SCSI] libsas: Add option for SATA soft reset | Dave Jiang | 2011-05-26 | 1 | -1/+39 |
| * | [SCSI] libsas: check dev->gone before submitting sata i/o | Dan Williams | 2011-05-26 | 1 | -7/+7 |
| * | [SCSI] libsas: fix/amend device gone notification in sas_deform_port() | Dan Williams | 2011-05-26 | 3 | -12/+15 |
| * | [SCSI] Fix Ultrastor asm snippet | Samuel Thibault | 2011-05-24 | 1 | -1/+1 |
| * | [SCSI] osst: fix warning | Andrew Morton | 2011-05-24 | 1 | -1/+2 |
| * | [SCSI] osst: wrong index used in inner loop | Roel Kluin | 2011-05-24 | 1 | -2/+3 |
| * | [SCSI] aic94xx: world-writable sysfs update_bios file | Vasiliy Kulikov | 2011-05-24 | 1 | -1/+1 |
| * | [SCSI] Reduce error recovery time by reducing use of TURs | David Jeffery | 2011-05-24 | 1 | -20/+67 |
| * | [SCSI] Retrieve the Caching mode page (version 2) | Luben Tuikov | 2011-05-24 | 1 | -18/+61 |
| * | [SCSI] bnx2i: Optimized the iSCSI offload performance | Eddie Wai | 2011-05-24 | 3 | -19/+31 |
| * | [SCSI] bnx2i: Updated the connection shutdown/cleanup timeout | Eddie Wai | 2011-05-24 | 2 | -2/+2 |
| * | [SCSI] bnx2i: Fixed packet error created when the sq_size is set to 16 | Eddie Wai | 2011-05-24 | 2 | -0/+4 |
| * | [SCSI] qla4xxx: Update driver version to 5.02.00-k7 | Vikas Chaudhary | 2011-05-24 | 1 | -1/+1 |
| * | [SCSI] qla4xxx: Added vendor specific sysfs attributes | Harish Zunjarrao | 2011-05-24 | 8 | -21/+150 |
| * | [SCSI] qla4xxx: Remove host_lock in queuecommand function | Vikas Chaudhary | 2011-05-24 | 1 | -19/+7 |
| * | [SCSI] qla4xxx: Remove AF_DPC_SCHEDULED flag from ha. | Lalit Chandivade | 2011-05-24 | 2 | -13/+5 |
| * | [SCSI] qla4xxx: Don't check FW alive if ISP82XX reset is in progress | Vikas Chaudhary | 2011-05-24 | 1 | -1/+1 |
| * | [SCSI] qla4xxx: Don't process mbx interrupt unconditionally | Vikas Chaudhary | 2011-05-24 | 1 | -14/+0 |
| * | [SCSI] qla4xxx: Complete the cmd if sense_len is zero | Prasanna Mumbai | 2011-05-24 | 1 | -2/+7 |
| * | [SCSI] qla4xxx: Dump HW/FW reg to figure out what caused FW to be hung for IS... | Vikas Chaudhary | 2011-05-24 | 1 | -1/+21 |
| * | [SCSI] qla4xxx: Updated the reset sequence for ISP82xx | Vikas Chaudhary | 2011-05-24 | 1 | -2/+17 |
| * | [SCSI] qla4xxx: update function qla4xxx_isr_decode_mailbox() | Prasanna Mumbai | 2011-05-24 | 2 | -6/+9 |
| * | [SCSI] scsi_trace: Decode UNMAP bit in WRITE SAME(10) | Martin K. Petersen | 2011-05-24 | 1 | -0/+4 |
| * | [SCSI] mpt2sas: Fix missing reference tag seed with Type 2 devices | Martin K. Petersen | 2011-05-24 | 1 | -7/+1 |
| * | [SCSI] sd: Unmap discard alignment needs to be converted to bytes | Martin K. Petersen | 2011-05-24 | 1 | -1/+2 |
| * | [SCSI] bfa: kdump fix | Jing Huang | 2011-05-24 | 4 | -1/+41 |
| * | [SCSI] ipr: fix possible false positive detection of stuck interrupt | Wayne Boyer | 2011-05-24 | 1 | -6/+6 |
| * | [SCSI] libfcoe: Remove unnecessary module state checks | Robert Love | 2011-05-24 | 1 | -40/+0 |
| * | [SCSI] libfc: do not immediately retry the cmd when seq_send fails in fc_fcp_... | Yi Zou | 2011-05-24 | 1 | -2/+1 |
| * | [SCSI] libfc: fix race in SRR response | Vasu Dev | 2011-05-24 | 1 | -7/+4 |
| * | [SCSI] libfc: don't call resp handler after FC_EX_TIMEOUT | Vasu Dev | 2011-05-24 | 1 | -0/+1 |
| * | [SCSI] libfc: release DDP context if frame_send() fails | Yi Zou | 2011-05-24 | 3 | -1/+3 |
| * | [SCSI] libfc: fix mm leak in handling incoming request for target discovery | Hillf Danton | 2011-05-24 | 1 | -0/+1 |
| * | [SCSI] fcoe: Prevent creation of an NPIV port with duplicate WWPN | Neerav Parikh | 2011-05-24 | 2 | -0/+68 |
| * | [SCSI] libfcoe: Incorrect CVL handling for NPIV ports | Bhanu Prakash Gollapudi | 2011-05-24 | 1 | -43/+90 |
| * | [SCSI] megaraid_sas: Version and Changelog update | adam radford | 2011-05-24 | 2 | -4/+4 |
| * | [SCSI] megaraid_sas: Add 1078 OCR support | adam radford | 2011-05-24 | 1 | -17/+17 |
| * | [SCSI] megaraid_sas: Convert 6,10,12 byte CDB's for FastPath IO | adam radford | 2011-05-24 | 1 | -1/+40 |
| * | [SCSI] megaraid_sas: Fix bug where AENs could be lost in probe() and resume() | adam radford | 2011-05-24 | 1 | -13/+14 |
| * | [SCSI] megaraid_sas: Disable interrupts/free_irq() in megasas_shutdown() | adam radford | 2011-05-24 | 1 | -0/+5 |
| * | [SCSI] megaraid_sas: Check MFI_REG_STATE.fault.resetAdapter | adam radford | 2011-05-24 | 2 | -12/+18 |