summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * [SCSI] bnx2i: update CQ arming algorith for 5771x chipsetsAnil Veerabhadrappa2009-12-103-8/+31
| * [SCSI] bnx2i: Adjust sq_size module parametr to power of 2 only if a non-zero...Anil Veerabhadrappa2009-12-101-1/+1
| * [SCSI] bnx2i: Add 5771E device support to bnx2i driverAnil Veerabhadrappa2009-12-101-1/+5
| * [SCSI] ipr: fix EEH recoveryKleber Sacilotto de Souza2009-12-101-0/+1
| * [SCSI] fcoe: Use LLD's WWPN and WWNN for lport if LLD supports ndo_fcoe_get_wwnYi Zou2009-12-101-2/+23
| * [SCSI] qla2xxx: Update version number to 8.03.01-k8.Giridhar Malavali2009-12-101-1/+1
| * [SCSI] qla2xxx: fix for multiqueue in MISX disabled caseAnirban Chakraborty2009-12-104-2/+27
| * [SCSI] qla2xxx: Queue depth ramp up/down modification changes.Giridhar Malavali2009-12-104-115/+51Star
| * [SCSI] qla2xxx: dpc thread can execute before scsi host has been addedMichael Reed2009-12-101-3/+3
| * [SCSI] libosd: Fix blk_put_request locking againBoaz Harrosh2009-12-101-41/+47
| * [SCSI] megaraid_sas: make driver PCI legacy I/O port free driverNoriyuki Fujii2009-12-101-5/+9
| * [SCSI] Correctly handle thin provisioning write errorMartin K. Petersen2009-12-101-0/+1
| * [SCSI] sd: WRITE SAME(16) / UNMAP supportMartin K. Petersen2009-12-102-0/+109
| * [SCSI] st: fix mdata->page_order handlingFUJITA Tomonori2009-12-102-11/+13
| * [SCSI] be2iscsi: Adding support for various Async messages from chipJayamohan Kallickal2009-12-101-4/+8
| * [SCSI] mvsas: add support for Adaptec ASC-1045/1405 SAS/SATA HBASrinivas2009-12-101-0/+1
| * [SCSI] pmcraid: support SMI-S object model of storage poolAnil Ravindranath2009-12-102-10/+29
| * [SCSI] fc class: fix fc_transport_init error handlingMike Christie2009-12-101-3/+14
| * [SCSI] mpt2sas: add missing initialization of scsih_cmdsKashyap, Desai2009-12-101-0/+5
| * [SCSI] scsi_dh_rdac: Add two new IBM devices to rdac_dev_listMoger, Babu2009-12-101-0/+2
| * [SCSI] lpfc: fix hang on SGI ia64 platformMichael Reed2009-12-101-4/+12
* | Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro2009-12-151-2/+2
* | drivers/scsi/sym53c8xx_2/sym_glue.c: rename skip_spaces() to sym_skip_spaces()Andrew Morton2009-12-151-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-1040-86/+86
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-0740-86/+86
| |\
| | * tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-045-6/+6
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-0427-71/+71
| | * tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-1/+1
| | * tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König2009-11-095-5/+5
| | * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-093-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-12-10183-5406/+24814
|\ \ \
| * | | [SCSI] libfc: add support of receiving ELS_RLSYi Zou2009-12-041-0/+76
| * | | [SCSI] fcoe, libfc: add get_lesb() to allow LLD to fill the link error status...Yi Zou2009-12-041-0/+34
| * | | [SCSI] libfcoe: add tracking FIP Missing Discovery Advertisement countYi Zou2009-12-041-0/+14
| * | | [SCSI] libfcoe: add tracking FIP Virtual Link Failure countYi Zou2009-12-041-0/+2
| * | | [SCSI] libfcoe: add checking disable flag in FIP_FKA_ADVYi Zou2009-12-041-1/+3
| * | | [SCSI] fcoe: allow SCSI-FCP to be processed directly in softirq contextChris Leech2009-12-041-110/+135
| * | | [SCSI] libfc: fix payload size passed to fc_frame_alloc() in fc_lport_els_req...Yi Zou2009-12-041-2/+1Star
| * | | [SCSI] lpfc 8.3.6 : Update lpfc driver version to 8.3.6James Smart2009-12-041-1/+1
| * | | [SCSI] lpfc 8.3.6 : Hardware related fixes and changesJames Smart2009-12-045-104/+133
| * | | [SCSI] lpfc 8.3.6 : Fix critical errorsJames Smart2009-12-043-13/+38
| * | | [SCSI] lpfc 8.3.6 : Fix AER issuesJames Smart2009-12-043-12/+60
| * | | [SCSI] lpfc 8.3.6 : FC Protocol FixesJames Smart2009-12-0412-119/+235
| * | | [SCSI] lpfc 8.3.6 : FCoE Protocol FixesJames Smart2009-12-0410-21/+56
| * | | [SCSI] st: fix test of value range in st_set_options()Roel Kluin2009-12-041-1/+2
| * | | [SCSI] fix func names in kernel-docRandy Dunlap2009-12-041-2/+2
| * | | [SCSI] libosd: Error handling revampedBoaz Harrosh2009-12-041-11/+74
| * | | [SCSI] libosd: Bugfix of error handling in attributes-list decodingBoaz Harrosh2009-12-041-0/+1
| * | | [SCSI] libosd: bug in osd_req_decode_sense_full()Boaz Harrosh2009-12-041-4/+5
| * | | [SCSI] libosd: osd_dev_info: Unique Identification of an OSD deviceBoaz Harrosh2009-12-042-9/+117