| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] sata_sis: uninitialized variable | Uwe Koziolek | 2005-09-14 | 1 | -1/+1 |
* | [PATCH] sata_sis: Fix typo in sata port2 initialisation | Arnaud Patard | 2005-09-14 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 | Linus Torvalds | 2005-09-12 | 15 | -140/+1052 |
|\ |
|
| * | [SCSI] set error value when failing commands in prep_fn | Mike Christie | 2005-09-10 | 1 | -8/+16 |
| * | [SCSI] Alter the scsi_add_device() API to conform to what users expect | James Bottomley | 2005-09-10 | 1 | -0/+13 |
| * | [SCSI] Fix module removal/device add race | Alan Stern | 2005-09-10 | 1 | -2/+6 |
| * | [SCSI] lpfc: use wwn_to_u64() transport helper | Andrew Vasquez | 2005-09-10 | 4 | -28/+25 |
| * | [SCSI] qla2xxx: use wwn_to_u64() transport helper | Andrew Vasquez | 2005-09-10 | 2 | -12/+10 |
| * | [SCSI] SAS transport class: fixup prototype of sas_host_setup | James Bottomley | 2005-09-09 | 1 | -1/+2 |
| * | [SCSI] 3ware 9000: handle use_sg != 0 for emulated commands | adam radford | 2005-09-09 | 1 | -6/+24 |
| * | [SCSI] SAS transport class | Christoph Hellwig | 2005-09-09 | 3 | -0/+827 |
| * | [SCSI] sg: do not set VM_IO flag on mmap-ed pages | Douglas Gilbert | 2005-09-09 | 1 | -2/+2 |
| * | [SCSI] SCSI core: fix leakage of scsi_cmnd's | James Bottomley | 2005-09-09 | 1 | -3/+2 |
| * | [SCSI] SCSI core: fix leakage of scsi_cmnd's | James Bottomley | 2005-09-09 | 1 | -40/+71 |
| * | [SCSI] fix possible deadlock in scsi_lib.c | Neil Brown | 2005-09-09 | 1 | -1/+1 |
| * | [SCSI] fix callers of scsi_remove_device() who already hold the scan muted | Alan Stern | 2005-09-09 | 2 | -13/+16 |
| * | [SCSI] add missing scan mutex to scsi_scan_target() | Alan Stern | 2005-09-09 | 1 | -27/+40 |
* | | [PATCH] __user annotations (scsi/ch) | viro@ZenIV.linux.org.uk | 2005-09-10 | 1 | -13/+14 |
* | | [PATCH] merge some from Rusty's trivial patches | Adrian Bunk | 2005-09-10 | 1 | -1/+0 |
* | | [PATCH] vfree and kfree cleanup in drivers/ | Jesper Juhl | 2005-09-10 | 3 | -11/+9 |
* | | [PATCH] trivial iomem annotations in qla2xxx/qla_dbg.c | viro@ZenIV.linux.org.uk | 2005-09-09 | 1 | -1/+1 |
* | | [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions | Ingo Molnar | 2005-09-09 | 1 | -1/+1 |
* | | [PATCH] timer initialization cleanup: DEFINE_TIMER | Ingo Molnar | 2005-09-09 | 1 | -2/+1 |
* | | [libata] minor fixes | Jeff Garzik | 2005-09-08 | 2 | -25/+11 |
* | | [PATCH] PCI/libata INTx cleanup | Brett M Russ | 2005-09-08 | 4 | -55/+3 |
* | | [PATCH] scan all enabled ports on ata_piix | Hannes Reinecke | 2005-09-08 | 1 | -4/+6 |
* | | Merge /spare/repo/linux-2.6/ | Jeff Garzik | 2005-09-08 | 90 | -8123/+5056 |
|\ \
| |/ |
|
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 | Linus Torvalds | 2005-09-07 | 86 | -8118/+5044 |
| |\ |
|
| | * | Merge by hand (conflicts in sd.c) | James Bottomley | 2005-09-06 | 32 | -426/+1690 |
| | |\ |
|
| | | * | [SCSI] unexport scsi_add_timer/scsi_delete_timer | Christoph Hellwig | 2005-09-06 | 2 | -2/+3 |
| | | * | [SCSI] switch EH thread startup to the kthread API | Christoph Hellwig | 2005-09-06 | 2 | -42/+10 |
| | | * | [SCSI] fix SCSI_IOCTL_PROBE_HOST | Christoph Hellwig | 2005-09-06 | 1 | -9/+9 |
| | | * | [SCSI] Universal Xport no attach blacklist | Anton Blanchard | 2005-09-06 | 1 | -0/+1 |
| | | * | [SCSI] sd: pause in sd_spinup_disk for slow USB devices | Alan Stern | 2005-09-06 | 1 | -5/+19 |
| | | * | [SCSI] return success after retries in scsi_eh_tur | Alan Stern | 2005-09-06 | 1 | -1/+3 |
| | | * | [SCSI] ibmvscsi: handle large scatter/gather lists | James Bottomley | 2005-09-06 | 2 | -42/+116 |
| | | * | [SCSI] qla2xxx: Update version number to 8.01.00-k. | Andrew Vasquez | 2005-09-04 | 1 | -2/+2 |
| | | * | [SCSI] qla2xxx: Stop firmware execution at unintialization time. | Andrew Vasquez | 2005-09-04 | 4 | -6/+41 |
| | | * | [SCSI] qla2xxx: Replace schedule_timeout(). | Andrew Vasquez | 2005-09-04 | 1 | -14/+11 |
| | | * | [SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure. | Andrew Vasquez | 2005-09-04 | 1 | -2/+0 |
| | | * | [SCSI] qla2xxx: Add host attributes. | Andrew Vasquez | 2005-09-04 | 3 | -0/+136 |
| | | * | [SCSI] qla2xxx: Add change_queue_depth/type() API support. | Andrew Vasquez | 2005-09-04 | 1 | -0/+29 |
| | | * | [SCSI] qla2xxx: Remove redundant call to pci_unmap_sg(). | Andrew Vasquez | 2005-09-04 | 1 | -5/+1 |
| | | * | [SCSI] qla2xxx: Remove RISC pause/release barriers during flash manipulation. | Andrew Vasquez | 2005-09-04 | 1 | -34/+0 |
| | | * | [SCSI] qla2xxx: Correct LED scheme definition. | Andrew Vasquez | 2005-09-04 | 2 | -3/+3 |
| | | * | [SCSI] qla2xxx: Simplify redundant target/device reset logic. | Andrew Vasquez | 2005-09-04 | 3 | -56/+1 |
| | | * | [SCSI] qla2xxx: Correct domain/area exclusion logic. | Andrew Vasquez | 2005-09-04 | 1 | -1/+8 |
| | | * | [SCSI] qla2xxx: Add FDMI support. | Andrew Vasquez | 2005-09-04 | 8 | -5/+741 |
| | | * | [SCSI] qla2xxx: Export class-of-service (COS) information. | Andrew Vasquez | 2005-09-04 | 4 | -0/+26 |
| | | * | [SCSI] qla2xxx: Use dma_get_required_mask() in determining the 'ideal' DMA mask. | Andrew Vasquez | 2005-09-04 | 1 | -23/+10 |