aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libsas.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-21[SCSI] libsas: fix definition of wideport, include local sas addressDan Williams1-0/+2
2010-11-16SCSI host lock push-downJeff Garzik1-2/+1
2010-10-08[SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong1-0/+1
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley1-10/+1
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-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+2
2008-04-18include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-07[SCSI] libsas: Provide a transport-level facility to request SAS addrsDarrick J. Wong1-0/+2
2008-02-23[SCSI] libsas: export sas_find_local_phy functionJames Bottomley1-0/+1
2008-01-25[SCSI] libsas: abstract STP task status into a functionJames Bottomley1-0/+4
2008-01-11[SCSI] libsas: don't use made up error codesJames Bottomley1-2/+0
2008-01-11[SCSI] libsas: Fix various sparse complaintsDarrick J. Wong1-3/+1
2008-01-11[SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong1-9/+9
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+1
2007-07-26[SCSI] libsas: Remove PCI dependenciesJeff Garzik1-1/+1
2007-07-18[SCSI] libsas: add SAS management protocol handlerFUJITA Tomonori1-0/+2
2007-07-18[SCSI] Migrate libsas ATA code into a separate fileDarrick J. Wong1-0/+1
2007-07-18[SCSI] Add SATA support to libsasDarrick J. Wong1-0/+12
2007-05-06[SCSI] sas_scsi_host: Convert to use the kthread APIChristoph Hellwig1-2/+1
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+17
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2007-02-03[SCSI] libsas: Add an LU reset mechanism to the error handlerDarrick J. Wong1-0/+1
2007-01-27[SCSI] libsas: Handle SCSI commands that complete with failure codesDarrick J. Wong1-0/+1
2007-01-13[SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloadingDarrick J. Wong1-0/+8
2007-01-13[SCSI] libsas: Delay issuing ABORT TASK TMF until the error handlerDarrick J. Wong1-1/+2
2007-01-13[SCSI] libsas: Enable the EH strategy handler to reset a phy after a commandDarrick J. Wong1-0/+1
2007-01-13[SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flagDarrick J. Wong1-1/+0
2007-01-13[SCSI] libsas: Add a sysfs knob to enable/disable a phyDarrick J. Wong1-0/+3
2007-01-13[SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the SAS LLDD or have already returnedDarrick J. Wong1-0/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-06Actually update the fixed up compile failures.David Howells1-1/+1
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-3/+11
2006-12-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+11
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-0/+1
2006-11-28[PATCH] add missing libsas include to fix s390 compilation.Dave Jones1-0/+1
2006-11-22[PATCH] aic94xx: handle REQ_DEVICE_RESETDarrick J. Wong1-0/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+19
2006-11-15[SCSI] libsas: add sas_abort_taskDarrick J. Wong1-0/+4
2006-11-15[SCSI] libsas: modify error handler to use scsi_eh_* functionsDarrick J. Wong1-3/+6
2006-09-24[PATCH] SCSI gfp_t annotationsAl Viro1-2/+2
2006-09-07[SCSI] aci94xx: implement link rate settingJames Bottomley1-1/+1
2006-09-07[SCSI] SAS: consolidate linkspeed definitionsJames Bottomley1-7/+7
2006-08-29[SCSI] aic94xx: new driverJames Bottomley1-0/+627