summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-02[SCSI] libfc: cache align fc_exch_poolVasu Dev1-6/+5
2011-10-02[SCSI] libfc: cache align struct fc_exch fieldsVasu Dev1-15/+12
2011-10-02[SCSI] libfc: cache align struct fc_fcp_pkt fieldsVasu Dev2-30/+21
2011-10-02[SCSI] fcoe: use kthread_create_on_nodeEric Dumazet1-2/+3
2011-10-02[SCSI] libsas: fix warnings when checking sata/stp protocolDan Williams1-0/+1
2011-10-02[SCSI] libsas: set sas_address and device type of rphyJack Wang1-0/+2
2011-10-02[SCSI] libsas: fix try_test_sas_gpio_gp_bit() build errorDan Williams1-0/+7
2011-10-02[SCSI] pm8001: remove pm8001_slave_{alloc|configure}Dan Williams3-34/+3
2011-10-02[SCSI] mvsas: remove mvs_slave_{alloc|configure}Dan Williams3-34/+2
2011-10-02[SCSI] libsas: dynamic queue depthDan Williams1-21/+18
2011-10-02[SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devicesDan Williams4-16/+42
2011-10-02[SCSI] libsas: disable scanning lun > 0 on ata devicesDan Williams1-2/+8
2011-10-02[SCSI] libsas: Allow expander T-T attachmentsLuben Tuikov3-8/+29
2011-09-22[SCSI] ipr: Stop reading adapter dump prematurelyBrian King2-4/+12
2011-09-22[SCSI] scsi_dh_rdac: Adding NetApp as a brand name for rdacChauhan, Vijay1-2/+2
2011-09-22[SCSI] bnx2fc: Bumped version to 1.0.7Bhanu Prakash Gollapudi2-2/+2
2011-09-22[SCSI] bnx2fc: Handle bnx2fc_map_sg failureBhanu Prakash Gollapudi1-5/+15
2011-09-22[SCSI] bnx2fc: Replace scsi_dma_map() with dma_map_sg().Bhanu Prakash Gollapudi1-1/+4
2011-09-22[SCSI] mptfusion: Added check for SILI bit in READ_16 CDB for DATA UNDERRUN E...nagalakshmi.nandigama@lsi.com1-1/+2
2011-09-22[SCSI] mpt2sas: take size of pointed value, not pointerJulia Lawall1-1/+1
2011-09-22[SCSI] bnx2fc: Add driver documentationBhanu Prakash Gollapudi1-0/+75
2011-09-22[SCSI] mac_esp: remove redundant mutual exclusionFinn Thain1-9/+0
2011-09-22[SCSI] mpt2sas: Bump driver version 09.100.00.01nagalakshmi.nandigama@lsi.com1-2/+2
2011-09-22[SCSI] mpt2sas: Added NUNA IO support in driver which uses multi-reply queue ...nagalakshmi.nandigama@lsi.com4-117/+401
2011-09-22[SCSI] scsi_dh_rdac: Adding couple more vendor product idsMoger, Babu1-0/+2
2011-09-22[SCSI] isci: initial sgpio write supportDan Williams3-0/+87
2011-09-22[SCSI] isci: fix sgpio register definitionsDan Williams1-118/+4
2011-09-22[SCSI] libsas: sgpio write supportDan Williams3-2/+120
2011-09-18[SCSI] qla4xxx: select iscsi boot sysfs attrsMike Christie1-0/+1
2011-09-17[SCSI] bnx2fc: Bumped version to 1.0.6Bhanu Prakash Gollapudi2-2/+2
2011-09-17[SCSI] bnx2fc: Fix FW assert during RSCN stress testsBhanu Prakash Gollapudi1-3/+1
2011-09-17[SCSI] bnx2fc: Fix panic caused because of incorrect errror handling in creat...Bhanu Prakash Gollapudi1-5/+10
2011-09-17[SCSI] bnx2fc: Avoid calling bnx2fc_if_destroy with unnecessary locksBhanu Prakash Gollapudi1-6/+2
2011-09-17[SCSI] bnx2fc: Validate vlan id in NETDEV_UNREGISTER handlerNithin Nayak Sujir1-3/+3
2011-09-17[SCSI] bnx2fc: No abort issued for REC when it times outBhanu Prakash Gollapudi2-14/+18
2011-09-17[SCSI] bnx2fc: Send solicitation only after vlan discovery is completeBhanu Prakash Gollapudi2-4/+18
2011-09-17[SCSI] bnx2fc: Reset max receive frame size during link upBhanu Prakash Gollapudi1-0/+2
2011-08-30[SCSI] scsi_dh_alua: Decrease retry intervalHannes Reinecke1-2/+2
2011-08-30[SCSI] scsi_dh_alua: Fix Erroneous TPG ID checkHannes Reinecke1-1/+1
2011-08-30[SCSI] scsi_dh: Check for sdev state in store_dh_state()Hannes Reinecke1-0/+4
2011-08-30[SCSI] scsi_dh_alua: always update TPGS status on activateHannes Reinecke1-5/+3
2011-08-30[SCSI] scsi_dh: Implement match callback functionHannes Reinecke3-25/+52
2011-08-30[SCSI] scsi_dh: Fixup kernel-doc commentsHannes Reinecke1-2/+2
2011-08-30[SCSI] scsi_dh_alua: Evaluate TPGS setting from inquiry dataHannes Reinecke2-49/+11
2011-08-30[SCSI] libsas: fix sas_queuecommand return valuesChristoph Hellwig1-4/+5
2011-08-30[SCSI] libsas: reindent sas_queuecommandChristoph Hellwig1-43/+38
2011-08-30[SCSI] libsas: sas_queuecommand doesnt need host_lockChristoph Hellwig1-22/+3
2011-08-29[SCSI] sd: Use sd_printk() instead of printk()Nao Nishijima1-3/+4
2011-08-29[SCSI] genhd: add a new attribute "alias" in gendiskNao Nishijima3-0/+88
2011-08-29[SCSI] scsi scan: don't fail scans when host is in recoveryMike Christie1-1/+2