summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SG] Update drivers to use sg helpersJens Axboe2007-10-2241-158/+139Star
* Spelling fix: explicitlyJean Delvare2007-10-192-2/+2
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-192-4/+4
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-196-8/+8
* Change struct marker usersMathieu Desnoyers2007-10-192-2/+2
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-4/+4
* FlashPoint, use BIT instead of BITWJiri Slaby2007-10-191-42/+40Star
* define global BIT macroJiri Slaby2007-10-193-7/+0Star
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* advansys: depends on VIRT_TO_BUSAndrew Morton2007-10-191-1/+1
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-191-4/+7
|\
| * [libata] kill ata_sg_is_last()Jeff Garzik2007-10-181-4/+7
* | Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-182-4/+6
|/
* Revert "[SCSI] Remove full sg table memset()"Jens Axboe2007-10-171-0/+2
* [SCSI] Remove full sg table memset()FUJITA Tomonori2007-10-171-2/+0Star
* [SCSI] ide-scsi: remove usage of sg_last()Jens Axboe2007-10-171-4/+4
* [SCSI] ide-scsi: use scsi_sg_count() instead of ->use_sgBoaz Harrosh2007-10-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-1647-178/+345
|\
| * remove sglist_lenFUJITA Tomonori2007-10-161-7/+4Star
| * revert sg segment size ifdefsFUJITA Tomonori2007-10-161-8/+20
| * Fixup u14-34f ENABLE_SG_CHAININGAndrew Morton2007-10-161-1/+1
| * qla1280: enable use_sg_chaining optionFUJITA Tomonori2007-10-161-0/+1
| * [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-1637-3/+44
| * qla1280: sg chaining fixesFUJITA Tomonori2007-10-161-1/+4
| * ips: sg chaining supportFUJITA Tomonori2007-10-161-6/+8
| * aha1542: convert to use the data buffer accessorsJens Axboe2007-10-161-17/+15Star
| * ide-scsi: sg chaining supportJens Axboe2007-10-161-14/+18
| * qlogicpti: sg chaining supportJens Axboe2007-10-161-7/+8
| * aic94xx: sg chaining supportJens Axboe2007-10-161-3/+3
| * qla1280: sg chaining supportJens Axboe2007-10-161-29/+37
| * scsi generic: sg chaining supportJens Axboe2007-10-161-8/+8
| * scsi_debug: support sg chainingJens Axboe2007-10-161-14/+16
| * SCSI: support for allocating large scatterlistsJens Axboe2007-10-161-47/+162
| * scsi: simplify scsi_free_sgtable()Jens Axboe2007-10-162-6/+7
| * scsi: convert to using sg helpersJens Axboe2007-10-161-9/+13
| * block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-22/+0Star
* | scsi_mac.h: Define AUTOSENSE before include of NCR5380.hBoaz Harrosh2007-10-161-4/+5
|/
* scsi/gdth: fix crash in gdth_timeout if no gdth controllers foundLinus Torvalds2007-10-151-0/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-15106-18319/+13536Star
|\
| * [SCSI] gdth: fix CONFIG_ISA build failureDhaval Giani2007-10-121-1/+1
| * [SCSI] esp_scsi: remove __dev{init,exit}Adrian Bunk2007-10-121-5/+5
| * [SCSI] gdth: !use_sg cleanup and use of scsi accessorsBoaz Harrosh2007-10-122-126/+109Star
| * [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Boaz Harrosh2007-10-123-91/+104
| * [SCSI] gdth: Setup proper per-command private dataBoaz Harrosh2007-10-123-36/+91
| * [SCSI] gdth: Remove gdth_ctr_tab[]Boaz Harrosh2007-10-121-58/+51Star
| * [SCSI] gdth: switch to modern scsi host registrationChristoph Hellwig2007-10-122-164/+157Star
| * [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixesBoaz Harrosh2007-10-121-50/+43Star
| * [SCSI] gdth: clean up host private dataBoaz Harrosh2007-10-124-384/+291Star
| * [SCSI] gdth: Remove virt hostsChristoph Hellwig2007-10-123-95/+25Star
| * [SCSI] gdth: Reorder scsi_host_template intitializersJeff Garzik2007-10-121-3/+3