aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] remove cmd->serial_number litterChristoph Hellwig2011-05-011-10/+10
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock2011-02-021-2/+2
* SCSI host lock push-downJeff Garzik2010-11-161-2/+4
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-4/+4
|/
* scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-3/+17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* trivial: Fix misspelling of "firmware" in megaraid.cNick Andrew2009-01-061-2/+2
* [SCSI] megaraid: fix mega_internal_command oopsFUJITA Tomonori2008-11-051-3/+8
* Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-2/+2
* Add "no BKL needed" comments to several driversJonathan Corbet2008-06-201-2/+3
* proc: remove proc_root from driversAlexey Dobriyan2008-04-291-3/+3
* [SCSI] megaraid: outb_p exterminationAlan Cox2008-02-181-5/+5
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* [SCSI] megaraid: add __devexit annotationAdrian Bunk2008-01-111-1/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-5/+3
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-151-2/+1
|\
| * [SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-121-2/+1
* | [SCSI] megaraid_old: fix READ_CAPACITYFUJITA Tomonori2007-10-041-0/+8
|/
* [SCSI] megaraid_old: convert to use the data buffer accessorsFUJITA Tomonori2007-05-311-106/+25
* [SCSI] megaraid: fix compiler warningsMartin Bligh2007-05-261-5/+5
* [SCSI] megaraid: replace yield() with cond_resched()Amol Lad2007-05-081-1/+2
* [SCSI] megaraid: fix warnings when CONFIG_PROC_FS=nwalter harms2007-05-081-6/+11
* PCI: Convert to alloc_pci_dev()Michael Ellerman2007-05-021-1/+1
* [SCSI] megaraid: pci_module_init to pci_register_driverRichard Knutsson2007-02-161-1/+1
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* [SCSI] megaraid: fix MMIO castsJeff Garzik2006-12-051-5/+8
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+2
* [SCSI] megaraid: Make megaraid_ioctl() check copy_to_user() return valueJesper Juhl2006-09-231-2/+3
* [SCSI] Improve inquiry printingMatthew Wilcox2006-08-061-3/+1
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] More BUG_ON conversionEric Sesterhenn2006-06-231-1/+1
* Merge ../linux-2.6James Bottomley2006-06-101-1/+0
|\
| * [SCSI] megaraid: unused variableAndrew Morton2006-04-191-1/+0
* | [SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig2006-06-061-2/+2
|/
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-3/+4
* [SCSI] megaraid_legacy: kobject_register failureJu, Seokmann2006-02-121-1/+1
* [SCSI] turn most scsi semaphores into mutexesArjan van de Ven2006-01-121-3/+3
* Merge by hand (conflicts in scsi_lib.c)James Bottomley2005-12-151-1/+1
|\
| * [SCSI] Fix incorrect pointer in megaraid.c MODE_SENSE emulationMark Lord2005-12-081-1/+1
* | [SCSI] megaraid_legacy: removed PCI ID overlap from the driv erJu, Seokmann2005-12-131-18/+9
|/
* [PATCH] fix megaraid.c lockingChristoph Hellwig2005-11-291-15/+14
* [SCSI] remove Scsi_Pointer typedefChristoph Hellwig2005-11-091-1/+1
* [SCSI] megaraid (legacy): remove scsi_assign_lock usageChristoph Hellwig2005-11-061-19/+13
* [SCSI] Legacy MegaRAID: Fix READ CAPACITYJames Bottomley2005-10-031-20/+50