index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libsas
/
sas_scsi_host.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] libsas: don't recover end devices attached to disabled phys
Dan Williams
2012-02-29
1
-1
/
+2
*
[SCSI] libsas: fix lifetime of SAS_HA_FROZEN
Dan Williams
2012-02-29
1
-6
/
+7
*
[SCSI] libsas: async ata scanning
Dan Williams
2012-02-29
1
-18
/
+0
*
[SCSI] libsas: fix mixed topology recovery
Dan Williams
2012-02-29
1
-6
/
+7
*
[SCSI] libsas: close scsi_remove_target() vs libata-eh race
Dan Williams
2012-02-29
1
-3
/
+0
*
[SCSI] libsas: pre-clean commands that won the eh vs completion race
Dan Williams
2012-02-29
1
-9
/
+16
*
[SCSI] libsas: fix sas_find_local_phy(), take phy references
Dan Williams
2012-02-29
1
-20
/
+18
*
[SCSI] libsas: sas_phy_enable via transport_sas_phy_reset
Dan Williams
2012-02-19
1
-1
/
+0
*
[SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libata
Dan Williams
2012-02-19
1
-2
/
+2
*
[SCSI] libsas: let libata handle command timeouts
Dan Williams
2012-02-19
1
-2
/
+20
*
[SCSI] libsas: fix timeout vs completion race
Dan Williams
2012-02-19
1
-53
/
+51
*
[SCSI] libsas: prevent double completion of scmds from eh
Dan Williams
2012-02-19
1
-28
/
+33
*
[SCSI] libsas: close error handling vs sas_ata_task_done() race
Dan Williams
2012-02-19
1
-44
/
+0
*
[SCSI] libsas: convert dev->gone to flags
Dan Williams
2012-02-19
1
-1
/
+1
*
[SCSI] libsas: remove ata_port.lock management duties from lldds
Dan Williams
2012-02-19
1
-4
/
+2
*
[SCSI] libsas: fix domain_device leak
Dan Williams
2012-02-19
1
-10
/
+6
*
[SCSI] libsas: kill sas_slave_destroy
Dan Williams
2012-02-19
1
-9
/
+0
*
scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
[SCSI] isci: atapi support
Dan Williams
2011-10-02
1
-1
/
+1
*
[SCSI] libsas: dynamic queue depth
Dan Williams
2011-10-02
1
-21
/
+18
*
[SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devices
Dan Williams
2011-10-02
1
-1
/
+10
*
[SCSI] libsas: fix sas_queuecommand return values
Christoph Hellwig
2011-08-30
1
-4
/
+5
*
[SCSI] libsas: reindent sas_queuecommand
Christoph Hellwig
2011-08-30
1
-43
/
+38
*
[SCSI] libsas: sas_queuecommand doesnt need host_lock
Christoph Hellwig
2011-08-30
1
-22
/
+3
*
[SCSI] libsas: check dev->gone before submitting sata i/o
Dan Williams
2011-05-26
1
-7
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2011-03-17
1
-2
/
+1
|
\
|
*
[SCSI] libsas: convert to libata new error handler
James Bottomley
2011-02-13
1
-2
/
+12
*
|
libsas: convert to libata new error handler
James Bottomley
2011-03-02
1
-2
/
+12
*
|
[SCSI] libsas: fix runaway error handler problem
James Bottomley
2011-01-24
1
-0
/
+1
|
/
*
[libata] avoid needlessly passing around ptr to SCSI completion func
Jeff Garzik
2011-01-05
1
-2
/
+1
*
SCSI host lock push-down
Jeff Garzik
2010-11-16
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2010-10-22
1
-0
/
+7
|
\
|
*
[SCSI] libsas: Don't issue commands to devices that have been hot-removed
Darrick J. Wong
2010-10-08
1
-0
/
+7
*
|
block: remove spurious uses of REQ_HARDBARRIER
Tejun Heo
2010-09-10
1
-12
/
+1
|
/
*
[SCSI] Unify SAM_ and SAM_STAT_ macros
James Bottomley
2010-07-28
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2010-05-21
1
-8
/
+8
|
\
|
*
[SCSI] libsas: fix deref before check in commit 70b25f890ce
James Bottomley
2010-05-16
1
-8
/
+8
*
|
libata: kill ATA_FLAG_DISABLED
Tejun Heo
2010-05-17
1
-1
/
+1
|
/
*
[SCSI] fix locking around blk_abort_request()
Tejun Heo
2010-05-01
1
-0
/
+4
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[SCSI] modify change_queue_depth to take in reason why it is being called
Mike Christie
2009-12-04
1
-1
/
+5
*
[libata] get-identity ioctl: Fix use of invalid memory pointer
Jeff Garzik
2009-01-16
1
-1
/
+1
*
block: unify request timeout handling
Jens Axboe
2008-10-09
1
-15
/
+15
*
[SCSI] replace __FUNCTION__ with __func__
Harvey Harrison
2008-07-27
1
-15
/
+15
*
[SCSI] libsas: Provide a transport-level facility to request SAS addrs
Darrick J. Wong
2008-04-07
1
-0
/
+41
*
[SCSI] libsas: misc fixes to the eh path
James Bottomley
2008-02-23
1
-17
/
+12
*
[SCSI] libsas: export sas_find_local_phy function
James Bottomley
2008-02-23
1
-2
/
+3
*
[SCSI] libsas: correctly flush the LU queue on error recovery
James Bottomley
2008-02-22
1
-1
/
+2
*
[SCSI] libsas: fix error handling
James Bottomley
2008-02-22
1
-24
/
+41
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2008-01-25
1
-3
/
+6
|
\
[next]