aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libsas.h
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libsas: Add option for SATA soft resetDave Jiang2011-05-261-0/+1
* [SCSI] libsas: fix definition of wideport, include local sas addressDan Williams2010-12-211-0/+2
* SCSI host lock push-downJeff Garzik2010-11-161-2/+1
* [SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong2010-10-081-0/+1
* [SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley2010-07-281-10/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-1/+2
* include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* [SCSI] libsas: Provide a transport-level facility to request SAS addrsDarrick J. Wong2008-04-071-0/+2
* [SCSI] libsas: export sas_find_local_phy functionJames Bottomley2008-02-231-0/+1
* [SCSI] libsas: abstract STP task status into a functionJames Bottomley2008-01-251-0/+4
* [SCSI] libsas: don't use made up error codesJames Bottomley2008-01-111-2/+0
* [SCSI] libsas: Fix various sparse complaintsDarrick J. Wong2008-01-111-3/+1
* [SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong2008-01-111-9/+9
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+1
* [SCSI] libsas: Remove PCI dependenciesJeff Garzik2007-07-261-1/+1
* [SCSI] libsas: add SAS management protocol handlerFUJITA Tomonori2007-07-181-0/+2
* [SCSI] Migrate libsas ATA code into a separate fileDarrick J. Wong2007-07-181-0/+1
* [SCSI] Add SATA support to libsasDarrick J. Wong2007-07-181-0/+12
* [SCSI] sas_scsi_host: Convert to use the kthread APIChristoph Hellwig2007-05-061-2/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-02-111-2/+17
|\
| * [SCSI] libsas: Add an LU reset mechanism to the error handlerDarrick J. Wong2007-02-031-0/+1
| * [SCSI] libsas: Handle SCSI commands that complete with failure codesDarrick J. Wong2007-01-271-0/+1
| * [SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloadingDarrick J. Wong2007-01-131-0/+8
| * [SCSI] libsas: Delay issuing ABORT TASK TMF until the error handlerDarrick J. Wong2007-01-131-1/+2
| * [SCSI] libsas: Enable the EH strategy handler to reset a phy after a commandDarrick J. Wong2007-01-131-0/+1
| * [SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flagDarrick J. Wong2007-01-131-1/+0
| * [SCSI] libsas: Add a sysfs knob to enable/disable a phyDarrick J. Wong2007-01-131-0/+3
| * [SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the S...Darrick J. Wong2007-01-131-0/+1
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
|/
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* Actually update the fixed up compile failures.David Howells2006-12-061-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-061-3/+11
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-12-051-3/+11
| |\
| | * [PATCH] aic94xx: handle REQ_DEVICE_RESETDarrick J. Wong2006-11-221-0/+1
| | * [SCSI] libsas: add sas_abort_taskDarrick J. Wong2006-11-151-0/+4
| | * [SCSI] libsas: modify error handler to use scsi_eh_* functionsDarrick J. Wong2006-11-151-3/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-0/+1
|\ \ \ | |/ /
| * | [PATCH] add missing libsas include to fix s390 compilation.Dave Jones2006-11-281-0/+1
| |/
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+19
|/
* [PATCH] SCSI gfp_t annotationsAl Viro2006-09-241-2/+2
* [SCSI] aci94xx: implement link rate settingJames Bottomley2006-09-071-1/+1
* [SCSI] SAS: consolidate linkspeed definitionsJames Bottomley2006-09-071-7/+7
* [SCSI] aic94xx: new driverJames Bottomley2006-08-291-0/+627