- af049df scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions by Bart Van Assche · 3 years, 3 months ago
- 4acf838 scsi: stex: Call scsi_done() directly by Bart Van Assche · 3 years, 3 months ago
- bbfa8d7 scsi: stex: Use scsi_cmd_to_rq() instead of scsi_cmnd.request by Bart Van Assche · 3 years, 5 months ago
- 464a00c scsi: core: Kill DRIVER_SENSE by Hannes Reinecke · 3 years, 9 months ago
- f2b1e9c scsi: core: Introduce scsi_build_sense() by Hannes Reinecke · 3 years, 9 months ago
- 8959e81 scsi: stex: Do not set COMMAND_COMPLETE by Hannes Reinecke · 4 years ago
- 8b185fc6 scsi: stex: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 2 months ago
- 5febf6d scsi: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 4af14d1 scsi: remove the use_clustering flag by Christoph Hellwig · 6 years ago
- 4dd4130 scsi: make sure all drivers set the use_clustering flag by Christoph Hellwig · 6 years ago
- b5a4ad1 scsi: stex: use dma_set_mask_and_coherent by Christoph Hellwig · 6 years ago
- 9385c5be scsi: stex: make S6flag static by Colin Ian King · 8 years ago
- 61b745f scsi: stex: Add S6 support by Charles · 8 years ago
- d657022 scsi: stex: Support Pegasus 3 product by Charles · 8 years ago
- 797150b stex: Add S3/S4 support by Charles · 9 years ago
- 45b42ad stex: Add hotplug support by Charles · 9 years ago
- 1ec364e stex: Support to Pegasus series. by Charles · 9 years ago
- 0da3968 stex: Remove use of struct timeval by Tina Ruchandani · 9 years ago
- 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
- ee11560 scsi: don't force tagged_supported in drivers by Christoph Hellwig · 10 years ago
- c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
- 2ecb204 scsi: always assign block layer tags if enabled by Christoph Hellwig · 10 years ago
- 1fa6b5f scsi: Remove scsi_print_command when calling abort by Hannes Reinecke · 10 years ago
- 08b7e10 SCSI: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
- 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
- f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 91e6eca [SCSI] stex: fix scan of nonexistent lun by Ed Lin · 15 years ago
- cce9c8a [SCSI] stex: update version to 4.6.0000.4 by Ed Lin · 15 years ago
- 9eb46d2 [SCSI] stex: add support for reset request from firmware by Ed Lin · 15 years ago
- cbacfb5 [SCSI] stex: add small dma buffer support by Ed Lin · 15 years ago
- 69cb487 [SCSI] stex: Add reset code for st_yel (v2) by Ed Lin · 15 years ago
- 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
- 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
- 05b4460 [SCSI] stex: update version to 4.6.0000.3 by Ed Lin · 16 years ago
- 0f3f6ee [SCSI] stex: add new 6G controller support by Ed Lin · 16 years ago
- 591a3a5 [SCSI] stex: use config struct for parameters of different controllers by Ed Lin · 16 years ago
- 99946f8 [SCSI] stex: add MSI support by Ed Lin · 16 years ago
- f149816 [SCSI] stex: small code fixes and changes by Ed Lin · 16 years ago
- bd5cd9c [SCSI] stex: Version update by Ed Lin - PTU · 16 years ago
- 7cfe99a [SCSI] stex: Small fixes by Ed Lin - PTU · 16 years ago
- e8a091b [SCSI] stex: Fix for controller type st_yosemite by Ed Lin - PTU · 16 years ago
- 62e5b3d [SCSI] stex: Add new device id by Ed Lin - PTU · 16 years ago
- dd48ebf [SCSI] stex: Fix for potential invalid response by Ed Lin - PTU · 16 years ago
- 25729a7 [SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar() by Arjan van de Ven · 16 years ago
- dc5c49b [SCSI] stex: switch to block timeout by James Bottomley · 16 years ago
- 5d90027 [SCSI] stex: fix queue depth setting by Mike Christie · 17 years ago
- 11002fb [SCSI] stex: use scsi_build_sense_buffer by FUJITA Tomonori · 17 years ago
- 31fe47d [SCSI] stex: use sg buffer copy helper functions by FUJITA Tomonori · 17 years ago
- c9872fe [SCSI] stex: stex_internal_copy should be called with sg_count in struct st_ccb by FUJITA Tomonori · 17 years ago
- 26106e3 [SCSI] stex: stex_direct_copy shouldn't call dma_map_sg by FUJITA Tomonori · 17 years ago
- d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 17 years ago
- 9cb83c7 [SCSI] add use_sg_chaining option to scsi_host_template by FUJITA Tomonori · 17 years ago
- 968a576 [SCSI] stex: use resid for xfer len information by Ed Lin · 18 years ago
- 5bc65793 [SCSI] Merge up to linux-2.6 head by James Bottomley · 18 years ago
- d5587d5 [SCSI] stex: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
- c25da0a [SCSI] stex: minor cleanup and version update by Ed Lin · 18 years ago
- d116a7b [SCSI] stex: fix reset recovery for console device by Ed Lin · 18 years ago
- 69f4a51 [SCSI] stex: extend hard reset wait time by Ed Lin · 18 years ago
- e0b2e59 [SCSI] stex: fix id mapping issue by Ed Lin · 18 years ago
- cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
- febb631 [SCSI] stex: version update by Ed Lin · 18 years ago
- 76fbf96 [SCSI] stex: change wait loop code by Ed Lin · 18 years ago
- 94e9108 [SCSI] stex: add new device type support by Ed Lin · 18 years ago
- ee926b2 [SCSI] stex: update device id info by Ed Lin · 18 years ago
- 529e7a6 [SCSI] stex: adjust default queue length by Ed Lin · 18 years ago
- 47c4f99 [SCSI] stex: add value check in hard reset routine by Ed Lin · 18 years ago
- 4eea9dc [SCSI] stex: fix controller_info command handling by Ed Lin · 18 years ago
- b4b8bed [SCSI] stex: fix biosparam calculation by Ed Lin · 18 years ago
- 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
- fb4f66b [SCSI] stex: add new device (id 0x8650) support by Ed Lin · 18 years ago
- f903d7b7 [SCSI] stex: cancel unused field in struct req_msg by Ed Lin · 18 years ago
- deb81d8 [SCSI] add failure return to scsi_init_shared_tag_map() by James Bottomley · 18 years ago
- cf35588 [SCSI] stex: add shared tags from block by Ed Lin · 18 years ago
- 5a25ba1 [SCSI] Add Promise SuperTrak driver by Jeff Garzik · 18 years ago