summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2009-05-19scsi_lib: remove unused variableBoaz Harrosh1-2/+0
2009-05-19libosd: Use of new blk_make_requestBoaz Harrosh1-25/+23
2009-05-19libosd: Use new blk_rq_map_kernBoaz Harrosh1-22/+2
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo3-5/+6
2009-05-12scsi: fix resid_len mis-conversion in scsi_end_request()Tejun Heo1-6/+1
2009-05-11scsi: simplify the bidi completionFUJITA Tomonori1-30/+13
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo2-8/+6
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-5/+2
2009-05-11block: cleanup rq->data_len usagesTejun Heo6-33/+33
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo7-56/+59
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo1-1/+1
2009-05-11block: add rq->resid_lenTejun Heo6-40/+36
2009-04-28block: kill rq->dataTejun Heo1-1/+0
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-1/+1
2009-04-22scsi: a4000 - Correct driver unregistration in case of failureGeert Uytterhoeven1-1/+1
2009-04-21driver synchronization: make scsi_wait_scan more advancedArjan van de Ven2-2/+11
2009-04-14Fix lpfc_parse_bg_err()'s use of do_div()David Howells1-1/+1
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang3-10/+10
2009-04-13PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki2-4/+1
2009-04-10Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds1-2/+2
2009-04-08qla1280: Fix off-by-some error in firmware loading.David Woodhouse1-2/+2
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang2-4/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang33-57/+57
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang19-26/+26
2009-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds72-12185/+5400
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2009-04-03[SCSI] sg: fix q->queue_lock on scsi_error_handler pathFUJITA Tomonori1-3/+6
2009-04-03[SCSI] replace __inline with inlineHarvey Harrison13-151/+146
2009-04-03[SCSI] a2091: make 2 functions staticAdrian Bunk2-5/+4
2009-04-03[SCSI] a3000: make 2 functions staticAdrian Bunk2-5/+4
2009-04-03[SCSI] ses: #if 0 the unused ses_match_host()Adrian Bunk1-0/+2
2009-04-03[SCSI] use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2009-04-03[SCSI] sg: fix iovec bugs introduced by the block layer conversionFUJITA Tomonori1-4/+24
2009-04-03[SCSI] qlogicpti: use request_firmwareJaswinder Singh Rajput2-1182/+41
2009-04-03[SCSI] advansys: use request_firmwareJaswinder Singh Rajput1-1630/+101
2009-04-03[SCSI] qla1280: use request_firmwareJaswinder Singh Rajput5-6029/+80
2009-04-03[SCSI] libiscsi: fix iscsi pool error pathJean Delvare1-1/+3
2009-04-03[SCSI] cxgb3i: call ddp release function directlyMike Christie1-10/+2
2009-04-03[SCSI] cxgb3i: merge cxgb3i_ddp into cxgb3i moduleKaren Xie5-57/+21
2009-04-03[SCSI] cxgb3i: close all tcp connections upon chip resetKaren Xie2-41/+71
2009-04-03[SCSI] cxgb3i: re-read ddp settings information after chip resetMike Christie2-46/+70
2009-04-03[SCSI] cxgb3i: re-initialize ddp settings after chip resetKaren Xie2-127/+118
2009-04-03[SCSI] cxgb3i: subscribe to error notification from cxgb3 driverKaren Xie3-10/+52
2009-04-03[SCSI] aacraid driver updateLeubner, Achim4-12/+59
2009-04-03[SCSI] config: Make need for SCSI_CDROM clearerAlan Cox1-4/+5
2009-04-03[SCSI] stex: update version to 4.6.0000.3Ed Lin1-5/+5
2009-04-03[SCSI] stex: add new 6G controller supportEd Lin1-31/+351
2009-04-03[SCSI] stex: use config struct for parameters of different controllersEd Lin1-76/+125