aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ips.c
Commit message (Expand)AuthorAge
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-18
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-18
* scsi: ips: properly handle 64-bit DMAChristoph Hellwig2018-11-06
* scsi: ips: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2018-11-06
* scsi: ips: switch to generic DMA APIChristoph Hellwig2018-10-17
* scsi: ips: fix missing break in switchGustavo A. R. Silva2018-10-16
* scsi: ips: fix firmware timestamps for 32-bitArnd Bergmann2018-04-20
* scsi: ips: don't set .detect and .release in the host templateChristoph Hellwig2018-03-15
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
* scsi: ips: don't use custom hex_asc_upper[] tableAndy Shevchenko2016-11-08
* ips: remove pointless #warningJames Bottomley2015-06-02
* scsi: print single-character strings with seq_putcRasmus Villemoes2015-02-02
* scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-02
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-24
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-12
* scsi: replace strnicmp with strncasecmpRasmus Villemoes2014-10-13
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-28
* ips: fix format bugs exposed by previous commitAl Viro2013-04-09
* ips: switch to ->show_info()Al Viro2013-04-09
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-02
* Fix common misspellingsLucas De Marchi2011-03-31
* SCSI host lock push-downJeff Garzik2010-11-16
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-07
* [SCSI] Remove SUGGEST flagsMartin K. Petersen2009-03-12
* block: unify request timeout handlingJens Axboe2008-10-09
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-23
* [SCSI] ips: remove spurious cpu_to_leX on outX statementsJames Bottomley2008-04-07
* [SCSI] aacraid, ips: leX_add_cpu conversionMarcin Slusarz2008-04-07
* [SCSI] ips: use sg buffer copy helper funcitonsFUJITA Tomonori2008-04-07
* [SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen2008-04-07
* [SCSI] ips: sg chaining support to the path to non I/O commandsFUJITA Tomonori2008-04-07
* [SCSI] ips: fix data buffer accessors conversion bugFUJITA Tomonori2008-02-19
* drivers/scsi/: Spelling fixesJoe Perches2008-02-03
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-23
* [SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in que...FUJITA Tomonori2008-01-23
* [SCSI] ips: handle scsi_add_host() failure, and other err cleanupsJeff Garzik2008-01-11
* [SCSI] ips: PCI API cleanupsJeff Garzik2008-01-11
* [SCSI] ips: trim trailing whitespaceJeff Garzik2008-01-11
* [SCSI] ips: remove ips_ha members that duplicate struct pci_dev membersJeff Garzik2008-01-11
* [SG] Update drivers to use sg helpersJens Axboe2007-10-22
* ips: sg chaining supportFUJITA Tomonori2007-10-16
* [SCSI] ips: Update version informationBernhard Walle2007-10-12
* [SCSI] ips: Close narrow race in releaseMatthew Wilcox2007-10-12
* [SCSI] ips: warning fixAndrew Morton2007-10-12
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-19
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-15
|\
| * [SCSI] ips: convert to use the data buffer accessorsFUJITA Tomonori2007-06-16