aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds15-562/+499
2009-03-13parisc: fix dev_printk() compile warnings for accessing a device structHelge Deller2-2/+2
2009-03-10[SCSI] qla2xxx: Update version number to 8.03.00-k4.Andrew Vasquez1-1/+1
2009-03-10[SCSI] qla2xxx: Correct overwrite of pre-assigned init-control-block structure size.Andrew Vasquez1-4/+0
2009-03-10[SCSI] qla2xxx: Correct truncation in return-code status checking.Andrew Vasquez2-2/+2
2009-03-10[SCSI] qla2xxx: Correct vport delete bug.Anirban Chakraborty3-9/+15
2009-03-10[SCSI] qla2xxx: Use correct value for max vport in LOOP topology.Lalit Chandivade1-1/+5
2009-03-10[SCSI] qla2xxx: Correct address range checking for option-rom updates.Andrew Vasquez1-8/+1
2009-03-10[SCSI] fcoe: Change fcoe receive thread nice value from 19 (lowest priority) to -20Robert Love1-1/+1
2009-03-10[SCSI] fcoe: fix handling of pending queue, prevent out of order frames (v3)Chris Leech1-57/+24
2009-03-10[SCSI] fcoe: Out of order tx frames was causing several check condition SCSI statusVasu Dev2-24/+22
2009-03-10[SCSI] fcoe: fix kfree(skb)Roel Kluin1-1/+1
2009-03-10[SCSI] libfc: do not change the fh_rx_id of a recevied frameYi Zou1-13/+0
2009-03-10[SCSI] fcoe: Correct fcoe_transports initialization vs. registrationRobert Love2-3/+5
2009-03-10[SCSI] fcoe: Use setup_timer() and mod_timer()Robert Love1-5/+3
2009-03-10[SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapperRobert Love2-7/+7
2009-03-10[SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love4-20/+20
2009-03-10[SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love7-250/+245
2009-03-06[SCSI] libfc: check for err when recv and state is incorrectRobert Love2-40/+40
2009-03-06[SCSI] libfc: rename rp to rdata in fc_disc_new_target()Robert Love1-4/+4
2009-03-06[SCSI] libfc: correct RPORT_TO_PRIV usageRobert Love1-2/+2
2009-03-06[SCSI] libfc: Don't violate transport template for rogue port creationRobert Love3-5/+8
2009-03-06[SCSI] libfc: exch mgr is freed while lport still retrying sequencesSteve Ma1-0/+2
2009-03-06[SCSI] libfc: fixed a read IO data integrity issue when a IO data frame lostVasu Dev1-3/+3
2009-03-06[SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech2-49/+64
2009-03-06[SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->link_statusVasu Dev4-59/+28
2009-03-06[SCSI] libfc: fixed a soft lockup issue in fc_exch_recv_abtsVasu Dev1-1/+1
2009-03-06[SCSI] libfc: handle RRQ exch timeoutVasu Dev1-1/+1
2009-03-06[SCSI] libfc: when rport goes away (re-plogi), clean up exchanges to/from rportAbhijeet Joglekar1-1/+6
2009-03-06[SCSI] libfc: Pass lport in exch_mgr_resetAbhijeet Joglekar3-5/+6
2009-03-05[SCSI] sd: Don't try to spin up drives that are connected to an inactive portMatthew Wilcox1-15/+11
2009-02-21[SCSI] fix ABORTED_COMMAND looping forever problemJames Bottomley1-3/+2
2009-02-21[SCSI] sd: revive sd_index_lockTejun Heo1-0/+7
2009-02-21[SCSI] cxgb3i: update the driver version to 1.0.1Karen Xie1-2/+2
2009-02-21[SCSI] cxgb3i: added missing include in cxgb3i_ddp.hKaren Xie1-0/+2
2009-02-21[SCSI] cxgb3i: Outgoing pdus need to observe skb's MAX_SKB_FRAGSKaren Xie6-112/+205
2009-02-21[SCSI] cxgb3i: added per-task data to track transmit progressKaren Xie2-2/+24
2009-02-21[SCSI] cxgb3i: transmit work-request fixesKaren Xie2-53/+121
2009-02-21[SCSI] hptiop: Add new PCI device IDHighPoint Linux Team1-0/+1
2009-02-10[SCSI] qla2xxx: Update version number to 8.03.00-k3.Andrew Vasquez1-1/+1
2009-02-10[SCSI] qla2xxx: Mask out 'reserved' bits while processing FLT regions.Andrew Vasquez1-1/+1
2009-02-10[SCSI] qla2xxx: Correct slab-error overwrite during vport creation and deletion.Anirban Chakraborty2-8/+7
2009-02-10[SCSI] qla2xxx: Properly acknowledge IDC notification messages.Andrew Vasquez6-13/+87
2009-02-10[SCSI] qla2xxx: Remove interrupt request bit check in the response processing path in multiq mode.Anirban Chakraborty5-31/+16
2009-02-10[SCSI] lpfc: introduce missing kfreeJulia Lawall1-0/+1
2009-02-10[SCSI] libiscsi: Fix scsi command timeout oops in iscsi_eh_timed_outMike Christie1-1/+2
2009-02-10[SCSI] qla2xxx: fix Kernel Panic with Qlogic 2472 Card.Shyam_Iyer@Dell.com1-1/+1
2009-02-10[SCSI] ibmvfc: Increase cancel timeoutBrian King1-1/+1
2009-02-10[SCSI] ibmvfc: Fix rport reloginBrian King1-1/+11
2009-02-10[SCSI] ibmvfc: Fix command timeout errorsBrian King1-3/+0