Age | Commit message (Expand) | Author | Files | Lines |
2014-09-22 | mpt2sas: fix undefined reference to `__udivdi3' compilation errors | Sreekanth Reddy | 1 | -4/+4 |
2014-09-16 | mpt3sas, mpt2sas: fix scsi_add_host error handling problems in _scsih_probe | Sreekanth Reddy | 1 | -2/+6 |
2014-09-16 | mpt2sas: Bump mpt2sas driver version to 18.100.00.00 | Sreekanth Reddy | 1 | -2/+2 |
2014-09-16 | mpt2sas: Get IOC_FACTS information using handshake protocol only after HBA ca... | Sreekanth Reddy | 1 | -0/+68 |
2014-09-16 | mpt2sas: Added Reply Descriptor Post Queue (RDPQ) Array support | Sreekanth Reddy | 2 | -61/+199 |
2014-09-16 | mpt2sas: Avoid type casting for direct I/O commands | Sreekanth Reddy | 1 | -77/+40 |
2014-09-16 | mpt2sas: Bump mpt2sas driver version to 17.100.00.00 | Sreekanth Reddy | 1 | -2/+2 |
2014-09-16 | mpt2sas: Clear PFA Status on SGPIO when PFA Drive is Removed or Replaced | Sreekanth Reddy | 2 | -9/+63 |
2014-09-16 | mpt2sas: Copyright in driver sources is updated for year the 2014 | Sreekanth Reddy | 9 | -9/+9 |
2014-09-16 | mpt2sas: MPI2 Rev Y (2.00.17) and Rev Z (2.00.18) specifications | Sreekanth Reddy | 8 | -31/+148 |
2014-09-16 | mpt2sas: Added driver module parameter max_msix_vectors | Sreekanth Reddy | 1 | -0/+14 |
2014-09-16 | mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 1 | -3/+3 |
2014-07-26 | mpt2sas: delay scsi_add_host call to work with scsi-mq | Reddy, Sreekanth | 2 | -14/+13 |
2014-07-26 | mpt2sas: Rework the MSI-X grouping code | Martin K. Petersen | 1 | -41/+23 |
2014-07-26 | mpt2sas: annotate ioc->reply_post_host_index as __iomem | Joe Lawrence | 2 | -5/+6 |
2014-07-26 | mpt2sas: combine fw_event_work and its event_data | Joe Lawrence | 1 | -22/+30 |
2014-07-26 | mpt2sas: correct scsi_{target,device} hostdata allocation | Joe Lawrence | 1 | -2/+4 |
2014-05-28 | mpt2sas: Add free smids to the head, not tail of list | Matthew Wilcox | 1 | -4/+4 |
2014-05-28 | mpt2sas: Remove use of DEF_SCSI_QCMD | Matthew Wilcox | 1 | -6/+3 |
2014-05-28 | mpt2sas: Remove uses of serial_number | Matthew Wilcox | 3 | -11/+8 |
2014-04-28 | [SCSI] mpt2sas: Don't disable device twice at suspend. | Tyler Stachecki | 1 | -1/+0 |
2014-01-30 | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -20/+21 |
2014-01-14 | MPT / PCI: Use pci_stop_and_remove_bus_device_locked() | Rafael J. Wysocki | 1 | -1/+1 |
2013-11-24 | block: Kill bio_segments()/bi_vcnt usage | Kent Overstreet | 1 | -5/+5 |
2013-11-24 | block: Convert bio_for_each_segment() to bvec_iter | Kent Overstreet | 1 | -15/+16 |
2013-09-03 | [SCSI] mpt2sas: Remove phys on topology change. | Jan Vesely | 1 | -1/+4 |
2013-09-03 | [SCSI] mpt2sas: Bump driver version to v16.100.00.00 | Sreekanth Reddy | 1 | -2/+2 |
2013-09-03 | [SCSI] mpt2sas: Fix for kernel panic when driver loads with HBA connected to ... | Sreekanth Reddy | 1 | -0/+14 |
2013-09-03 | [SCSI] mpt2sas: when Async scanning is enabled then while scanning, devices a... | Sreekanth Reddy | 1 | -10/+13 |
2013-09-03 | [SCSI] mpt2sas: Infinite loop can occur if MPI2_IOCSTATUS_CONFIG_INVALID_PAGE... | Sreekanth Reddy | 1 | -12/+4 |
2013-09-03 | [SCSI] mpt2sas: The copyright in driver sources is updated for the year 2013 | Sreekanth Reddy | 8 | -8/+8 |
2013-09-03 | [SCSI] mpt2sas: MPI2 Rev X (2.00.16) specifications | Sreekanth Reddy | 8 | -11/+18 |
2013-09-03 | [SCSI] mpt2sas: Change in MPI2_RAID_ACTION_SYSTEM_SHUTDOWN_INITIATED notifica... | Sreekanth Reddy | 1 | -4/+1 |
2013-09-03 | [SCSI] mpt2sas: Null pointer deference possibility in mpt2sas_ctl_event_callb... | Sreekanth Reddy | 4 | -23/+25 |
2013-08-26 | [SCSI] mpt2sas: fix cleanup on controller resource mapping failure | Joe Lawrence | 2 | -10/+18 |
2013-06-24 | [SCSI] mpt2sas: fix for unused variable 'event_data' warning | Reddy, Sreekanth | 1 | -3/+4 |
2013-06-24 | [SCSI] mpt2sas: Bump driver vesion to v15.100.00.00 | Sreekanth Reddy | 1 | -2/+2 |
2013-06-24 | [SCSI] mpt2sas: Calulate the Reply post queue depth calculation as per the MP... | Sreekanth Reddy | 1 | -12/+14 |
2013-06-24 | [SCSI] mpt2sas: fix firmware failure with wrong task attribute | Sreekanth Reddy | 1 | -5/+1 |
2013-06-24 | [SCSI] mpt2sas: Fix for device scan following host reset could get stuck in a... | Sreekanth Reddy | 1 | -5/+117 |
2013-06-24 | [SCSI] mpt2sas: Update the timing requirements for issuing a Hard Reset | Sreekanth Reddy | 1 | -7/+13 |
2013-06-24 | [SCSI] mpt2sas: MPI2 Rev W (2.00.15) specification | Sreekanth Reddy | 5 | -11/+26 |
2013-06-24 | [SCSI] mpt2sas: Fix for issue Missing delay not getting set during system bootup | Reddy, Sreekanth | 3 | -11/+13 |
2013-05-08 | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+5 |
2013-04-29 | mpt2sas: don't wank with fasync on ->release() | Al Viro | 1 | -14/+0 |
2013-03-24 | block: Remove some unnecessary bi_vcnt usage | Kent Overstreet | 1 | -5/+5 |
2013-02-24 | [SCSI] mpt2sas: Add support for OEM specific controller | Sreekanth Reddy | 2 | -0/+14 |
2013-01-29 | [SCSI] mpt2sas: fix for driver fails EEH, recovery from injected pci bus error | Sreekanth Reddy | 2 | -1/+19 |
2013-01-04 | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -2/+2 |
2012-10-03 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 13 | -48/+195 |