| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-13 | scsi: switch ->bios_param() to passing gendisk | Al Viro | 1 | -2/+2 |
| 2025-08-13 | scsi: switch scsi_bios_ptable() and scsi_partsize() to gendisk | Al Viro | 1 | -1/+1 |
| 2025-02-12 | scsi: usb: Rename the RESERVE and RELEASE constants | Bart Van Assche | 1 | -5/+5 |
| 2024-12-09 | scsi: Constify struct pci_device_id | Christophe JAILLET | 1 | -1/+1 |
| 2024-01-23 | scsi: megaraid: Remove redundant assignment to variable 'retval' | Colin Ian King | 1 | -1/+1 |
| 2023-10-24 | scsi: megaraid: Fix up debug message in megaraid_abort_and_reset() | Hannes Reinecke | 1 | -4/+7 |
| 2023-10-13 | scsi: megaraid: Pass in NULL scb for host reset | Hannes Reinecke | 1 | -26/+16 |
| 2023-03-24 | scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS | Danila Chernetsov | 1 | -0/+1 |
| 2023-03-24 | scsi: megaraid: Declare SCSI host template const | Bart Van Assche | 1 | -1/+1 |
| 2022-04-26 | scsi: megaraid: Fix error check return value of register_chrdev() | Lv Ruyi | 1 | -1/+1 |
| 2022-02-22 | scsi: megaraid: Stop using the SCSI pointer | Bart Van Assche | 1 | -9/+4 |
| 2022-02-22 | scsi: Remove drivers/scsi/scsi.h | Bart Van Assche | 1 | -2/+6 |
| 2022-01-07 | scsi: megaraid: Avoid mismatched storage type sizes | Kees Cook | 1 | -50/+34 |
| 2021-10-16 | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche | 1 | -2/+1 |
| 2021-10-16 | scsi: megaraid: Call scsi_done() directly | Bart Van Assche | 1 | -12/+9 |
| 2021-05-31 | scsi: core: Drop obsolete Linux-specific SCSI status codes | Hannes Reinecke | 1 | -2/+2 |
| 2021-05-31 | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 1 | -6/+2 |
| 2021-05-31 | scsi: core: Introduce scsi_build_sense() | Hannes Reinecke | 1 | -5/+3 |
| 2020-10-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -90/+102 |
| 2020-08-24 | scsi: megaraid: Remove pci-dma-compat wrapper API | Suraj Upadhyay | 1 | -90/+102 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -6/+6 |
| 2020-07-08 | scsi: megaraid: Remove set but unused variable | Damien Le Moal | 1 | -3/+1 |
| 2020-07-08 | scsi: megaraid: Fix set but unused variable | Damien Le Moal | 1 | -5/+4 |
| 2020-07-08 | scsi: megaraid: Remove set but unused variable | Damien Le Moal | 1 | -2/+1 |
| 2020-07-08 | scsi: megaraid: Fix kdoc comments format | Damien Le Moal | 1 | -103/+103 |
| 2020-03-24 | scsi: simplify scsi_partsize | Christoph Hellwig | 1 | -11/+2 |
| 2019-09-23 | scsi: megaraid: disable device when probe failed after enabled device | Xiang Chen | 1 | -2/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
| 2018-06-19 | scsi: core: remove Scsi_Cmnd typedef | Johannes Thumshirn | 1 | -14/+15 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+2 |
| 2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+3 |
| 2018-05-16 | megaraid: simplify procfs code | Christoph Hellwig | 1 | -104/+36 |
| 2018-05-08 | scsi: megaraid: silence a static checker bug | Dan Carpenter | 1 | -0/+3 |
| 2017-08-07 | scsi: megaraid: fix format-overflow warning | Arnd Bergmann | 1 | -2/+4 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2015-08-26 | megaraid : use dev_printk when possible | Bjorn Helgaas | 1 | -74/+66 |
| 2015-02-02 | scsi: replace seq_printf with seq_puts | Rasmus Villemoes | 1 | -1/+1 |
| 2014-11-12 | scsi: correct return values for .eh_abort_handler implementations | Hannes Reinecke | 1 | -4/+4 |
| 2014-07-17 | scsi: use 64-bit value for 'max_luns' | Hannes Reinecke | 1 | -1/+1 |
| 2014-07-17 | scsi: use 64-bit LUNs | Hannes Reinecke | 1 | -2/+2 |
| 2014-03-27 | [SCSI] megaraid: simplify internal command handling | Christoph Hellwig | 1 | -89/+31 |
| 2013-11-29 | [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers | Martin K. Petersen | 1 | -0/+1 |
| 2013-06-05 | PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) | Gu Zheng | 1 | -1/+1 |
| 2013-05-05 | megaraid: single_open() leak | Al Viro | 1 | -1/+1 |
| 2013-05-01 | proc: Supply an accessor for getting the data from a PDE's parent | David Howells | 1 | -1/+1 |
| 2013-05-01 | proc: Add proc_mkdir_data() | David Howells | 1 | -2/+2 |
| 2013-04-29 | megaraid: Don't use create_proc_read_entry() | David Howells | 1 | -658/+382 |
| 2013-01-03 | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -3/+3 |
| 2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+2 |
| 2012-09-01 | megaraid: remove unnecessary #defines | Jon Mason | 1 | -3/+2 |
| 2012-07-20 | [SCSI] megaraid: cleanup type issue in mega_build_cmd() | Dan Carpenter | 1 | -2/+2 |
| 2012-03-20 | scsi: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
| 2012-01-16 | [SCSI] megaraid: fix sparse warnings | adam radford | 1 | -5/+8 |
| 2011-05-01 | [SCSI] remove cmd->serial_number litter | Christoph Hellwig | 1 | -10/+10 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2011-02-02 | fix typos 'comamnd' -> 'command' in comments | Justin P. Mattock | 1 | -2/+2 |
| 2010-11-16 | SCSI host lock push-down | Jeff Garzik | 1 | -2/+4 |
| 2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-09-15 | scsi: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -4/+4 |
| 2010-05-17 | scsi: Push down BKL into ioctl functions | Arnd Bergmann | 1 | -3/+17 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -2/+2 |
| 2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -1/+1 |
| 2009-01-06 | trivial: Fix misspelling of "firmware" in megaraid.c | Nick Andrew | 1 | -2/+2 |
| 2008-11-05 | [SCSI] megaraid: fix mega_internal_command oops | FUJITA Tomonori | 1 | -3/+8 |
| 2008-06-20 | Add a bunch of cycle_kernel_lock() calls | Jonathan Corbet | 1 | -2/+2 |
| 2008-06-20 | Add "no BKL needed" comments to several drivers | Jonathan Corbet | 1 | -2/+3 |
| 2008-04-29 | proc: remove proc_root from drivers | Alexey Dobriyan | 1 | -3/+3 |
| 2008-02-18 | [SCSI] megaraid: outb_p extermination | Alan Cox | 1 | -5/+5 |
| 2008-01-30 | [SCSI] remove use_sg_chaining | James Bottomley | 1 | -1/+0 |
| 2008-01-11 | [SCSI] megaraid: add __devexit annotation | Adrian Bunk | 1 | -1/+1 |
| 2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -5/+3 |
| 2007-10-16 | [SCSI] add use_sg_chaining option to scsi_host_template | FUJITA Tomonori | 1 | -0/+1 |
| 2007-10-15 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -2/+1 |
| 2007-10-12 | [SCSI] kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 1 | -2/+1 |
| 2007-10-04 | [SCSI] megaraid_old: fix READ_CAPACITY | FUJITA Tomonori | 1 | -0/+8 |
| 2007-05-31 | [SCSI] megaraid_old: convert to use the data buffer accessors | FUJITA Tomonori | 1 | -106/+25 |
| 2007-05-26 | [SCSI] megaraid: fix compiler warnings | Martin Bligh | 1 | -5/+5 |
| 2007-05-08 | [SCSI] megaraid: replace yield() with cond_resched() | Amol Lad | 1 | -1/+2 |
| 2007-05-08 | [SCSI] megaraid: fix warnings when CONFIG_PROC_FS=n | walter harms | 1 | -6/+11 |
| 2007-05-02 | PCI: Convert to alloc_pci_dev() | Michael Ellerman | 1 | -1/+1 |
| 2007-02-16 | [SCSI] megaraid: pci_module_init to pci_register_driver | Richard Knutsson | 1 | -1/+1 |
| 2007-02-12 | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 1 | -1/+1 |
| 2006-12-05 | [SCSI] megaraid: fix MMIO casts | Jeff Garzik | 1 | -5/+8 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -4/+2 |
| 2006-09-23 | [SCSI] megaraid: Make megaraid_ioctl() check copy_to_user() return value | Jesper Juhl | 1 | -2/+3 |
| 2006-08-06 | [SCSI] Improve inquiry printing | Matthew Wilcox | 1 | -3/+1 |
| 2006-07-02 | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
| 2006-06-23 | [PATCH] More BUG_ON conversion | Eric Sesterhenn | 1 | -1/+1 |
| 2006-06-10 | Merge ../linux-2.6 | James Bottomley | 1 | -1/+0 |
| 2006-06-06 | [SCSI] fix up request buffer reference in various scsi drivers | Christoph Hellwig | 1 | -2/+2 |
| 2006-04-19 | [SCSI] megaraid: unused variable | Andrew Morton | 1 | -1/+0 |
| 2006-03-28 | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK | Matthias Gehre | 1 | -3/+4 |
| 2006-02-12 | [SCSI] megaraid_legacy: kobject_register failure | Ju, Seokmann | 1 | -1/+1 |
| 2006-01-12 | [SCSI] turn most scsi semaphores into mutexes | Arjan van de Ven | 1 | -3/+3 |
| 2005-12-15 | Merge by hand (conflicts in scsi_lib.c) | James Bottomley | 1 | -1/+1 |
| 2005-12-13 | [SCSI] megaraid_legacy: removed PCI ID overlap from the driv er | Ju, Seokmann | 1 | -18/+9 |
| 2005-12-08 | [SCSI] Fix incorrect pointer in megaraid.c MODE_SENSE emulation | Mark Lord | 1 | -1/+1 |
| 2005-11-29 | [PATCH] fix megaraid.c locking | Christoph Hellwig | 1 | -15/+14 |
| 2005-11-09 | [SCSI] remove Scsi_Pointer typedef | Christoph Hellwig | 1 | -1/+1 |
| 2005-11-06 | [SCSI] megaraid (legacy): remove scsi_assign_lock usage | Christoph Hellwig | 1 | -19/+13 |
| 2005-10-03 | [SCSI] Legacy MegaRAID: Fix READ CAPACITY | James Bottomley | 1 | -20/+50 |
| 2005-07-26 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 | Linus Torvalds | 1 | -39/+8 |
| 2005-06-27 | [PATCH] PCI: make drivers use the pci shutdown callback instead of the driver... | Greg Kroah-Hartman | 1 | -5/+3 |
| 2005-06-26 | [SCSI] remove scsi_cmnd->state | Christoph Hellwig | 1 | -22/+4 |
| 2005-06-26 | [SCSI] megaraid: fix compilation after eh locking changes | James Bottomley | 1 | -17/+4 |
| 2005-06-21 | [PATCH] megaraid build fix | bobl | 1 | -1/+1 |
| 2005-06-17 | [SCSI] allow sleeping in ->eh_device_reset_handler() | Jeff Garzik | 1 | -1/+13 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+5122 |