summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2007-10-15scsi/gdth: fix crash in gdth_timeout if no gdth controllers foundLinus Torvalds-0/+4
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-18319/+13536
2007-10-12Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgar...Linus Torvalds-16/+14
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers-7/+2
2007-10-12[SCSI] gdth: fix CONFIG_ISA build failureDhaval Giani-1/+1
2007-10-12[SCSI] esp_scsi: remove __dev{init,exit}Adrian Bunk-5/+5
2007-10-12[SCSI] gdth: !use_sg cleanup and use of scsi accessorsBoaz Harrosh-126/+109
2007-10-12[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Boaz Harrosh-91/+104
2007-10-12[SCSI] gdth: Setup proper per-command private dataBoaz Harrosh-36/+91
2007-10-12[SCSI] gdth: Remove gdth_ctr_tab[]Boaz Harrosh-58/+51
2007-10-12[SCSI] gdth: switch to modern scsi host registrationChristoph Hellwig-164/+157
2007-10-12[SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixesBoaz Harrosh-50/+43
2007-10-12[SCSI] gdth: clean up host private dataBoaz Harrosh-384/+291
2007-10-12[SCSI] gdth: Remove virt hostsChristoph Hellwig-95/+25
2007-10-12[SCSI] gdth: Reorder scsi_host_template intitializersJeff Garzik-3/+3
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik-4/+2
2007-10-12[SCSI] gdth: kill gdth_{read,write}[bwl] wrappersJeff Garzik-160/+153
2007-10-12libata-link: linkify resetTejun Heo-4/+4
2007-10-12libata-link: introduce ata_linkTejun Heo-8/+8
2007-10-12[SCSI] gdth: Remove 2.4.x support, in-kernel changelogJeff Garzik-453/+2
2007-10-12[SCSI] gdth: split out pci probingChristoph Hellwig-145/+167
2007-10-12[SCSI] gdth: split out eisa probingChristoph Hellwig-126/+159
2007-10-12[SCSI] gdth: split out isa probingChristoph Hellwig-134/+162
2007-10-12gdth: Make one abuse of scsi_cmnd less obviousMatthew Wilcox-16/+19
2007-10-12[SCSI] NCR5380: Use scsi_eh API for REQUEST_SENSE invocationBoaz Harrosh-40/+31
2007-10-12[SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUES...Boaz Harrosh-46/+68
2007-10-12[SCSI] scsi_error: code cleanup before refactoring of scsi_send_eh_cmnd()Boaz Harrosh-32/+39
2007-10-12[SCSI] fdomain: fix CONFIG_PCI=n warningsGabriel C-1/+4
2007-10-12[SCSI] dpt_i2o: Fix section mismatchJoe Korty-1/+1
2007-10-12[SCSI] imm: fix check-after-useAdrian Bunk-4/+0
2007-10-12[SCSI] arcmsr: build fixAndrew Morton-0/+4
2007-10-12[SCSI] nsp_cs: remove kernel 2.4 codeAdrian Bunk-162/+5
2007-10-12[SCSI] ibmmca: Remove dead references to MODULE_PARM macroRobert P. J. Day-7/+0
2007-10-12[SCSI] advansys: Changes to work on pariscMatthew Wilcox-6/+5
2007-10-12[SCSI] advansys: Use dma mapping for overrun bufferMatthew Wilcox-18/+24
2007-10-12[SCSI] advansys: Remove a couple of uses of bus_to_virtMatthew Wilcox-26/+79
2007-10-12[SCSI] advansys: convert to use the data buffer accessorsMatthew Wilcox-184/+52
2007-10-12[SCSI] advansys: Remove DvcGetPhyAddrMatthew Wilcox-70/+3
2007-10-12[SCSI] advansys: Move a couple of fields from struct board to struct adv_dvcMatthew Wilcox-101/+92
2007-10-12[SCSI] advansys: Make sdtr_period_tbl a pointerMatthew Wilcox-65/+25
2007-10-12[SCSI] advansys: Get rid of board index numberMatthew Wilcox-136/+100
2007-10-12[SCSI] advansys: Remove private lockMatthew Wilcox-16/+5
2007-10-12[SCSI] advansys: Sort out debug macrosMatthew Wilcox-366/+262
2007-10-12[SCSI] advansys: Remove library version & serial numbersMatthew Wilcox-45/+15
2007-10-12[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macroMatthew Wilcox-81/+51
2007-10-12[SCSI] advansys: Merge ASC_IERR definitionsMatthew Wilcox-24/+16
2007-10-12[SCSI] advansys: Sort out irq number messMatthew Wilcox-198/+189
2007-10-12[SCSI] advansys: Remove ASC_WIDE_BOARD predicateMatthew Wilcox-3/+2
2007-10-12[SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHSMatthew Wilcox-2/+0
2007-10-12[SCSI] advansys: Improve reset handlerMatthew Wilcox-61/+22