summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2011-02-12[SCSI] remove flush_scheduled_work() usagesTejun Heo6-11/+7
2011-01-24[SCSI] libosd: osd_req_read_sg, optimize the single entry caseBoaz Harrosh1-4/+16
2011-01-24[SCSI] libsas: remove spurious sata control register read/writeJames Bottomley1-51/+0
2011-01-24[SCSI] libsas: convert to standard kernel debuggingJames Bottomley5-33/+1
2011-01-24[SCSI] libsas: fix ATAPI check condition terminationJames Bottomley1-3/+5
2011-01-24[SCSI] scsi_dh: Use scsi_devinfo functions to do matching of device_handler t...Peter Jones2-75/+38
2011-01-24[SCSI] Add scsi_dev_info_list_del_keyed()Peter Jones2-0/+86
2011-01-24[SCSI] cxgb3i: fixed connection problem with iscsi private ipkxie@chelsio.com1-4/+15
2011-01-24[SCSI] bnx2i: Added reconnect fix connecting against Lefthand targetsEddie Wai1-0/+3
2011-01-24[SCSI] cxgbi: get rid of gl_skb in cxgbi_ddp_infokxie@chelsio.com4-63/+8
2011-01-24[SCSI] cxgbi: set ulpmode only if digest is onkxie@chelsio.com1-7/+10
2011-01-24[SCSI] hpsa: avoid leaking stack contents to userlandVasiliy Kulikov1-0/+2
2011-01-24[SCSI] hpsa: Fix problem that CMD_UNABORTABLE command status was treated as u...Stephen M. Cameron1-0/+7
2011-01-24[SCSI] hpsa: fix use of uninitialized variable in hpsa_add_msa2xxx_enclosure_...Stephen M. Cameron1-2/+2
2011-01-24[SCSI] hpsa: Add a per controller commands_outstanding entry in /sysStephen M. Cameron1-0/+14
2011-01-24[SCSI] hpsa: use usleep_range not msleep for small sleepsStephen M. Cameron1-1/+1
2011-01-24[SCSI] hpsa: allow driver to put controller in either simple or performant modeStephen M. Cameron1-0/+7
2011-01-24[SCSI] hpsa: take the adapter lock in hpsa_wait_for_mode_change_ackStephen M. Cameron1-3/+8
2011-01-24[SCSI] hpsa: do not reset unknown boards on reset_devicesStephen M. Cameron1-1/+5
2011-01-24[SCSI] hpsa: limit commands allocated on reset_devicesStephen M. Cameron1-0/+5
2011-01-24[SCSI] hpsa: Use kernel provided PCI state save and restore functionsStephen M. Cameron1-66/+15
2011-01-24[SCSI] hpsa: fix board status waiting codeStephen M. Cameron2-8/+40
2011-01-24[SCSI] hpsa: Remove duplicate defines of DIRECT_LOOKUP_ constantsStephen M. Cameron1-2/+0
2011-01-24[SCSI] hpsa: fixup DMA address before freeing.Stephen M. Cameron2-1/+2
2011-01-24[SCSI] hpsa: defend against zero sized buffers in passthru ioctlsStephen M. Cameron1-20/+16
2011-01-24[SCSI] scsi_dh_alua: add scalable ONTAP lun to dev listMike Snitzer1-0/+1
2011-01-24[SCSI] scsi_dh_alua: Add Promise VTrak to dev listIlgu Hong1-0/+1
2011-01-24[SCSI] scsi_dh_alua: fix stpg_endio group state reportingJoseph Gruher1-3/+5
2011-01-24[SCSI] scsi_dh_alua: fix deadlock in stpg_endioJoseph Gruher1-1/+2
2011-01-24[SCSI] scsi_dh_alua: fix submit_stpg returnJoseph Gruher1-2/+1
2011-01-24[SCSI] mpt2sas: Bump version 08.100.00.00Kashyap, Desai1-2/+2
2011-01-24[SCSI] mpt2sas: Basic Code Cleanup in mpt2sas_baseKashyap, Desai2-56/+68
2011-01-24[SCSI] mpt2sas: Add support for Customer specific branding messagesKashyap, Desai2-0/+40
2011-01-24[SCSI] mpt2sas: Revision P MPI Header UpdateKashyap, Desai5-392/+18
2011-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-post-merge-2.6Linus Torvalds3-58/+50
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2-13/+2
2011-01-14[SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE eventTejun Heo2-9/+0
2011-01-14[SCSI] sd: implement sd_check_events()Tejun Heo2-52/+53
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-99/+103
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds20-27/+29
2011-01-10Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+2
2011-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds142-5957/+10326
2011-01-06[libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik2-3/+2
2011-01-03[SCSI] arcmsr: fix write to device checkroel kluin1-2/+1
2011-01-03[SCSI] lpfc: lower stack use in lpfc_fc_frame_checkTomas Henzl1-1/+2
2011-01-03[SCSI] eliminate an unnecessary local variable from scsi_remove_target()Alan Stern1-4/+2
2011-01-03drivers: fix comment typo diable -> disable.Justin P. Mattock1-1/+1
2010-12-31[SCSI] libiscsi: use bh locking instead of irq with session lockMike Christie1-8/+6
2010-12-31[SCSI] libiscsi: do not take host lock in queuecommandMike Christie1-23/+14
2010-12-31[SCSI] be2iscsi: fix null ptr when accessing task hdrMike Christie1-1/+2