summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2014-11-24esp_scsi: convert to dev_printkHannes Reinecke-106/+106
2014-11-24esp_scsi: make number of tags configurableHannes Reinecke-8/+7
2014-11-24esp_scsi: spellcheck 'driver'Hannes Reinecke-1/+1
2014-11-24vmw_pscsi: simplify ->change_queue_depthChristoph Hellwig-9/+1
2014-11-24mpt3sas: simplify ->change_queue_depthChristoph Hellwig-26/+10
2014-11-24mpt2sas: simplify ->change_queue_depthChristoph Hellwig-29/+5
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig-334/+122
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig-23/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig-204/+55
2014-11-24lpfc: remove queue_depth eventsChristoph Hellwig-66/+0
2014-11-24megaraid_sas: do not process IOCTLs and SCSI commands during driver removalSumit.Saxena@avagotech.com-4/+15
2014-11-24megaraid_sas: dndinaness related bug fixesSumit.Saxena@avagotech.com-14/+16
2014-11-24megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com-1/+1
2014-11-24megaraid_sas: make HBA operational after LD_MAP_SYNC DCMD in OCR pathSumit.Saxena@avagotech.com-13/+13
2014-11-24megaraid_sas: online Firmware upgrade support for Extended VD featureSumit.Saxena@avagotech.com-57/+85
2014-11-24megaraid_sas: update MAINTAINERS and copyright information for megaraid driversSumit.Saxena@avagotech.com-40/+47
2014-11-24megaraid_sas: driver version upgrade and remove some meta data of driverSumit.Saxena@avagotech.com-26/+2
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,...Hariprasad Shenai-14/+14
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai-10/+10
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai-59/+60
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an...Hariprasad Shenai-31/+31
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-38/+49
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+3
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko-4/+2
2014-11-20scsi: ufs: fix static checker warning in ufshcd_parse_clock_infoDolev Raviv-6/+3
2014-11-20scsi: ufs: fix static checker warning in __ufshcd_setup_clocksDolev Raviv-1/+1
2014-11-20scsi: ufs: fix static checker warning in ufshcd_populate_vregDolev Raviv-4/+2
2014-11-20scsi: ufs: fix static checker errors in ufshcd_system_suspendDolev Raviv-1/+1
2014-11-20ufs: fix power info after link start-upYaniv Gardi-0/+18
2014-11-20ufs: fix reference counting of W-LUsAkinobu Mita-40/+36
2014-11-20scsi: add Intel Multi-Flex to scsi scan blacklistChristian Sünkenberg-0/+1
2014-11-20bnx2fc: do not add shared skbs to the fcoe_rx_listMaurizio Lombardi-0/+7
2014-11-20ps3rom: fix error return codeJulia Lawall-0/+1
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida-1/+1
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina-3790/+11908
2014-11-20scsi: mpt2sas: fix ioctl in commentAlex Pilon-1/+1
2014-11-20bfa: replace 2 kzalloc/copy_from_user by memdup_userFabian Frederick-24/+6
2014-11-20virtio_scsi: support multi hw queue of blk-mqMing Lei-1/+16
2014-11-20hpsa: remove spin lock around command allocationStephen M. Cameron-13/+23
2014-11-20hpsa: always call pci_set_master after pci_enable_deviceRobert Elliott-3/+5
2014-11-20hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operationNicholas Bellinger-9/+7
2014-11-20hpsa: do not be so noisy about check conditionsStephen M. Cameron-59/+0
2014-11-20hpsa: use atomics for commands_outstandingStephen M. Cameron-37/+16
2014-11-20hpsa: get rid of type/attribute/direction bit field where possibleStephen M. Cameron-34/+42
2014-11-20hpsa: fix endianness issue with scatter gather elementsStephen M. Cameron-130/+107
2014-11-20hpsa: fix allocation sizes for CISS_REPORT_LUNs commandsStephen M. Cameron-8/+8
2014-11-20hpsa: remove 'action required' phrasingStephen M. Cameron-4/+4
2014-11-20hpsa: correct off-by-one sizing of chained SG blockWebb Scales-2/+2
2014-11-20hpsa: fix a couple pci id table mistakesStephen M. Cameron-1/+1
2014-11-20hpsa: remove dev_warn prints from RAID-1ADMRobert Elliott-5/+0