summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* megaraid : use dev_printk when possibleBjorn Helgaas2015-08-261-74/+66
* scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-1/+1
* scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke2014-11-121-4/+4
* scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-171-1/+1
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-2/+2
* [SCSI] megaraid: simplify internal command handlingChristoph Hellwig2014-03-271-89/+31
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng2013-06-051-1/+1
* megaraid: single_open() leakAl Viro2013-05-051-1/+1
* proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-011-1/+1
* proc: Add proc_mkdir_data()David Howells2013-05-011-2/+2
* megaraid: Don't use create_proc_read_entry()David Howells2013-04-291-658/+382
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-3/+2
|\
| * megaraid: remove unnecessary #definesJon Mason2012-09-011-3/+2
* | [SCSI] megaraid: cleanup type issue in mega_build_cmd()Dan Carpenter2012-07-201-2/+2
|/
* scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* [SCSI] megaraid: fix sparse warningsadam radford2012-01-161-5/+8
* [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
OpenPOWER on IntegriCloud