aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
Commit message (Expand)AuthorAgeFilesLines
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-241-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-4/+4
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-1/+0
* libata-link: introduce ata_linkTejun Heo2007-10-121-5/+5
* [SCSI] libsas: fix build dependencies on libataJames Bottomley2007-07-311-1/+2
* [SCSI] libsas: Fix potential NULL dereference in sas_smp_get_phy_events()Jesper Juhl2007-07-281-3/+10
* [SCSI] libsas: Remove PCI dependenciesJeff Garzik2007-07-263-18/+17
* [SCSI] libsas: SMP request handler shouldn't crash when rphy is NULLDarrick J. Wong2007-07-241-2/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-228-511/+1024
|\
| * [SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley2007-07-225-397/+417
| * [SCSI] libsas: fix scr_read/write users and update the libata documentationJames Bottomley2007-07-201-8/+16
| * [SCSI] libsas: kill unused smp_portal codeFUJITA Tomonori2007-07-181-106/+0
| * [SCSI] libsas: add SAS management protocol handlerFUJITA Tomonori2007-07-182-0/+49
| * [SCSI] libsas: fix lockdep issue with ATAJames Bottomley2007-07-182-10/+10
| * [SCSI] libsas, aic94xx: fix dma mapping cockups with ATAJames Bottomley2007-07-181-1/+13
| * [SCSI] sas_ata: Implement sas_task_abort for ATA devicesDarrick J. Wong2007-07-183-6/+52
| * [SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devicesDarrick J. Wong2007-07-181-0/+7
| * [SCSI] libsas: Unknown STP devices should be reported to libata as unknown.Darrick J. Wong2007-07-181-1/+1
| * [SCSI] libsas: Accept SAM_GOOD for ATAPI devices in sas_ata_task_doneDarrick J. Wong2007-07-181-1/+1
| * [SCSI] sas_ata: Don't copy aic94xx's sactive to ata_portDarrick J. Wong2007-07-181-1/+0
| * [SCSI] sas_ata: ata_post_internal should abort the sas_taskDarrick J. Wong2007-07-181-3/+27
| * [SCSI] sas_ata: sas_ata_qc_issue should return AC_ERR_*Darrick J. Wong2007-07-181-6/+4
| * [SCSI] sas_ata: Satisfy libata qc function locking requirementsDarrick J. Wong2007-07-182-0/+8
| * [SCSI] Migrate libsas ATA code into a separate fileDarrick J. Wong2007-07-183-308/+347
| * [SCSI] libsas: fixup NCQ for SATA disksJames Bottomley2007-07-182-21/+13
| * [SCSI] libsas: better error handling in sas_ex_discover_end_dev()James Bottomley2007-07-181-2/+2
| * [SCSI] aic94xx: add SATAPI supportJames Bottomley2007-07-181-17/+23
| * [SCSI] libsas: support NCQ for SATA disksDarrick J. Wong2007-07-181-2/+9
| * [SCSI] libsas: fix up sas_smp_phy_control()James Bottomley2007-07-181-1/+1
| * [SCSI] libsas: Add SATA support to STP piece for SATA on SAS expandersJames Bottomley2007-07-181-13/+68
| * [SCSI] Add SATA support to libsasDarrick J. Wong2007-07-182-2/+351
* | mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
|/
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-2/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-151-5/+5
|\
| * [SCSI] libsas: convert to use the data buffer accessorsFUJITA Tomonori2007-05-291-5/+5
* | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-6/+10
* | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+0
|/
* [SCSI] sas_scsi_host: Convert to use the kthread APIChristoph Hellwig2007-05-061-23/+13
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
* [SCSI] libsas: Add an LU reset mechanism to the error handlerDarrick J. Wong2007-02-031-4/+36
* [SCSI] libsas: Don't BUG when connecting two expanders via wide portDarrick J. Wong2007-02-031-0/+30
* [SCSI] libsas: fix task attributeFUJITA Tomonori2007-01-301-1/+1
* [SCSI] libsas: Enable automatic spin-up of SAS disksDarrick J. Wong2007-01-271-0/+2
* [SCSI] libsas: Handle SCSI commands that complete with failure codesDarrick J. Wong2007-01-271-44/+104
* [SCSI] libsas: Clean up discovery failure handler codeDarrick J. Wong2007-01-272-33/+20
* [SCSI] libsas: Fix incorrect sas_port deformation in sas_form_portDarrick J. Wong2007-01-271-1/+1
* [SCSI] libsas: Start I_T recovery if ABORT TASK failsDarrick J. Wong2007-01-131-3/+11
* [SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloadingDarrick J. Wong2007-01-134-6/+23
* [SCSI] libsas: phy port lock needs irq spinlocksDarrick J. Wong2007-01-132-7/+10
* [SCSI] libsas: Delay issuing ABORT TASK TMF until the error handlerDarrick J. Wong2007-01-131-22/+29