summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * [SCSI] qla4xxx: updated mbx_sys_info struct to sync with FW 4.6.xVikas Chaudhary2010-08-062-11/+12
| * [SCSI] qla4xxx: clear AF_DPC_SCHEDULED flage when exit from do_dpcVikas Chaudhary2010-08-061-1/+3
| * [SCSI] qla4xxx: Stop firmware before doing init firmware.Lalit Chandivade2010-08-061-0/+6
| * [SCSI] qla4xxx: Use the correct request queue.Vikas Chaudhary2010-08-061-1/+1
| * [SCSI] qla4xxx: set correct value in sess->recovery_tmoVikas Chaudhary2010-08-064-9/+7
| * [SCSI] libfc: call fc_remote_port_chkready under the host lock.Mike Christie2010-08-061-2/+2
| * [SCSI] remove fake "address-of" expressionAlan Stern2010-08-062-2/+2
| * [SCSI] iscsi boot: mv iscsi_boot_sysfs to drivers/scsiMike Christie2010-08-063-0/+490
| * [SCSI] be2iscsi: select ISCSI_BOOT_SYSFSRandy Dunlap2010-08-061-0/+1
| * [SCSI] be2iscsi: Driver Version change to 2.0.549.0Jayamohan Kallickal2010-08-061-1/+1
| * [SCSI] be2iscsi: Increase max sectorJayamohan Kallickal2010-08-061-1/+1
| * [SCSI] be2iscsi: Add support for iscsi bootJayamohan Kallickal2010-08-066-46/+564
| * [SCSI] 53c700: remove dma_is_consistent usageFUJITA Tomonori2010-08-061-3/+0
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-0/+2
|\ \
| * | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-111-0/+2
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-123-30/+30
|\ \ \
| * | | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-063-30/+30
| | |/ | |/|
* | | scsi: 53c700: remove dma_is_consistent usageFUJITA Tomonori2010-08-111-3/+0
* | | drivers: scsi: use newly introduced hex_to_bin() methodAndy Shevchenko2010-08-113-21/+19
* | | drivers/scsi: use memdup_userJulia Lawall2010-08-111-8/+3
* | | scsi: remove private BIT macrosAndrew Morton2010-08-112-4/+2
* | | scsi: fix bnx2i build errorsRandy Dunlap2010-08-111-1/+2
* | | scsi: fix pmcraid build errorsRandy Dunlap2010-08-111-1/+1
* | | bfa: wrong fcport H2I message tested in bfa_fcport_isr()Roel Kluin2010-08-111-1/+1
* | | drivers/scsi/ch.c: don't use vprintk as macroJoe Perches2010-08-111-43/+44
* | | scsi: bfa: correct onstack wait_queue_head declarationYong Zhang2010-08-111-2/+2
* | | drivers/scsi/qla2xxx/qla_os.c: fix continuation line formatsJoe Perches2010-08-111-2/+2
* | | scsi/sd.c: quiet all sparse noiseH Hartley Sweeten2010-08-111-6/+6
* | | scsi: remove superfluous NULL pointer check from scsi_kill_request()Bartlomiej Zolnierkiewicz2010-08-111-6/+0
* | | drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmallocJulia Lawall2010-08-112-3/+3
* | | dc395x: decrease iteration for tag_number of max_command in start_scsi()Roel Kluin2010-08-111-1/+1
* | | g_NCR5380: fix broken MMIO compilationOndrej Zary2010-08-112-23/+26
* | | g_NCR5380: remove misleading pnp error messageOndrej Zary2010-08-111-3/+1
* | | drivers/scsi: remove unnecessary NULL testJulia Lawall2010-08-111-1/+0
* | | NCR5380: bit MR_DMA_MODE set twice in NCR5380_transfer_dma()Roel Kluin2010-08-111-1/+3
* | | gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one()Roel Kluin2010-08-111-1/+1
* | | osst: fix read buffer overflowRoel Kluin2010-08-111-1/+2
| |/ |/|
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-1010-94/+124
|\ \
| * | scsi: use REQ_TYPE_FS for flush requestFUJITA Tomonori2010-08-072-17/+4
| * | scsi: convert discard to REQ_TYPE_FS from REQ_TYPE_BLOCK_PCFUJITA Tomonori2010-08-071-1/+6
| * | scsi/sd: remove big kernel lockArnd Bergmann2010-08-072-11/+8
| * | block: push down BKL into .open and .releaseArnd Bergmann2010-08-072-1/+11
| * | block: push down BKL into .locked_ioctlArnd Bergmann2010-08-072-10/+25
| * | scsi: fix discard page leakFUJITA Tomonori2010-08-072-7/+10
| * | scsi: need to reset unprep_rq_fn in sd_removeFUJITA Tomonori2010-08-071-0/+1
| * | block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-1/+1
| * | scsi: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-10/+16
| * | scsi: remove unused free discard page in sd_doneFUJITA Tomonori2010-08-071-9/+0
| * | scsi: add sd_unprep_fn to free discard pageFUJITA Tomonori2010-08-071-1/+11
| * | block: implement an unprep function corresponding directly to prepJames Bottomley2010-08-071-1/+1
OpenPOWER on IntegriCloud