aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ips.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro1-1/+1
2025-02-12scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche1-4/+4
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche1-3/+3
2023-10-13scsi: ips: Do not try to abort command from host resetHannes Reinecke1-18/+0
2023-01-18scsi: ips: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-6/+5
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche1-2/+6
2022-02-22scsi: ips: Use true and false instead of TRUE and FALSEBart Van Assche1-19/+17
2022-02-22scsi: ips: Change the return type of ips_release() into 'void'Bart Van Assche1-5/+2
2022-02-22scsi: ips: Remove an unreachable statementBart Van Assche1-1/+0
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-1/+2
2021-10-16scsi: ips: Call scsi_done() directlyBart Van Assche1-15/+13
2021-08-11scsi: ips: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-06-18scsi: ips: Avoid over-read of sense bufferKees Cook1-4/+6
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-20/+0
2021-01-22scsi: ips: Use correct command completion on errorHannes Reinecke1-2/+7
2020-07-24scsi: ips: Convert strnlen() to memcpy() since result should not be NUL termi...Lee Jones1-11/+11
2020-07-24scsi: ips: Remove some set but unused variablesLee Jones1-10/+2
2019-09-30scsi: ips: make array 'options' static const, makes object smallerColin Ian King1-1/+1
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+0
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-06scsi: ips: properly handle 64-bit DMAChristoph Hellwig1-1/+1
2018-11-06scsi: ips: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig1-3/+3
2018-10-17scsi: ips: switch to generic DMA APIChristoph Hellwig1-39/+41
2018-10-16scsi: ips: fix missing break in switchGustavo A. R. Silva1-0/+1
2018-04-20scsi: ips: fix firmware timestamps for 32-bitArnd Bergmann1-62/+16
2018-03-15scsi: ips: don't set .detect and .release in the host templateChristoph Hellwig1-4/+0
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-6/+6
2016-11-08scsi: ips: don't use custom hex_asc_upper[] tableAndy Shevchenko1-8/+5
2015-06-02ips: remove pointless #warningJames Bottomley1-4/+5
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes1-1/+1
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-4/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-10-14scsi: replace strnicmp with strncasecmpRasmus Villemoes1-1/+1
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-04-09ips: fix format bugs exposed by previous commitAl Viro1-3/+3
2013-04-09ips: switch to ->show_info()Al Viro1-152/+80
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-5/+5
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang1-3/+3
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-11-16SCSI host lock push-downJeff Garzik1-2/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen1-2/+1
2008-10-09block: unify request timeout handlingJens Axboe1-1/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-04-07[SCSI] ips: remove spurious cpu_to_leX on outX statementsJames Bottomley1-16/+16
2008-04-07[SCSI] aacraid, ips: leX_add_cpu conversionMarcin Slusarz1-6/+2
2008-04-07[SCSI] ips: use sg buffer copy helper funcitonsFUJITA Tomonori1-42/+8
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen1-1/+0
2008-04-07[SCSI] ips: sg chaining support to the path to non I/O commandsFUJITA Tomonori1-8/+10
2008-02-19[SCSI] ips: fix data buffer accessors conversion bugFUJITA Tomonori1-1/+1
2008-02-03drivers/scsi/: Spelling fixesJoe Perches1-1/+1
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-4/+2
2008-01-23[SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in que...FUJITA Tomonori1-3/+0
2008-01-11[SCSI] ips: handle scsi_add_host() failure, and other err cleanupsJeff Garzik1-5/+13
2008-01-11[SCSI] ips: PCI API cleanupsJeff Garzik1-41/+31
2008-01-11[SCSI] ips: trim trailing whitespaceJeff Garzik1-24/+25
2008-01-11[SCSI] ips: remove ips_ha members that duplicate struct pci_dev membersJeff Garzik1-95/+83
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-3/+3
2007-10-16ips: sg chaining supportFUJITA Tomonori1-6/+8
2007-10-12[SCSI] ips: Update version informationBernhard Walle1-2/+2
2007-10-12[SCSI] ips: Close narrow race in releaseMatthew Wilcox1-1/+2
2007-10-12[SCSI] ips: warning fixAndrew Morton1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-284/+117
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-8/+1
2007-06-16[SCSI] ips: convert to use the data buffer accessorsFUJITA Tomonori1-157/+99
2007-05-24[SCSI] ips: remove kernel 2.4 codeAdrian Bunk1-127/+18
2006-11-15[SCSI] revert "[SCSI] ips soft lockup during reset/initialization"Andrew Morton1-14/+14
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-04[SCSI] scsi: remove hosts.hHenne1-6/+0
2006-10-03[SCSI] scsi: Convertion to struct scsi_cmnd in ips-driverHenne1-45/+38
2006-10-01[SCSI] Switch ips to pci_register from pci_moduleAlan Cox1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26spelling fixesAndreas Mohr1-2/+2
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-2/+3
2006-02-27[SCSI] don't call ips_eh_reset in ips_queue to avoid deadlockMike Christie1-1/+1
2006-01-31[SCSI] ServeRAID: prevent seeing DADSI devicesJack Hammer1-12/+14
2006-01-26[SCSI] ips soft lockup during reset/initializationJack Hammer1-14/+14
2006-01-14[SCSI] ips: Mode Sense (Caching Page ) fixJack Hammer1-0/+3
2005-11-09[SCSI] remove Scsi_Device typedefChristoph Hellwig1-3/+3
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig1-3/+3
2005-11-08Merge by hand (conflicts between pending drivers and kfree cleanups)James Bottomley1-135/+3
2005-11-07[PATCH] kfree cleanup: drivers/scsiJesper Juhl1-12/+6
2005-11-06[SCSI] ips: remove "Version Matching"Jack Hammer1-135/+3
2005-11-04Fix ips.c compileJames Bottomley1-0/+1
2005-10-31[SCSI] ips: Fix initialization bug with kdumpJack Hammer1-0/+93
2005-10-29[SCSI] ips: Fix up for correct scatter/gather processingJack Hammer1-13/+36
2005-10-28[SCSI] use scmd_id(), scmd_channel() throughout codeJeff Garzik1-5/+5
2005-08-02[SCSI] ServeRAID V7.12.02Jack Hammer1-3/+5
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik1-1/+13
2005-06-17[SCSI] allow sleeping in ->eh_abort_handler()Jeff Garzik1-0/+7
2005-04-18[PATCH] remove old scsi data direction macros1-6/+4
2005-04-18[PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field1-7/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+7491