summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-07scsi: use REQ_TYPE_FS for flush requestFUJITA Tomonori2-17/+4
2010-08-07scsi: convert discard to REQ_TYPE_FS from REQ_TYPE_BLOCK_PCFUJITA Tomonori1-1/+6
2010-08-07scsi/sd: remove big kernel lockArnd Bergmann2-11/+8
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann2-1/+11
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann2-10/+25
2010-08-07scsi: fix discard page leakFUJITA Tomonori2-7/+10
2010-08-07scsi: need to reset unprep_rq_fn in sd_removeFUJITA Tomonori1-0/+1
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-1/+1
2010-08-07scsi: stop using q->prepare_flush_fnFUJITA Tomonori1-10/+16
2010-08-07scsi: remove unused free discard page in sd_doneFUJITA Tomonori1-9/+0
2010-08-07scsi: add sd_unprep_fn to free discard pageFUJITA Tomonori1-1/+11
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley1-1/+1
2010-08-07block: don't allocate a payload for discard requestChristoph Hellwig1-18/+34
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-4/+4
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig6-16/+17
2010-08-07aha1532: remove ISA_DMA_THRESHOLD usageFUJITA Tomonori1-25/+0
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds5-83/+74
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-4/+0
2010-08-06[SCSI] ibmvfc: Driver version 1.0.9Brian King1-2/+2
2010-08-06[SCSI] ibmvfc: Fix terminate_rport_ioBrian King2-169/+204
2010-08-06[SCSI] ibmvfc: Fix rport add/delete race resulting in oopsBrian King2-0/+9
2010-08-06[SCSI] lpfc 8.3.16: Change LPFC driver version to 8.3.16James Smart1-1/+1
2010-08-06[SCSI] lpfc 8.3.16: FCoE Discovery and Failover FixesJames Smart6-47/+144
2010-08-06[SCSI] lpfc 8.3.16: SLI Additions, updates, and code cleanupJames Smart9-51/+128
2010-08-06[SCSI] pm8001: introduce missing kfreeJulia Lawall1-3/+10
2010-08-06[SCSI] qla4xxx: Update driver version to 5.02.00-k3Vikas Chaudhary1-1/+1
2010-08-06[SCSI] qla4xxx: Added AER support for ISP82xxLalit Chandivade7-4/+352
2010-08-06[SCSI] qla4xxx: Handle outstanding mbx cmds on hung f/w scenariosNilesh Javali5-0/+47
2010-08-06[SCSI] qla4xxx: updated mbx_sys_info struct to sync with FW 4.6.xVikas Chaudhary2-11/+12
2010-08-06[SCSI] qla4xxx: clear AF_DPC_SCHEDULED flage when exit from do_dpcVikas Chaudhary1-1/+3
2010-08-06[SCSI] qla4xxx: Stop firmware before doing init firmware.Lalit Chandivade1-0/+6
2010-08-06[SCSI] qla4xxx: Use the correct request queue.Vikas Chaudhary1-1/+1
2010-08-06[SCSI] qla4xxx: set correct value in sess->recovery_tmoVikas Chaudhary4-9/+7
2010-08-06SCSI: remove fake "address-of" expressionAlan Stern2-2/+2
2010-08-06[SCSI] libfc: call fc_remote_port_chkready under the host lock.Mike Christie1-2/+2
2010-08-06[SCSI] remove fake "address-of" expressionAlan Stern2-2/+2
2010-08-06[SCSI] iscsi boot: mv iscsi_boot_sysfs to drivers/scsiMike Christie3-0/+490
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely3-30/+30