summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* block: allow disk to have extended device numberTejun Heo2008-10-091-20/+54
* block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo2008-10-091-7/+2
* block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2008-10-091-0/+6
* sd/ide-disk: apply extended minors to sd and ideTejun Heo2008-10-091-2/+7
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-1/+1
* [SCSI] qlogicpti: fix sg list traversal error in continuation entriesBoaz Harrosh2008-09-281-0/+1
* [SCSI] Fix hang with split requestsJames Bottomley2008-09-231-1/+2
* [SCSI] qla2xxx: Defer enablement of RISC interrupts until ISP initialization ...Andrew Vasquez2008-09-132-1/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-09-112-4/+0
|\
| * block: disable sysfs parts of the disk command filterJens Axboe2008-09-112-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-09-116-13/+14
|\ \ | |/ |/|
| * [SCSI] fix check of PQ and PDT bits for WLUNsJames Bottomley2008-08-291-1/+2
| * [SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on retryMike Anderson2008-08-291-1/+1
| * [SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUEMike Anderson2008-08-293-10/+10
| * [SCSI] sd: select CRC_T10DIF only when necessaryStefan Richter2008-08-291-1/+1
* | remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori2008-08-292-0/+4
|/
* sg: restore command permission for TYPE_SCANNERFUJITA Tomonori2008-08-271-8/+14
* block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-271-2/+9
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-238-8/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-08-2013-42/+189
|\
| * [SCSI] ibmvfc: Driver version 1.0.2Brian King2008-08-161-2/+2
| * [SCSI] ibmvfc: Add details to async event logBrian King2008-08-161-1/+2
| * [SCSI] ibmvfc: Sanitize response lengthsBrian King2008-08-161-3/+3
| * [SCSI] ibmvfc: Fix for lost async eventsBrian King2008-08-161-7/+11
| * [SCSI] ibmvfc: Fixup host state during reinitBrian King2008-08-161-1/+2
| * [SCSI] ibmvfc: Fix another hang on module removalBrian King2008-08-161-3/+4
| * [SCSI] ibmvscsi: Fixup desired DMA value for shared memory partitionsBrian King2008-08-161-1/+1
| * [SCSI] megaraid_sas: remove sysfs dbg_lvl world writeable permissionsJoe Malicki2008-08-161-1/+1
| * [SCSI] qla2xxx: Update version number to 8.02.01-k7.Andrew Vasquez2008-08-161-1/+1
| * [SCSI] qla2xxx: Explicitly tear-down vports during PCI remove_one().Andrew Vasquez2008-08-163-4/+12
| * [SCSI] qla2xxx: Reference proper ha during SBR handling.Andrew Vasquez2008-08-162-4/+6
| * [SCSI] qla2xxx: Set npiv_supported flag for FCoE HBAs.Mike Hernandez2008-08-161-2/+3
| * [SCSI] qla2xxx: Don't leak SG-DMA mappings while aborting commands.Andrew Vasquez2008-08-161-2/+0
| * [SCSI] qla2xxx: Correct vport-state management issues during ISP-ABORT.Andrew Vasquez2008-08-162-4/+6
| * [SCSI] qla2xxx: Correct synchronization of software/firmware fcport states.Andrew Vasquez2008-08-161-0/+11
| * [SCSI] scsi_dh: Initialize lun_state in check_ownership()Chandra Seetharaman2008-08-161-0/+1
| * [SCSI] scsi_dh: Do not use scsilun in rdac hardware handlerChandra Seetharaman2008-08-161-1/+1
| * [SCSI] megaraid_sas: version and Documentation UpdateYang, Bo2008-08-161-3/+3
| * [SCSI] megaraid_sas: add new controllers (0x78 0x79)Yang, Bo2008-08-162-2/+112
| * [SCSI] megaraid_sas: add the shutdown DCMD cmd to driver shutdown routineYang, Bo2008-08-161-0/+1
| * [SCSI] megaraid_sas: add readl to force PCI posting flushYang, Bo2008-08-161-0/+6
* | make struct scsi_dh_devlist's staticAdrian Bunk2008-08-114-4/+4
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-076-14/+34
|\|
| * Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors"Linus Torvalds2008-08-052-6/+21
| * ide: fix regression caused by ide_device_{get,put}() addition (take 2)Bartlomiej Zolnierkiewicz2008-08-051-5/+6
| * remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz2008-08-051-1/+0
| * mm: rename page trylockNick Piggin2008-08-041-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-08-043-7/+26
| |\
| | * [SCSI] scsi_transport_spi: fix oops in revalidateJames Bottomley2008-07-301-3/+5