aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-30[SCSI] libsas: fix wide port hotplug issuesTom Peng1-40/+107
2009-07-16[SCSI] libsas: reuse the original port when hotplugging phys in wide portsTom Peng1-4/+15
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2-3/+4
2009-05-11block: cleanup rq->data_len usagesTejun Heo2-13/+13
2009-05-11block: add rq->resid_lenTejun Heo2-23/+21
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik1-1/+1
2009-01-02[SCSI] libsas: fix test for negative unsigned and typosRoel Kluin1-6/+6
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-3/+3
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-17/+17
2008-10-09block: unify request timeout handlingJens Axboe3-17/+17
2008-09-29libata: make SCR access ops per-linkTejun Heo1-4/+4
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison4-31/+31
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-1/+42
2008-04-17libata: kill ata_noop_dev_select()Tejun Heo1-1/+0
2008-04-17libata: remove check_status from non-SFF driversTejun Heo1-8/+0
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-8/+9
2008-04-17libata: add qc_fill_rtf port operationTejun Heo1-0/+1
2008-04-17libata: rename SFF port opsTejun Heo1-4/+4
2008-04-17[SCSI] libsas: fix endianness bug in sas_ataAl Viro1-1/+1
2008-04-07[SCSI] libsas: Provide a transport-level facility to request SAS addrsDarrick J. Wong1-0/+41
2008-03-27[SCSI] libsas: Warn if ATA device detected but CONFIG_SCSI_SAS_ATA not setJames Bottomley1-1/+4
2008-02-23[SCSI] libsas: misc fixes to the eh pathJames Bottomley1-17/+12
2008-02-23[SCSI] libsas: use the supplied address for SATA devices rather than changing itJames Bottomley2-42/+8
2008-02-23[SCSI] libsas: export sas_find_local_phy functionJames Bottomley1-2/+3
2008-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-25/+43
2008-02-22[SCSI] libsas: correctly flush the LU queue on error recoveryJames Bottomley1-1/+2
2008-02-22[SCSI] libsas: fix error handlingJames Bottomley1-24/+41
2008-02-19libata: eliminate the home grown dma padding in favour ofJames Bottomley1-2/+2
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds9-16/+371
2008-01-25Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-8/+6
2008-01-25[SCSI] libsas: abstract STP task status into a functionJames Bottomley2-1/+38
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2008-01-23[SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in queuecommandFUJITA Tomonori1-1/+0
2008-01-23[SCSI] libsas: fix sense_buffer overrunFUJITA Tomonori1-1/+1
2008-01-23libata: convert to chained sgTejun Heo1-6/+4
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo1-1/+1
2008-01-23libata: implement protocol testsTejun Heo1-1/+1
2008-01-11[SCSI] libsas: don't use made up error codesJames Bottomley2-2/+2
2008-01-11[SCSI] libsas: don't treat underrun as an error on SMP tasksJames Bottomley1-0/+19
2008-01-11[SCSI] libsas: add host SMP processingJames Bottomley5-5/+301
2008-01-11[SCSI] libsas: Fix various sparse complaintsDarrick J. Wong1-1/+5
2008-01-11[SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong3-5/+5
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-4/+4
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