| Commit message (Expand) | Author | Age |
* | [PATCH] __user annotations (scsi/ch) | viro@ZenIV.linux.org.uk | 2005-09-10 |
* | [PATCH] merge some from Rusty's trivial patches | Adrian Bunk | 2005-09-10 |
* | [PATCH] vfree and kfree cleanup in drivers/ | Jesper Juhl | 2005-09-10 |
* | [PATCH] trivial iomem annotations in qla2xxx/qla_dbg.c | viro@ZenIV.linux.org.uk | 2005-09-09 |
* | [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions | Ingo Molnar | 2005-09-09 |
* | [PATCH] timer initialization cleanup: DEFINE_TIMER | Ingo Molnar | 2005-09-09 |
* | [libata] minor fixes | Jeff Garzik | 2005-09-08 |
* | [PATCH] PCI/libata INTx cleanup | Brett M Russ | 2005-09-08 |
* | [PATCH] scan all enabled ports on ata_piix | Hannes Reinecke | 2005-09-08 |
* | Merge /spare/repo/linux-2.6/ | Jeff Garzik | 2005-09-08 |
|\ |
|
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 | Linus Torvalds | 2005-09-07 |
| |\ |
|
| | * | Merge by hand (conflicts in sd.c) | James Bottomley | 2005-09-06 |
| | |\ |
|
| | | * | [SCSI] unexport scsi_add_timer/scsi_delete_timer | Christoph Hellwig | 2005-09-06 |
| | | * | [SCSI] switch EH thread startup to the kthread API | Christoph Hellwig | 2005-09-06 |
| | | * | [SCSI] fix SCSI_IOCTL_PROBE_HOST | Christoph Hellwig | 2005-09-06 |
| | | * | [SCSI] Universal Xport no attach blacklist | Anton Blanchard | 2005-09-06 |
| | | * | [SCSI] sd: pause in sd_spinup_disk for slow USB devices | Alan Stern | 2005-09-06 |
| | | * | [SCSI] return success after retries in scsi_eh_tur | Alan Stern | 2005-09-06 |
| | | * | [SCSI] ibmvscsi: handle large scatter/gather lists | James Bottomley | 2005-09-06 |
| | | * | [SCSI] qla2xxx: Update version number to 8.01.00-k. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Stop firmware execution at unintialization time. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Replace schedule_timeout(). | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Add host attributes. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Add change_queue_depth/type() API support. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Remove redundant call to pci_unmap_sg(). | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Remove RISC pause/release barriers during flash manipulation. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Correct LED scheme definition. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Simplify redundant target/device reset logic. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Correct domain/area exclusion logic. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Add FDMI support. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Export class-of-service (COS) information. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] qla2xxx: Use dma_get_required_mask() in determining the 'ideal' DMA mask. | Andrew Vasquez | 2005-09-04 |
| | | * | [SCSI] aic7xxx: remove aiclib.c | Christoph Hellwig | 2005-09-04 |
| | | * | [SCSI] aacraid: bad BUG_ON fix | Mark Haverkamp | 2005-09-04 |
| | | * | [SCSI] sg direct io/mmap oops, st sync | Douglas Gilbert | 2005-09-04 |
| | | * | This patch fixes in st.c the bug in the signed/unsigned int comparison | James Bottomley | 2005-09-04 |
| | | * | [SCSI] embryonic RAID class | James Bottomley | 2005-08-30 |
| | * | | [SCSI] quieten messages on scsi_execute commands | James Bottomley | 2005-09-06 |
| | * | | Merge by hand (conflicts in sr.c) | James Bottomley | 2005-08-28 |
| | |\| |
|
| | | * | [SCSI] sr.c: Fix getting wrong size | Pete Zaitcev | 2005-08-28 |
| | * | | [SCSI] fix sense buffer length handling problem | James Bottomley | 2005-08-28 |
| | * | | [SCSI] fix 3ware raid emulated commands | James Bottomley | 2005-08-28 |
| | * | | [SCSI] comment cleanup for spi_execute | Christoph Hellwig | 2005-08-28 |
| | * | | [SCSI] fix C syntax problem in scsi_lib.c | akpm@osdl.org | 2005-08-28 |
| | * | | [SCSI] convert ch to use scsi_execute_req | James Bottomley | 2005-08-28 |
| | * | | [SCSI] convert sr to scsi_execute_req | James Bottomley | 2005-08-28 |
| | * | | [SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API) | James Bottomley | 2005-08-28 |
| | * | | [SCSI] convert SPI transport class to scsi_execute | James Bottomley | 2005-08-28 |
| | * | | [SCSI] convert the remaining mid-layer pieces to scsi_execute_req | James Bottomley | 2005-08-28 |