summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2010-09-05[SCSI] qla2xxx: Don't issue set or get port param MBC if port is not online.Giridhar Malavali2-4/+6
2010-09-05[SCSI] scsi/block: increase flush/sync timeoutMike Christie2-2/+3
2010-09-05[SCSI] bnx2i: Updated version to bnx2i-2.1.3Eddie Wai1-3/+5
2010-09-05[SCSI] bnx2i: Added chip cleanup for the remove module pathEddie Wai2-20/+37
2010-09-05[SCSI] bnx2i: Recouple the CFC delete cleanup with cm_abort/close completionEddie Wai1-4/+6
2010-09-05[SCSI] bxn2i: Added support for other TMFs besides ABORT_TASKEddie Wai1-28/+30
2010-09-05[SCSI] bnx2i: Fixed a protocol violation on nopout responsesEddie Wai3-6/+3
2010-09-05[SCSI] ipr: Driver version 2.5.1Wayne Boyer1-2/+2
2010-09-05[SCSI] ipr: fix resource address formatting and add attribute for device IDWayne Boyer2-2/+45
2010-09-05[SCSI] cxgb3i: change cxgb3i to use libcxgbikxie@chelsio.com17-5142/+1488
2010-09-05[SCSI] cxgb4i v5: iscsi driverkxie@chelsio.com8-0/+1652
2010-09-05[SCSI] libcxgbi: common library for cxgb3i and cxgb4ikxie@chelsio.com2-0/+3363
2010-09-05[SCSI] lpfc: change spin_lock_irq() to spin_lock()Dan Carpenter1-5/+5
2010-09-05[SCSI] drivers/scsi: Adjust confusing if indentationJulia Lawall2-3/+3
2010-09-05[SCSI] ibmvfc: do not reset dev_loss_tmo in slave calloutMike Christie1-3/+7
2010-09-05[SCSI] fnic: do not reset dev_loss_tmo in slave calloutMike Christie1-4/+10
2010-09-05[SCSI] lpfc: do not reset dev_loss_tmo in slave calloutMike Christie2-10/+10
2010-09-05[SCSI] qla2xxx: do not reset dev_loss_tmo in slave calloutMike Christie2-5/+11
2010-09-05[SCSI] fc class: add fc host default default dev loss settingMike Christie1-1/+5
2010-08-20drivers/scsi/qla4xxx: fix buildAndrew Morton2-2/+2
2010-08-18arcmsr_hba: Missing slab.h includeDavid Miller1-0/+1
2010-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds38-355/+1996
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds1-0/+2
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-30/+30
2010-08-11scsi: 53c700: remove dma_is_consistent usageFUJITA Tomonori1-3/+0
2010-08-11drivers: scsi: use newly introduced hex_to_bin() methodAndy Shevchenko3-21/+19
2010-08-11drivers/scsi: use memdup_userJulia Lawall1-8/+3
2010-08-11scsi: remove private BIT macrosAndrew Morton2-4/+2
2010-08-11scsi: fix bnx2i build errorsRandy Dunlap1-1/+2
2010-08-11scsi: fix pmcraid build errorsRandy Dunlap1-1/+1
2010-08-11bfa: wrong fcport H2I message tested in bfa_fcport_isr()Roel Kluin1-1/+1
2010-08-11drivers/scsi/ch.c: don't use vprintk as macroJoe Perches1-43/+44
2010-08-11scsi: bfa: correct onstack wait_queue_head declarationYong Zhang1-2/+2
2010-08-11drivers/scsi/qla2xxx/qla_os.c: fix continuation line formatsJoe Perches1-2/+2
2010-08-11scsi/sd.c: quiet all sparse noiseH Hartley Sweeten1-6/+6
2010-08-11scsi: remove superfluous NULL pointer check from scsi_kill_request()Bartlomiej Zolnierkiewicz1-6/+0
2010-08-11drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmallocJulia Lawall2-3/+3
2010-08-11dc395x: decrease iteration for tag_number of max_command in start_scsi()Roel Kluin1-1/+1
2010-08-11g_NCR5380: fix broken MMIO compilationOndrej Zary2-23/+26
2010-08-11g_NCR5380: remove misleading pnp error messageOndrej Zary1-3/+1
2010-08-11drivers/scsi: remove unnecessary NULL testJulia Lawall1-1/+0
2010-08-11NCR5380: bit MR_DMA_MODE set twice in NCR5380_transfer_dma()Roel Kluin1-1/+3
2010-08-11gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one()Roel Kluin1-1/+1
2010-08-11osst: fix read buffer overflowRoel Kluin1-1/+2
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell1-0/+2
2010-08-11[SCSI] qla4xxx: fix compilation warningVikas Chaudhary1-1/+2
2010-08-11[SCSI] make error handling more robust in the face of reservationsJames Bottomley1-4/+6
2010-08-11[SCSI] tgt: fix warningJoe Eykholt1-0/+1
2010-08-11[SCSI] Return NEEDS_RETRY for eh commands with status BUSYHannes Reinecke1-0/+1
2010-08-11Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds10-94/+124