| Commit message (Expand) | Author | Age | Files | Lines |
* | [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] permit READ DEFECT DATA in block/scsi_ioctl | Douglas Gilbert | 2005-09-09 | 1 | -0/+1 |
* | [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 |
* | [SCSI] Re-do "final klist fixes" | Linus Torvalds | 2005-09-07 | 1 | -4/+20 |
* | [PATCH] fix klist semantics for lists which have elements removed on traversal | James Bottomley | 2005-09-07 | 3 | -4/+62 |
* | [SCSI] Revert "final klist fixes" | Linus Torvalds | 2005-09-07 | 1 | -20/+4 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 | Linus Torvalds | 2005-09-07 | 103 | -8453/+6028 |
|\ |
|
| * | Merge by hand (conflicts in sd.c) | James Bottomley | 2005-09-06 | 44 | -707/+2421 |
| |\ |
|
| | * | [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 |
| | * | [SCSI] fusion: whitespace fixes | Christoph Hellwig | 2005-09-04 | 3 | -155/+174 |
| | * | [SCSI] fusion: endianess fixes | Christoph Hellwig | 2005-09-04 | 3 | -16/+16 |
| | * | [SCSI] fusion: update LSI headers | Christoph Hellwig | 2005-09-04 | 6 | -44/+415 |
| | * | [SCSI] fusion: extended config header support | Christoph Hellwig | 2005-09-04 | 4 | -44/+81 |
| | * | [SCSI] aic7xxx: remove aiclib.c | Christoph Hellwig | 2005-09-04 | 6 | -165/+253 |
| | * | [SCSI] aacraid: bad BUG_ON fix | Mark Haverkamp | 2005-09-04 | 1 | -1/+1 |
| | * | [SCSI] sg direct io/mmap oops, st sync | Douglas Gilbert | 2005-09-04 | 1 | -4/+4 |
| | * | This patch fixes in st.c the bug in the signed/unsigned int comparison | James Bottomley | 2005-09-04 | 1 | -4/+4 |
| | * | [SCSI] embryonic RAID class | James Bottomley | 2005-08-30 | 3 | -0/+258 |
| | * | [SCSI] attribute container final klist fixes | James Bottomley | 2005-08-30 | 1 | -4/+20 |
| | * | [SCSI] correct attribute_container list usage | James Bottomley | 2005-08-30 | 1 | -22/+29 |
| * | | [SCSI] quieten messages on scsi_execute commands | James Bottomley | 2005-09-06 | 1 | -18/+19 |
| * | | Merge by hand (conflicts in sr.c) | James Bottomley | 2005-08-28 | 2 | -23/+2 |
| |\ \
| | |/ |
|
| | * | [SCSI] sr.c: Fix getting wrong size | Pete Zaitcev | 2005-08-28 | 2 | -23/+2 |
| * | | [SCSI] fix sense buffer length handling problem | James Bottomley | 2005-08-28 | 1 | -2/+2 |