summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid.c
Commit message (Expand)AuthorAge
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* megaraid : use dev_printk when possibleBjorn Helgaas2015-08-26
* scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-02
* scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke2014-11-12
* scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-17
* scsi: use 64-bit LUNsHannes Reinecke2014-07-17
* [SCSI] megaraid: simplify internal command handlingChristoph Hellwig2014-03-27
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-29
* PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng2013-06-05
* megaraid: single_open() leakAl Viro2013-05-05
* proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-01
* proc: Add proc_mkdir_data()David Howells2013-05-01
* megaraid: Don't use create_proc_read_entry()David Howells2013-04-29
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-01
|\
| * megaraid: remove unnecessary #definesJon Mason2012-09-01
* | [SCSI] megaraid: cleanup type issue in mega_build_cmd()Dan Carpenter2012-07-20
|/
* scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* [SCSI] megaraid: fix sparse warningsadam radford2012-01-16
* [SCSI] remove cmd->serial_number litterChristoph Hellwig2011-05-01
* Fix common misspellingsLucas De Marchi2011-03-31
* fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock2011-02-02
* SCSI host lock push-downJeff Garzik2010-11-16
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-15
|/
* scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-07
* trivial: Fix misspelling of "firmware" in megaraid.cNick Andrew2009-01-06
* [SCSI] megaraid: fix mega_internal_command oopsFUJITA Tomonori2008-11-05
* Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-20
* Add "no BKL needed" comments to several driversJonathan Corbet2008-06-20
* proc: remove proc_root from driversAlexey Dobriyan2008-04-29
* [SCSI] megaraid: outb_p exterminationAlan Cox2008-02-18
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-30
* [SCSI] megaraid: add __devexit annotationAdrian Bunk2008-01-11
* [SG] Update drivers to use sg helpersJens Axboe2007-10-22
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-16
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-15
|\
| * [SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-12
* | [SCSI] megaraid_old: fix READ_CAPACITYFUJITA Tomonori2007-10-04
|/
* [SCSI] megaraid_old: convert to use the data buffer accessorsFUJITA Tomonori2007-05-31
* [SCSI] megaraid: fix compiler warningsMartin Bligh2007-05-26
* [SCSI] megaraid: replace yield() with cond_resched()Amol Lad2007-05-08
* [SCSI] megaraid: fix warnings when CONFIG_PROC_FS=nwalter harms2007-05-08
* PCI: Convert to alloc_pci_dev()Michael Ellerman2007-05-02
* [SCSI] megaraid: pci_module_init to pci_register_driverRichard Knutsson2007-02-16
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-12