index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libsas
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] libsas: kill unused smp_portal code
FUJITA Tomonori
2007-07-18
1
-106
/
+0
*
[SCSI] libsas: add SAS management protocol handler
FUJITA Tomonori
2007-07-18
2
-0
/
+49
*
[SCSI] libsas: fix lockdep issue with ATA
James Bottomley
2007-07-18
2
-10
/
+10
*
[SCSI] libsas, aic94xx: fix dma mapping cockups with ATA
James Bottomley
2007-07-18
1
-1
/
+13
*
[SCSI] sas_ata: Implement sas_task_abort for ATA devices
Darrick J. Wong
2007-07-18
3
-6
/
+52
*
[SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devices
Darrick J. Wong
2007-07-18
1
-0
/
+7
*
[SCSI] libsas: Unknown STP devices should be reported to libata as unknown.
Darrick J. Wong
2007-07-18
1
-1
/
+1
*
[SCSI] libsas: Accept SAM_GOOD for ATAPI devices in sas_ata_task_done
Darrick J. Wong
2007-07-18
1
-1
/
+1
*
[SCSI] sas_ata: Don't copy aic94xx's sactive to ata_port
Darrick J. Wong
2007-07-18
1
-1
/
+0
*
[SCSI] sas_ata: ata_post_internal should abort the sas_task
Darrick J. Wong
2007-07-18
1
-3
/
+27
*
[SCSI] sas_ata: sas_ata_qc_issue should return AC_ERR_*
Darrick J. Wong
2007-07-18
1
-6
/
+4
*
[SCSI] sas_ata: Satisfy libata qc function locking requirements
Darrick J. Wong
2007-07-18
2
-0
/
+8
*
[SCSI] Migrate libsas ATA code into a separate file
Darrick J. Wong
2007-07-18
3
-308
/
+347
*
[SCSI] libsas: fixup NCQ for SATA disks
James Bottomley
2007-07-18
2
-21
/
+13
*
[SCSI] libsas: better error handling in sas_ex_discover_end_dev()
James Bottomley
2007-07-18
1
-2
/
+2
*
[SCSI] aic94xx: add SATAPI support
James Bottomley
2007-07-18
1
-17
/
+23
*
[SCSI] libsas: support NCQ for SATA disks
Darrick J. Wong
2007-07-18
1
-2
/
+9
*
[SCSI] libsas: fix up sas_smp_phy_control()
James Bottomley
2007-07-18
1
-1
/
+1
*
[SCSI] libsas: Add SATA support to STP piece for SATA on SAS expanders
James Bottomley
2007-07-18
1
-13
/
+68
*
[SCSI] Add SATA support to libsas
Darrick J. Wong
2007-07-18
2
-2
/
+351
*
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
2007-07-17
1
-2
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2007-07-15
1
-5
/
+5
|
\
|
*
[SCSI] libsas: convert to use the data buffer accessors
FUJITA Tomonori
2007-05-29
1
-5
/
+5
*
|
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...
Zhang Rui
2007-07-11
1
-6
/
+10
*
|
sysfs: kill unnecessary attribute->owner
Tejun Heo
2007-07-11
1
-1
/
+0
|
/
*
[SCSI] sas_scsi_host: Convert to use the kthread API
Christoph Hellwig
2007-05-06
1
-23
/
+13
*
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
2007-05-02
1
-1
/
+0
*
[SCSI] libsas: Add an LU reset mechanism to the error handler
Darrick J. Wong
2007-02-03
1
-4
/
+36
*
[SCSI] libsas: Don't BUG when connecting two expanders via wide port
Darrick J. Wong
2007-02-03
1
-0
/
+30
*
[SCSI] libsas: fix task attribute
FUJITA Tomonori
2007-01-30
1
-1
/
+1
*
[SCSI] libsas: Enable automatic spin-up of SAS disks
Darrick J. Wong
2007-01-27
1
-0
/
+2
*
[SCSI] libsas: Handle SCSI commands that complete with failure codes
Darrick J. Wong
2007-01-27
1
-44
/
+104
*
[SCSI] libsas: Clean up discovery failure handler code
Darrick J. Wong
2007-01-27
2
-33
/
+20
*
[SCSI] libsas: Fix incorrect sas_port deformation in sas_form_port
Darrick J. Wong
2007-01-27
1
-1
/
+1
*
[SCSI] libsas: Start I_T recovery if ABORT TASK fails
Darrick J. Wong
2007-01-13
1
-3
/
+11
*
[SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloading
Darrick J. Wong
2007-01-13
4
-6
/
+23
*
[SCSI] libsas: phy port lock needs irq spinlocks
Darrick J. Wong
2007-01-13
2
-7
/
+10
*
[SCSI] libsas: Delay issuing ABORT TASK TMF until the error handler
Darrick J. Wong
2007-01-13
1
-22
/
+29
*
[SCSI] libsas: Enable the EH strategy handler to reset a phy after a command
Darrick J. Wong
2007-01-13
1
-1
/
+36
*
[SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flag
Darrick J. Wong
2007-01-13
1
-17
/
+0
*
[SCSI] libsas: Destroy the task collector thread after releasing ports
Darrick J. Wong
2007-01-13
1
-2
/
+3
*
[SCSI] libsas: Reset timer on taskless scsi_cmnds in sas_scsi_timed_out
Darrick J. Wong
2007-01-13
1
-3
/
+7
*
[SCSI] libsas: Add a sysfs knob to enable/disable a phy
Darrick J. Wong
2007-01-13
2
-2
/
+34
*
[SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the S...
Darrick J. Wong
2007-01-13
1
-0
/
+7
*
[SCSI] libsas: Clean up rphys/port dev list after a discovery error on an exp...
Darrick J. Wong
2007-01-13
1
-4
/
+16
*
[SCSI] libsas: Clean up rphys/port dev list after a discovery error.
Darrick J. Wong
2007-01-13
1
-6
/
+33
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-1
/
+1
*
Actually update the fixed up compile failures.
David Howells
2006-12-06
1
-1
/
+3
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-06
3
-17
/
+113
|
\
|
*
[SCSI] libsas: better error handling in sas_expander.c
James Bottomley
2006-12-03
1
-12
/
+24
[next]