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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] libata: separate out ata_dev_configure()
Tejun Heo
2006-03-03
1
-40
/
+40
*
[PATCH] libata: convert dev->id to pointer
Tejun Heo
2006-03-03
1
-3
/
+17
*
[PATCH] ata_piix: reimplement piix_sata_probe()
Tejun Heo
2006-03-03
1
-23
/
+38
*
[PATCH] ata_piix: implement proper port map
Tejun Heo
2006-03-03
1
-60
/
+122
*
[PATCH] ata_piix: add a couple of flags
Tejun Heo
2006-03-03
1
-4
/
+7
*
[PATCH] ata_piix: finer-grained port_info
Tejun Heo
2006-03-03
1
-19
/
+58
*
[PATCH] sata_sil: remove unneeded ATA_FLAG_SRST from 3512 port info
Tejun Heo
2006-03-01
1
-1
/
+1
*
[PATCH] libata: kill illegal kfree(id)
Tejun Heo
2006-03-01
1
-1
/
+0
*
[PATCH] sata_sil24: add a new PCI ID for SiI 3124
Tejun Heo
2006-03-01
1
-0
/
+1
*
Merge branch 'master'
Jeff Garzik
2006-03-01
14
-80
/
+97
|
\
|
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
2006-03-01
11
-80
/
+90
|
|
\
|
|
*
[SCSI] aha152x: fix variable use before initialisation and other bugs
Jürgen E. Fischer
2006-02-28
3
-37
/
+54
|
|
*
[SCSI] Fix uninitialised width and speed in sym2
Matthew Wilcox
2006-02-28
1
-0
/
+2
|
|
*
[SCSI] Delete duplicate driver template.
Ralf Baechle
2006-02-28
1
-21
/
+0
|
|
*
[SCSI] scsi: scsi command retries off by one fix
Brian King
2006-02-27
2
-3
/
+3
|
|
*
[SCSI] megaraid_sas: fix physical disk handling
Christoph Hellwig
2006-02-27
1
-14
/
+15
|
|
*
[SCSI] scsi: handle ->slave_configure return value
Christoph Hellwig
2006-02-27
1
-2
/
+14
|
|
*
[SCSI] fc_transport: stop creating duplicate rport entries.
Andrew Vasquez
2006-02-27
1
-2
/
+1
|
|
*
[SCSI] sg: Remove aha1542 hack
Brian King
2006-02-27
1
-1
/
+1
|
*
|
[libata] Disable FUA
Jeff Garzik
2006-02-27
3
-0
/
+7
*
|
|
Merge branch 'master'
Jeff Garzik
2006-02-27
3
-15
/
+61
|
\
\
\
|
|
/
/
|
*
|
Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2006-02-27
1
-9
/
+43
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
[PATCH] sata_sil: implement R_ERR on DMA activate FIS errata fix
Tejun Heo
2006-02-25
1
-6
/
+27
|
|
*
[PATCH] sata_sil: add board ID for 3512
Tejun Heo
2006-02-25
1
-4
/
+17
|
*
|
[PATCH] sd: fix memory corruption with broken mode page headers
Al Viro
2006-02-26
1
-3
/
+17
|
|
/
|
*
[SCSI] esp: fix eh locking
Christoph Hellwig
2006-02-22
1
-3
/
+1
*
|
[PATCH] libata: kill ata_dev_reread_id()
Tejun Heo
2006-02-20
1
-42
/
+0
*
|
[PATCH] libata: separate out ata_dev_read_id()
Tejun Heo
2006-02-20
1
-82
/
+128
*
|
Merge branch 'upstream-fixes'
Jeff Garzik
2006-02-20
2
-7
/
+10
|
\
\
|
|
/
|
*
[PATCH] libata: make ata_sg_setup_one() trim zero length sg
Tejun Heo
2006-02-20
1
-5
/
+8
|
*
[PATCH] libata: fix WARN_ON() condition in *_fill_sg()
Tejun Heo
2006-02-20
2
-2
/
+2
*
|
[PATCH] ata_piix: convert sata to new reset mechanism
Tejun Heo
2006-02-20
1
-20
/
+15
*
|
[PATCH] ata_piix: convert pata to new reset mechanism
Tejun Heo
2006-02-20
1
-16
/
+27
*
|
[PATCH] libata: fix comment regarding setting cable type
Tejun Heo
2006-02-20
1
-2
/
+1
*
|
[PATCH] libata: update ata_dev_init_params()
Tejun Heo
2006-02-20
1
-10
/
+19
*
|
[PATCH] libata: rename ata_dev_id_[c_]string()
Tejun Heo
2006-02-20
3
-20
/
+18
*
|
Merge branch 'master'
Jeff Garzik
2006-02-20
35
-483
/
+2054
|
\
\
|
|
/
|
*
[PATCH] Add missing FUA write to sata_mv dma command list
Jens Axboe
2006-02-17
1
-0
/
+1
|
*
[PATCH] libata: minor fix for 2.6.16-rc3
Albert Lee
2006-02-17
1
-3
/
+4
|
*
[PATCH] Necessary evil to get sata_vsc to initialize with Intel iq3124h hba
Dan Williams
2006-02-17
1
-1
/
+29
|
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
2006-02-16
32
-479
/
+2020
|
|
\
|
|
*
[SCSI] fix wrong context bugs in SCSI
James Bottomley
2006-02-14
2
-23
/
+12
|
|
*
[PATCH] add scsi_execute_in_process_context() API
James Bottomley
2006-02-14
1
-0
/
+59
|
|
*
[SCSI] sym2: Mask off opcode from RBC
Matthew Wilcox
2006-02-12
1
-1
/
+1
|
|
*
[SCSI] megaraid_legacy: kobject_register failure
Ju, Seokmann
2006-02-12
2
-2
/
+2
|
|
*
[SCSI] ipr: Fix adapter initialization failure
Brian King
2006-02-12
2
-47
/
+7
|
|
*
[PATCH] qla2xxx: Correct lun assignment during IOCB submission.
andrew.vasquez@qlogic.com
2006-02-07
1
-0
/
+1
|
|
*
[PATCH] qla2xxx: Pass input-buffer length to Get-ID-List mailbox command.
andrew.vasquez@qlogic.com
2006-02-07
1
-1
/
+2
|
|
*
[PATCH] qla2xxx: Remove bogus debug-code.
andrew.vasquez@qlogic.com
2006-02-07
1
-3
/
+0
|
|
*
[PATCH] qla2xxx: Close window on race between rport removal and fcport transi...
andrew.vasquez@qlogic.com
2006-02-07
1
-0
/
+14
[next]