summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-193-5/+6
* scsi: fix resid_len mis-conversion in scsi_end_request()Tejun Heo2009-05-121-6/+1
* scsi: simplify the bidi completionFUJITA Tomonori2009-05-111-30/+13
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-112-8/+6
* block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo2009-05-111-5/+2
* block: cleanup rq->data_len usagesTejun Heo2009-05-116-33/+33
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-117-56/+59
* block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-111-1/+1
* block: add rq->resid_lenTejun Heo2009-05-116-40/+36
* block: kill rq->dataTejun Heo2009-04-281-1/+0
* block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-281-1/+1
* scsi: a4000 - Correct driver unregistration in case of failureGeert Uytterhoeven2009-04-221-1/+1
* driver synchronization: make scsi_wait_scan more advancedArjan van de Ven2009-04-212-2/+11
* Fix lpfc_parse_bg_err()'s use of do_div()David Howells2009-04-141-1/+1
* Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-133-10/+10
* PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki2009-04-132-4/+1
* Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds2009-04-101-2/+2
|\
| * qla1280: Fix off-by-some error in firmware loading.David Woodhouse2009-04-081-2/+2
* | dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang2009-04-072-4/+4
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-0733-57/+57
* | dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang2009-04-071-2/+2
* | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang2009-04-071-1/+1
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-0719-26/+26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-04-0672-12185/+5400
|\
| * [SCSI] sg: fix q->queue_lock on scsi_error_handler pathFUJITA Tomonori2009-04-031-3/+6
| * [SCSI] replace __inline with inlineHarvey Harrison2009-04-0313-151/+146
| * [SCSI] a2091: make 2 functions staticAdrian Bunk2009-04-032-5/+4
| * [SCSI] a3000: make 2 functions staticAdrian Bunk2009-04-032-5/+4
| * [SCSI] ses: #if 0 the unused ses_match_host()Adrian Bunk2009-04-031-0/+2
| * [SCSI] use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2009-04-031-3/+1
| * [SCSI] sg: fix iovec bugs introduced by the block layer conversionFUJITA Tomonori2009-04-031-4/+24
| * [SCSI] qlogicpti: use request_firmwareJaswinder Singh Rajput2009-04-032-1182/+41
| * [SCSI] advansys: use request_firmwareJaswinder Singh Rajput2009-04-031-1630/+101
| * [SCSI] qla1280: use request_firmwareJaswinder Singh Rajput2009-04-035-6029/+80
| * [SCSI] libiscsi: fix iscsi pool error pathJean Delvare2009-04-031-1/+3
| * [SCSI] cxgb3i: call ddp release function directlyMike Christie2009-04-031-10/+2
| * [SCSI] cxgb3i: merge cxgb3i_ddp into cxgb3i moduleKaren Xie2009-04-035-57/+21
| * [SCSI] cxgb3i: close all tcp connections upon chip resetKaren Xie2009-04-032-41/+71
| * [SCSI] cxgb3i: re-read ddp settings information after chip resetMike Christie2009-04-032-46/+70
| * [SCSI] cxgb3i: re-initialize ddp settings after chip resetKaren Xie2009-04-032-127/+118
| * [SCSI] cxgb3i: subscribe to error notification from cxgb3 driverKaren Xie2009-04-033-10/+52
| * [SCSI] aacraid driver updateLeubner, Achim2009-04-034-12/+59
| * [SCSI] config: Make need for SCSI_CDROM clearerAlan Cox2009-04-031-4/+5
| * [SCSI] stex: update version to 4.6.0000.3Ed Lin2009-04-031-5/+5
| * [SCSI] stex: add new 6G controller supportEd Lin2009-04-031-31/+351
| * [SCSI] stex: use config struct for parameters of different controllersEd Lin2009-04-031-76/+125
| * [SCSI] stex: add MSI supportEd Lin2009-04-031-5/+43
| * [SCSI] stex: small code fixes and changesEd Lin2009-04-031-65/+60
| * [SCSI] fcoe, libfcoe: Add support for FIP. FCoE discovery and keep-alive.Joe Eykholt2009-04-033-136/+1366
| * [SCSI] fcoe, libfc: fix double fcoe_softc memory allocVasu Dev2009-04-031-31/+2