| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-13 | scsi: switch ->bios_param() to passing gendisk | Al Viro | 2 | -2/+2 |
| 2025-03-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -63/+2 |
| 2025-02-28 | scsi: mptfusion: Mark device strings as nonstring | Kees Cook | 1 | -4/+4 |
| 2025-02-12 | scsi: usb: Rename the RESERVE and RELEASE constants | Bart Van Assche | 1 | -2/+2 |
| 2025-02-03 | scsi: message: fusion: Remove unused mptscsih_target_reset() | Dr. David Alan Gilbert | 2 | -61/+0 |
| 2025-01-10 | Merge branch '6.13/scsi-fixes' into 6.14/scsi-staging | Martin K. Petersen | 3 | -3/+3 |
| 2024-12-04 | scsi: Convert SCSI drivers to .sdev_configure() | Bart Van Assche | 5 | -10/+12 |
| 2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche | 5 | -20/+20 |
| 2024-11-20 | scsi: message: fusion: Constify struct pci_device_id | Christophe JAILLET | 3 | -3/+3 |
| 2024-11-06 | scsi: fusion: Remove unused variable 'rc' | Zeng Heng | 1 | -3/+1 |
| 2024-10-03 | scsi: mptfusion: Remove #ifndef __GENKSYMS__ / #endif | Bart Van Assche | 1 | -3/+0 |
| 2024-09-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
| 2024-09-12 | scsi: fusion: mptctl: Use min() macro | Yan Zhen | 1 | -1/+1 |
| 2024-08-22 | Merge patch series "Simplify multiple create*_workqueue() invocations" | Martin K. Petersen | 3 | -15/+5 |
| 2024-08-22 | scsi: mptfusion: Simplify the alloc*_workqueue() invocations | Bart Van Assche | 3 | -15/+5 |
| 2024-08-02 | scsi: message: fusion: struct _CONFIG_PAGE_IOC_4: Replace 1-element array wit... | Kees Cook | 1 | -9/+1 |
| 2024-08-02 | scsi: message: fusion: struct _CONFIG_PAGE_IOC_3: Replace 1-element array wit... | Kees Cook | 1 | -9/+1 |
| 2024-08-02 | scsi: message: fusion: struct _CONFIG_PAGE_IOC_2: Replace 1-element array wit... | Kees Cook | 1 | -9/+1 |
| 2024-08-02 | scsi: message: fusion: struct _CONFIG_PAGE_RAID_PHYS_DISK_1: Replace 1-elemen... | Kees Cook | 1 | -9/+1 |
| 2024-08-02 | scsi: message: fusion: struct _CONFIG_PAGE_SAS_IO_UNIT_0: Replace 1-element a... | Kees Cook | 1 | -9/+1 |
| 2024-08-02 | scsi: message: fusion: struct _RAID_VOL0_SETTINGS: Replace 1-element array wi... | Kees Cook | 1 | -9/+1 |
| 2024-05-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 4 | -2/+3 |
| 2024-04-25 | scsi: mptfusion: Avoid possible run-time warning with long manufacturer strings | Kees Cook | 1 | -9/+5 |
| 2024-04-11 | scsi: core: Add a dma_alignment field to the host and host template | Christoph Hellwig | 4 | -2/+3 |
| 2024-01-23 | scsi: message: fusion: Remove redundant pointer 'hd' | Colin Ian King | 1 | -3/+1 |
| 2023-10-24 | scsi: message: fusion: Initialize return value in mptfc_bus_reset() | Hannes Reinecke | 1 | -1/+1 |
| 2023-10-13 | Merge patch series "scsi: EH rework prep patches, part 1" | Martin K. Petersen | 3 | -30/+120 |
| 2023-10-13 | scsi: message: fusion: Open-code mptfc_block_error_handler() for bus reset | Hannes Reinecke | 1 | -3/+14 |
| 2023-10-13 | scsi: message: fusion: Correct definitions for mptscsih_dev_reset() | Hannes Reinecke | 2 | -1/+55 |
| 2023-10-13 | scsi: message: fusion: Simplify mptfc_block_error_handler() | Hannes Reinecke | 1 | -29/+54 |
| 2023-10-09 | scsi: message: fusion: Replace deprecated strncpy() with strscpy() | Justin Stitt | 1 | -8/+8 |
| 2023-10-09 | scsi: message: fusion: Replace deprecated strncpy() with strscpy_pad() | Justin Stitt | 1 | -10/+9 |
| 2023-05-31 | scsi: message: fusion: Add HAS_IOPORT dependencies | Niklas Schnelle | 1 | -1/+1 |
| 2023-05-31 | scsi: message: fusion: Replace all non-returning strlcpy() with strscpy() | Azeem Shaikh | 2 | -3/+3 |
| 2023-04-28 | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+2 |
| 2023-04-14 | scsi: message: fusion: Mark mpt_halt_firmware() __noreturn | Josh Poimboeuf | 2 | -2/+2 |
| 2023-03-24 | scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race ... | Zheng Wang | 1 | -0/+2 |
| 2023-03-24 | Merge patch series "Constify most SCSI host templates" | Martin K. Petersen | 3 | -3/+3 |
| 2023-03-24 | scsi: message: fusion: Declare SCSI host template members const | Bart Van Assche | 3 | -3/+3 |
| 2023-03-09 | scsi: message: fusion: Avoid flush_scheduled_work() usage | Tetsuo Handa | 1 | -1/+0 |
| 2023-03-09 | scsi: message: fusion: Remove unused sas_persist_task work | Tetsuo Handa | 1 | -1/+0 |
| 2022-11-08 | scsi: message: fusion: Remove variable 'where' | Colin Ian King | 1 | -2/+0 |
| 2022-10-22 | scsi: core: Change the return type of .eh_timed_out() | Bart Van Assche | 1 | -4/+4 |
| 2022-08-31 | scsi: message: fusion: Remove redundant variable iocnum | Colin Ian King | 1 | -4/+2 |
| 2022-06-21 | scsi: message: fusion: Drop redundant "the" | Jiang Jian | 1 | -1/+1 |
| 2022-04-25 | scsi: message: fusion: Remove unused variable retval | Alexander Vorwerk | 1 | -3/+0 |
| 2022-04-06 | scsi: message: fusion: Remove redundant variable dmp | Colin Ian King | 1 | -2/+2 |
| 2022-02-27 | scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic con... | Christophe JAILLET | 1 | -1/+1 |
| 2022-02-11 | scsi: message: fusion: Use GFP_KERNEL | Julia Lawall | 1 | -1/+1 |
| 2022-01-10 | scsi: message: fusion: mptctl: Use dma_alloc_coherent() | Christophe JAILLET | 1 | -12/+19 |
| 2022-01-10 | scsi: message: fusion: mptsas: Use dma_alloc_coherent() | Christophe JAILLET | 1 | -20/+20 |
| 2022-01-10 | scsi: message: fusion: Use dma_alloc_coherent() in mptsas_exp_repmanufacture_... | Christophe JAILLET | 1 | -1/+2 |
| 2022-01-10 | scsi: message: fusion: mptbase: Use dma_alloc_coherent() | Christophe JAILLET | 1 | -20/+32 |
| 2022-01-10 | scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory() | Christophe JAILLET | 1 | -1/+2 |
| 2022-01-10 | scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" API | Christophe JAILLET | 4 | -132/+154 |
| 2021-12-06 | scsi: mptfusion: Remove redundant variable r | Colin Ian King | 1 | -4/+2 |
| 2021-11-06 | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -9/+6 |
| 2021-11-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -29/+37 |
| 2021-10-28 | mpt fusion: use dev_addr_set() | Jakub Kicinski | 1 | -1/+1 |
| 2021-10-16 | scsi: message: fusion: Switch to attribute groups | Bart Van Assche | 5 | -18/+26 |
| 2021-10-16 | scsi: message: fusion: Call scsi_done() directly | Bart Van Assche | 4 | -11/+11 |
| 2021-10-12 | scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameter | Uwe Kleine-König | 4 | -9/+6 |
| 2021-06-22 | scsi: message: mptfc: Switch from pci_ to dma_ API | Christophe JAILLET | 1 | -17/+18 |
| 2021-05-14 | scsi: message: fusion: Remove redundant assignment to rc | Jiapeng Chong | 1 | -2/+0 |
| 2021-05-10 | scsi: message: fusion: Documentation cleanup | Randy Dunlap | 1 | -56/+63 |
| 2021-04-13 | scsi: message: fusion: Remove unused local variable 'vtarget' | Jiapeng Chong | 1 | -2/+0 |
| 2021-04-13 | scsi: message: fusion: Remove unused local variable 'status' | Jiapeng Chong | 1 | -2/+1 |
| 2021-04-13 | scsi: message: fusion: Remove unused local variable 'port' | Zhen Lei | 1 | -6/+0 |
| 2021-04-13 | scsi: message: fusion: Remove unused local variable 'time_count' | Zhen Lei | 1 | -2/+0 |
| 2021-04-05 | scsi: message: fusion: Use BUG_ON instead of if condition followed by BUG | zhouchuangao | 1 | -4/+2 |
| 2021-04-01 | scsi: message: mptlan: Replace one-element array with flexible-array member | Gustavo A. R. Silva | 2 | -8/+5 |
| 2021-04-01 | scsi: message: fusion: Replace one-element array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2021-04-01 | scsi: message: fusion: Avoid -Wempty-body warnings | Arnd Bergmann | 1 | -3/+4 |
| 2021-03-24 | scsi: message: fusion: Remove unnecessary cast | Wang Qing | 1 | -3/+3 |
| 2021-03-18 | scsi: fusion: Fix a typo in the file mptbase.h | Bhaskar Chowdhury | 1 | -1/+1 |
| 2021-03-04 | scsi: core: Add scsi_device_busy() wrapper | Ming Lei | 1 | -1/+1 |
| 2021-01-26 | scsi: message: fusion: Fix 'physical' typos | Bjorn Helgaas | 2 | -2/+2 |
| 2020-12-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 6 | -26/+41 |
| 2020-12-01 | scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event... | Sebastian Andrzej Siewior | 2 | -10/+36 |
| 2020-12-01 | scsi: message: fusion: Remove in_interrupt() usage in mpt_config() | Thomas Gleixner | 4 | -15/+5 |
| 2020-10-26 | scsi: message: fusion: Remove unneeded break | Tom Rix | 1 | -1/+0 |
| 2020-10-26 | scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove() | Helge Deller | 1 | -5/+8 |
| 2020-10-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -9/+5 |
| 2020-09-01 | scsi: mptscsih: Remove set but not used 'timeleft' | Jason Yan | 1 | -2/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 3 | -6/+6 |
| 2020-08-20 | scsi: mptctl: Remove unneeded cast from memory allocation | Li Heng | 1 | -3/+2 |
| 2020-08-20 | scsi: mptfc: Remove unneeded cast from memory allocation | Li Heng | 1 | -4/+2 |
| 2020-06-26 | scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocations | Christoph Hellwig | 1 | -21/+20 |
| 2020-06-24 | scsi: mptscsih: Fix read sense data size | Tomas Henzl | 1 | -3/+1 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -7/+7 |
| 2020-04-13 | scsi: docs: fusion: get rid of a doc build warning | Mauro Carvalho Chehab | 1 | -3/+5 |
| 2020-03-26 | scsi: message: fusion: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-03-11 | scsi: fusion: fix if-statement empty body warning | Randy Dunlap | 1 | -2/+3 |
| 2020-01-19 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -163/+50 |
| 2020-01-15 | scsi: mptfusion: Fix double fetch bug in ioctl | Dan Carpenter | 1 | -163/+50 |
| 2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 1 | -1/+1 |
| 2019-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+1 |
| 2019-06-18 | scsi: message: fusion: Use kmemdup instead of memcpy and kmalloc | Bharath Vedartham | 1 | -2/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-03 | scsi: mptscsih: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
| 2019-03-19 | scsi: mptfusion: remove set, but not used, variables | YueHaibing | 1 | -5/+0 |
| 2019-03-19 | scsi: mptfusion: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-03-19 | scsi: mptfusion: fix indentation issues | Colin Ian King | 3 | -20/+20 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 3 | -3/+0 |
| 2018-09-28 | scsi: mptfusion: Remove unnecessary parentheses | Nathan Chancellor | 1 | -2/+2 |
| 2018-09-11 | scsi: message: fusion: fix a few trivial spelling mistakes | Colin Ian King | 3 | -9/+9 |
| 2018-07-30 | scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL | Jia-Ju Bai | 2 | -2/+2 |
| 2018-07-30 | scsi: mptctl: change strncpy+truncation to strlcpy | Dominique Martinet | 1 | -2/+2 |
| 2018-07-10 | scsi: mptfusion: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -0/+4 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -3/+4 |
| 2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -6/+6 |
| 2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -46/+11 |
| 2018-05-29 | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig | 1 | -1/+1 |
| 2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -46/+11 |
| 2018-05-14 | scsi: mptlan: Fix mpt_lan_sdu_send()'s return type | Luc Van Oostenryck | 1 | -1/+1 |
| 2018-05-08 | scsi: mptsas: fix spelling mistake: "matchs" -> "matches" | Colin Ian King | 1 | -1/+1 |
| 2018-05-08 | scsi: mptfusion: fix spelling mistake: "initators" -> "initiators" | Colin Ian King | 1 | -1/+1 |
| 2018-04-19 | scsi: mptfc: fix spelling mistake in macro names | Colin Ian King | 2 | -3/+3 |
| 2018-04-18 | scsi: mptsas: Disable WRITE SAME | Martin K. Petersen | 1 | -0/+1 |
| 2018-03-26 | treewide: Align function definition open/close braces | Joe Perches | 1 | -1/+1 |
| 2018-01-30 | scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo() | Dan Carpenter | 1 | -0/+2 |
| 2018-01-17 | scsi: mptsas: remove duplicated assignment to pointer head | Colin Ian King | 1 | -1/+0 |
| 2018-01-17 | scsi: mptfusion: Use snprintf() instead of open coded divisions | Andy Shevchenko | 1 | -18/+7 |
| 2018-01-08 | scsi: mptfusion: use strlcpy() instead of strncpy() | Xiongfeng Wang | 1 | -1/+1 |
| 2017-12-07 | scsi: fusion: clean up some indentations | Colin Ian King | 1 | -28/+29 |
| 2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 15 | -0/+15 |
| 2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 1 | -2/+2 |
| 2017-08-29 | scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough | Christoph Hellwig | 1 | -42/+37 |
| 2017-08-25 | scsi: mptsas: Fixup device hotplug for VMWare ESXi | Hannes Reinecke | 1 | -4/+3 |
| 2017-08-25 | scsi: mptfc: Do not call fc_block_scsi_eh() on host reset | Hannes Reinecke | 1 | -9/+1 |
| 2017-08-07 | scsi: fusion: fix string overflow warning | Arnd Bergmann | 1 | -4/+4 |
| 2017-04-24 | scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host() | Hannes Reinecke | 3 | -4/+15 |
| 2017-04-24 | scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency" | Colin Ian King | 1 | -1/+1 |
| 2017-02-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -2/+2 |
| 2017-02-06 | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 2 | -1/+2 |
| 2017-01-27 | block: split scsi_request out of struct request | Christoph Hellwig | 1 | -4/+4 |
| 2017-01-05 | scsi: mptlan: Remove linux/miscdevice.h from mptlan.h | Corentin Labbe | 1 | -1/+0 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2 | -2/+2 |
| 2016-12-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -25/+14 |
| 2016-11-17 | scsi: mptfusion: Fix printk continuations | Helge Deller | 1 | -7/+7 |
| 2016-11-08 | scsi: fusion: print lan address via %pMR | Andy Shevchenko | 1 | -10/+4 |
| 2016-11-08 | scsi: mptscsih: Remove bogus interpretation of request->ioprio | Christoph Hellwig | 1 | -8/+3 |
| 2016-10-20 | net: use core MTU range checking in misc drivers | Jarod Wilson | 1 | -11/+4 |
| 2016-09-14 | scsi: fusion: Fix error return code in mptfc_probe() | Wei Yongjun | 1 | -1/+3 |
| 2016-09-02 | scsi: mpt: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -3/+4 |
| 2016-09-02 | scsi: mptfc: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -1/+2 |
| 2016-05-18 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -3/+3 |
| 2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -1/+1 |
| 2016-04-29 | mptsas: fix checks for dma mapping errors | Alexey Khoroshilov | 1 | -2/+2 |
| 2016-04-11 | scsi: disable automatic target scan | Hannes Reinecke | 1 | -1/+1 |
| 2016-02-23 | mptbase: fixup error handling paths in mpt_attach() | Ewan D. Milne | 1 | -7/+33 |
| 2016-02-23 | mptfusion: hide unused seq_mpt_print_ioc_summary function | Arnd Bergmann | 1 | -0/+2 |
| 2015-11-12 | Merge tag '4.4-scsi-mkp' into misc | James Bottomley | 1 | -0/+4 |
| 2015-11-11 | mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl() | Dan Carpenter | 1 | -0/+4 |
| 2015-11-09 | scsi: use host wide tags by default | Christoph Hellwig | 1 | -1/+0 |
| 2015-08-26 | mptfusion: prevent some memory corruption | Dan Carpenter | 1 | -0/+9 |
| 2015-06-13 | fusion: remove dead MTRR code | Luis R. Rodriguez | 2 | -25/+0 |
| 2015-06-13 | mptsas: fix depth param in scsi_track_queue_full | Tomas Henzl | 1 | -2/+2 |
| 2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2 | -11/+4 |
| 2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -1/+1 |
| 2014-11-12 | scsi: always assign block layer tags if enabled | Christoph Hellwig | 1 | -0/+1 |
| 2014-11-12 | mptfusion: don't change queue type in ->change_queue_depth | Christoph Hellwig | 1 | -6/+1 |
| 2014-11-12 | scsi: remove ordered_tags scsi_device field | Christoph Hellwig | 1 | -3/+2 |
| 2014-10-07 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 3 | -13/+7 |
| 2014-09-25 | mptfusion: enable no_write_same for vmware scsi disks | Chris J Arges | 1 | -0/+5 |
| 2014-09-16 | scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRS | Randy Dunlap | 1 | -1/+1 |
| 2014-09-16 | fusion: fix excess parameter kernel-doc warning | Randy Dunlap | 1 | -1/+0 |
| 2014-09-16 | mptfusion: simplify rounding | Rasmus Villemoes | 2 | -12/+2 |
| 2014-07-25 | mptfusion: tweak null pointer checks | Joe Lawrence | 3 | -44/+37 |
| 2014-07-25 | mptfusion: combine fw_event_work and its event_data | Joe Lawrence | 2 | -11/+7 |
| 2014-07-25 | mptfusion: make adapter prod_name[] a pointer | Joe Lawrence | 2 | -7/+6 |
| 2014-07-25 | mptfusion: use memdup_user | Joe Lawrence | 1 | -13/+5 |
| 2014-07-25 | mptfusion: remove redundant kfree checks | Joe Lawrence | 2 | -4/+2 |
| 2014-07-25 | mptfusion: mark file-private functions as static | Joe Lawrence | 3 | -5/+5 |
| 2014-07-25 | scsi: convert device_busy to atomic_t | Christoph Hellwig | 1 | -1/+1 |
| 2014-07-17 | scsi: use 64-bit LUNs | Hannes Reinecke | 4 | -13/+13 |
| 2014-05-28 | mptfusion: fix msgContext in mptctl_hp_hostinfo | Tomas Henzl | 1 | -3/+3 |
| 2014-05-28 | fusion: Remove use of DEF_SCSI_QCMD | Matthew Wilcox | 5 | -26/+18 |
| 2014-05-28 | fusion: Add free msg frames to the head, not tail of list | Matthew Wilcox | 1 | -1/+1 |
| 2014-01-30 | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+4 |
| 2014-01-14 | MPT / PCI: Use pci_stop_and_remove_bus_device_locked() | Rafael J. Wysocki | 1 | -1/+1 |
| 2013-11-23 | block: Kill bio_segments()/bi_vcnt usage | Kent Overstreet | 1 | -4/+4 |
| 2013-05-08 | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
| 2013-04-29 | mptctl: don't wank with fasync in ->release() | Al Viro | 1 | -8/+0 |
| 2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 1 | -2/+2 |
| 2013-04-09 | fusion: switch to ->show_info() | Al Viro | 5 | -95/+11 |
| 2013-03-23 | block: Remove some unnecessary bi_vcnt usage | Kent Overstreet | 1 | -3/+3 |
| 2013-01-03 | Drivers: message: remove __dev* attributes. | Greg Kroah-Hartman | 3 | -7/+6 |
| 2012-12-18 | drivers/message/fusion/mptscsih.c: missing break | Alan Cox | 1 | -0/+1 |
| 2012-09-14 | [SCSI] Fusion MPT: disable pci device when mpt map resoures failed | Hanjun Guo | 1 | -7/+11 |
| 2012-05-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2 | -11/+5 |
| 2012-05-31 | drivers/message/fusion: use pci_dev->revision | Sergei Shtylyov | 2 | -11/+5 |
| 2012-05-22 | [SCSI] mptfusion: unlock on error in mpt_config() | Dan Carpenter | 1 | -0/+1 |
| 2012-05-15 | tokenring: delete all remaining driver support | Paul Gortmaker | 1 | -1/+0 |
| 2012-02-27 | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device | Yinghai Lu | 1 | -1/+1 |
| 2012-01-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s... | Linus Torvalds | 4 | -3/+8 |
| 2011-12-15 | [SCSI] mptsas: Add device ID for SAS1068_820XELP. | Chandrakala Chavva | 2 | -0/+3 |
| 2011-12-15 | [SCSI] fusion: ensure NUL-termination of MptCallbacksName elements | Ferenc Wagner | 2 | -3/+5 |