| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: esp_scsi: Declare SCSI host template const | Bart Van Assche | 2023-03-25 | 1 | -1/+1 |
* | scsi: esp_scsi: Stop using the SCSI pointer | Bart Van Assche | 2022-02-23 | 1 | -3/+1 |
* | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche | 2021-10-17 | 1 | -1/+1 |
* | scsi: esp_scsi: Call scsi_done() directly | Bart Van Assche | 2021-10-17 | 1 | -6/+4 |
* | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 2021-06-01 | 1 | -3/+1 |
* | scsi: esp_scsi: Trivial typo fixes | Bhaskar Chowdhury | 2021-03-25 | 1 | -2/+2 |
* | scsi: esp_scsi: Do not set SCSI message byte | Hannes Reinecke | 2021-01-23 | 1 | -4/+1 |
* | scsi: esp_scsi: Use host byte as last argument to esp_cmd_is_done() | Hannes Reinecke | 2021-01-23 | 1 | -14/+10 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -2/+2 |
* | scsi: esp_scsi: Add support for FSC chip | Kars de Jong | 2019-12-20 | 1 | -8/+12 |
* | scsi: esp_scsi: Correct ordering of PCSCSI definition in esp_rev enum | Kars de Jong | 2019-12-20 | 1 | -1/+1 |
* | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-07-12 | 1 | -7/+13 |
|\ |
|
| * | scsi: esp: use sg helper to iterate over scatterlist | Ming Lei | 2019-06-20 | 1 | -7/+13 |
* | | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2019-04-09 | 1 | -1/+1 |
* | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-19 | 1 | -1/+0 |
* | scsi: esp_scsi: Optimize PIO loops | Finn Thain | 2018-10-18 | 1 | -6/+6 |
* | scsi: esp_scsi: De-duplicate PIO routines | Finn Thain | 2018-10-18 | 1 | -0/+128 |
* | scsi: esp_scsi: Eliminate ESP_FLAG_DOING_SLOWCMD | Finn Thain | 2018-10-18 | 1 | -34/+23 |
* | scsi: esp_scsi: Grant disconnect privilege for untagged commands | Finn Thain | 2018-10-18 | 1 | -10/+1 |
* | scsi: esp_scsi: Track residual for PIO transfers | Finn Thain | 2018-10-18 | 1 | -0/+1 |
* | scsi: esp_scsi: remove union in esp_cmd_priv | Christoph Hellwig | 2018-10-16 | 1 | -6/+6 |
* | scsi: esp_scsi: move dma mapping into the core code | Christoph Hellwig | 2018-10-16 | 1 | -33/+44 |
* | scsi: esp_scsi: remove the dev argument to scsi_esp_register | Christoph Hellwig | 2018-10-16 | 1 | -4/+4 |
* | scsi: esp_scsi: Always clear msg_out_len after MESSAGE OUT phase | Finn Thain | 2017-08-11 | 1 | -0/+2 |
* | scsi: esp_scsi: Avoid sending ABORT TASK SET messages | Finn Thain | 2017-08-11 | 1 | -4/+7 |
* | scsi: esp_scsi: Clean up control flow and dead code | Finn Thain | 2017-08-11 | 1 | -26/+14 |
* | scsi: use host wide tags by default | Christoph Hellwig | 2015-11-10 | 1 | -1/+0 |
* | esp_scsi: remove check for ESP_MAX_TAGS | Hannes Reinecke | 2015-01-09 | 1 | -2/+0 |
* | esp_scsi: enable CONFIG2_FENAB for am53c974 | Hannes Reinecke | 2014-11-24 | 1 | -0/+2 |
* | esp_scsi: let DMA driver provide a config2 value | Paolo Bonzini | 2014-11-24 | 1 | -33/+37 |
* | esp_scsi: correctly detect am53c974 | Hannes Reinecke | 2014-11-24 | 1 | -1/+16 |
* | am53c974: BLAST residual handling | Hannes Reinecke | 2014-11-24 | 1 | -0/+29 |
* | esp_scsi: use FIFO for command submission | Hannes Reinecke | 2014-11-24 | 1 | -17/+29 |
* | esp_scsi: read status registers | Hannes Reinecke | 2014-11-24 | 1 | -3/+5 |
* | esp_scsi: debug event and command | Hannes Reinecke | 2014-11-24 | 1 | -0/+15 |
* | esp_scsi: convert to dev_printk | Hannes Reinecke | 2014-11-24 | 1 | -106/+106 |
* | esp_scsi: make number of tags configurable | Hannes Reinecke | 2014-11-24 | 1 | -6/+6 |
* | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -1/+1 |
* | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2014-11-12 | 1 | -15/+2 |
* | scsi: always assign block layer tags if enabled | Christoph Hellwig | 2014-11-12 | 1 | -3/+3 |
* | scsi: remove abuses of scsi_populate_tag | Christoph Hellwig | 2014-11-12 | 1 | -1/+1 |
* | esp_scsi: Fix tag state corruption when autosensing. | David S. Miller | 2013-08-02 | 1 | -6/+8 |
* | scsi: Use vsprintf extention %pf with builtin_return_address | Joe Perches | 2012-04-06 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-05-23 | 1 | -1/+1 |
|\ |
|
| * | treewide: fix a few typos in comments | Justin P. Mattock | 2011-05-10 | 1 | -1/+1 |
* | | [SCSI] esp, scsi_tgt_lib, fcoe: use list_move() instead of list_del()/list_ad... | Kirill A. Shutemov | 2011-05-01 | 1 | -4/+2 |
|/ |
|
* | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -1/+3 |
* | [SCSI] mac_esp: fix PIO mode, take 2 | Finn Thain | 2010-01-18 | 1 | -10/+4 |
* | [SCSI] esp_scsi: Use DIV_ROUND_UP | Julia Lawall | 2008-12-29 | 1 | -4/+2 |