summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-01-07142-5957/+10326
|\
| * [SCSI] arcmsr: fix write to device checkroel kluin2011-01-031-2/+1Star
| * [SCSI] lpfc: lower stack use in lpfc_fc_frame_checkTomas Henzl2011-01-031-1/+2
| * [SCSI] eliminate an unnecessary local variable from scsi_remove_target()Alan Stern2011-01-031-4/+2Star
| * [SCSI] libiscsi: use bh locking instead of irq with session lockMike Christie2010-12-311-8/+6Star
| * [SCSI] libiscsi: do not take host lock in queuecommandMike Christie2010-12-311-23/+14Star
| * [SCSI] be2iscsi: fix null ptr when accessing task hdrMike Christie2010-12-311-1/+2
| * [SCSI] be2iscsi: fix gfp use in alloc_pduMike Christie2010-12-311-1/+1
| * [SCSI] libiscsi: add more informative failure message during iscsi scsi ehMike Christie2010-12-311-5/+5
| * [SCSI] gdth: Add missing call to gdth_ioctl_freeJulia Lawall2010-12-312-5/+15
| * [SCSI] bfa: remove unused defintions and misc cleanupsJing Huang2010-12-319-514/+158Star
| * [SCSI] bfa: remove inactive functionsJing Huang2010-12-317-74/+0Star
| * [SCSI] bfa: replace bfa_assert with WARN_ONJing Huang2010-12-3116-135/+125Star
| * [SCSI] qla2xxx: Use sg_next to fetch next sg element while walking sg list.Giridhar Malavali2010-12-231-1/+1
| * [SCSI] qla2xxx: Fix to avoid recursive lock failure during BSG timeout.Giridhar Malavali2010-12-231-0/+2
| * [SCSI] qla2xxx: Remove code to not reset ISP82xx on failure.Giridhar Malavali2010-12-233-10/+1Star
| * [SCSI] qla2xxx: Display mailbox register 4 during 8012 AEN for ISP82XX parts.Andrew Vasquez2010-12-231-0/+2
| * [SCSI] qla2xxx: Don't perform a BIG_HAMMER if Get-ID (0x20) mailbox command f...Andrew Vasquez2010-12-231-0/+1
| * [SCSI] qla2xxx: Remove redundant module parameter permission bitsJoe Carnuccio2010-12-231-16/+16
| * [SCSI] qla2xxx: Add sysfs node for displaying board temperature.Andrew Vasquez2010-12-235-1/+97
| * [SCSI] qla2xxx: Code cleanup to remove unwanted comments and code.Giridhar Malavali2010-12-232-38/+0Star
| * [SCSI] qla2xxx: Fix for memory wedge on fw halt for ISP82XXMadhuranath Iyengar2010-12-231-0/+44
| * [SCSI] qla2xxx: Update FCP priority information to firmware before sending IOsMadhuranath Iyengar2010-12-234-11/+12
| * [SCSI] qla2xxx: Fixed zero test on new_config in qla2x00_process_loopback().Joe Carnuccio2010-12-231-1/+1
| * [SCSI] qla2xxx: Populate FCP_PRIO location for no *FLT* caseAndrew Vasquez2010-12-231-4/+7
| * [SCSI] qla2xxx: list cursors are not nullDan Carpenter2010-12-232-2/+2
| * [SCSI] qla2xxx: Added support for quiescence mode for ISP82xx.Saurav Kashyap2010-12-235-6/+224
| * [SCSI] megaraid_sas: Add 9565/9285 specific codeadam radford2010-12-236-111/+3751
| * [SCSI] megaraid_sas: Add struct megasas_instance_template changesadam radford2010-12-232-105/+180
| * [SCSI] megaraid_sas: Use lowest memory bar for SR-IOV VF supportadam radford2010-12-232-19/+11Star
| * [SCSI] megaraid_sas: Add MSI-X support and msix_disable module parameteradam radford2010-12-232-7/+37
| * [SCSI] st: Increase success probability in driver buffer allocationFUJITA Tomonori2010-12-231-1/+2
| * [SCSI] st: Store page order before driver buffer allocationKai Makisara2010-12-231-2/+2
| * [SCSI] scsi_debug: set resid to indicate no data-in when medium errorDouglas Gilbert2010-12-231-0/+1
| * [SCSI] fix medium error problems with some arrays which can cause data corrup...James Bottomley2010-12-231-1/+8
| * [SCSI] megaraid_sas: Update GPL headers.adam radford2010-12-212-23/+45
| * [SCSI] megaraid_sas: Rename megaraid_sas.c to megaraid_sas_base.cadam radford2010-12-212-23/+24
| * [SCSI] fix the return value of scsi_target_queue_read()Hillf Danton2010-12-211-3/+2Star
| * [SCSI] scsi_dh: propagate SCSI device deletionMenny Hamburger2010-12-211-2/+9
| * [SCSI] hpsa: do not consider RAID level to be part of device identityStephen M. Cameron2010-12-211-2/+0Star
| * [SCSI] hpsa: do not consider firmware revision when looking for device changes.Stephen M. Cameron2010-12-212-10/+0Star
| * [SCSI] lpfc 8.3.20: Update lpfc driver version to 8.3.20James Smart2010-12-211-1/+1
| * [SCSI] lpfc 8.3.20: Updates to FC discovery commandsJames Smart2010-12-219-72/+49Star
| * [SCSI] lpfc 8.3.20: Implement new SLI4 init procedures based on if_typeJames Smart2010-12-214-326/+569
| * [SCSI] lpfc 8.3.20: Implement the FC and SLI async event handlersJames Smart2010-12-215-71/+283
| * [SCSI] lpfc 8.3.20: Critical fixesJames Smart2010-12-212-41/+21Star
| * [SCSI] bfa: Update the driver version to 2.3.2.3Krishna Gudipati2010-12-211-1/+1
| * [SCSI] bfa: io tag handling and minor bug fix.Krishna Gudipati2010-12-214-16/+24
| * [SCSI] bfa: direct attach mode fix.Krishna Gudipati2010-12-215-1/+111
| * [SCSI] bfa: IOC auto recovery fix.Krishna Gudipati2010-12-216-100/+445