aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* SCSI: use the proper semaphore to protect the class listsGreg Kroah-Hartman2007-04-271-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-278-4802/+3913
|\
| * [SCSI] SUNESP: Complete driver rewrite to version 2.0David S. Miller2007-04-277-4801/+3912
| * [SPARC/64] constify of_get_property return: driversStephen Rothwell2007-04-261-1/+1
* | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-252-2/+3
* | [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-252-2/+2
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-141-1/+1
|\
| * [SCSI] QLOGICPTI: Do not unmap DMA unless we actually mapped something.David S. Miller2007-04-141-1/+1
* | [SCSI] 3w-xxxx: fix oops caused by incorrect REQUEST_SENSE handlingJames Bottomley2007-04-141-2/+9
|/
* [SCSI]: Fix scsi_send_eh_cmnd scatterlist handlingDavid S. Miller2007-04-021-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-03-272-3/+4
|\
| * [SCSI] gdth: fix oops in gdth_copy_cmd()Joerg Dorchain2007-03-111-0/+2
| * [SCSI] lpfc: avoid double-free during PCI error failureLinas Vepstas2007-03-111-3/+2
* | [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-151-1/+13
|/
* [ARM] ARM SCSI: Don't try to dma_map_sg too many scatterlist entriesRussell King2007-03-043-6/+7
* [ARM] ARM FAS216: don't modify scsi_cmnd request_bufflenRussell King2007-03-042-4/+7
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-02-1915-103/+480
|\
| * [SCSI] SCSI core: better initialization for sdev->scsi_levelAlan Stern2007-02-162-1/+2
| * [SCSI] scsi_proc.c: display sdev->scsi_level correctlyAlan Stern2007-02-161-3/+2
| * [SCSI] megaraid_sas: update version and author infoSumant Patro2007-02-162-6/+8
| * [SCSI] megaraid_sas: return sync cache call with successSumant Patro2007-02-161-0/+12
| * [SCSI] megaraid_sas: replace pci_alloc_consitent with dma_alloc_coherent in i...Sumant Patro2007-02-161-6/+6
| * [SCSI] megaraid_sas: add bios_param in scsi_host_templateSumant Patro2007-02-161-0/+45
| * [SCSI] megaraid_sas: do not process cmds if hw_crit_error is setSumant Patro2007-02-161-1/+12
| * [SCSI] aic79xx: remove extra newline from info messageRolf Eike Beer2007-02-161-1/+0
| * [SCSI] scsi_scan.c: handle bad inquiry responsesAlan Stern2007-02-161-0/+13
| * [SCSI] aic94xx: tie driver to the major number of the sequencer firmwareJames Bottomley2007-02-162-3/+11
| * [SCSI] lpfc: add PCI error recovery supportLinas Vepstas2007-02-162-0/+109
| * [SCSI] megaraid: pci_module_init to pci_register_driverRichard Knutsson2007-02-161-1/+1
| * [SCSI] tgt: fix the user/kernel ring buffer interfaceFUJITA Tomonori2007-02-161-0/+8
| * [SCSI] sgiwd93: interfacing to wd33c93peter fuerst2007-02-161-2/+3
| * [SCSI] wd33c93: Fast SCSI with WD33C93Bpeter fuerst2007-02-162-79/+248
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-1910-37/+38
|\ \
| * | Storage class should be before const qualifierTobias Klauser2007-02-171-1/+1
| * | fix SCSI_SCAN_ASYNC help textMatthew Wilcox2007-02-171-2/+3
| * | Fix typos concerning hierarchyUwe Kleine-König2007-02-172-3/+3
| * | Fix misspellings of "agressive".Robert P. J. Day2007-02-172-4/+4
| * | drivers/scsi/a100u2w.c: trivial typo patchRobert P. J. Day2007-02-171-1/+1
| * | Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-173-26/+26
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-02-191-8/+0
|\ \
| * | ide: remove ide_drive_t.usageBartlomiej Zolnierkiewicz2007-02-171-8/+0
| |/
* | USB Storage: indistinguishable devices with broken and unbroken firmwareOliver Neukum2007-02-161-1/+10
|/
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: scsi: remove unnecessary insert_at_head flagEric W. Biederman2007-02-141-1/+1
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-144-4/+4
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-1456-56/+0
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-1213-13/+13
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-02-1176-1737/+3085
|\
| * Merge branch 'linus'James Bottomley2007-02-1027-266/+408
| |\
| * | [SCSI] aic79xx: use dma_get_required_mask()Hannes Reinecke2007-02-103-21/+9