aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/mpt2sas_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-11mpt2sas: Remove .c and .h files from mpt2sas driverSreekanth Reddy1-2173/+0
2015-09-06mpt2sas: Refcount sas_device objects and fix unsafe list usageCalvin Owens1-4/+8
2015-01-13mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy1-1/+2
2014-12-04Revert "[SCSI] mpt2sas: Remove phys on topology change."Sreekanth Reddy1-4/+1
2014-09-16mpt2sas: Copyright in driver sources is updated for year the 2014Sreekanth Reddy1-1/+1
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet1-5/+5
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-15/+16
2013-09-03[SCSI] mpt2sas: Remove phys on topology change.Jan Vesely1-1/+4
2013-09-03[SCSI] mpt2sas: The copyright in driver sources is updated for the year 2013Sreekanth Reddy1-1/+1
2013-03-23block: Remove some unnecessary bi_vcnt usageKent Overstreet1-5/+5
2012-08-24[SCSI] mpt2sas: 2012 source code copyrightsreekanth.reddy@lsi.com1-1/+1
2012-04-23[SCSI] mpt2sas: Set the phy identifier of the end device to the phy number of the parent device it is linked tonagalakshmi.nandigama@lsi.com1-0/+3
2012-04-23[SCSI] mpt2sas : While enabling phy, read the current port number from sas iounit page 0 instead of page 1nagalakshmi.nandigama@lsi.com1-2/+59
2012-04-23[SCSI] mpt2sas: Improvement were made to better protect the sas_device, raid_device, and expander_device listsnagalakshmi.nandigama@lsi.com1-18/+28
2012-04-23[SCSI] mpt2sas: Added multisegment mode support for Linux BSG Drivernagalakshmi.nandigama@lsi.com1-29/+104
2011-12-15[SCSI] mpt2sas: Rearrange the the code so that the completion queues are initialized prior to sending the request to controller firmwarenagalakshmi.nandigama@lsi.com1-4/+5
2011-09-22[SCSI] mpt2sas: take size of pointed value, not pointerJulia Lawall1-1/+1
2011-06-29[SCSI] mpt2sas: Fixed Big Indian Issues on 32 bit PPCKashyap, Desai1-15/+9
2010-12-21[SCSI] mpt2sas: Modify code to support Expander switchKashyap, Desai1-47/+138
2010-07-27[SCSI] mpt2sas: driver fails to recover from injected PCIe bus errorsEric Moore1-4/+4
2010-07-27[SCSI] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFOKashyap, Desai1-8/+8
2010-07-27[SCSI] mpt2sas: Added expander phy control supportKashyap, Desai1-30/+275
2010-07-27[SCSI] mpt2sas: Added expander phy counter supportKashyap, Desai1-9/+233
2010-07-27[SCSI] mpt2sas: Fix to use sas device list instead of enclosure list for _transpor_get_enclosure_identifier.Kashyap, Desai1-6/+6
2010-04-11[SCSI] mpt2sas: sanity added to remove duplicate port from topologyKashyap, Desai1-0/+84
2010-04-11[SCSI] mpt2sas: Copyright 2010.Kashyap, Desai1-1/+1
2010-04-11[SCSI] mpt2sas: Fix for little endianKashyap, Desai1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-08[SCSI] mpt2sas: Added phy_enable and set_phy_speed sysfs callback support.Kashyap, Desai1-14/+182
2009-10-29[SCSI] mpt2sas : PPC (power pc) endian bug fix'sKashyap, Desai1-7/+7
2009-10-29[SCSI] mpt2sas: Driver will use sas address instead of handle as a lookupKashyap, Desai1-41/+31
2009-10-02[SCSI] mpt2sas: Call init_completion on a per request basis.Kashyap, Desai1-0/+2
2009-10-02[SCSI] mpt2sas: Target Reset will be issued from Interrupt context.Kashyap, Desai1-4/+6
2009-10-02[SCSI] mpt2sas: Copyright change to 2009.Kashyap, Desai1-1/+1
2009-10-02[SCSI] mpt2sas: Update driver to MPI2 REV K headers.Kashyap, Desai1-4/+8
2009-09-05[SCSI] mpt2sas: Removed wrapper funtions _scsih_link_change.Kashyap, Desai1-2/+2
2009-09-05[SCSI] mpt2sas: Prevent sending command to FW while Host ResetKashyap, Desai1-12/+17
2009-06-12[SCSI] Merge branch 'linus'James Bottomley1-12/+11
2009-05-23[SCSI] mpt2sas: using the same naming convention for all static functionEric Moore1-18/+18
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo1-2/+2
2009-05-11block: cleanup rq->data_len usagesTejun Heo1-10/+11
2009-05-11block: add rq->resid_lenTejun Heo1-3/+1
2009-03-13[SCSI] mpt2sas v00.100.11.15Eric Moore1-0/+1211