summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-19[SCSI] libfc: Handle discovery failure during ctlr link downBhanu Prakash Gollapudi1-0/+7
2012-02-19[SCSI] libfc: Fix panic in fc_exch_recvBhanu Prakash Gollapudi1-3/+4
2012-02-19[SCSI] fcoe: Remove reference counting on 'stuct fcoe_interface'Robert Love2-46/+5
2012-02-19[SCSI] fcoe: Do not switch context in vport_delete callbackRobert Love1-9/+6
2012-02-19[SCSI] fcoe: Rename out_nomod label to out_putmodRobert Love1-3/+3
2012-02-19[SCSI] fcoe: Allow exposing FDMI attributes via sysfsNeerav Parikh1-0/+8
2012-02-19[SCSI] libfcoe: Don't KERN_ERR on netdev notificationRobert Love1-2/+2
2012-02-19[SCSI] isci: T10 DIF supportDave Jiang3-16/+193
2012-02-19[SCSI] qla2xxx: Avoid invalid request queue dereference for bad response pack...Arun Easi1-11/+17
2012-02-19[SCSI] qla2xxx: Stop iteration after first failure in *_id functions.Arun Easi1-0/+6
2012-02-19[SCSI] qla2xxx: Fix incorrect register access in qla2x00_start_iocbs().Arun Easi1-1/+1
2012-02-19[SCSI] qla2xxx: Handle device mapping changes due to device logout.Arun Easi2-0/+27
2012-02-19[SCSI] qla2xxx: Add ha->max_fibre_devices to keep track of the maximum number...Chad Dupuis7-48/+77
2012-02-19[SCSI] qla2xxx: Cache swl during fabric discovery.Andrew Vasquez3-7/+8
2012-02-19[SCSI] qla2xxx: Remove EDC sysfs interface.Joe Carnuccio4-149/+4
2012-02-19[SCSI] qla2xxx: Perform firmware dump procedure on mailbox command timeout.Chad Dupuis1-0/+6
2012-02-19[SCSI] qla2xxx: Change the log message when previous dump is available to ret...Giridhar Malavali1-2/+3
2012-02-19[SCSI] qla2xxx: Log messages to use correct vha.Arun Easi2-47/+47
2012-02-19[SCSI] qla2xxx: Add new message when a new loopid is assigned.Arun Easi2-1/+4
2012-02-19[SCSI] qla2xxx: Fix ql_dbg arguments.Arun Easi1-2/+2
2012-02-19[SCSI] qla2xxx: Use ql_log* #define's in ql_log() and ql_log_pci().Chad Dupuis1-6/+6
2012-02-19[SCSI] qla2xxx: Convert remaining printk's to ql_log format.Chad Dupuis3-16/+16
2012-02-19[SCSI] qla2xxx: Print mailbox command opcode and return code when a command t...Chad Dupuis1-7/+9
2012-02-19[SCSI] qla2xxx: Reduce mbx-command timeout for Login/Logout requests.Andrew Vasquez1-3/+4
2012-02-19[SCSI] qla2xxx: Prep zero-length BSG data-transfer requests.Andrew Vasquez1-17/+7
2012-02-19[SCSI] qla2xxx: Perform implicit logout during rport tear-down.Andrew Vasquez5-5/+51
2012-02-19[SCSI] qla2xxx: Handle failure cases during fabric_loginChad Dupuis3-19/+42
2012-02-19[SCSI] qla2xxx: Increase speed of flash access in ISP82xx adapters to improve...Chad Dupuis1-40/+27
2012-02-19[SCSI] qla2xxx: Return blank sysfs string on initial get thermal failure.Joe Carnuccio1-1/+1
2012-02-19[SCSI] qla2xxx: Handle change notifications based on switch scan results.Arun Easi3-144/+13
2012-02-19[SCSI] qla2xxx: Correct print format for edc ql_log() calls.Joe Carnuccio1-2/+2
2012-02-19[SCSI] qla2xxx: Use consistent DL mask for ELS/CT passthru requests.Andrew Vasquez1-4/+4
2012-02-19[SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali11-628/+485
2012-02-19[SCSI] qla2xxx: Use a valid enode-mac if none defined.Andrew Vasquez1-3/+3
2012-02-19[SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali17-170/+1233
2012-02-19[SCSI] qla2xxx: Enhanced the dump routines to capture multiple request and re...Giridhar Malavali3-3/+105
2012-02-19[SCSI] aacraid: Added Sync.mode to support series 7/8/9 controllersMahesh Rajashekhara8-63/+338
2012-02-19[SCSI] bnx2i: Fixed the override of the error_mask module paramEddie Wai2-6/+10
2012-02-19[SCSI] bnx2i: use kthread_create_on_node()Eric Dumazet1-2/+3
2012-02-19[SCSI] bfa: don't leak mem in bfad_im_bsg_els_ct_request()Jesper Juhl1-2/+2
2012-02-19[SCSI] isci: enable clock gatingMarcin Tomczak2-2/+34
2012-02-19[SCSI] libiscsi: fix cmd timeout/completion raceMike Christie1-10/+10
2012-02-19[SCSI] libiscsi_tcp: fix max_r2t manipulationMike Christie4-24/+22
2012-02-19[SCSI] iscsi: fix setting of pid from netlink skbMike Christie1-2/+2
2012-02-19[SCSI] iscsi: don't hang in endless loop if no targets presentSasha Levin1-1/+1
2012-02-19[SCSI] fix the new host byte settings (DID_TARGET_FAILURE and DID_NEXUS_FAILURE)Moger, Babu2-4/+4
2012-02-19[SCSI] bnx2fc: Bumped version to 1.0.10Bhanu Prakash Gollapudi2-2/+2
2012-02-19[SCSI] bnx2fc: NPIV ports go offline when interface is brought down & upBhanu Prakash Gollapudi2-2/+11
2012-02-19[SCSI] bnx2fc: Handle LOGO flooding from the targetBhanu Prakash Gollapudi2-2/+4
2012-02-19[SCSI] bnx2fc: fix panic in bnx2fc_post_io_reqBhanu Prakash Gollapudi1-2/+3