aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-1/+0
2007-10-12libata-link: introduce ata_linkTejun Heo1-5/+5
2007-07-31[SCSI] libsas: fix build dependencies on libataJames Bottomley1-1/+2
2007-07-28[SCSI] libsas: Fix potential NULL dereference in sas_smp_get_phy_events()Jesper Juhl1-3/+10
2007-07-26[SCSI] libsas: Remove PCI dependenciesJeff Garzik3-18/+17
2007-07-24[SCSI] libsas: SMP request handler shouldn't crash when rphy is NULLDarrick J. Wong1-2/+3
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds8-511/+1024
2007-07-22[SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley5-397/+417
2007-07-20[SCSI] libsas: fix scr_read/write users and update the libata documentationJames Bottomley1-8/+16
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-18[SCSI] libsas: kill unused smp_portal codeFUJITA Tomonori1-106/+0
2007-07-18[SCSI] libsas: add SAS management protocol handlerFUJITA Tomonori2-0/+49
2007-07-18[SCSI] libsas: fix lockdep issue with ATAJames Bottomley2-10/+10
2007-07-18[SCSI] libsas, aic94xx: fix dma mapping cockups with ATAJames Bottomley1-1/+13
2007-07-18[SCSI] sas_ata: Implement sas_task_abort for ATA devicesDarrick J. Wong3-6/+52
2007-07-18[SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devicesDarrick J. Wong1-0/+7
2007-07-18[SCSI] libsas: Unknown STP devices should be reported to libata as unknown.Darrick J. Wong1-1/+1
2007-07-18[SCSI] libsas: Accept SAM_GOOD for ATAPI devices in sas_ata_task_doneDarrick J. Wong1-1/+1
2007-07-18[SCSI] sas_ata: Don't copy aic94xx's sactive to ata_portDarrick J. Wong1-1/+0
2007-07-18[SCSI] sas_ata: ata_post_internal should abort the sas_taskDarrick J. Wong1-3/+27
2007-07-18[SCSI] sas_ata: sas_ata_qc_issue should return AC_ERR_*Darrick J. Wong1-6/+4
2007-07-18[SCSI] sas_ata: Satisfy libata qc function locking requirementsDarrick J. Wong2-0/+8
2007-07-18[SCSI] Migrate libsas ATA code into a separate fileDarrick J. Wong3-308/+347
2007-07-18[SCSI] libsas: fixup NCQ for SATA disksJames Bottomley2-21/+13
2007-07-18[SCSI] libsas: better error handling in sas_ex_discover_end_dev()James Bottomley1-2/+2
2007-07-18[SCSI] aic94xx: add SATAPI supportJames Bottomley1-17/+23
2007-07-18[SCSI] libsas: support NCQ for SATA disksDarrick J. Wong1-2/+9
2007-07-18[SCSI] libsas: fix up sas_smp_phy_control()James Bottomley1-1/+1
2007-07-18[SCSI] libsas: Add SATA support to STP piece for SATA on SAS expandersJames Bottomley1-13/+68
2007-07-18[SCSI] Add SATA support to libsasDarrick J. Wong2-2/+351
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-2/+1
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-5/+5
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-6/+10
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-05-29[SCSI] libsas: convert to use the data buffer accessorsFUJITA Tomonori1-5/+5
2007-05-06[SCSI] sas_scsi_host: Convert to use the kthread APIChristoph Hellwig1-23/+13
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-03[SCSI] libsas: Add an LU reset mechanism to the error handlerDarrick J. Wong1-4/+36
2007-02-03[SCSI] libsas: Don't BUG when connecting two expanders via wide portDarrick J. Wong1-0/+30
2007-01-30[SCSI] libsas: fix task attributeFUJITA Tomonori1-1/+1
2007-01-27[SCSI] libsas: Enable automatic spin-up of SAS disksDarrick J. Wong1-0/+2
2007-01-27[SCSI] libsas: Handle SCSI commands that complete with failure codesDarrick J. Wong1-44/+104
2007-01-27[SCSI] libsas: Clean up discovery failure handler codeDarrick J. Wong2-33/+20
2007-01-27[SCSI] libsas: Fix incorrect sas_port deformation in sas_form_portDarrick J. Wong1-1/+1
2007-01-13[SCSI] libsas: Start I_T recovery if ABORT TASK failsDarrick J. Wong1-3/+11
2007-01-13[SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloadingDarrick J. Wong4-6/+23
2007-01-13[SCSI] libsas: phy port lock needs irq spinlocksDarrick J. Wong2-7/+10
2007-01-13[SCSI] libsas: Delay issuing ABORT TASK TMF until the error handlerDarrick J. Wong1-22/+29
2007-01-13[SCSI] libsas: Enable the EH strategy handler to reset a phy after a commandDarrick J. Wong1-1/+36
2007-01-13[SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flagDarrick J. Wong1-17/+0