Age | Commit message (Expand) | Author | Files | Lines |
2014-07-26 | virtio-scsi: Implement change_queue_depth for virtscsi targets | Venkatesh Srinivas | 1 | -0/+33 |
2014-07-26 | virtio-scsi: replace target spinlock with seqcount | Ming Lei | 1 | -13/+29 |
2014-07-26 | hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctl | Stephen M. Cameron | 1 | -1/+1 |
2014-07-26 | hpsa: remove online devices from offline device list | Stephen M. Cameron | 1 | -1/+5 |
2014-07-26 | hpsa: fix non-x86 builds | Arnd Bergmann | 1 | -2/+2 |
2014-07-26 | hpsa: do not unconditionally copy sense data | Robert Elliott | 1 | -8/+8 |
2014-07-26 | hpsa: fix 6-byte READ/WRITE with 0 length data xfer | Stephen M. Cameron | 1 | -1/+2 |
2014-07-26 | hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected f... | Stephen M. Cameron | 1 | -1/+3 |
2014-07-26 | bnx2fc: Rebranding bnx2fc driver | Saurav Kashyap | 11 | -14/+72 |
2014-07-26 | bnx2i: Rebranding bnx2i driver | Vikas Chaudhary | 8 | -19/+33 |
2014-07-26 | mpt3sas: Rework the MSI-X grouping code | Martin K. Petersen | 1 | -52/+21 |
2014-07-26 | mpt2sas: Rework the MSI-X grouping code | Martin K. Petersen | 1 | -41/+23 |
2014-07-26 | mptfusion: tweak null pointer checks | Joe Lawrence | 3 | -44/+37 |
2014-07-26 | mptfusion: combine fw_event_work and its event_data | Joe Lawrence | 2 | -11/+7 |
2014-07-26 | mptfusion: make adapter prod_name[] a pointer | Joe Lawrence | 2 | -7/+6 |
2014-07-26 | mptfusion: use memdup_user | Joe Lawrence | 1 | -13/+5 |
2014-07-26 | mptfusion: remove redundant kfree checks | Joe Lawrence | 2 | -4/+2 |
2014-07-26 | mptfusion: mark file-private functions as static | Joe Lawrence | 3 | -5/+5 |
2014-07-26 | mpt3sas: combine fw_event_work and its event_data | Joe Lawrence | 1 | -25/+31 |
2014-07-26 | mpt3sas: correct scsi_{target,device} hostdata allocation | Joe Lawrence | 1 | -2/+4 |
2014-07-26 | mpt2sas: annotate ioc->reply_post_host_index as __iomem | Joe Lawrence | 2 | -5/+6 |
2014-07-26 | mpt2sas: combine fw_event_work and its event_data | Joe Lawrence | 1 | -22/+30 |
2014-07-26 | mpt2sas: correct scsi_{target,device} hostdata allocation | Joe Lawrence | 1 | -2/+4 |
2014-07-26 | 3w-xxxx: fix mis-aligned struct accesses | Arnd Bergmann | 1 | -2/+2 |
2014-07-26 | NCR53c406a: don't call free_dma() by default | Arnd Bergmann | 1 | -1/+1 |
2014-07-26 | qlogicfas: don't call free_dma() | Arnd Bergmann | 1 | -2/+0 |
2014-07-26 | pas16: don't call free_dma() | Arnd Bergmann | 1 | -2/+0 |
2014-07-26 | advansys: don't build ARM | Arnd Bergmann | 1 | -1/+1 |
2014-07-26 | ibmvfc: fix little endian issues | Tyrel Datwyler | 2 | -367/+374 |
2014-07-26 | qla2xxx: Use dma_zalloc_coherent | Joe Perches | 1 | -6/+4 |
2014-07-26 | bfa: use ARRAY_SIZE instead of sizeof/sizeof[0] | Fabian Frederick | 1 | -3/+3 |
2014-07-26 | bfa: remove useless return variables | Peter Senna Tschudin | 1 | -6/+4 |
2014-07-26 | bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA address | Ben Hutchings | 1 | -1/+1 |
2014-07-26 | bfa: Use dma_zalloc_coherent | Joe Perches | 1 | -3/+3 |
2014-07-26 | aic7xxx: Use kstrdup | Himangi Saraogi | 3 | -6/+3 |
2014-07-26 | scsi: add defines for new FC port speeds. | Dick Kennedy | 1 | -0/+4 |
2014-07-26 | bnx2i, be2iscsi: fix custom stats length | Mike Christie | 2 | -5/+4 |
2014-07-26 | iscsi: kill redundant casts | Nick Black' via open-iscsi | 1 | -2/+2 |
2014-07-26 | tgt: remove SCSI_TGT and SCSI_FC_TGT_ATTRS | Paul Bolle | 1 | -14/+0 |
2014-07-26 | sd: fix a bug in deriving the FLUSH_TIMEOUT from the basic I/O timeout | K. Y. Srinivasan | 1 | -1/+1 |
2014-07-26 | scsi: add a blacklist flag which enables VPD page inquiries | Martin K. Petersen | 2 | -1/+8 |
2014-07-26 | scsi: move the writeable field from struct scsi_device to struct scsi_cd | Christoph Hellwig | 4 | -29/+3 |
2014-07-26 | scsi: update scsi_device_types | Christoph Hellwig | 1 | -0/+2 |
2014-07-26 | fnic: reject device resets without assigned tags for the blk-mq case | Christoph Hellwig | 1 | -0/+16 |
2014-07-26 | scsi: add support for a blk-mq based I/O path. | Christoph Hellwig | 6 | -68/+446 |
2014-07-26 | scatterlist: allow chaining to preallocated chunks | Christoph Hellwig | 1 | -9/+7 |
2014-07-26 | scsi: unwind blk_end_request_all and blk_end_request_err calls | Christoph Hellwig | 1 | -19/+42 |
2014-07-26 | scsi: only maintain target_blocked if the driver has a target queue limit | Christoph Hellwig | 1 | -10/+18 |
2014-07-26 | scsi: fix the {host,target,device}_blocked counter mess | Christoph Hellwig | 3 | -45/+52 |
2014-07-25 | scsi: convert device_busy to atomic_t | Christoph Hellwig | 4 | -25/+39 |