summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2014-09-25qla2xxx: ISPFx00 unexpected resets during adapter boot sequence.Jan Kulich
2014-09-25qla2xxx: Incorrect linked list semantic in qlafx00_get_fcport().Joe Carnuccio
2014-09-25qla2xxx: Incorrect debug level on mailbox command print 0x1111.Joe Carnuccio
2014-09-25qla2xxx: ISPFX00 avoid writing semaphore register in request_irqs().Joe Carnuccio
2014-09-25qla2xxx: Fix potential return count bug in qla2xxx_get_vpd_field().Joe Carnuccio
2014-09-25qla2xxx: ISP27xx fwdump template error print simplification.Joe Carnuccio
2014-09-25qla2xxx: ISP25xx multiqueue shadow register crash fix.Joe Carnuccio
2014-09-25qla2xxx: Add endianizer to max_payload_size modifier.Joe Carnuccio
2014-09-25qla2xxx: Enable fast flash access for ISP83xx.Chad Dupuis
2014-09-25qla2xxx: Add ISP27xx fwdump template entry T275 (insert buffer).Joe Carnuccio
2014-09-25qla2xxx: ISP27xx fwdump template fix insertbuf() routine.Joe Carnuccio
2014-09-25qla2xxx: ISP27xx fwdump template remove high frequency debug logs.Joe Carnuccio
2014-09-25qla2xxx: ISP27xx optimize fwdump entry table lookup.Joe Carnuccio
2014-09-25qla2xxx: ISP27xx add tests for incomplete template.Joe Carnuccio
2014-09-25hpsa: add missing pci_set_master in kdump pathTomas Henzl
2014-09-25arcmsr: simplify ioctl data read/writeChing Huang
2014-09-25ipr: don't log error messages when applications issues illegal requestswenxiong@linux.vnet.ibm.com
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri
2014-09-23xen-scsifront: use GFP_ATOMIC under spin_lockDan Carpenter
2014-09-23xen-scsifront: Add Xen PV SCSI frontend driverJuergen Gross
2014-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-09-22scsi: move blk_mq_start_request call earlierChristoph Hellwig
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig
2014-09-22scsi: Use 'depends' with LIBFC instead of 'select'.David S. Miller
2014-09-22cxgb4i: avoid holding mutex in interrupt contextAnish Bhatt
2014-09-22storvsc: get rid of overly verbose warning messagesK. Y. Srinivasan
2014-09-22mpt2sas: fix undefined reference to `__udivdi3' compilation errorsSreekanth Reddy
2014-09-19[SCSI] fix for bidi use after freeDaniel Gryniewicz
2014-09-19[SCSI] libiscsi: fix potential buffer overrun in __iscsi_conn_send_pduMike Christie
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-09-16scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRSRandy Dunlap
2014-09-16arcmsr: simplify of updating doneq_index and postq_indexChing Huang
2014-09-16arcmsr: call scsi_scan_host at the end of host initializationChing Huang
2014-09-16arcmsr: add support new adapter ARC12x4 seriesChing Huang
2014-09-16arcmsr: modify some character stringsChing Huang
2014-09-16arcmsr: fix sparse warnings and errorsChing Huang
2014-09-16arcmsr: fix ioctl data read/write error for adapter type CChing Huang
2014-09-16arcmsr: revise allocation of second dma_coherent_handle for type BChing Huang
2014-09-16arcmsr: rename functions and variablesChing Huang
2014-09-16arcmsr: clear outbound doorbell buffer completelyChing Huang
2014-09-16arcmsr: modify printing adapter model number and F/W messagesChing Huang
2014-09-16arcmsr: remove calling arcmsr_hbb_enable_driver_modeChing Huang
2014-09-16arcmsr: revise message_isr_bh_fn to remove duplicate codeChing Huang
2014-09-16arcmsr: store adapter type in PCI id tableChing Huang
2014-09-16arcmsr: return status of abort commandChing Huang
2014-09-16arcmsr: limit max. number of SCSI command requestChing Huang
2014-09-16arcmsr: add code to support hibernationChing Huang