summaryrefslogtreecommitdiff
path: root/drivers/scsi/ips.c
AgeCommit message (Expand)Author
2023-10-13scsi: ips: Do not try to abort command from host resetHannes Reinecke
2023-01-18scsi: ips: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche
2022-02-22scsi: ips: Use true and false instead of TRUE and FALSEBart Van Assche
2022-02-22scsi: ips: Change the return type of ips_release() into 'void'Bart Van Assche
2022-02-22scsi: ips: Remove an unreachable statementBart Van Assche
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-16scsi: ips: Call scsi_done() directlyBart Van Assche
2021-08-11scsi: ips: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-06-18scsi: ips: Avoid over-read of sense bufferKees Cook
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-01-22scsi: ips: Use correct command completion on errorHannes Reinecke
2020-07-24scsi: ips: Convert strnlen() to memcpy() since result should not be NUL termi...Lee Jones
2020-07-24scsi: ips: Remove some set but unused variablesLee Jones
2019-09-30scsi: ips: make array 'options' static const, makes object smallerColin Ian King
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-11-06scsi: ips: properly handle 64-bit DMAChristoph Hellwig
2018-11-06scsi: ips: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig
2018-10-17scsi: ips: switch to generic DMA APIChristoph Hellwig
2018-10-16scsi: ips: fix missing break in switchGustavo A. R. Silva
2018-04-20scsi: ips: fix firmware timestamps for 32-bitArnd Bergmann
2018-03-15scsi: ips: don't set .detect and .release in the host templateChristoph Hellwig
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2016-11-08scsi: ips: don't use custom hex_asc_upper[] tableAndy Shevchenko
2015-06-02ips: remove pointless #warningJames Bottomley
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-10-14scsi: replace strnicmp with strncasecmpRasmus Villemoes
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen
2013-04-09ips: fix format bugs exposed by previous commitAl Viro
2013-04-09ips: switch to ->show_info()Al Viro
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-16SCSI host lock push-downJeff Garzik
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen
2008-10-09block: unify request timeout handlingJens Axboe
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk
2008-04-07[SCSI] ips: remove spurious cpu_to_leX on outX statementsJames Bottomley
2008-04-07[SCSI] aacraid, ips: leX_add_cpu conversionMarcin Slusarz
2008-04-07[SCSI] ips: use sg buffer copy helper funcitonsFUJITA Tomonori
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen
2008-04-07[SCSI] ips: sg chaining support to the path to non I/O commandsFUJITA Tomonori
2008-02-19[SCSI] ips: fix data buffer accessors conversion bugFUJITA Tomonori