aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-15[SCSI] mpt2sas: Release spinlock for the raid device list before blocking itnagalakshmi.nandigama@lsi.com1-3/+4
2011-12-15[SCSI] mpt2sas: MPI next revision header updatenagalakshmi.nandigama@lsi.com4-23/+90
2011-12-15[SCSI] mpt2sas: Added support for customer specific brandingnagalakshmi.nandigama@lsi.com2-0/+28
2011-12-15[SCSI] mpt2sas: Increase max transfer support from 4MB to 16MBnagalakshmi.nandigama@lsi.com1-5/+5
2011-12-15[SCSI] mpt2sas: Support for greater than 2TB capacity WarpDrivenagalakshmi.nandigama@lsi.com2-43/+74
2011-12-15[SCSI] mpt2sas: Bump driver version to 11.100.00.00nagalakshmi.nandigama@lsi.com1-2/+2
2011-12-15[SCSI] mpt2sas: Rearrange the the code so that the completion queues are initialized prior to sending the request to controller firmwarenagalakshmi.nandigama@lsi.com3-11/+12
2011-12-15[SCSI] mpt2sas: Do not set sas_device->starget to NULL from the slave_destroy callback when all the LUNS have been deletednagalakshmi.nandigama@lsi.com1-8/+12
2011-12-15[SCSI] mpt2sas: MPI next revision header updatenagalakshmi.nandigama@lsi.com4-22/+36
2011-12-15[SCSI] mpt2sas: Adding support for customer specific brandingnagalakshmi.nandigama@lsi.com2-2/+7
2011-12-15[SCSI] mpt2sas: When IOs are terminated, update the result to DID_SOFT_ERROR to avoid infinite resetsnagalakshmi.nandigama@lsi.com1-0/+2
2011-12-15[SCSI] mpt2sas: Better handling DEAD IOC (PCI-E LInk down) error conditionnagalakshmi.nandigama@lsi.com3-0/+63
2011-12-15[SCSI] be2iscsi: cleanup a min_t() callDan Carpenter1-2/+3
2011-12-15[SCSI] hpsa: add the Smart Array 5i to the kdump blacklistTomas Henzl1-0/+2
2011-12-15[SCSI] hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron1-2/+2
2011-12-15[SCSI] qla2xxx: remove redundant semicolonJesper Juhl1-1/+1
2011-12-15[SCSI] qla2xxx: Do not check for minidump when device state is QLA82XX_DEV_READY.Chad Dupuis1-1/+0
2011-12-15[SCSI] qla2xxx: Move initialization of some variables before iospace_config.Chad Dupuis1-5/+5
2011-12-15[SCSI] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs.Andrew Vasquez4-2/+27
2011-12-15[SCSI] qla2xxx: Implement FCP priority tagging for 82xx adapters.Saurav Kashyap3-2/+16
2011-12-15[SCSI] qla2xxx: Consolidated IOCB processing routines.Giridhar Malavali4-583/+522
2011-12-15[SCSI] qla2xxx: Process marker IOCB request on request queue 0.Giridhar Malavali1-0/+1
2011-12-15[SCSI] qla2xxx: Added a new entry to ISP specific function pointers structure.Giridhar Malavali2-124/+133
2011-12-15[SCSI] qla2xxx: Corrected the display of firmware dump availability for ISP82xx.Giridhar Malavali1-4/+4
2011-12-15[SCSI] qla2xxx: Corrected the default setting of the help text of Minidump capture mask.Giridhar Malavali1-1/+1
2011-12-15[SCSI] qla2xxx: Corrections to returned sysfs error codes.Joe Carnuccio1-2/+2
2011-12-15[SCSI] qla2xxx: Correct report-id acquisition checkGiridhar Malavali1-1/+1
2011-12-15[SCSI] qla2xxx: Fix to include FCE data as part of dump.Giridhar Malavali1-1/+1
2011-12-15[SCSI] qla2xxx: Limit excessive DPC cycles.Andrew Vasquez1-13/+8
2011-12-15[SCSI] qla2xxx: Only read requested mailbox registers.Andrew Vasquez1-9/+25
2011-12-15[SCSI] qla2xxx: Proper cleanup of pass through commands when firmware returns error.Giridhar Malavali2-31/+61
2011-12-15[SCSI] qla2xxx: Update to dynamic logging.Chad Dupuis10-216/+199
2011-12-15[SCSI] qla2xxx: Make the logging functions verify their arguments and fixed the current broken uses as appropriate.Joe Perches8-25/+26
2011-12-15[SCSI] qla2xxx: Use less stack to emit logging messages.Joe Perches2-115/+107
2011-12-15[SCSI] bfa: fix endian and bit field check bugJing Huang2-5/+5
2011-12-15[SCSI] bfa: fix formating and checkpatch issuesJing Huang2-219/+221
2011-12-15[SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_infoMoger, Babu2-59/+0
2011-12-15[SCSI] scsi_dh_rdac: Adding the match function for rdac device handlerMoger, Babu1-0/+19
2011-12-15[SCSI] scsi_dh_hp_sw: Adding the match function for hp_sw device handlerMoger, Babu1-0/+19
2011-12-15[SCSI] scsi_dh_emc: Add a match function for emc device handlerMoger, Babu1-0/+19
2011-12-14[SCSI] bnx2i: Fixed kernel panic caused by unprotected task->sc->request derefEddie Wai1-2/+3
2011-12-14[SCSI] qla4xxx: check for failed conn setupMike Christie1-0/+3
2011-12-14[SCSI] qla4xxx: a small loop fixTomas Henzl1-1/+3
2011-12-14[SCSI] qla4xxx: fix flash/ddb supportMike Christie7-97/+1315
2011-12-14[SCSI] fcoe: Fix preempt count leak in fcoe_filter_frames()Thomas Gleixner1-0/+1
2011-12-14block: misc updates to blk_get_queue()Tejun Heo1-1/+1
2011-12-12[SCSI] qla2xxx: Update version number to 8.03.07.12-k.Chad Dupuis1-1/+1
2011-12-12[SCSI] qla2xxx: Submit all chained IOCBs for passthrough commands on request queue 0.Giridhar Malavali1-6/+8
2011-12-12[SCSI] qla2xxx: Correct fc_host port_state display.Saurav Kashyap1-4/+23
2011-12-12[SCSI] qla2xxx: Disable generating pause frames when firmware hang detected for ISP82xx.Giridhar Malavali4-4/+28