| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] ahci: Ensure that we don't grab both functions | root | 2006-07-05 | 1 | -4/+11 |
* | [PATCH] libata-core.c: restore configuration boot messages in ata_dev_configu... | Borislav Petkov | 2006-07-05 | 1 | -5/+5 |
* | [PATCH] sata_sil24: add suspend/sleep support | Tejun Heo | 2006-07-05 | 1 | -0/+25 |
* | [PATCH] sata_sil24: separate out sil24_init_controller() | Tejun Heo | 2006-07-05 | 1 | -45/+62 |
* | [PATCH] sata_sil: add suspend/sleep support | Tejun Heo | 2006-07-05 | 1 | -0/+17 |
* | [PATCH] sata_sil: separate out sil_init_controller() | Tejun Heo | 2006-07-05 | 1 | -38/+48 |
* | [PATCH] libata: reimplement controller-wide PM | Tejun Heo | 2006-07-05 | 2 | -7/+286 |
* | [PATCH] libata: reimplement per-dev PM | Tejun Heo | 2006-07-05 | 2 | -90/+115 |
* | [PATCH] libata: implement PM EH actions | Tejun Heo | 2006-07-05 | 2 | -3/+187 |
* | [PATCH] libata: implement ATA_EHI_NO_AUTOPSY and QUIET | Tejun Heo | 2006-07-05 | 2 | -16/+21 |
* | [PATCH] libata: clean up debounce parameters and improve parameter selection | Tejun Heo | 2006-07-05 | 2 | -15/+12 |
* | [PATCH] libata: implement ATA_EHI_RESUME_LINK | Tejun Heo | 2006-07-05 | 2 | -7/+9 |
* | [PATCH] libata: replace ap_lock w/ ap->lock in ata_scsi_error() | Tejun Heo | 2006-07-05 | 1 | -12/+11 |
* | [PATCH] libata: fix ehc->i.action setting in ata_eh_autopsy() | Tejun Heo | 2006-07-05 | 1 | -1/+1 |
* | [PATCH] libata: add ap->pflags and move core dynamic flags to it | Tejun Heo | 2006-07-05 | 5 | -40/+40 |
* | [PATCH] libata: Conditionally set host->max_cmd_len | Brian King | 2006-07-05 | 1 | -6/+15 |
* | [PATCH] sata_vsc: data_xfer should use mmio | Martin Hicks | 2006-07-05 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2006-07-03 | 51 | -2222/+3157 |
|\ |
|
| * | Merge ../scsi-misc-2.6 | James Bottomley | 2006-07-03 | 51 | -2222/+3157 |
| |\ |
|
| | * | [SCSI] fix error handling in scsi_io_completion | James Bottomley | 2006-07-02 | 1 | -16/+14 |
| | * | [SCSI] qla1280: fix section mismatch warnings | Randy Dunlap | 2006-06-30 | 1 | -1/+1 |
| | * | [SCSI] qla2xxx: make some more functions static | Adrian Bunk | 2006-06-30 | 3 | -10/+7 |
| | * | [SCSI] small whitespace cleanup for qlogic driver | Jesper Juhl | 2006-06-30 | 1 | -2/+2 |
| | * | [SCSI] sg.c: Fix bad error handling in | Ishai Rabinovitz | 2006-06-30 | 1 | -1/+9 |
| | * | [SCSI] 53c700: fix breakage caused by the autosense update | James Bottomley | 2006-06-29 | 2 | -37/+53 |
| | * | [SCSI] iscsi: add async notification of session events | Mike Christie | 2006-06-29 | 1 | -82/+227 |
| | * | [SCSI] iscsi: pass target nr to session creation | Mike Christie | 2006-06-29 | 2 | -8/+8 |
| | * | [SCSI] iscsi: break up session creation into two stages | Mike Christie | 2006-06-29 | 1 | -29/+68 |
| | * | [SCSI] iscsi: rm channel usage from iscsi | Mike Christie | 2006-06-29 | 2 | -6/+4 |
| | * | [SCSI] iscsi: fix session refcouting | Mike Christie | 2006-06-29 | 2 | -9/+9 |
| | * | [SCSI] iscsi: convert iscsi_tcp to new set/get param fns | Mike Christie | 2006-06-29 | 1 | -128/+24 |
| | * | [SCSI] iscsi: fixup set/get param functions | Mike Christie | 2006-06-29 | 2 | -166/+223 |
| | * | [SCSI] iscsi: add target discvery event to transport class | Mike Christie | 2006-06-29 | 1 | -0/+18 |
| | * | [SCSI] st: remove unused st_buffer.in_use | Martin Habets | 2006-06-29 | 2 | -2/+0 |
| | * | Merge ../linux-2.6/ | James Bottomley | 2006-06-28 | 26 | -137/+191 |
| | |\ |
|
| | * | | [SCSI] atp870u: reduce huge stack usage | Randy Dunlap | 2006-06-28 | 1 | -74/+83 |
| | * | | [SCSI] scsi_transport_sas: introduce a sas_port entity | James Bottomley | 2006-06-28 | 2 | -41/+340 |
| | * | | [SCSI] scsi: Device scanning oops for offlined devices (resend) | Brian King | 2006-06-28 | 2 | -0/+4 |
| | * | | [SCSI] scsi: Add allow_restart sysfs class attribute | Brian King | 2006-06-28 | 1 | -0/+26 |
| | * | | [SCSI] fc transport: bug fix: correct references | James Smart | 2006-06-27 | 1 | -6/+6 |
| | * | | [SCSI] update max sdev block limit | James Smart | 2006-06-27 | 2 | -2/+2 |
| | * | | [SCSI] fc transport: resolve scan vs delete deadlocks | James Smart | 2006-06-27 | 1 | -13/+15 |
| | * | | [SCSI] Block I/O while SG reset operation in progress - lpfc portion | James Smart | 2006-06-27 | 3 | -22/+0 |
| | * | | [SCSI] Block I/O while SG reset operation in progress - the midlayer patch | James Smart | 2006-06-27 | 1 | -0/+22 |
| | * | | [SCSI] aacraid: remove x86_64 IOMMU dependent code | Salyzyn, Mark | 2006-06-26 | 1 | -22/+1 |
| | * | | [SCSI] random: remove redundant SA_SAMPLE_RANDOM from NinjaSCSI | Matt Mackall | 2006-06-26 | 2 | -3/+2 |
| | * | | [SCSI] Bogus disk geometry on large disks | Alan Cox | 2006-06-26 | 1 | -1/+2 |
| | * | | [SCSI] Add scsi_add_host() failure handling for nsp32 | GOTO Masanori | 2006-06-26 | 1 | -1/+8 |
| | * | | [SCSI] lpfc: sparse NULL warnings | Randy Dunlap | 2006-06-26 | 2 | -5/+5 |
| | * | | [SCSI] qla2xxx: Update version number to 8.01.05-k3. | Andrew Vasquez | 2006-06-26 | 1 | -1/+1 |