summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] sata_sil: separate out sil_init_controller()Tejun Heo2006-07-061-38/+48
* [PATCH] libata: reimplement controller-wide PMTejun Heo2006-07-062-7/+286
* [PATCH] libata: reimplement per-dev PMTejun Heo2006-07-062-90/+115
* [PATCH] libata: implement PM EH actionsTejun Heo2006-07-062-3/+187
* [PATCH] libata: implement ATA_EHI_NO_AUTOPSY and QUIETTejun Heo2006-07-062-16/+21
* [PATCH] libata: clean up debounce parameters and improve parameter selectionTejun Heo2006-07-062-15/+12Star
* [PATCH] libata: implement ATA_EHI_RESUME_LINKTejun Heo2006-07-062-7/+9
* [PATCH] libata: replace ap_lock w/ ap->lock in ata_scsi_error()Tejun Heo2006-07-061-12/+11Star
* [PATCH] libata: fix ehc->i.action setting in ata_eh_autopsy()Tejun Heo2006-07-061-1/+1
* [PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo2006-07-065-40/+40
* [PATCH] libata: Conditionally set host->max_cmd_lenBrian King2006-07-061-6/+15
* [PATCH] sata_vsc: data_xfer should use mmioMartin Hicks2006-07-061-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-07-0451-2222/+3157
|\
| * Merge ../scsi-misc-2.6James Bottomley2006-07-0351-2222/+3157
| |\
| | * [SCSI] fix error handling in scsi_io_completionJames Bottomley2006-07-021-16/+14Star
| | * [SCSI] qla1280: fix section mismatch warningsRandy Dunlap2006-07-011-1/+1
| | * [SCSI] qla2xxx: make some more functions staticAdrian Bunk2006-07-013-10/+7Star
| | * [SCSI] small whitespace cleanup for qlogic driverJesper Juhl2006-07-011-2/+2
| | * [SCSI] sg.c: Fix bad error handling inIshai Rabinovitz2006-07-011-1/+9
| | * [SCSI] 53c700: fix breakage caused by the autosense updateJames Bottomley2006-06-292-37/+53
| | * [SCSI] iscsi: add async notification of session eventsMike Christie2006-06-291-82/+227
| | * [SCSI] iscsi: pass target nr to session creationMike Christie2006-06-292-8/+8
| | * [SCSI] iscsi: break up session creation into two stagesMike Christie2006-06-291-29/+68
| | * [SCSI] iscsi: rm channel usage from iscsiMike Christie2006-06-292-6/+4Star
| | * [SCSI] iscsi: fix session refcoutingMike Christie2006-06-292-9/+9
| | * [SCSI] iscsi: convert iscsi_tcp to new set/get param fnsMike Christie2006-06-291-128/+24Star
| | * [SCSI] iscsi: fixup set/get param functionsMike Christie2006-06-292-166/+223
| | * [SCSI] iscsi: add target discvery event to transport classMike Christie2006-06-291-0/+18
| | * [SCSI] st: remove unused st_buffer.in_useMartin Habets2006-06-292-2/+0Star
| | * Merge ../linux-2.6/James Bottomley2006-06-2826-137/+191
| | |\
| | * | [SCSI] atp870u: reduce huge stack usageRandy Dunlap2006-06-281-74/+83
| | * | [SCSI] scsi_transport_sas: introduce a sas_port entityJames Bottomley2006-06-282-41/+340
| | * | [SCSI] scsi: Device scanning oops for offlined devices (resend)Brian King2006-06-282-0/+4
| | * | [SCSI] scsi: Add allow_restart sysfs class attributeBrian King2006-06-281-0/+26
| | * | [SCSI] fc transport: bug fix: correct referencesJames Smart2006-06-271-6/+6
| | * | [SCSI] update max sdev block limitJames Smart2006-06-272-2/+2
| | * | [SCSI] fc transport: resolve scan vs delete deadlocksJames Smart2006-06-271-13/+15
| | * | [SCSI] Block I/O while SG reset operation in progress - lpfc portionJames Smart2006-06-273-22/+0Star
| | * | [SCSI] Block I/O while SG reset operation in progress - the midlayer patchJames Smart2006-06-271-0/+22
| | * | [SCSI] aacraid: remove x86_64 IOMMU dependent codeSalyzyn, Mark2006-06-261-22/+1Star
| | * | [SCSI] random: remove redundant SA_SAMPLE_RANDOM from NinjaSCSIMatt Mackall2006-06-262-3/+2Star
| | * | [SCSI] Bogus disk geometry on large disksAlan Cox2006-06-261-1/+2
| | * | [SCSI] Add scsi_add_host() failure handling for nsp32GOTO Masanori2006-06-261-1/+8
| | * | [SCSI] lpfc: sparse NULL warningsRandy Dunlap2006-06-262-5/+5
| | * | [SCSI] qla2xxx: Update version number to 8.01.05-k3.Andrew Vasquez2006-06-261-1/+1
| | * | [SCSI] qla2xxx: Correctly set the firmware NOS/OLS timeout during initializat...Andrew Vasquez2006-06-262-3/+2Star
| | * | [SCSI] qla2xxx: Convert from pci_module_init() to pci_register_driver().Andrew Vasquez2006-06-261-30/+8Star
| | * | [SCSI] qla2xxx: Correct 'loop-down' determination logic in qla2x00_fw_ready().Andrew Vasquez2006-06-261-2/+1Star
| | * | [SCSI] qla2xxx: Add support for extended error logging.Andrew Vasquez2006-06-264-46/+19Star
| | * | [SCSI] qla2xxx: Cleanup DEBUG macro usage.Andrew Vasquez2006-06-265-166/+154Star