- dfae398 scsi: esp_scsi: Stop using the SCSI pointer by Bart Van Assche · 3 years, 1 month ago
- af049df scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions by Bart Van Assche · 3 years, 5 months ago
- f8ab27d scsi: esp_scsi: Call scsi_done() directly by Bart Van Assche · 3 years, 5 months ago
- 464a00c scsi: core: Kill DRIVER_SENSE by Hannes Reinecke · 3 years, 10 months ago
- 835b8c1 scsi: esp_scsi: Trivial typo fixes by Bhaskar Chowdhury · 4 years ago
- 809dadb scsi: esp_scsi: Do not set SCSI message byte by Hannes Reinecke · 4 years, 2 months ago
- 6b50529 scsi: esp_scsi: Use host byte as last argument to esp_cmd_is_done() by Hannes Reinecke · 4 years, 2 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
- bd40726 scsi: esp_scsi: Add support for FSC chip by Kars de Jong · 5 years ago
- 2086faa scsi: esp_scsi: Correct ordering of PCSCSI definition in esp_rev enum by Kars de Jong · 5 years ago
- 1f7563f Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
- ee5a1db scsi: esp: use sg helper to iterate over scatterlist by Ming Lei · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
- 2a3d4eb scsi: flip the default on use_clustering by Christoph Hellwig · 6 years ago
- 8c6f803 scsi: esp_scsi: Optimize PIO loops by Finn Thain · 6 years ago
- 53dce33 scsi: esp_scsi: De-duplicate PIO routines by Finn Thain · 6 years ago
- 8bca214 scsi: esp_scsi: Eliminate ESP_FLAG_DOING_SLOWCMD by Finn Thain · 6 years ago
- 87c58ef scsi: esp_scsi: Grant disconnect privilege for untagged commands by Finn Thain · 6 years ago
- fd47d91 scsi: esp_scsi: Track residual for PIO transfers by Finn Thain · 6 years ago
- 86117d7 scsi: esp_scsi: remove union in esp_cmd_priv by Christoph Hellwig · 6 years ago
- 3f9295b scsi: esp_scsi: move dma mapping into the core code by Christoph Hellwig · 6 years ago
- 44b1b4d scsi: esp_scsi: remove the dev argument to scsi_esp_register by Christoph Hellwig · 6 years ago
- d60e9ee scsi: esp_scsi: Always clear msg_out_len after MESSAGE OUT phase by Finn Thain · 8 years ago
- c69edff5 scsi: esp_scsi: Avoid sending ABORT TASK SET messages by Finn Thain · 8 years ago
- 201c37d scsi: esp_scsi: Clean up control flow and dead code by Finn Thain · 8 years ago
- 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
- 37c0b10 esp_scsi: remove check for ESP_MAX_TAGS by Hannes Reinecke · 10 years ago
- e858d930 esp_scsi: enable CONFIG2_FENAB for am53c974 by Hannes Reinecke · 10 years ago
- 8a9aeb4 esp_scsi: let DMA driver provide a config2 value by Paolo Bonzini · 10 years ago
- eeea2f9 esp_scsi: correctly detect am53c974 by Hannes Reinecke · 10 years ago
- 6df388f am53c974: BLAST residual handling by Hannes Reinecke · 10 years ago
- 3170866 esp_scsi: use FIFO for command submission by Hannes Reinecke · 10 years ago
- 9535fff esp_scsi: read status registers by Hannes Reinecke · 10 years ago
- 1af6f60 esp_scsi: debug event and command by Hannes Reinecke · 10 years ago
- a1a75b3 esp_scsi: convert to dev_printk by Hannes Reinecke · 10 years ago
- 3707a18 esp_scsi: make number of tags configurable by Hannes Reinecke · 10 years ago
- db5ed4d scsi: drop reason argument from ->change_queue_depth 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
- 5066863 scsi: remove abuses of scsi_populate_tag by Christoph Hellwig · 10 years ago
- 21af810 esp_scsi: Fix tag state corruption when autosensing. by David S. Miller · 12 years ago
- 2975b02 scsi: Use vsprintf extention %pf with builtin_return_address by Joe Perches · 13 years ago
- 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
- 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 14 years ago
- 63ce249 [SCSI] esp, scsi_tgt_lib, fcoe: use list_move() instead of list_del()/list_add() combination by Kirill A. Shutemov · 14 years ago
- f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
- 02507a8 [SCSI] mac_esp: fix PIO mode, take 2 by Finn Thain · 15 years ago
- 237abac [SCSI] esp_scsi: Use DIV_ROUND_UP by Julia Lawall · 16 years ago
- 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
- a793804 [SCSI] esp: Correct chip ID probing sequence. by David S. Miller · 17 years ago
- ec5e69f [SCSI] esp: tidy up target reference counting by James Bottomley · 17 years ago
- eadc49b [SCSI] esp: Fix OOPS in esp_reset_cleanup(). by David S. Miller · 17 years ago
- 6fe07aa [SCSI] m68k: new mac_esp scsi driver by Finn Thain · 17 years ago
- 522939d esp_scsi: fix reset cleanup spinlock recursion by Maciej W. Rozycki · 17 years ago
- df3d80f Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
- 7624680 [SCSI] esp_scsi: remove __dev{init,exit} by Adrian Bunk · 17 years ago
- ff4abd6 [SCSI] esp: fix instance numbering. by David Miller · 18 years ago
- bc06cff Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
- 4c2baaaf2 [SCSI] esp_scsi: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
- 204abf2 [SCSI] ESP: Don't forget to clear ESP_FLAG_RESETTING. by Thomas Bogendoerfer · 18 years ago
- 2b14ec7 [SCSI] esp: use shost_priv by Christoph Hellwig · 18 years ago
- d679f80 [SCSI] esp_scsi: Fix section mismatch warnings. by Martin Habets · 18 years ago
- e1f2a09 [SCSI] esp_scsi.c: Fix compilation. by Alexey Dobriyan · 18 years ago
- cd9ad58 [SCSI] SUNESP: Complete driver rewrite to version 2.0 by David S. Miller · 18 years ago