aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_discover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-15scsi: libsas: Remove pcidev referenceJohn Garry1-1/+1
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry1-17/+16
2018-09-25scsi: libsas: make the lldd_port_deformed method optionalJason Yan1-1/+1
2018-06-19scsi: libsas: dynamically allocate and free ata hostJason Yan1-0/+2
2018-04-18scsi: libsas: add transport class for ATA devicesJason Yan1-0/+1
2018-02-27scsi: libsas: Fix kernel-doc headersBart Van Assche1-6/+7
2018-01-10scsi: libsas: direct call probe and destructJason Yan1-14/+18
2018-01-08scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan1-1/+1
2015-03-06libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley1-2/+4
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_typeJames Bottomley1-17/+17
2012-08-24[SCSI] libsas: suspend / resume supportDan Williams1-10/+59
2012-07-20[SCSI] libsas: drop sata port multiplier infrastructureDan Williams1-6/+0
2012-07-20[SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams1-0/+11
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams1-2/+4
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams1-3/+10
2012-04-23[SCSI] libsas: unify domain_device sas_rphy lifetimesDan Williams1-5/+6
2012-04-23[SCSI] libsas: fix sas_get_port_device regressionDan Williams1-4/+5
2012-04-23[SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams1-14/+14
2012-02-29[SCSI] libsas: set attached device type and target protocols for local physDan Williams1-4/+8
2012-02-29[SCSI] libsas: async ata scanningDan Williams1-11/+11
2012-02-29[SCSI] libsas: restore scan orderDan Williams1-13/+31
2012-02-29[SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams1-0/+1
2012-02-29[SCSI] libsas: kill spurious sas_put_deviceMaciej Trela1-2/+0
2012-02-29[SCSI] libsas: close scsi_remove_target() vs libata-eh raceDan Williams1-0/+5
2012-02-29[SCSI] libsas: mark all domain devices gone if root port disappearsDan Williams1-2/+6
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams1-0/+24
2012-02-19[SCSI] libsas: add mutex for SMP task executionJeff Skirvin1-15/+16
2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams1-5/+0
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams1-6/+57
2012-02-19[SCSI] libsas: introduce sas_drain_work()Dan Williams1-1/+20
2012-02-19[SCSI] libsas: replace event locks with atomic bitopsDan Williams1-7/+3
2012-02-19[SCSI] libsas: fix leak of dev->sata_dev.identify_[packet_]deviceDan Williams1-0/+6
2012-02-19[SCSI] libsas: fix domain_device leakDan Williams1-12/+24
2011-10-16[SCSI] libsas: fix port->dev_list lockingDan Williams1-5/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-03-27[SCSI] libsas: Warn if ATA device detected but CONFIG_SCSI_SAS_ATA not setJames Bottomley1-1/+4
2008-01-11[SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-4/+4
2007-07-26[SCSI] libsas: Remove PCI dependenciesJeff Garzik1-2/+1
2007-07-22[SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley1-394/+3
2007-07-18[SCSI] libsas: fix lockdep issue with ATAJames Bottomley1-4/+4
2007-07-18[SCSI] libsas, aic94xx: fix dma mapping cockups with ATAJames Bottomley1-1/+13
2007-07-18[SCSI] libsas: fixup NCQ for SATA disksJames Bottomley1-21/+7
2007-07-18[SCSI] Add SATA support to libsasDarrick J. Wong1-2/+9
2007-01-27[SCSI] libsas: Clean up discovery failure handler codeDarrick J. Wong1-28/+17
2007-01-13[SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloadingDarrick J. Wong1-1/+1
2007-01-13[SCSI] libsas: Clean up rphys/port dev list after a discovery error.Darrick J. Wong1-6/+33
2006-11-22WorkStruct: make allyesconfigDavid Howells1-8/+14
2006-08-29[SCSI] aic94xx: new driverJames Bottomley1-0/+749