aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-12Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds2-16/+14
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-7/+2
2007-10-12[SCSI] gdth: fix CONFIG_ISA build failureDhaval Giani1-1/+1
2007-10-12[SCSI] esp_scsi: remove __dev{init,exit}Adrian Bunk1-5/+5
2007-10-12[SCSI] gdth: !use_sg cleanup and use of scsi accessorsBoaz Harrosh2-126/+109
2007-10-12[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Boaz Harrosh3-91/+104
2007-10-12[SCSI] gdth: Setup proper per-command private dataBoaz Harrosh3-36/+91
2007-10-12[SCSI] gdth: Remove gdth_ctr_tab[]Boaz Harrosh1-58/+51
2007-10-12[SCSI] gdth: switch to modern scsi host registrationChristoph Hellwig2-164/+157
2007-10-12[SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixesBoaz Harrosh1-50/+43
2007-10-12[SCSI] gdth: clean up host private dataBoaz Harrosh4-384/+291
2007-10-12[SCSI] gdth: Remove virt hostsChristoph Hellwig3-95/+25
2007-10-12[SCSI] gdth: Reorder scsi_host_template intitializersJeff Garzik1-3/+3
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik2-4/+2
2007-10-12[SCSI] gdth: kill gdth_{read,write}[bwl] wrappersJeff Garzik1-160/+153
2007-10-12libata-link: linkify resetTejun Heo1-4/+4
2007-10-12libata-link: introduce ata_linkTejun Heo2-8/+8
2007-10-12[SCSI] gdth: Remove 2.4.x support, in-kernel changelogJeff Garzik4-453/+2
2007-10-12[SCSI] gdth: split out pci probingChristoph Hellwig1-145/+167
2007-10-12[SCSI] gdth: split out eisa probingChristoph Hellwig1-126/+159
2007-10-12[SCSI] gdth: split out isa probingChristoph Hellwig1-134/+162
2007-10-12gdth: Make one abuse of scsi_cmnd less obviousMatthew Wilcox1-16/+19
2007-10-12[SCSI] NCR5380: Use scsi_eh API for REQUEST_SENSE invocationBoaz Harrosh4-40/+31
2007-10-12[SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUEST_SENSEBoaz Harrosh1-46/+68