aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2010-10-29[SCSI] pmcraid: add support for set timestamp command and other fixesGravatar Anil Ravindranath 2-22/+129
2010-10-26[SCSI] pmcraid: remove duplicate struct memberGravatar Anil Ravindranath 1-1/+0
2010-10-26[SCSI] qla4xxx: Fix cmd check in qla4xxx_cmd_waitGravatar Mike Christie 1-1/+7
2010-10-26[SCSI] megaraid_sas: Version and documentation updateGravatar Yang, Bo 2-4/+4
2010-10-26[SCSI] megaraid_sas: Add three times Online controller resetGravatar Yang, Bo 1-1/+69
2010-10-26[SCSI] megaraid_sas: Add input parameter for max_sectorsGravatar Yang, Bo 2-0/+31
2010-10-26[SCSI] megaraid_sas: support devices update flagGravatar Yang, Bo 1-0/+24
2010-10-26[SCSI] libosd: write/read_sg_kern APIGravatar Boaz Harrosh 1-0/+71
2010-10-26[SCSI] libosd: Support for scatter gather write/read commandsGravatar Boaz Harrosh 1-5/+143
2010-10-26[SCSI] libosd: Free resources in reverse order of allocationGravatar Boaz Harrosh 1-4/+5
2010-10-26[SCSI] libosd: Fix bug in attr_page handlingGravatar Boaz Harrosh 1-6/+10
2010-10-26[SCSI] lpfc 8.3.18: Update lpfc driver version to 8.3.18Gravatar James Smart 1-1/+1
2010-10-26[SCSI] lpfc 8.3.18: Add new WQE supportGravatar James Smart 3-207/+197
2010-10-26[SCSI] lpfc 8.3.18: Fix critical errorsGravatar James Smart 3-5/+15
2010-10-26[SCSI] lpfc 8.3.18: Adapter Shutdown and Unregistration cleanupGravatar James Smart 7-28/+235
2010-10-26[SCSI] lpfc 8.3.18: Add logic to detect last devloss timeoutGravatar James Smart 7-204/+327
2010-10-25[SCSI] lpfc 8.3.18: Add support of received ELS commandsGravatar James Smart 3-2/+389
2010-10-25[SCSI] lpfc 8.3.18: FC/FCoE Discovery fixesGravatar James Smart 3-50/+58
2010-10-25[SCSI] ipr: add definitions for a new adapterGravatar Wayne Boyer 2-0/+3
2010-10-25[SCSI] bfa: fix comments for c filesGravatar Jing Huang 18-1003/+943
2010-10-25[SCSI] bfa: fix comments for header filesGravatar Jing Huang 16-267/+266
2010-10-25[SCSI] bfa: fix frame size over 1024 compile warningGravatar Jing Huang 4-32/+15
2010-10-25[SCSI] bfa: remove os wrapper functions and macrosGravatar Jing Huang 10-258/+226
2010-10-25[SCSI] bfa: replace endian swap macros with the ones provided by linuxGravatar Jing Huang 14-218/+191
2010-10-25[SCSI] bfa: remove os wrapper and unused functionsGravatar Jing Huang 15-396/+136
2010-10-25[SCSI] scsi_dh_rdac: Add two new SUN devices to rdac_dev_listGravatar Chauhan, Vijay 1-0/+2
2010-10-25[SCSI] cxgb4i: ignore informational act-open-rpl messageGravatar Karen Xie 1-0/+3
2010-10-25[SCSI] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function.Gravatar Giridhar Malavali 3-13/+11
2010-10-25[SCSI] qla2xxx: Correct PRLI failure response code handling.Gravatar Andrew Vasquez 1-6/+0
2010-10-25[SCSI] qla2xxx: Drop srb reference before waiting for completion.Gravatar Mike Christie 1-41/+20
2010-10-25[SCSI] qla2xxx: Addition of shutdown callback handler.Gravatar Madhuranath Iyengar 2-15/+74
2010-10-25[SCSI] qla2xxx: Initialize the vport_slock spinlock.Gravatar Andrew Vasquez 1-0/+1
2010-10-25[SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug tracesGravatar Madhuranath Iyengar 3-19/+12
2010-10-25[SCSI] qla2xxx: Add flash read/update support using BSG interfaceGravatar Harish Zunjarrao 2-0/+127
2010-10-25[SCSI] qla2xxx: Group CS_RESET return status with other link level event stat...Gravatar Chad Dupuis 1-4/+2
2010-10-25[SCSI] qla2xxx: Change del_timer_sync() to del_timer() in qla2x00_ctx_sp_free().Gravatar Chad Dupuis 1-1/+1
2010-10-25[SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check.Gravatar Chad Dupuis 3-2/+9
2010-10-25[SCSI] qla2xxx: Remove port down retry count.Gravatar Chad Dupuis 4-40/+4
2010-10-25[SCSI] qla2xxx: locking problem in qla2x00_init_rings()Gravatar Dan Carpenter 1-2/+2
2010-10-25[SCSI] sr: fix sr_drive_status handling when initialization requiredGravatar Robert Jennings 1-0/+9
2010-10-25[SCSI] fcoe: Fix broken NPIV with correction to MAC validationGravatar Robert Love 1-10/+6
2010-10-25[SCSI] libfcoe: VN2VN connection setup causing stack memory corruption.Gravatar Kiran Patil 1-1/+1
2010-10-25[SCSI] libfc: Do not let disc work cancel itselfGravatar Bhanu Prakash Gollapudi 1-3/+2
2010-10-25[SCSI] libfc: possible race could panic system due to NULL fsp->cmdGravatar Vasu Dev 1-12/+6
2010-10-25[SCSI] fcoe: set default FIP mode as FIP_MODE_FABRICGravatar Vasu Dev 1-1/+1
2010-10-25[SCSI] libfc: adds flogi retry in case DID is zero in RJTGravatar Vasu Dev 1-8/+4
2010-10-25[SCSI] libfc: use DID_TRANSPORT_DISRUPTED while lport not readyGravatar Vasu Dev 1-4/+2
2010-10-25[SCSI] libfc: fix setting of rport dev lossGravatar Mike Christie 1-2/+2
2010-10-25[SCSI] gdth: integer overflow in ioctlGravatar Dan Carpenter 1-0/+8
2010-10-25[SCSI] Fix race when removing SCSI devicesGravatar Christof Schmitt 1-1/+2