| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: remove MSG_*_TAG defines | Christoph Hellwig | 2014-12-04 | 18 | -58/+58 |
* | scsi: remove scsi_set_tag_type | Christoph Hellwig | 2014-12-04 | 2 | -16/+1 |
* | scsi: remove scsi_get_tag_type | Christoph Hellwig | 2014-12-04 | 3 | -16/+3 |
* | scsi: never drop to untagged mode during queue ramp down | Christoph Hellwig | 2014-12-04 | 1 | -6/+0 |
* | scsi: remove ->change_queue_type method | Christoph Hellwig | 2014-12-04 | 25 | -171/+4 |
* | libsas: remove task_collector mode | Christoph Hellwig | 2014-11-27 | 20 | -556/+97 |
* | wd719x: remove dma_cache_sync call | Ondrej Zary | 2014-11-27 | 1 | -2/+0 |
* | scsi_debug: add Report supported opcodes+tmfs; Compare and write | Douglas Gilbert | 2014-11-25 | 1 | -19/+307 |
* | scsi_debug: change SCSI command parser to table driven | Douglas Gilbert | 2014-11-25 | 1 | -558/+833 |
* | scsi_debug: add Capacity Changed Unit Attention | Douglas Gilbert | 2014-11-25 | 1 | -4/+24 |
* | scsi_debug: append inject error flags onto scsi_cmnd object | Douglas Gilbert | 2014-11-25 | 1 | -0/+68 |
* | scsi_debug: pinpoint invalid field in sense data | Douglas Gilbert | 2014-11-25 | 1 | -50/+88 |
* | wd719x: Add firmware documentation | Ondrej Zary | 2014-11-25 | 1 | -0/+21 |
* | wd719x: Introduce Western Digital WD7193/7197/7296 PCI SCSI card driver | Ondrej Zary | 2014-11-25 | 4 | -0/+1256 |
* | eeprom-93cx6: Add (read-only) support for 8-bit mode | Ondrej Zary | 2014-11-25 | 2 | -1/+65 |
* | esas2r: fix an oversight in setting return value | Tomas Henzl | 2014-11-25 | 1 | -1/+4 |
* | esas2r: fix an error path in esas2r_ioctl_handler | Tomas Henzl | 2014-11-25 | 1 | -3/+4 |
* | esas2r: fir error handling in do_fm_api | Tomas Henzl | 2014-11-25 | 1 | -5/+5 |
* | tmscsim: replace by am53c974 driver | Hannes Reinecke | 2014-11-24 | 6 | -3196/+4 |
* | esp_scsi: enable CONFIG2_FENAB for am53c974 | Hannes Reinecke | 2014-11-24 | 2 | -0/+42 |
* | 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 | 3 | -1/+33 |
* | am53c974: BLAST residual handling | Hannes Reinecke | 2014-11-24 | 3 | -0/+36 |
* | am53c974: add new driver | Hannes Reinecke | 2014-11-24 | 3 | -0/+556 |
* | esp_scsi: use FIFO for command submission | Hannes Reinecke | 2014-11-24 | 2 | -17/+30 |
* | 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 | 2 | -8/+7 |
* | esp_scsi: spellcheck 'driver' | Hannes Reinecke | 2014-11-24 | 1 | -1/+1 |
* | vmw_pscsi: simplify ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -9/+1 |
* | mpt3sas: simplify ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -26/+10 |
* | mpt2sas: simplify ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -29/+5 |
* | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 73 | -412/+155 |
* | scsi: don't allow setting of queue_depth bigger than can_queue | Christoph Hellwig | 2014-11-24 | 9 | -30/+3 |
* | scsi: avoid ->change_queue_depth indirection for queue full tracking | Christoph Hellwig | 2014-11-24 | 30 | -244/+73 |
* | lpfc: remove queue_depth events | Christoph Hellwig | 2014-11-24 | 1 | -66/+0 |
* | megaraid_sas: do not process IOCTLs and SCSI commands during driver removal | Sumit.Saxena@avagotech.com | 2014-11-24 | 1 | -4/+15 |
* | megaraid_sas: dndinaness related bug fixes | Sumit.Saxena@avagotech.com | 2014-11-24 | 2 | -14/+16 |
* | megaraid_sas: corrected return of wait_event from abort frame path | Sumit.Saxena@avagotech.com | 2014-11-24 | 1 | -1/+1 |
* | megaraid_sas: make HBA operational after LD_MAP_SYNC DCMD in OCR path | Sumit.Saxena@avagotech.com | 2014-11-24 | 1 | -13/+13 |
* | megaraid_sas: online Firmware upgrade support for Extended VD feature | Sumit.Saxena@avagotech.com | 2014-11-24 | 4 | -57/+85 |
* | megaraid_sas: update MAINTAINERS and copyright information for megaraid drivers | Sumit.Saxena@avagotech.com | 2014-11-24 | 6 | -43/+53 |
* | megaraid_sas: driver version upgrade and remove some meta data of driver | Sumit.Saxena@avagotech.com | 2014-11-24 | 2 | -26/+2 |
* | zfcp: auto port scan resiliency | Martin Peschke | 2014-11-20 | 6 | -14/+90 |
* | zfcp: bring back unit sysfs attributes for automatic LUN scan | Steffen Maier | 2014-11-20 | 1 | -3/+49 |
* | bfa: replace 2 kzalloc/copy_from_user by memdup_user | Fabian Frederick | 2014-11-20 | 1 | -24/+6 |
* | zfcp: remove access control tables interface (port leftovers) | Martin Peschke | 2014-11-20 | 3 | -12/+2 |
* | virtio_scsi: support multi hw queue of blk-mq | Ming Lei | 2014-11-20 | 1 | -1/+16 |
* | hpsa: remove spin lock around command allocation | Stephen M. Cameron | 2014-11-20 | 1 | -13/+23 |