Age | Commit message (Expand) | Author | Files | Lines |
2014-09-16 | megaraid_sas : Driver version update | Sumit.Saxena@avagotech.com | 2 | -4/+4 |
2014-09-16 | megaraid_sas : MFI MPT linked list corruption fix | Sumit.Saxena@avagotech.com | 4 | -83/+241 |
2014-09-16 | megaraid_sas : N-drive primary raid level 1 load balancing | Sumit.Saxena@avagotech.com | 4 | -68/+96 |
2014-09-16 | megaraid_sas : Add module parameter to disable IRQ-CPU affinity hint | Sumit.Saxena@avagotech.com | 1 | -22/+38 |
2014-09-16 | megaraid_sas : Round down max sge supported by controller to power of two | Sumit.Saxena@avagotech.com | 1 | -2/+2 |
2014-09-16 | megaraid_sas : Host lock less mode to enabled asynchronous IO submission | Sumit.Saxena@avagotech.com | 1 | -7/+4 |
2014-09-16 | megaraid_sas : Extended VD support | Sumit.Saxena@avagotech.com | 5 | -185/+500 |
2014-09-16 | megaraid_sas : Firmware crash dump feature support | Sumit.Saxena@avagotech.com | 3 | -5/+519 |
2014-09-16 | megaraid_sas : Update threshold based reply post host index register | Sumit.Saxena@avagotech.com | 2 | -1/+23 |
2014-09-16 | megaraid_sas : Use writeq for 64bit pci write to avoid spinlock overhead | Sumit.Saxena@avagotech.com | 1 | -0/+6 |
2014-09-16 | megaraid_sas : Do not scan non syspd drives | Sumit.Saxena@avagotech.com | 1 | -31/+4 |
2014-09-16 | megaraid_sas: Version and Changelog update | Adam Radford | 2 | -4/+4 |
2014-09-16 | megaraid_sas: Fix reset_mutex leak | Adam Radford | 1 | -0/+1 |
2014-09-16 | megaraid_sas: Remove unused variables in megasas_instance | Adam Radford | 1 | -2/+0 |
2014-09-16 | megaraid_sas: Add missing initial call to megasas_get_ld_vf_affiliation(). | Adam Radford | 1 | -0/+4 |
2014-09-16 | megaraid_sas: Fix LD/VF affiliation parsing | Adam Radford | 2 | -111/+208 |
2014-09-16 | megaraid: Use pci_enable_msix_range() instead of pci_enable_msix() | Alexander Gordeev | 1 | -13/+7 |
2014-09-16 | megaraid: Fail resume if MSI-X re-initialization failed | Alexander Gordeev | 1 | -3/+5 |
2014-08-09 | scsi: use pci_zalloc_consistent | Joe Perches | 2 | -14/+10 |
2014-07-18 | scsi: use 64-bit LUNs | Hannes Reinecke | 2 | -3/+3 |
2014-05-19 | megaraid_sas: fix a small problem when reading state value from hw | Tomas Henzl | 1 | -8/+7 |
2014-03-15 | [SCSI] megaraid_sas: Version and Changelog update | adam radford | 2 | -4/+4 |
2014-03-15 | [SCSI] megaraid_sas: Add Dell PowerEdge VRTX SR-IOV VF support | adam radford | 4 | -118/+851 |
2014-03-15 | [SCSI] megaraid_sas: Return leaked MPT frames to MPT frame pool | adam radford | 1 | -2/+5 |
2014-03-15 | [SCSI] megaraid_sas: Fix megasas_ioc_init_fusion | adam radford | 1 | -10/+7 |
2014-03-15 | [SCSI] megaraid_sas: Load correct raid context timeout | adam radford | 1 | -1/+4 |
2014-03-15 | [SCSI] megaraid_sas: Performance boost fixes | Sumit.Saxena@lsi.com | 2 | -9/+42 |
2014-03-15 | [SCSI] megaraid_sas: Set 32-bit DMA mask | Sumit.Saxena@lsi.com | 1 | -0/+13 |
2014-03-15 | [SCSI] megaraid_sas: Big endian code related fixes | Sumit.Saxena@lsi.com | 3 | -7/+13 |
2014-03-15 | [SCSI] megaraid_sas: Don't wait forever for non-IOCTL DCMDs | Sumit.Saxena@lsi.com | 2 | -25/+55 |
2014-03-15 | [SCSI] megaraid_sas: check return value for megasas_get_pd_list() | Hannes Reinecke | 1 | -17/+21 |
2014-03-15 | [SCSI] megaraid_sas_fusion: Return correct error value in megasas_get_ld_map_... | Hannes Reinecke | 1 | -1/+1 |
2014-03-15 | [SCSI] megaraid_sas_fusion: correctly pass queue info pointer | Hannes Reinecke | 1 | -1/+4 |
2014-03-15 | [SCSI] megaraid: missing bounds check in mimd_to_kioc() | Dan Carpenter | 1 | -0/+2 |
2013-12-19 | [SCSI] megaraid: Use resource_size_t for PCI resources, not long | Ben Collins | 2 | -3/+3 |
2013-11-29 | [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers | Martin K. Petersen | 2 | -0/+2 |
2013-11-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -11/+0 |
2013-10-25 | [SCSI] megaraid_sas: Fix synchronization problem between sysPD IO path and AE... | Sumit.Saxena@lsi.com | 2 | -4/+7 |
2013-10-25 | [SCSI] megaraid_sas: fixes for few endianess issues | Sumit.Saxena@lsi.com | 1 | -6/+6 |
2013-10-14 | SCSI: remove unnecessary pci_set_drvdata() | Jingoo Han | 2 | -11/+0 |
2013-09-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -305/+605 |
2013-09-11 | [SCSI] megaraid_sas: addded support for big endian architecture | Sumit.Saxena@lsi.com | 5 | -282/+407 |
2013-09-07 | [SCSI] megaraid_sas: Version and Changelog update | adam radford | 2 | -4/+4 |
2013-09-07 | [SCSI] megaraid_sas: Add High Availability clustering support using shared Lo... | adam radford | 5 | -29/+204 |
2013-09-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -7/+7 |
2013-08-20 | scsi/megaraid fixed several typos in comments | Matthias Schid | 3 | -7/+7 |
2013-08-03 | [SCSI] megaraid_sas: megaraid_sas driver init fails in kdump kernel | Sumit.Saxena@lsi.com | 1 | -5/+15 |
2013-07-09 | [SCSI] megaraid_sas: fix a bug for 64 bit arches | Dan Carpenter | 1 | -2/+2 |
2013-07-06 | [SCSI] megaraid_sas: fix memory leak if SGL has zero length entries | Bjørn Mork | 1 | -4/+6 |
2013-06-29 | [SCSI] megaraid: minor cut and paste error fixed. | James Georgas | 1 | -1/+1 |