summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ips.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ips: Do not try to abort command from host resetHannes Reinecke2023-10-131-18/+0
* scsi: ips: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2023-01-181-6/+5
* scsi: Remove drivers/scsi/scsi.hBart Van Assche2022-02-221-2/+6
* scsi: ips: Use true and false instead of TRUE and FALSEBart Van Assche2022-02-221-19/+17
* scsi: ips: Change the return type of ips_release() into 'void'Bart Van Assche2022-02-221-5/+2
* scsi: ips: Remove an unreachable statementBart Van Assche2022-02-221-1/+0
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-1/+2
* scsi: ips: Call scsi_done() directlyBart Van Assche2021-10-161-15/+13
* scsi: ips: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-1/+1
* scsi: ips: Avoid over-read of sense bufferKees Cook2021-06-181-4/+6
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-20/+0
* scsi: ips: Use correct command completion on errorHannes Reinecke2021-01-221-2/+7
* scsi: ips: Convert strnlen() to memcpy() since result should not be NUL termi...Lee Jones2020-07-241-11/+11
* scsi: ips: Remove some set but unused variablesLee Jones2020-07-241-10/+2
* scsi: ips: make array 'options' static const, makes object smallerColin Ian King2019-09-301-1/+1
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+0
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: ips: properly handle 64-bit DMAChristoph Hellwig2018-11-061-1/+1
* scsi: ips: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2018-11-061-3/+3
* scsi: ips: switch to generic DMA APIChristoph Hellwig2018-10-171-39/+41
* scsi: ips: fix missing break in switchGustavo A. R. Silva2018-10-161-0/+1
* scsi: ips: fix firmware timestamps for 32-bitArnd Bergmann2018-04-201-62/+16
* scsi: ips: don't set .detect and .release in the host templateChristoph Hellwig2018-03-151-4/+0
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-6/+6
* scsi: ips: don't use custom hex_asc_upper[] tableAndy Shevchenko2016-11-081-8/+5
* ips: remove pointless #warningJames Bottomley2015-06-021-4/+5
* scsi: print single-character strings with seq_putcRasmus Villemoes2015-02-021-1/+1
* scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-4/+3
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-1/+1
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* scsi: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-1/+1
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* ips: fix format bugs exposed by previous commitAl Viro2013-04-091-3/+3
* ips: switch to ->show_info()Al Viro2013-04-091-152/+80
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+5
* scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-3/+3
* treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* SCSI host lock push-downJeff Garzik2010-11-161-2/+4
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* [SCSI] Remove SUGGEST flagsMartin K. Petersen2009-03-121-2/+1
* block: unify request timeout handlingJens Axboe2008-10-091-1/+1
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* [SCSI] ips: remove spurious cpu_to_leX on outX statementsJames Bottomley2008-04-071-16/+16
* [SCSI] aacraid, ips: leX_add_cpu conversionMarcin Slusarz2008-04-071-6/+2
* [SCSI] ips: use sg buffer copy helper funcitonsFUJITA Tomonori2008-04-071-42/+8
* [SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen2008-04-071-1/+0
* [SCSI] ips: sg chaining support to the path to non I/O commandsFUJITA Tomonori2008-04-071-8/+10
* [SCSI] ips: fix data buffer accessors conversion bugFUJITA Tomonori2008-02-191-1/+1