aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/ips.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13scsi: ips: Do not try to abort command from host resetGravatar Hannes Reinecke 1-18/+0
2023-01-18scsi: ips: Replace kmap_atomic() with kmap_local_page()Gravatar Fabio M. De Francesco 1-6/+5
2022-02-22scsi: Remove drivers/scsi/scsi.hGravatar Bart Van Assche 1-2/+6
2022-02-22scsi: ips: Use true and false instead of TRUE and FALSEGravatar Bart Van Assche 1-19/+17
2022-02-22scsi: ips: Change the return type of ips_release() into 'void'Gravatar Bart Van Assche 1-5/+2
2022-02-22scsi: ips: Remove an unreachable statementGravatar Bart Van Assche 1-1/+0
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsGravatar Bart Van Assche 1-1/+2
2021-10-16scsi: ips: Call scsi_done() directlyGravatar Bart Van Assche 1-15/+13
2021-08-11scsi: ips: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestGravatar Bart Van Assche 1-1/+1
2021-06-18scsi: ips: Avoid over-read of sense bufferGravatar Kees Cook 1-4/+6
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-20/+0
2021-01-22scsi: ips: Use correct command completion on errorGravatar Hannes Reinecke 1-2/+7
2020-07-24scsi: ips: Convert strnlen() to memcpy() since result should not be NUL termi...Gravatar Lee Jones 1-11/+11
2020-07-24scsi: ips: Remove some set but unused variablesGravatar Lee Jones 1-10/+2
2019-09-30scsi: ips: make array 'options' static const, makes object smallerGravatar Colin Ian King 1-1/+1
2018-12-18scsi: remove the use_clustering flagGravatar Christoph Hellwig 1-1/+0
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-11-06scsi: ips: properly handle 64-bit DMAGravatar Christoph Hellwig 1-1/+1
2018-11-06scsi: ips: use lower_32_bits and upper_32_bits instead of reinventing themGravatar Christoph Hellwig 1-3/+3
2018-10-17scsi: ips: switch to generic DMA APIGravatar Christoph Hellwig 1-39/+41
2018-10-16scsi: ips: fix missing break in switchGravatar Gustavo A. R. Silva 1-0/+1
2018-04-20scsi: ips: fix firmware timestamps for 32-bitGravatar Arnd Bergmann 1-62/+16
2018-03-15scsi: ips: don't set .detect and .release in the host templateGravatar Christoph Hellwig 1-4/+0
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-6/+6
2016-11-08scsi: ips: don't use custom hex_asc_upper[] tableGravatar Andy Shevchenko 1-8/+5
2015-06-02ips: remove pointless #warningGravatar James Bottomley 1-4/+5
2015-02-02scsi: print single-character strings with seq_putcGravatar Rasmus Villemoes 1-1/+1
2015-02-02scsi: replace seq_printf with seq_putsGravatar Rasmus Villemoes 1-4/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-1/+1
2014-10-14scsi: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 1-1/+1
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversGravatar Martin K. Petersen 1-0/+1
2013-04-09ips: fix format bugs exposed by previous commitGravatar Al Viro 1-3/+3
2013-04-09ips: switch to ->show_info()Gravatar Al Viro 1-152/+80
2013-01-03Drivers: scsi: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-5/+5
2012-03-20scsi: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-3/+3
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Gravatar Justin P. Mattock 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-11-16SCSI host lock push-downGravatar Jeff Garzik 1-2/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Gravatar Yang Hongyang 1-1/+1
2009-03-12[SCSI] Remove SUGGEST flagsGravatar Martin K. Petersen 1-2/+1
2008-10-09block: unify request timeout handlingGravatar Jens Axboe 1-1/+1
2008-08-23removed unused #include <linux/version.h>'sGravatar Adrian Bunk 1-1/+0
2008-04-07[SCSI] ips: remove spurious cpu_to_leX on outX statementsGravatar James Bottomley 1-16/+16
2008-04-07[SCSI] aacraid, ips: leX_add_cpu conversionGravatar Marcin Slusarz 1-6/+2
2008-04-07[SCSI] ips: use sg buffer copy helper funcitonsGravatar FUJITA Tomonori 1-42/+8
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersGravatar Andi Kleen 1-1/+0
2008-04-07[SCSI] ips: sg chaining support to the path to non I/O commandsGravatar FUJITA Tomonori 1-8/+10
2008-02-19[SCSI] ips: fix data buffer accessors conversion bugGravatar FUJITA Tomonori 1-1/+1