Age | Commit message (Expand) | Author | Files | Lines |
2014-07-26 | scsi: ufs: fix endianness sparse warnings | Sujit Reddy Thumma | 1 | -3/+4 |
2014-07-26 | scsi: ufs: make undeclared functions static | Sujit Reddy Thumma | 1 | -2/+3 |
2014-07-26 | bnx2i: Update driver version to 2.7.10.1 | Vikas Chaudhary | 1 | -2/+2 |
2014-07-26 | pm8001: fix a memory leak in nvmd_resp | Tomas Henzl | 1 | -6/+2 |
2014-07-26 | pm8001: fix update_flash | Tomas Henzl | 1 | -3/+3 |
2014-07-26 | pm8001: fix a memory leak in flash_update | Tomas Henzl | 1 | -6/+6 |
2014-07-26 | pm8001: Cleaning up uninitialized variables | Rickard Strandqvist | 1 | -4/+2 |
2014-07-26 | pm8001: Fix to remove null pointer checks that could never happen | Rickard Strandqvist | 1 | -1/+1 |
2014-07-26 | pm8001: more fixes to honor return value | Tomas Henzl | 2 | -3/+24 |
2014-07-26 | pm8001: add a new spinlock to protect the CCB | Tomas Henzl | 3 | -1/+8 |
2014-07-26 | pm8001: honor return value | Tomas Henzl | 2 | -17/+58 |
2014-07-26 | pm8001: clean bitmap management functions | Tomas Henzl | 3 | -30/+12 |
2014-07-26 | pm8001: Fix hibernation issue | Bradley Grove | 1 | -2/+10 |
2014-07-26 | mpt3sas: delay scsi_add_host call to work with scsi-mq | Reddy, Sreekanth | 2 | -15/+13 |
2014-07-26 | mpt2sas: delay scsi_add_host call to work with scsi-mq | Reddy, Sreekanth | 2 | -14/+13 |
2014-07-26 | drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure | K. Y. Srinivasan | 1 | -0/+7 |
2014-07-26 | drivers: scsi: storvsc: Set srb_flags in all cases | K. Y. Srinivasan | 1 | -7/+5 |
2014-07-26 | Drivers: scsi: storvsc: Implement a eh_timed_out handler | K. Y. Srinivasan | 1 | -0/+12 |
2014-07-26 | Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version | K. Y. Srinivasan | 1 | -7/+10 |
2014-07-26 | Drivers: scsi: storvsc: Filter commands based on the storage protocol version | K. Y. Srinivasan | 1 | -3/+13 |
2014-07-26 | Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host | K. Y. Srinivasan | 1 | -1/+1 |
2014-07-26 | Drivers: scsi: storvsc: Change the limits to reflect the values on the host | K. Y. Srinivasan | 1 | -16/+31 |
2014-07-26 | ufs: fix DMA mask setting | Akinobu Mita | 2 | -26/+22 |
2014-07-26 | ufs: adjust queue settings to PRDT limitations | Akinobu Mita | 2 | -0/+20 |
2014-07-26 | ufs: Fix sending unsupported SCSI command | Sujit Reddy Thumma | 1 | -0/+3 |
2014-07-26 | ufs: read door bell register after clearing interrupt aggregation | Dolev Raviv | 1 | -33/+34 |
2014-07-26 | ufs: Fix queue depth handling for best effort cases | Sujit Reddy Thumma | 1 | -55/+42 |
2014-07-26 | ufs: Logical Unit (LU) command queue depth | Dolev Raviv | 2 | -1/+65 |
2014-07-26 | ufs: device query status and size check | Dolev Raviv | 1 | -17/+32 |
2014-07-26 | ufs: query descriptor API | Dolev Raviv | 2 | -28/+128 |
2014-07-26 | be2iscsi: Fix memory leak in mgmt_set_ip() | Maurizio Lombardi | 1 | -9/+11 |
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 | 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 |