aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2-8/+14
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds134-324/+324
2011-03-31Fix common misspellingsLucas De Marchi134-324/+324
2011-03-29x86: Stop including <linux/delay.h> in two asm header filesJean Delvare1-0/+1
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds47-772/+1855
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-31/+21
2011-03-23[SCSI] qla4xxx: Use polling mode for disable interrupt mailbox completionSarang Radke1-2/+1
2011-03-23[SCSI] Revert "[SCSI] Retrieve the Caching mode page"James Bottomley1-47/+16
2011-03-23[SCSI] bnx2fc: IO completion not processed due to missed wakeupBhanu Gollapudi1-6/+4
2011-03-23[SCSI] qla4xxx: Update driver version to 5.02.00-k6Vikas Chaudhary1-1/+1
2011-03-23[SCSI] qla4xxx: masking required bits of add_fw_options during initializationPrasanna Mumbai2-0/+6
2011-03-23[SCSI] qla4xxx: added new function qla4xxx_relogin_all_devicesVikas Chaudhary1-31/+23
2011-03-23[SCSI] qla4xxx: add support for ql4xsess_recovery_tmo cmd line paramVikas Chaudhary1-2/+8
2011-03-23[SCSI] qla4xxx: Add support for ql4xmaxqdepth command line parameterVikas Chaudhary1-1/+11
2011-03-23[SCSI] qla4xxx: cleanup function qla4xxx_process_ddb_changedVikas Chaudhary1-12/+3
2011-03-23[SCSI] qla4xxx: Prevent other port reinitialization during remove_adapterKaren Higgins4-16/+46
2011-03-23[SCSI] qla4xxx: remove unused ddb flag DF_NO_RELOGINVikas Chaudhary2-4/+0
2011-03-23[SCSI] qla4xxx: cleanup DDB relogin logic during initializationKaren Higgins6-192/+33
2011-03-23[SCSI] qla4xxx: Do not retry ISP82XX initialization if H/W state is failedPrasanna Mumbai1-0/+13
2011-03-23[SCSI] qla4xxx: Do not send mbox command if FW is in failed statePrasanna Mumbai1-6/+18
2011-03-23[SCSI] qla4xxx: cleanup qla4xxx_initialize_ddb_list()Vikas Chaudhary1-7/+0
2011-03-23[SCSI] ses: add subenclosure supportJames Bottomley1-19/+25
2011-03-23[SCSI] bnx2fc: Bump version to 1.0.1Nithin Sujir2-2/+2
2011-03-23[SCSI] bnx2fc: Remove unnecessary module state checksBhanu Gollapudi1-23/+0
2011-03-23[SCSI] bnx2fc: Fix MTU issue by using static MTUBhanu Gollapudi3-36/+6
2011-03-23[SCSI] bnx2fc: Remove network bonding checkingMichael Chan1-7/+0
2011-03-23[SCSI] bnx2fc: Call bnx2fc_return_rqe and bnx2fc_get_next_rqe with tgt lock heldNithin Sujir1-2/+11
2011-03-23[SCSI] bnx2fc: common free list for cleanup commandsBhanu Gollapudi3-32/+58
2011-03-23[SCSI] bnx2fc: Remove rtnl_trylock/restart_syscall checksNithin Sujir1-14/+5
2011-03-23[SCSI] bnx2fc: Avoid holding cq_lock when iounmap() is calledBhanu Gollapudi1-2/+2
2011-03-23[SCSI] libiscsi_tcp: use kmap in xmit pathMike Christie1-2/+13
2011-03-23[SCSI] aacraid: Add new code for PMC-Sierra's SRC based controller familyMahesh Rajashekhara13-59/+898
2011-03-23[SCSI] mpt2sas : Added customer specific display supportKashyap, Desai2-0/+69
2011-03-23[SCSI] lpfc 8.3.22: Update driver version to 8.3.22James Smart1-1/+1
2011-03-23[SCSI] lpfc 8.3.22: Update Copyright DatesJames Smart7-7/+7
2011-03-23[SCSI] lpfc 8.3.22: FC Discovery fixesJames Smart3-32/+81
2011-03-23[SCSI] lpfc 8.3.22: Add support for PCI Adapter FailureJames Smart7-71/+207
2011-03-23[SCSI] lpfc 8.3.22: T10-DIF correctionsJames Smart6-15/+48
2011-03-23[SCSI] lpfc 8.3.22: Add new mailbox command and new BSG fixJames Smart3-118/+229
2011-03-23[SCSI] mvsas: Add support for HighPoint RR27xx series HBAHighPoint Linux Team1-0/+7
2011-03-23[SCSI] scsi_transport_iscsi: make priv_sess file writeable only by rootVasiliy Kulikov1-1/+1
2011-03-23[SCSI] ses: show devices for enclosures with no page 7John Hughes1-2/+2
2011-03-22sd: Fail discard requests when logical block provisioning has been disabledMartin K. Petersen1-0/+1
2011-03-21Reduce sequential pointer derefs in scsi_error.c and reduce size as wellJesper Juhl1-45/+49
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds6-13/+7
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds8-14/+12
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds113-2392/+14627
2011-03-17scsi: change to new flag variablematt mooney6-13/+7
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-9/+13
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-2/+0