summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2010-10-25[SCSI] qla2xxx: Addition of shutdown callback handler.Madhuranath Iyengar2-15/+74
2010-10-25[SCSI] qla2xxx: Initialize the vport_slock spinlock.Andrew Vasquez1-0/+1
2010-10-25[SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug tracesMadhuranath Iyengar3-19/+12
2010-10-25[SCSI] qla2xxx: Add flash read/update support using BSG interfaceHarish Zunjarrao2-0/+127
2010-10-25[SCSI] qla2xxx: Group CS_RESET return status with other link level event stat...Chad Dupuis1-4/+2
2010-10-25[SCSI] qla2xxx: Change del_timer_sync() to del_timer() in qla2x00_ctx_sp_free().Chad Dupuis1-1/+1
2010-10-25[SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check.Chad Dupuis3-2/+9
2010-10-25[SCSI] qla2xxx: Remove port down retry count.Chad Dupuis4-40/+4
2010-10-25[SCSI] qla2xxx: locking problem in qla2x00_init_rings()Dan Carpenter1-2/+2
2010-10-25[SCSI] sr: fix sr_drive_status handling when initialization requiredRobert Jennings1-0/+9
2010-10-25[SCSI] fcoe: Fix broken NPIV with correction to MAC validationRobert Love1-10/+6
2010-10-25[SCSI] libfcoe: VN2VN connection setup causing stack memory corruption.Kiran Patil1-1/+1
2010-10-25[SCSI] libfc: Do not let disc work cancel itselfBhanu Prakash Gollapudi1-3/+2
2010-10-25[SCSI] libfc: possible race could panic system due to NULL fsp->cmdVasu Dev1-12/+6
2010-10-25[SCSI] fcoe: set default FIP mode as FIP_MODE_FABRICVasu Dev1-1/+1
2010-10-25[SCSI] libfc: adds flogi retry in case DID is zero in RJTVasu Dev1-8/+4
2010-10-25[SCSI] libfc: use DID_TRANSPORT_DISRUPTED while lport not readyVasu Dev1-4/+2
2010-10-25[SCSI] libfc: fix setting of rport dev lossMike Christie1-2/+2
2010-10-25[SCSI] gdth: integer overflow in ioctlDan Carpenter1-0/+8
2010-10-25[SCSI] Fix race when removing SCSI devicesChristof Schmitt1-1/+2
2010-10-25[SCSI] sd: Export effective protection mode in sysfsMartin K. Petersen1-0/+23
2010-10-25[SCSI] qla4xxx: Update driver version to 5.02.00-k4Vikas Chaudhary1-1/+1
2010-10-25[SCSI] qla4xxx: grab hardware_lock in eh_abort before accessing srbMike Christie1-3/+6
2010-10-25[SCSI] qla4xxx: remove unwanted check for bad spdVikas Chaudhary2-20/+0
2010-10-25[SCSI] qla4xxx: update AER support for ISP82XXVikas Chaudhary2-35/+29
2010-10-25[SCSI] qla4xxx: Clear the rom lock if the firmware died while holding it.Shyam Sundar1-6/+43
2010-10-25[SCSI] qla4xxx: use CRB Register for Request Queue in-pointerShyam Sundar5-30/+16
2010-10-25[SCSI] qla4xxx: dump mailbox registers on System ErrorKaren Higgins3-0/+104
2010-10-25[SCSI] qla4xxx: Add support for 8130/8131 AENs.Shyam Sundar2-0/+14
2010-10-25[SCSI] qla4xxx: Reset seconds_since_last_heartbeat correctly.Lalit Chandivade1-1/+3
2010-10-25[SCSI] qla4xxx: On firmware hang do not wait for the outstanding commands to ...Nilesh Javali1-2/+4
2010-10-25[SCSI] qla4xxx: free_irqs on failed initialize_adapterVikas Chaudhary1-0/+6
2010-10-25[SCSI] qla4xxx: correct data type of sense_len in qla4xxx_status_cont_entryVikas Chaudhary1-1/+1
2010-10-25[SCSI] qla4xxx: remove "ha->retry_reset_ha_cnt" from wait_for_hba_onlineVikas Chaudhary1-2/+0
2010-10-25[SCSI] qla4xxx: honor return status of qla4xxx_hw_resetVikas Chaudhary1-2/+5
2010-10-25[SCSI] qla4xxx: Trivial cleanupVikas Chaudhary5-22/+12
2010-10-25[SCSI] Fix regressions in scsi_internal_device_blockMike Christie1-1/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds4-7/+8
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-1/+6
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-1/+19
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-4/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds286-43764/+37794
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-42/+11
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-14/+28
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds16-3/+19
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds16-80/+79
2010-10-22scsi/sd: add a no_read_capacity_16 scsi_device flagHans de Goede1-0/+12
2010-10-22scsi/sr: add no_read_disc_info scsi_device flagHans de Goede1-1/+7
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2-4/+0
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds5-228/+72