summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds49-923/+2165
2013-02-27scsi/lpfc: convert to idr_alloc()Tejun Heo1-8/+4
2013-02-27scsi: convert to idr_alloc()Tejun Heo3-57/+34
2013-02-27scsi/bfa: convert to idr_alloc()Tejun Heo1-11/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-7/+7
2013-02-24Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-3/+57
2013-02-22new helper: file_inode(file)Al Viro6-7/+7
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+6
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-37/+29
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław3-21/+13
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-1/+1
2013-01-30[SCSI] aacraid: 1024 max outstanding command support for Series 7 and aboveMahesh Rajashekhara2-3/+16
2013-01-30[SCSI] bnx2fc: adjust duplicate testJulia Lawall1-1/+1
2013-01-30[SCSI] qla4xxx: Update driver version to 5.03.00-k4Vikas Chaudhary1-1/+1
2013-01-30[SCSI] qla4xxx: Fix return code for qla4xxx_session_get_param.Manish Rangankar1-6/+6
2013-01-30[SCSI] qla4xxx: wait for boot target login response during probe.Manish Rangankar2-4/+84
2013-01-30[SCSI] qla4xxx: Added support for force firmware dumpVikas Chaudhary3-6/+13
2013-01-30[SCSI] qla4xxx: Re-register IRQ handler while retrying initialize of adapterPoornima Vonti2-24/+5
2013-01-30[SCSI] qla4xxx: Throttle active IOCBs to firmware limitsKaren Higgins3-3/+21
2013-01-30[SCSI] qla4xxx: Remove unnecessary code from qla4xxx_init_local_dataKaren Higgins1-5/+2
2013-01-30[SCSI] qla4xxx: Quiesce driver activities while loopbackNilesh Javali4-3/+45
2013-01-30[SCSI] qla4xxx: Rename MBOX_ASTS_IDC_NOTIFY to MBOX_ASTS_IDC_REQUEST_NOTIFICA...Nilesh Javali2-2/+2
2013-01-30[SCSI] qla4xxx: Add spurious interrupt messages under debug level 2Nilesh Javali1-6/+7
2013-01-30[SCSI] cxgb4i: Remove the scsi host device when removing deviceThadeu Lima de Souza Cascardo1-0/+1
2013-01-30[SCSI] bfa: fix strncpy() limiter in bfad_start_ops()Dan Carpenter1-1/+1
2013-01-30[SCSI] qla4xxx: Update driver version to 5.03.00-k3Vikas Chaudhary1-1/+1
2013-01-30[SCSI] qla4xxx: Correct the validation to check in get_sys_info mailboxNilesh Javali1-2/+2
2013-01-30[SCSI] qla4xxx: Pass correct function param to qla4_8xxx_rd_directVikas Chaudhary1-1/+1
2013-01-30[SCSI] lpfc 8.3.37: Update lpfc version for 8.3.37 driver releaseJames Smart1-1/+1
2013-01-30[SCSI] lpfc 8.3.37: Fixed infinite loop in lpfc_sli4_fcf_rr_next_index_get.James Smart1-3/+6
2013-01-30[SCSI] lpfc 8.3.37: Fixed crash due to SLI Port invalid resource countJames Smart1-0/+28
2013-01-30[SCSI] lpfc 8.3.37: Provide support for FCoE protocol dual-chute (ULP) operationJames Smart5-84/+369
2013-01-30[SCSI] lpfc 8.3.37: Fixed stale ndlp state when the node is marked for deferr...James Smart1-0/+10
2013-01-30[SCSI] lpfc 8.3.37: Fix potential memory corruption bugJames Smart1-1/+1
2013-01-30[SCSI] lpfc 8.3.37: Fixed no-context ABTS failed with BA_RJTJames Smart5-83/+168
2013-01-30[SCSI] lpfc 8.3.37: Removed use of NOP mailboxes for interrupt verificationJames Smart1-153/+26
2013-01-30[SCSI] lpfc 8.3.37: Fixed exhausted retry for plogi to nameserver.James Smart1-0/+7
2013-01-30[SCSI] lpfc 8.3.37: Fixed ELS_REC received on the unsolicited receive queueJames Smart2-2/+18
2013-01-30[SCSI] lpfc 8.3.37: Provide support for change_queue_typeJames Smart1-1/+23
2013-01-30[SCSI] ipr: Fix sparse error in ipr driverwenxiong@linux.vnet.ibm.com1-52/+17
2013-01-30[SCSI] ipr: Driver version 2.6.0wenxiong@linux.vnet.ibm.com1-2/+2
2013-01-30[SCSI] ipr: Implement block iopollwenxiong@linux.vnet.ibm.com2-49/+178
2013-01-30[SCSI] ipr: Reduce lock contentionwenxiong@linux.vnet.ibm.com2-104/+240
2013-01-30[SCSI] ipr: Add support for MSI-X and distributed completionwenxiong@linux.vnet.ibm.com2-192/+594
2013-01-30[SCSI] ipr: Resource path error logging cleanupBrian King2-27/+56
2013-01-30[SCSI] ipr: Handler ID memory allocation failure at module load timeBrian King1-0/+7
2013-01-30[SCSI] ipr: Add sereral new CCIN definitions for new adapters supportwenxiong@linux.vnet.ibm.com2-0/+15
2013-01-30[SCSI] csiostor: Don't leak mem or fail to release firmware in csio_hw_flash_...Jesper Juhl1-6/+9
2013-01-30[SCSI] bnx2fc: Bumped version to 1.0.13Bhanu Prakash Gollapudi2-2/+2