summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2008-02-0417-22/+22
|\
| * drivers/scsi/: Spelling fixesJoe Perches2008-02-0316-21/+21
| * MAINTAINERS: remove Adam Fritzler, remove his email address in other sourcesJoe Perches2008-02-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2008-02-041-7/+2Star
|\ \
| * | scsi: fix dependency bug in aic7 MakefileSam Ravnborg2008-02-031-7/+2Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-02-041-1/+1
|\ \ | |/ |/|
| * pci: pci_enable_device_bars() fix for lpfc driverGreg Kroah-Hartman2008-02-021-1/+1
* | ide-scsi: remove needless SELECT_DRIVE() callBartlomiej Zolnierkiewicz2008-02-021-2/+0Star
* | ide-scsi: use ide_execute_command()Bartlomiej Zolnierkiewicz2008-02-021-5/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-02-023-6/+19
|\
| * PCI: Remove users of pci_enable_device_bars()Benjamin Herrenschmidt2008-02-023-6/+19
* | ide: update/add my CopyrightsBartlomiej Zolnierkiewicz2008-02-011-1/+2
* | ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz2008-02-011-2/+0Star
|/
* [SCSI] Revert "[SCSI] aacraid: fib context lock for management ioctls"James Bottomley2008-01-301-17/+12Star
* [SCSI] handle scsi_init_queue failure properlyFUJITA Tomonori2008-01-301-1/+17
* [SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queueFUJITA Tomonori2008-01-301-0/+1
* [SCSI] scsi_debug: add XDWRITEREAD_10 supportFUJITA Tomonori2008-01-301-0/+70
* [SCSI] scsi_debug: add bidi data transfer supportFUJITA Tomonori2008-01-301-11/+10Star
* [SCSI] scsi_debug: add get_data_transfer_info helper functionFUJITA Tomonori2008-01-301-45/+38Star
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-3039-96/+18Star
* [SCSI] bidirectional: fix up for the new blk_end_request codeKiyoshi Ueda2008-01-301-2/+10
* [SCSI] bidirectional command supportBoaz Harrosh2008-01-302-15/+94
* [SCSI] implement scsi_data_bufferBoaz Harrosh2008-01-306-74/+54Star
* [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh2008-01-302-34/+14Star
* [SCSI] aic7xxx: fix warnings with CONFIG_PM disabledFUJITA Tomonori2008-01-304-22/+20Star
* [SCSI] aic79xx: fix warnings with CONFIG_PM disabledFUJITA Tomonori2008-01-304-22/+20Star
* [SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactionsDavid Milburn2008-01-301-3/+6
* [SCSI] sgiwd93: use cached memory access to make driver work on IP28Thomas Bogendoerfer2008-01-302-26/+40
* [SCSI] ncr53c8xx: fix sense_buffer access bugFUJITA Tomonori2008-01-301-1/+1
* [SCSI] aic79xx: fix sense_buffer access bugFUJITA Tomonori2008-01-301-1/+1
* [SCSI] hptiop: fix sense_buffer access bugFUJITA Tomonori2008-01-301-1/+1
* [SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_errorNathan Lynch2008-01-301-1/+1
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-292-3/+3
* [ETH]: Combine format_addr() with print_mac().Michael Chan2008-01-291-13/+1Star
* Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-01-281-0/+12
|\
| * blktrace: Add blktrace ioctls to SCSI generic devicesChristof Schmitt2008-01-281-0/+12
* | Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-01-282-24/+15Star
|\ \
| * | blk_end_request: changing scsi (take 4)Kiyoshi Ueda2008-01-281-20/+11Star
| * | blk_end_request: changing ide-scsi (take 4)Kiyoshi Ueda2008-01-281-4/+4
| |/
* | SG: work with the SCSI fixed maximum allocations.James Bottomley2008-01-281-3/+5
* | SG: Convert SCSI to use scatterlist helpers for sg chainingJens Axboe2008-01-282-120/+21Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-26155-8524/+9359
|\
| * [SCSI] libsas: abstract STP task status into a functionJames Bottomley2008-01-253-19/+40
| * [SCSI] ultrastor: clean up inline asm warningsFrederik Deweerdt2008-01-251-3/+10
| * [SCSI] aic7xxx: fix firmware buildVegard Nossum2008-01-251-27/+18Star
| * [SCSI] aacraid: fib context lock for management ioctlsSalyzyn, Mark2008-01-251-12/+17
| * [SCSI] ch: remove forward declarationsFUJITA Tomonori2008-01-251-66/+54Star
| * [SCSI] ch: fix device minor number management bugFUJITA Tomonori2008-01-251-31/+40
| * [SCSI] ch: handle class_device_create failure properlyFUJITA Tomonori2008-01-231-7/+15
| * [SCSI] NCR5380: fix section mismatchRandy Dunlap2008-01-231-1/+1