summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devicesTony Battersby2008-01-231-1/+1
| * [SCSI] don't use __GFP_DMA for sense buffers if not requiredJames Bottomley2008-01-233-71/+51Star
| * [SCSI] use dynamically allocated sense bufferFUJITA Tomonori2008-01-233-3/+69
| * [SCSI] sd: add fix for devices with last sector access problemsHans de Goede2008-01-231-0/+9
| * [SCSI] fix pcmcia compile problemJames Bottomley2008-01-231-1/+2
| * [SCSI] aacraid: add Voodoo Lite class of cards.Salyzyn, Mark2008-01-234-6/+44
| * [SCSI] aacraid: add new driver features flagsSalyzyn, Mark2008-01-231-0/+25
| * [SCSI] qla2xxx: Update version number to 8.02.00-k7.Andrew Vasquez2008-01-231-1/+1
| * [SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command.Seokmann Ju2008-01-232-2/+4
| * [SCSI] qla2xxx: Correct late-memset() of EFT buffer.Andrew Vasquez2008-01-231-1/+1
| * [SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support.Andrew Vasquez2008-01-2310-14/+405
| * [SCSI] qla2xxx: Trace-Control naming cleanups.Andrew Vasquez2008-01-236-20/+50
| * [SCSI] qla2xxx: Code cleanups.Adrian Bunk2008-01-237-238/+19Star