| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-13 | scsi: switch ->bios_param() to passing gendisk | Al Viro | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-02-03 | scsi: qla1280: Fix kernel oops when debug level > 2 | Magnus Lindholm | 1 | -1/+1 |
| 2024-12-09 | scsi: Constify struct pci_device_id | Christophe JAILLET | 1 | -1/+1 |
| 2024-12-04 | scsi: Convert SCSI drivers to .sdev_configure() | Bart Van Assche | 1 | -3/+3 |
| 2024-02-15 | scsi: qla1280: Remove redundant assignment to variable 'mr' | Colin Ian King | 1 | -1/+0 |
| 2023-10-13 | scsi: qla1280: Separate out host reset function from qla1280_error_action() | Hannes Reinecke | 1 | -20/+22 |
| 2023-03-24 | scsi: qla1280: Declare SCSI host template const | Bart Van Assche | 1 | -1/+1 |
| 2022-05-19 | scsi: qla1280: Remove redundant variable | Colin Ian King | 1 | -2/+1 |
| 2022-02-22 | scsi: qla1280: Move the SCSI pointer to private command data | Bart Van Assche | 1 | -17/+4 |
| 2021-10-16 | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche | 1 | -2/+1 |
| 2021-10-16 | scsi: qla1280: Call scsi_done() directly | Bart Van Assche | 1 | -3/+2 |
| 2021-08-23 | scsi: qla1280: Stop using scsi_cmnd.tag | John Garry | 1 | -1/+1 |
| 2021-08-11 | scsi: qla1280: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -3/+2 |
| 2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 1 | -12/+0 |
| 2021-03-24 | scsi: qla1280: Fix warning comparing pointer to 0 | Jiapeng Chong | 1 | -1/+1 |
| 2021-03-18 | scsi: qla1280: Spelling fixes | Bhaskar Chowdhury | 1 | -4/+4 |
| 2021-01-22 | scsi: qla1280: Fix printk regression | René Rebe | 1 | -6/+6 |
| 2020-09-09 | scsi: qla1280: Remove set but not used variable in qla1280_status_entry() | Jason Yan | 1 | -7/+2 |
| 2020-09-09 | scsi: qla1280: Remove set but not used variable in qla1280_mailbox_command() | Jason Yan | 1 | -2/+1 |
| 2020-09-09 | scsi: qla1280: Remove set but not used variable in qla1280_nvram_config() | Jason Yan | 1 | -2/+1 |
| 2020-09-09 | scsi: qla1280: Remove set but not used variable in qla1280_done() | Jason Yan | 1 | -2/+1 |
| 2020-04-14 | scsi: qla1280: make qla1280_firmware_mutex and qla1280_fw_tbl static | Jason Yan | 1 | -2/+2 |
| 2020-01-20 | scsi: qla1280: Make checking for 64bit support consistent | Thomas Bogendoerfer | 1 | -1/+1 |
| 2020-01-15 | scsi: qla1280: Fix dma firmware download, if dma address is 64bit | Thomas Bogendoerfer | 1 | -6/+14 |
| 2019-08-16 | qla1280: remove SGI SN2 support | Christoph Hellwig | 1 | -37/+0 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 | Thomas Gleixner | 1 | -10/+1 |
| 2019-04-08 | scsi/qla1280: Remove stale comment about mmiowb() | Will Deacon | 1 | -10/+0 |
| 2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 1 | -5/+0 |
| 2019-01-11 | scsi: qla1280: set 64bit coherent mask | Thomas Bogendoerfer | 1 | -1/+1 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
| 2018-11-06 | scsi: qla1280: properly handle 64-bit DMA | Christoph Hellwig | 1 | -4/+1 |
| 2018-11-06 | scsi: qla1280: use lower_32_bits and upper_32_bits instead of reinventing them | Christoph Hellwig | 1 | -27/+20 |
| 2018-10-17 | scsi: qla1280: switch to generic DMA API | Christoph Hellwig | 1 | -13/+13 |
| 2017-10-05 | timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack() | Kees Cook | 1 | -9/+5 |
| 2017-05-16 | ia64, scsi: update references for the device-io book | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2016-04-30 | qla1280: Don't allocate 512kb of host tags | Johannes Thumshirn | 1 | -1/+1 |
| 2015-05-31 | scsi: Do not set cmd_per_lun to 1 in the host template | Hannes Reinecke | 1 | -1/+0 |
| 2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -2/+2 |
| 2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -3/+2 |
| 2014-02-27 | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 1 | -7/+0 |
| 2013-12-19 | [SCSI] qla1280: Annotate timer on stack so object debug does not complain | Meelis Roos | 1 | -1/+1 |
| 2013-01-03 | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -4/+4 |
| 2012-04-30 | qla1280: Remove redundant NULL check before release_firmware() call | Jesper Juhl | 1 | -5/+2 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2011-05-01 | [SCSI] remove cmd->serial_number litter | Christoph Hellwig | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2010-11-16 | SCSI host lock push-down | Jeff Garzik | 1 | -1/+3 |
| 2010-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 1 | -52/+109 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
| 2010-03-27 | [SCSI] qla1280: retain firmware for error recovery | Michael Reed | 1 | -52/+109 |
| 2010-02-08 | [SCSI] qla1280: Drop host_lock while requesting firmware | Ben Hutchings | 1 | -0/+4 |
| 2009-05-20 | [SCSI] qla1280: error recovery rewrite | Michael Reed | 1 | -133/+157 |
| 2009-05-20 | [SCSI] qla1280: driver clean up | Michael Reed | 1 | -89/+10 |
| 2009-04-10 | Merge git://git.infradead.org/~dwmw2/firmware-2.6 | Linus Torvalds | 1 | -2/+2 |
| 2009-04-08 | qla1280: Fix off-by-some error in firmware loading. | David Woodhouse | 1 | -2/+2 |
| 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-04-03 | [SCSI] qla1280: use request_firmware | Jaswinder Singh Rajput | 1 | -40/+74 |
| 2009-01-06 | trivial: Fix misspelling of "firmware" in qla1280.c | Nick Andrew | 1 | -2/+2 |
| 2008-12-29 | [SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar() | Arjan van de Ven | 1 | -2/+1 |
| 2008-10-09 | block: unify request timeout handling | Jens Axboe | 1 | -2/+2 |
| 2008-07-27 | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 1 | -6/+6 |
| 2008-05-23 | scsi: fix integer as NULL pointer warning | Harvey Harrison | 1 | -1/+1 |
| 2008-05-13 | [SCSI] qla1280: Fix queue depth problem | Jeremy Higdon | 1 | -2/+2 |
| 2008-05-02 | [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer | Boaz Harrosh | 1 | -2/+2 |
| 2008-04-17 | [SCSI] qla1280: remove version check | Adrian Bunk | 1 | -5/+0 |
| 2008-01-30 | [SCSI] remove use_sg_chaining | James Bottomley | 1 | -1/+0 |
| 2008-01-23 | [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE | FUJITA Tomonori | 1 | -2/+2 |
| 2008-01-09 | [SCSI] qla1280: fix 32 bit segment code | FUJITA Tomonori | 1 | -1/+1 |
| 2007-11-14 | [SCSI] qla1280: convert to use the data buffer accessors | Jes Sorensen | 1 | -221/+166 |
| 2007-10-21 | [SCSI] qla1280: uses wrong failure path after failed pci_set_dma_mask | Johannes Dickgreber | 1 | -2/+2 |
| 2007-10-16 | qla1280: enable use_sg_chaining option | FUJITA Tomonori | 1 | -0/+1 |
| 2007-10-16 | qla1280: sg chaining fixes | FUJITA Tomonori | 1 | -1/+4 |
| 2007-10-16 | qla1280: sg chaining support | Jens Axboe | 1 | -29/+37 |
| 2007-10-12 | [SCSI] Remove ->pid field from scsi_cmnd | Matthew Wilcox | 1 | -1/+1 |
| 2007-05-06 | [SCSI] qla1280: use DMA_64BIT_MASK instead of ~ 0ULL | Matthias Kaehlcke | 1 | -1/+1 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2007-01-06 | [SCSI] qla1280: set residual correctly | Jes Sorensen | 1 | -2/+4 |
| 2006-10-25 | [SCSI] qla1280 bus reset typo | Jes Sorensen | 1 | -4/+3 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -1/+1 |
| 2006-10-04 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -3/+3 |
| 2006-10-01 | [PATCH] completions: lockdep annotate on stack completions | Peter Zijlstra | 1 | -2/+2 |
| 2006-09-26 | [SCSI] pci_module_init conversion in scsi subsystem | Henrik Kretzschmar | 1 | -1/+1 |
| 2006-09-26 | [SCSI] qla1280 command timeout | Jes Sorensen | 1 | -2/+2 |
| 2006-07-03 | Merge ../scsi-misc-2.6 | James Bottomley | 1 | -1/+1 |
| 2006-07-02 | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 1 | -2/+2 |
| 2006-06-30 | [SCSI] qla1280: fix section mismatch warnings | Randy Dunlap | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-21 | [PATCH] PCI: Move various PCI IDs to header file | Brent Casavant | 1 | -24/+0 |
| 2006-06-10 | [SCSI] drivers/scsi: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -5/+2 |
| 2006-03-28 | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK | Matthias Gehre | 1 | -2/+3 |
| 2006-01-26 | [SCSI] qla1280: remove < 2.6.0 support | Jes Sorensen | 1 | -288/+23 |
| 2005-11-09 | [SCSI] remove Scsi_Host_Template typedef | Christoph Hellwig | 1 | -3/+3 |
| 2005-11-06 | [SCSI] remove the obsolete SCSI qlogicisp driver | Adrian Bunk | 1 | -2/+0 |
| 2005-08-02 | [SCSI] qla1280: endianess annotations | Christoph Hellwig | 1 | -4/+4 |
| 2005-08-02 | [SCSI] qla1280: don't use bitfields for hardware access, parameters | Christoph Hellwig | 1 | -71/+72 |
| 2005-08-02 | [SCSI] qla1280: don't use bitfields for hardware access in isp_config | Christoph Hellwig | 1 | -15/+29 |
| 2005-08-02 | [SCSI] qla1280: always load microcode | Christoph Hellwig | 1 | -71/+1 |
| 2005-08-02 | [SCSI] qla1280: use SAM_ constants | Christoph Hellwig | 1 | -1/+1 |
| 2005-08-02 | [SCSI] qla1280: misc cleanups | Christoph Hellwig | 1 | -12/+14 |
| 2005-08-02 | [SCSI] qla1280: interupt posting for irq disabling/enabling | Christoph Hellwig | 1 | -37/+20 |
| 2005-08-02 | [SCSI] qla1280: remove dead per-host flag variables | Christoph Hellwig | 1 | -7/+0 |
| 2005-06-26 | [SCSI] scsi/qla1280: replace schedule_timeout() with ssleep() | Nishanth Aravamudan | 1 | -1/+1 |
| 2005-06-17 | [SCSI] allow sleeping in ->eh_host_reset_handler() | Jeff Garzik | 1 | -1/+7 |
| 2005-06-17 | [SCSI] allow sleeping in ->eh_bus_reset_handler() | Jeff Garzik | 1 | -1/+7 |
| 2005-06-17 | [SCSI] allow sleeping in ->eh_device_reset_handler() | Jeff Garzik | 1 | -1/+7 |
| 2005-06-17 | [SCSI] allow sleeping in ->eh_abort_handler() | Jeff Garzik | 1 | -1/+7 |
| 2005-05-20 | [SCSI] qla1280.c - fix result for device Busy and Queue Full | Jeremy Higdon | 1 | -5/+4 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+4863 |