aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23scsi: megaraid: Remove redundant assignment to variable 'retval'Colin Ian King1-1/+1
2023-10-24scsi: megaraid: Fix up debug message in megaraid_abort_and_reset()Hannes Reinecke1-4/+7
2023-10-13scsi: megaraid: Pass in NULL scb for host resetHannes Reinecke1-26/+16
2023-03-24scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDSDanila Chernetsov1-0/+1
2023-03-24scsi: megaraid: Declare SCSI host template constBart Van Assche1-1/+1
2022-04-26scsi: megaraid: Fix error check return value of register_chrdev()Lv Ruyi1-1/+1
2022-02-22scsi: megaraid: Stop using the SCSI pointerBart Van Assche1-9/+4
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche1-2/+6
2022-01-07scsi: megaraid: Avoid mismatched storage type sizesKees Cook1-50/+34
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-2/+1
2021-10-16scsi: megaraid: Call scsi_done() directlyBart Van Assche1-12/+9
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke1-2/+2
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-6/+2
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-5/+3
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-90/+102
2020-08-24scsi: megaraid: Remove pci-dma-compat wrapper APISuraj Upadhyay1-90/+102
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-07-08scsi: megaraid: Remove set but unused variableDamien Le Moal1-3/+1
2020-07-08scsi: megaraid: Fix set but unused variableDamien Le Moal1-5/+4
2020-07-08scsi: megaraid: Remove set but unused variableDamien Le Moal1-2/+1
2020-07-08scsi: megaraid: Fix kdoc comments formatDamien Le Moal1-103/+103
2020-03-24scsi: simplify scsi_partsizeChristoph Hellwig1-11/+2
2019-09-23scsi: megaraid: disable device when probe failed after enabled deviceXiang Chen1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-06-19scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn1-14/+15
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2018-05-16megaraid: simplify procfs codeChristoph Hellwig1-104/+36
2018-05-08scsi: megaraid: silence a static checker bugDan Carpenter1-0/+3
2017-08-07scsi: megaraid: fix format-overflow warningArnd Bergmann1-2/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-08-26megaraid : use dev_printk when possibleBjorn Helgaas1-74/+66
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-1/+1
2014-11-12scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke1-4/+4
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-2/+2
2014-03-27[SCSI] megaraid: simplify internal command handlingChristoph Hellwig1-89/+31
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng1-1/+1
2013-05-05megaraid: single_open() leakAl Viro1-1/+1
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells1-1/+1
2013-05-01proc: Add proc_mkdir_data()David Howells1-2/+2
2013-04-29megaraid: Don't use create_proc_read_entry()David Howells1-658/+382
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+2
2012-09-01megaraid: remove unnecessary #definesJon Mason1-3/+2
2012-07-20[SCSI] megaraid: cleanup type issue in mega_build_cmd()Dan Carpenter1-2/+2
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-16[SCSI] megaraid: fix sparse warningsadam radford1-5/+8
2011-05-01[SCSI] remove cmd->serial_number litterChristoph Hellwig1-10/+10
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-02fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock1-2/+2
2010-11-16SCSI host lock push-downJeff Garzik1-2/+4
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann1-4/+4
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann1-3/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-01-06trivial: Fix misspelling of "firmware" in megaraid.cNick Andrew1-2/+2
2008-11-05[SCSI] megaraid: fix mega_internal_command oopsFUJITA Tomonori1-3/+8
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-2/+2
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet1-2/+3
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-3/+3
2008-02-18[SCSI] megaraid: outb_p exterminationAlan Cox1-5/+5
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-11[SCSI] megaraid: add __devexit annotationAdrian Bunk1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-5/+3
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+1
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+1
2007-10-12[SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+1
2007-10-04[SCSI] megaraid_old: fix READ_CAPACITYFUJITA Tomonori1-0/+8
2007-05-31[SCSI] megaraid_old: convert to use the data buffer accessorsFUJITA Tomonori1-106/+25
2007-05-26[SCSI] megaraid: fix compiler warningsMartin Bligh1-5/+5
2007-05-08[SCSI] megaraid: replace yield() with cond_resched()Amol Lad1-1/+2
2007-05-08[SCSI] megaraid: fix warnings when CONFIG_PROC_FS=nwalter harms1-6/+11
2007-05-02PCI: Convert to alloc_pci_dev()Michael Ellerman1-1/+1
2007-02-16[SCSI] megaraid: pci_module_init to pci_register_driverRichard Knutsson1-1/+1
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2006-12-05[SCSI] megaraid: fix MMIO castsJeff Garzik1-5/+8
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+2
2006-09-23[SCSI] megaraid: Make megaraid_ioctl() check copy_to_user() return valueJesper Juhl1-2/+3
2006-08-06[SCSI] Improve inquiry printingMatthew Wilcox1-3/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn1-1/+1
2006-06-10Merge ../linux-2.6James Bottomley1-1/+0
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig1-2/+2
2006-04-19[SCSI] megaraid: unused variableAndrew Morton1-1/+0
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-3/+4
2006-02-12[SCSI] megaraid_legacy: kobject_register failureJu, Seokmann1-1/+1
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven1-3/+3
2005-12-15Merge by hand (conflicts in scsi_lib.c)James Bottomley1-1/+1
2005-12-13[SCSI] megaraid_legacy: removed PCI ID overlap from the driv erJu, Seokmann1-18/+9
2005-12-08[SCSI] Fix incorrect pointer in megaraid.c MODE_SENSE emulationMark Lord1-1/+1
2005-11-29[PATCH] fix megaraid.c lockingChristoph Hellwig1-15/+14
2005-11-09[SCSI] remove Scsi_Pointer typedefChristoph Hellwig1-1/+1
2005-11-06[SCSI] megaraid (legacy): remove scsi_assign_lock usageChristoph Hellwig1-19/+13
2005-10-03[SCSI] Legacy MegaRAID: Fix READ CAPACITYJames Bottomley1-20/+50
2005-07-26Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds1-39/+8
2005-06-27[PATCH] PCI: make drivers use the pci shutdown callback instead of the driver...Greg Kroah-Hartman1-5/+3
2005-06-26[SCSI] remove scsi_cmnd->stateChristoph Hellwig1-22/+4
2005-06-26[SCSI] megaraid: fix compilation after eh locking changesJames Bottomley1-17/+4
2005-06-21[PATCH] megaraid build fixbobl1-1/+1
2005-06-17[SCSI] allow sleeping in ->eh_device_reset_handler()Jeff Garzik1-1/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+5122