aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30[SCSI] Revert "[SCSI] aacraid: fib context lock for management ioctls"James Bottomley1-17/+12
2008-01-30[SCSI] handle scsi_init_queue failure properlyFUJITA Tomonori1-1/+17
2008-01-30[SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queueFUJITA Tomonori1-0/+1
2008-01-30[SCSI] scsi_debug: add XDWRITEREAD_10 supportFUJITA Tomonori1-0/+70
2008-01-30[SCSI] scsi_debug: add bidi data transfer supportFUJITA Tomonori1-11/+10
2008-01-30[SCSI] scsi_debug: add get_data_transfer_info helper functionFUJITA Tomonori1-45/+38
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley39-96/+18
2008-01-30[SCSI] bidirectional: fix up for the new blk_end_request codeKiyoshi Ueda1-2/+10
2008-01-30[SCSI] bidirectional command supportBoaz Harrosh2-15/+94
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh6-74/+54
2008-01-30[SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh2-34/+14
2008-01-30[SCSI] aic7xxx: fix warnings with CONFIG_PM disabledFUJITA Tomonori4-22/+20
2008-01-30[SCSI] aic79xx: fix warnings with CONFIG_PM disabledFUJITA Tomonori4-22/+20
2008-01-30[SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactionsDavid Milburn1-3/+6
2008-01-30[SCSI] sgiwd93: use cached memory access to make driver work on IP28Thomas Bogendoerfer2-26/+40
2008-01-30[SCSI] ncr53c8xx: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-30[SCSI] aic79xx: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-30[SCSI] hptiop: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-30[SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_errorNathan Lynch1-1/+1
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2-3/+3
2008-01-28[ETH]: Combine format_addr() with print_mac().Michael Chan1-13/+1
2008-01-29Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+12
2008-01-29Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-24/+15
2008-01-28SG: work with the SCSI fixed maximum allocations.James Bottomley1-3/+5
2008-01-28blk_end_request: changing scsi (take 4)Kiyoshi Ueda1-20/+11
2008-01-28blk_end_request: changing ide-scsi (take 4)Kiyoshi Ueda1-4/+4
2008-01-28SG: Convert SCSI to use scatterlist helpers for sg chainingJens Axboe2-120/+21
2008-01-28blktrace: Add blktrace ioctls to SCSI generic devicesChristof Schmitt1-0/+12
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds155-8524/+9359
2008-01-25Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds2-12/+11
2008-01-25ide: add ide_pktcmd_tf_load() helperBartlomiej Zolnierkiewicz1-5/+1
2008-01-25ide-{floppy,tape,scsi}: fix register loading order when issuing packet commandBartlomiej Zolnierkiewicz1-1/+1
2008-01-25ide: remove atapi_ireason_t (take 3)Bartlomiej Zolnierkiewicz1-9/+8
2008-01-25ide: remove ata_nsector_t, ata_data_t and atapi_bcount_tBartlomiej Zolnierkiewicz1-17/+23
2008-01-25ide: remove atapi_feature_tBartlomiej Zolnierkiewicz1-7/+4
2008-01-25ide: remove ata_status_t and atapi_status_tBartlomiej Zolnierkiewicz1-5/+4
2008-01-25[SCSI] libsas: abstract STP task status into a functionJames Bottomley3-19/+40
2008-01-25[SCSI] ultrastor: clean up inline asm warningsFrederik Deweerdt1-3/+10
2008-01-25[SCSI] aic7xxx: fix firmware buildVegard Nossum1-27/+18
2008-01-25[SCSI] aacraid: fib context lock for management ioctlsSalyzyn, Mark1-12/+17
2008-01-25[SCSI] ch: remove forward declarationsFUJITA Tomonori1-66/+54
2008-01-25[SCSI] ch: fix device minor number management bugFUJITA Tomonori1-31/+40
2008-01-24scsi: use class iteration apiDave Young1-11/+13
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2008-01-23[SCSI] initio: fix module hangs on loadingStuart Swales1-2/+6
2008-01-23[SCSI] ch: handle class_device_create failure properlyFUJITA Tomonori1-7/+15
2008-01-23[SCSI] NCR5380: fix section mismatchRandy Dunlap1-1/+1
2008-01-23[SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devicesTony Battersby1-1/+1
2008-01-23[SCSI] don't use __GFP_DMA for sense buffers if not requiredJames Bottomley3-71/+51
2008-01-23[SCSI] use dynamically allocated sense bufferFUJITA Tomonori3-3/+69