aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-30aacraid: missing capable() check in compat ioctlDan Carpenter1-0/+2
2013-10-25[SCSI] Revert "sg: use rwsem to solve race during exclusive open"James Bottomley1-41/+38
2013-10-25[SCSI] Revert "sg: no need sg_open_exclusive_lock"James Bottomley1-5/+29
2013-10-25[SCSI] Revert "sg: checking sdp->detached isn't protected when open"James Bottomley1-9/+8
2013-10-25[SCSI] Revert "sg: push file descriptor list locking down to per-device locking"James Bottomley1-34/+28
2013-10-23[SCSI] sd: call blk_pm_runtime_init before add_diskAaron Lu1-1/+1
2013-10-23[SCSI] qla2xxx: Fix request queue null dereference.Chad Dupuis2-1/+10
2013-10-16[SCSI] BusLogic: Fix an oops when intializing multimaster adapterKhalid Aziz1-8/+8
2013-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-6/+4
2013-09-18bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan4-6/+4
2013-09-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds35-678/+1707
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-36/+26
2013-09-11[SCSI] fnic: fnic Driver Tuneables Exposed through CLIHiral Patel4-18/+34
2013-09-11[SCSI] fnic: Kernel panic while running sh/nosh with max lun cfgSesidhar Beddel1-3/+20
2013-09-11[SCSI] fnic: Hitting BUG_ON(io_req->abts_done) in fnic_rport_exch_resetSesidhar Beddel1-28/+42
2013-09-11[SCSI] fnic: Remove QUEUE_FULL handling codeSuma Ramars1-32/+0
2013-09-11[SCSI] fnic: On system with >1.1TB RAM, VIC fails multipath after boot upBrian Uchino1-4/+4
2013-09-11[SCSI] fnic: FC stat param seconds_since_last_reset not getting updatedNarsimhulu Musini2-1/+112
2013-09-11[SCSI] sd: Fix potential out-of-bounds accessAlan Stern1-8/+3
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger2-6/+3
2013-09-10[SCSI] lpfc 8.3.42: Update lpfc version to driver version 8.3.42James Smart1-1/+1
2013-09-10[SCSI] lpfc 8.3.42: Fixed issue of task management commands having a fixed timeoutJames Smart3-1/+10
2013-09-10[SCSI] lpfc 8.3.42: Fixed inconsistent spin lock usage.James Smart2-18/+16
2013-09-10[SCSI] lpfc 8.3.42: Fix driver's abort loop functionality to skip IOs already getting abortedJames Smart2-1/+14
2013-09-10[SCSI] lpfc 8.3.42: Fixed failure to allocate SCSI buffer on PPC64 platform for SLI4 devicesJames Smart1-3/+6
2013-09-10[SCSI] lpfc 8.3.42: Fix WARN_ON when driver unloadsJames Smart1-2/+8
2013-09-10[SCSI] lpfc 8.3.42: Avoided making pci bar ioremap call during dual-chute WQ/RQ pci bar selectionJames Smart2-38/+12
2013-09-10[SCSI] lpfc 8.3.42: Fixed driver iocbq structure's iocb_flag field running out of spaceJames Smart2-10/+9
2013-09-10[SCSI] lpfc 8.3.42: Fix crash on driver load due to cpu affinity logicJames Smart2-6/+27
2013-09-10[SCSI] lpfc 8.3.42: Fixed logging format of setting driver sysfs attributes hard to interpretJames Smart1-2/+4
2013-09-10[SCSI] lpfc 8.3.42: Fixed back to back RSCNs discovery failure.James Smart1-1/+9
2013-09-10[SCSI] lpfc 8.3.42: Fixed race condition between BSG I/O dispatch and timeout handlingJames Smart2-17/+72
2013-09-10[SCSI] lpfc 8.3.42: Fixed function mode field defined too small for not recognizing dual-chute modeJames Smart1-1/+1
2013-09-10[SCSI] lpfc 8.3.42: Back out data count,(residual fcfi_parm) fix for bad target.James Smart1-3/+3
2013-09-10[SCSI] lpfc 8.3.42: Fixed mailbox memory leak.James Smart1-0/+1
2013-09-10target/tcm_qla2xxx: Add/use target_reverse_dma_direction() in target_core_fabric.hNicholas Bellinger1-28/+3
2013-09-10[SCSI] lpfc 8.3.42: Fix random errors using first burstJames Smart1-2/+7
2013-09-10[SCSI] lpfc 8.3.42: Fixed not able to log informational messages at early stage of driver init timeJames Smart1-9/+3
2013-09-10[SCSI] lpfc 8.3.42: Fixed using unsafe linked list macro for walking and deleting linked listJames Smart2-4/+5
2013-09-10[SCSI] megaraid_sas: addded support for big endian architectureSumit.Saxena@lsi.com5-282/+407
2013-09-10[SCSI] aic7xxx: fix swapped arguments in ahc_find_pci_deviceDave Jones1-1/+1
2013-09-10[SCSI] hpsa: bump driver version to reflect changesMike Miller1-1/+1
2013-09-10[SCSI] hpsa: housekeeping patch for device_id and product arraysMike Miller1-6/+6
2013-09-10[SCSI] hpsa: add HP Smart Array Gen8 namesMike Miller1-8/+7
2013-09-10[SCSI] hpsa: add HP Smart Array Gen9 PCI ID'sMike Miller1-0/+25
2013-09-06[SCSI] ufs: configure the attribute for power modeSeungwon Jeon2-0/+87
2013-09-06[SCSI] ufs: add operation for the uic power mode changeSeungwon Jeon4-4/+225
2013-09-06[SCSI] ufs: add dme configuration primitivesSeungwon Jeon3-0/+145
2013-09-06[SCSI] ufs: fix the setting interrupt aggregation counterSeungwon Jeon2-30/+27
2013-09-06[SCSI] ufs: find out sense data over scsi status valuesSeungwon Jeon2-15/+23