1. a63bb9b mpt2sas: Bump driver version to 20.100.00.00 by Sreekanth Reddy · 10 years ago
  2. 14b3114 mpt2sas, mpt3sas: set cpu affinity for each MSIX vectors by Sreekanth Reddy · 10 years ago
  3. a03bd15 mpt2sas, mpt3sas: Update attribution language to Avago by Sreekanth Reddy · 10 years ago
  4. d2227f7 mpt2sas: map log_info value 0x0x32010081 to DID_RESET by Sreekanth Reddy · 10 years ago
  5. ad666a0 mpt2sas, mpt3sas: fix upper bound for the module parameter max_sgl_entries by Sreekanth Reddy · 10 years ago
  6. d42432a mpt2sas: MPI2 Rev BB (2.00.20) specification and 2.00.35 header files by Sreekanth Reddy · 10 years ago
  7. 2af48d7 mpt2sas: Bump driver version to 19.100.00.00 by Sreekanth Reddy · 10 years ago
  8. ddb588b mpt2sas, mpt3sas: Fail the host reset initiated due to discovery related I/O timeouts at driver load time by Sreekanth Reddy · 10 years ago
  9. 2d8ce8c mpt2sas, mpt3sas: log exceeded temperature thresholds by Sreekanth Reddy · 10 years ago
  10. cb16ef3 mpt2sas: MPI2 Rev AA (2.00.19) specifications by Sreekanth Reddy · 10 years ago
  11. c51e3a4f mpt2sas: issue_reset is uninitialized by Dan Carpenter · 10 years ago
  12. e617457 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  13. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  14. 81a89c2 Revert "[SCSI] mpt2sas: Remove phys on topology change." by Sreekanth Reddy · 10 years ago
  15. efc3c1d scsi: remove ->change_queue_type method by Christoph Hellwig · 10 years ago
  16. 286c940 mpt2sas: simplify ->change_queue_depth by Christoph Hellwig · 10 years ago
  17. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  18. c40ecc1 scsi: avoid ->change_queue_depth indirection for queue full tracking by Christoph Hellwig · 10 years ago
  19. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  20. 565ccde scsi: mpt2sas: fix ioctl in comment by Alex Pilon · 10 years ago
  21. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  22. 609aa22 scsi: remove ordered_tags scsi_device field by Christoph Hellwig · 10 years ago
  23. a62182f scsi: provide a generic change_queue_type method by Christoph Hellwig · 10 years ago
  24. f78f694 mpt2sas: fix undefined reference to `__udivdi3' compilation errors by Sreekanth Reddy · 10 years ago
  25. b65f1d4 mpt3sas, mpt2sas: fix scsi_add_host error handling problems in _scsih_probe by Sreekanth Reddy · 10 years ago
  26. 9b2dcba mpt2sas: Bump mpt2sas driver version to 18.100.00.00 by Sreekanth Reddy · 10 years ago
  27. a66dd97 mpt2sas: Get IOC_FACTS information using handshake protocol only after HBA card gets into READY or Operational state. by Sreekanth Reddy · 10 years ago
  28. 5fb1bf8 mpt2sas: Added Reply Descriptor Post Queue (RDPQ) Array support by Sreekanth Reddy · 10 years ago
  29. daeaa9d mpt2sas: Avoid type casting for direct I/O commands by Sreekanth Reddy · 10 years ago
  30. 49563e1 mpt2sas: Bump mpt2sas driver version to 17.100.00.00 by Sreekanth Reddy · 10 years ago
  31. bd58ea3 mpt2sas: Clear PFA Status on SGPIO when PFA Drive is Removed or Replaced by Sreekanth Reddy · 10 years ago
  32. e9edbe3 mpt2sas: Copyright in driver sources is updated for year the 2014 by Sreekanth Reddy · 10 years ago
  33. ff4637d mpt2sas: MPI2 Rev Y (2.00.17) and Rev Z (2.00.18) specifications by Sreekanth Reddy · 10 years ago
  34. 4e1f20a mpt2sas: Added driver module parameter max_msix_vectors by Sreekanth Reddy · 10 years ago
  35. 52674c6 mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  36. 02b7708 mpt2sas: delay scsi_add_host call to work with scsi-mq by Reddy, Sreekanth · 10 years ago
  37. cbbb7b3 mpt2sas: Rework the MSI-X grouping code by Martin K. Petersen · 11 years ago
  38. 42de597 mpt2sas: annotate ioc->reply_post_host_index as __iomem by Joe Lawrence · 10 years ago
  39. 00713ad mpt2sas: combine fw_event_work and its event_data by Joe Lawrence · 10 years ago
  40. feafe7c mpt2sas: correct scsi_{target,device} hostdata allocation by Joe Lawrence · 10 years ago
  41. 049b3e8 mpt2sas: Add free smids to the head, not tail of list by Matthew Wilcox · 10 years ago
  42. 90f951e mpt2sas: Remove use of DEF_SCSI_QCMD by Matthew Wilcox · 10 years ago
  43. 2e45c8b mpt2sas: Remove uses of serial_number by Matthew Wilcox · 10 years ago
  44. af61e27 [SCSI] mpt2sas: Don't disable device twice at suspend. by Tyler Stachecki · 10 years ago
  45. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  46. 64cdb41 MPT / PCI: Use pci_stop_and_remove_bus_device_locked() by Rafael J. Wysocki · 11 years ago
  47. 458b76e block: Kill bio_segments()/bi_vcnt usage by Kent Overstreet · 11 years ago
  48. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  49. 3520f9c [SCSI] mpt2sas: Remove phys on topology change. by Jan Vesely · 11 years ago
  50. 4d81233 [SCSI] mpt2sas: Bump driver version to v16.100.00.00 by Sreekanth Reddy · 11 years ago
  51. 63e359d [SCSI] mpt2sas: Fix for kernel panic when driver loads with HBA connected to non LUN 0 configured expander by Sreekanth Reddy · 11 years ago
  52. bc6d4c3 [SCSI] mpt2sas: when Async scanning is enabled then while scanning, devices are removed but their transport layer entries are not removed by Sreekanth Reddy · 11 years ago
  53. 1c50e8d [SCSI] mpt2sas: Infinite loop can occur if MPI2_IOCSTATUS_CONFIG_INVALID_PAGE is not returned by Sreekanth Reddy · 11 years ago
  54. d648d5a [SCSI] mpt2sas: The copyright in driver sources is updated for the year 2013 by Sreekanth Reddy · 11 years ago
  55. 5d32aa2 [SCSI] mpt2sas: MPI2 Rev X (2.00.16) specifications by Sreekanth Reddy · 11 years ago
  56. 3627dba [SCSI] mpt2sas: Change in MPI2_RAID_ACTION_SYSTEM_SHUTDOWN_INITIATED notification methodology by Sreekanth Reddy · 11 years ago
  57. 6409a7d [SCSI] mpt2sas: Null pointer deference possibility in mpt2sas_ctl_event_callback function by Sreekanth Reddy · 11 years ago
  58. 3b3e6f8 [SCSI] mpt2sas: fix cleanup on controller resource mapping failure by Joe Lawrence · 11 years ago
  59. c3a634b [SCSI] mpt2sas: fix for unused variable 'event_data' warning by Reddy, Sreekanth · 11 years ago
  60. 627d1a1 [SCSI] mpt2sas: Bump driver vesion to v15.100.00.00 by Sreekanth Reddy · 12 years ago
  61. 148124d [SCSI] mpt2sas: Calulate the Reply post queue depth calculation as per the MPI spec by Sreekanth Reddy · 12 years ago
  62. 48ba2ef [SCSI] mpt2sas: fix firmware failure with wrong task attribute by Sreekanth Reddy · 12 years ago
  63. 6241f22 [SCSI] mpt2sas: Fix for device scan following host reset could get stuck in a infinite loop by Sreekanth Reddy · 12 years ago
  64. ca6832e [SCSI] mpt2sas: Update the timing requirements for issuing a Hard Reset by Sreekanth Reddy · 12 years ago
  65. 10ec24e [SCSI] mpt2sas: MPI2 Rev W (2.00.15) specification by Sreekanth Reddy · 12 years ago
  66. b0df96a0 [SCSI] mpt2sas: Fix for issue Missing delay not getting set during system bootup by Reddy, Sreekanth · 11 years ago
  67. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  68. 96625a7 mpt2sas: don't wank with fasync on ->release() by Al Viro · 11 years ago
  69. 2f47787 block: Remove some unnecessary bi_vcnt usage by Kent Overstreet · 12 years ago
  70. 7887ea7 [SCSI] mpt2sas: Add support for OEM specific controller by Sreekanth Reddy · 12 years ago
  71. b4730fb [SCSI] mpt2sas: fix for driver fails EEH, recovery from injected pci bus error by Sreekanth Reddy · 12 years ago
  72. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  73. 3151367 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  74. fe709ed Merge SCSI misc branch into isci-for-3.6 tag by James Bottomley · 12 years ago
  75. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  76. 5e95e73 [SCSI] mpt2sas: Add a module parameter that permits overriding protection capabilities by Martin K. Petersen · 12 years ago
  77. 9b5cd13 [SCSI] mpt2sas: Return the correct sense key for DIF errors by Martin K. Petersen · 12 years ago
  78. b656688 [SCSI] mpt2sas: fix double mutex lock in NON_BLOCKING state by Alexey Khoroshilov · 12 years ago
  79. 10cce6d [SCSI] mpt2sas: Fix for issue - Unable to boot from the drive connected to HBA by sreekanth.reddy@lsi.com · 12 years ago
  80. a55b2d2 scsi: make pci error handlers const by Stephen Hemminger · 12 years ago
  81. 3013d91 [SCSI] mpt2sas: Bump driver vesion to 14.100.00.00 by sreekanth.reddy@lsi.com · 12 years ago
  82. 14aa7f7 [SCSI] mpt2sas: Fix for With post diag reset same set of device gets added, removed and then again gets added with new target ids by sreekanth.reddy@lsi.com · 12 years ago
  83. 4b19317 [SCSI] mpt2sas: Fix for staged device discovery functionality of driver not working by sreekanth.reddy@lsi.com · 12 years ago
  84. 8c79d62 [SCSI] mpt2sas : MPI 2.0 Rev V(2.0.14) specification by sreekanth.reddy@lsi.com · 12 years ago
  85. eece5de [SCSI] mpt2sas: Fix for max_sectors warning message is stating the incorrect range by sreekanth.reddy@lsi.com · 12 years ago
  86. 6c26566 [SCSI] mpt2sas: Provide sysfs attribute to report Backup Rail Monitor Status by sreekanth.reddy@lsi.com · 12 years ago
  87. e17eee4 [SCSI] mpt2sas: To include more Intel Branding by sreekanth.reddy@lsi.com · 12 years ago
  88. 433d717 [SCSI] mpt2sas: 2012 source code copyright by sreekanth.reddy@lsi.com · 12 years ago
  89. 338b131 [SCSI] mpt2sas: Fix for Driver oops, when loading driver with max_queue_depth command line option to a very small value by sreekanth.reddy@lsi.com · 12 years ago
  90. 5d9fb5c [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new state by Mike Christie · 12 years ago
  91. a2c6585 [SCSI] mpt2sas: Fix unsafe using smp_processor_id() in preemptible by nagalakshmi.nandigama@lsi.com · 12 years ago
  92. f555e05 [SCSI] mpt2sas: move the scsi_host_put to the right place by Tomas Henzl · 12 years ago
  93. be4a07a0 [SCSI] mpt2sas: Bump driver vesion to 13.100.00.00 by nagalakshmi.nandigama@lsi.com · 12 years ago
  94. e42fafc [SCSI] mpt2sas: Fix for panic happening because of improper memory allocation by nagalakshmi.nandigama@lsi.com · 12 years ago
  95. 39af7a9 [SCSI] mpt2sas: Fix for hard drive going OFFLINE when hard reset issued and simultaneously another hard drive is hot unplugged by nagalakshmi.nandigama@lsi.com · 12 years ago
  96. 64bb813 [SCSI] mpt2sas: Set the phy identifier of the end device to the phy number of the parent device it is linked to by nagalakshmi.nandigama@lsi.com · 12 years ago
  97. 43d6ddf [SCSI] mpt2sas : While enabling phy, read the current port number from sas iounit page 0 instead of page 1 by nagalakshmi.nandigama@lsi.com · 12 years ago
  98. d838c36 [SCSI] mpt2sas: Fix linux driver sparse errors by nagalakshmi.nandigama@lsi.com · 12 years ago
  99. 298c794 [SCSI] mpt2sas: Fix security scan issues reported by source code analysis tool by nagalakshmi.nandigama@lsi.com · 12 years ago
  100. 09da0b3 [SCSI] mpt2sas: Improvement were made to better protect the sas_device, raid_device, and expander_device lists by nagalakshmi.nandigama@lsi.com · 12 years ago