aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-21[SCSI] aic7xxx: Update Maintainer informationHannes Reinecke2-4/+4
2007-10-21[SCSI] aic7xxx: Add suspend/resume supportHannes Reinecke8-47/+137
2007-10-21[SCSI] qla1280: uses wrong failure path after failed pci_set_dma_maskJohannes Dickgreber1-2/+2
2007-10-19Spelling fix: explicitlyJean Delvare2-2/+2
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt2-4/+4
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day6-8/+8
2007-10-19Change struct marker usersMathieu Desnoyers2-2/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-4/+4
2007-10-19FlashPoint, use BIT instead of BITWJiri Slaby1-42/+40
2007-10-19define global BIT macroJiri Slaby3-7/+0
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-19advansys: depends on VIRT_TO_BUSAndrew Morton1-1/+1
2007-10-18Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-4/+7
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches2-4/+6
2007-10-18[libata] kill ata_sg_is_last()Jeff Garzik1-4/+7
2007-10-18[SCSI] gdth: __init fixesAdrian Bunk1-3/+3
2007-10-18[SCSI] aic7xxx_old: fix accidental logic reversalAdrian Bunk1-1/+1
2007-10-18[SCSI] qla2xxx: printk fixesAndrew Morton1-2/+3
2007-10-18[SCSI] lpfc: lpfc_debugfs.c: fix typoAdrian Bunk1-1/+1
2007-10-17[SCSI] initio: Fix merge falloutAlan Cox1-2/+4
2007-10-17[SCSI] hptiop: avoid buffer overflow when returning sense dataHighPoint Linux Team1-2/+3
2007-10-17[SCSI] make supported_mode default to initiator.James Bottomley2-4/+12
2007-10-17[SCSI] include linux/scatterlist.h in scsi_eh.hJames Bottomley1-1/+0
2007-10-17[SCSI] fc4: remove this and all associated driversMatthew Wilcox5-742/+0
2007-10-17Revert "[SCSI] Remove full sg table memset()"Jens Axboe1-0/+2
2007-10-17[SCSI] Remove full sg table memset()FUJITA Tomonori1-2/+0
2007-10-17[SCSI] ide-scsi: remove usage of sg_last()Jens Axboe1-4/+4
2007-10-17[SCSI] ide-scsi: use scsi_sg_count() instead of ->use_sgBoaz Harrosh1-1/+1
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds47-178/+345
2007-10-16scsi_mac.h: Define AUTOSENSE before include of NCR5380.hBoaz Harrosh1-4/+5
2007-10-16remove sglist_lenFUJITA Tomonori1-7/+4
2007-10-16revert sg segment size ifdefsFUJITA Tomonori1-8/+20
2007-10-16Fixup u14-34f ENABLE_SG_CHAININGAndrew Morton1-1/+1
2007-10-16qla1280: enable use_sg_chaining optionFUJITA Tomonori1-0/+1
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori37-3/+44
2007-10-16qla1280: sg chaining fixesFUJITA Tomonori1-1/+4
2007-10-16ips: sg chaining supportFUJITA Tomonori1-6/+8
2007-10-16aha1542: convert to use the data buffer accessorsJens Axboe1-17/+15
2007-10-16ide-scsi: sg chaining supportJens Axboe1-14/+18
2007-10-16qlogicpti: sg chaining supportJens Axboe1-7/+8
2007-10-16aic94xx: sg chaining supportJens Axboe1-3/+3
2007-10-16qla1280: sg chaining supportJens Axboe1-29/+37
2007-10-16scsi generic: sg chaining supportJens Axboe1-8/+8
2007-10-16scsi_debug: support sg chainingJens Axboe1-14/+16
2007-10-16SCSI: support for allocating large scatterlistsJens Axboe1-47/+162
2007-10-16scsi: simplify scsi_free_sgtable()Jens Axboe2-6/+7
2007-10-16scsi: convert to using sg helpersJens Axboe1-9/+13
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-22/+0
2007-10-15scsi/gdth: fix crash in gdth_timeout if no gdth controllers foundLinus Torvalds1-0/+4
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds106-18319/+13536