summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * [SCSI] lpfc: Add completion handler to the abort iocbsJames.Smart@Emulex.Com2005-07-023-2/+16
| * [SCSI] lpfc: Fix LS_RJT never sent by lpfc_els_unsol_event()James.Smart@Emulex.Com2005-07-021-8/+8
| * [SCSI] lpfc: Add LP6000 PCI IDJames.Smart@Emulex.Com2005-07-021-0/+8
| * [SCSI] lpfc: Set max_sectors in host templateJames.Smart@Emulex.Com2005-07-021-0/+1
| * [SCSI] lpfc: Fix error loading on sparcJames.Smart@Emulex.Com2005-07-021-5/+12
| * [SCSI] lpfc: Fixes in mbox_timeout_handlerJames.Smart@Emulex.Com2005-07-021-9/+9
| * [SCSI] Fix issue where all hosts log nodev message for other initiatorsJames.Smart@Emulex.Com2005-07-021-8/+16
| * [SCSI] lpfc: hgp/pgp cleanupsJames.Smart@Emulex.Com2005-07-023-46/+26
| * [SCSI] aic7xxx: correct target valid check in aic7xxx_proc.cJames Bottomley2005-06-261-2/+2
| * [SCSI] use list_for_each_entry_safe in scsi_error.cChristoph Hellwig2005-06-261-38/+19
| * [SCSI] remove scsi_eh_eflags_ macrosChristoph Hellwig2005-06-263-21/+11
| * [SCSI] remove scsi_cmnd->stateChristoph Hellwig2005-06-265-42/+5
| * [SCSI] remove scsi_cmnd->ownerChristoph Hellwig2005-06-264-35/+1
| * [SCSI] remove scsi_cmnd->abort_reasonChristoph Hellwig2005-06-265-8/+4
| * [SCSI] remove scsi_cmnd.eh_stateChristoph Hellwig2005-06-263-24/+0
| * [SCSI] megaraid: fix compilation after eh locking changesJames Bottomley2005-06-261-17/+4
| * [SCSI] aacraid: New products patchMark Haverkamp2005-06-265-34/+125
| * [SCSI] remove scsi_set_deviceChristoph Hellwig2005-06-2613-22/+4
| * [SCSI] scsi/qla1280: replace schedule_timeout() with ssleep()Nishanth Aravamudan2005-06-261-1/+1
* | [PATCH] aacraid: swapped kmalloc args.Dave Jones2005-07-121-1/+1
* | [PATCH] pcmcia: remove references to pcmcia/version.hDominik Brodowski2005-07-074-4/+0
* | [PATCH] pcmcia: remove client services version (fix)Pavel Roskin2005-07-071-0/+4
* | [PATCH] pcmcia: remove client services versionPavel Roskin2005-07-071-4/+0
* | [PATCH] pcmcia: move event handlerDominik Brodowski2005-07-075-26/+10
* | [PATCH] openfirmware: generate device table for userspaceJeff Mahoney2005-07-062-9/+6
* | [PATCH] coverity: i386: scsi_lib buffer overrun fixKAMBAROV, ZAUR2005-06-281-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2005-06-284-21/+13
|\ \
| * \ Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH2005-06-276-5/+76
| |\ \
| * | | [PATCH] PCI: make drivers use the pci shutdown callback instead of the driver...Greg Kroah-Hartman2005-06-274-21/+13
| | |/ | |/|
* | | Merge head 'upstream-20050628-1' of rsync://rsync.kernel.org/pub/scm/linux/ke...Linus Torvalds2005-06-282-20/+8
|\ \ \ | |_|/ |/| |
| * | [PATCH] libata: ahci: remove ata_port_start/stop() callsTejun Heo2005-06-281-18/+4
| * | [PATCH] libata: lengthen COMMRESET delayTejun Heo2005-06-281-1/+3
| * | libata: update DMA blacklistJeff Garzik2005-06-281-1/+1
* | | [PATCH] pcmcia: id_table for nsp_cs.cDominik Brodowski2005-06-271-0/+13
* | | [PATCH] pcmcia: id_table for qlogic_stub.cDominik Brodowski2005-06-271-0/+22
* | | [PATCH] pcmcia: id_table for sym53c500_cs.cDominik Brodowski2005-06-271-0/+9
* | | [PATCH] pcmcia: id_table for fdomain_stubDominik Brodowski2005-06-271-0/+10
* | | [PATCH] pcmcia: id_table for aha152xDominik Brodowski2005-06-271-0/+11
|/ /
* / [PATCH] libata fix read capacity handling for more than 2TBPhilip Pokorny2005-06-271-5/+11
|/
* [PATCH] drivers/scsi/dpt*: remove version.h dependenciesAdrian Bunk2005-06-252-16/+3
* [PATCH] drivers/scsi/initio.c: cleanupsAdrian Bunk2005-06-252-67/+36
* [PATCH] make various thing staticAdrian Bunk2005-06-246-11/+9
* [PATCH] dpt_i2o: fix waitqueue abuseAndrew Morton2005-06-231-12/+5
* [PATCH] megaraid build fixbobl2005-06-211-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2005-06-2010-58/+68
|\
| * [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou2005-06-206-22/+22
| * [PATCH] use device_for_each_child() to properly access child devices.gregkh@suse.de2005-06-201-6/+10
| * [PATCH] Use device_for_each_child() to unregister devices in scsi_remove_targ...mochel@digitalimplant.org2005-06-201-5/+9
| * [PATCH] class: convert drivers/scsi/* to use the new class api instead of cla...gregkh@suse.de2005-06-203-25/+27
* | aic7xxx/aic79xx_osm: revert completely bogus ahd_linux_queue() patchJeff Garzik2005-06-191-4/+4
|/