1. 61dfb8a scsi: mpt3sas: make function _get_st_from_smid static by Colin Ian King · 7 years ago
  2. dbec4c90 scsi: mpt3sas: lockless command submission by Suganath Prabu Subramani · 7 years ago
  3. 272e253 scsi: mpt3sas: simplify _wait_for_commands_to_complete() by Hannes Reinecke · 7 years ago
  4. b0cd285e scsi: mpt3sas: always use first reserved smid for ioctl passthrough by Hannes Reinecke · 7 years ago
  5. 12e7c678 scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid() by Hannes Reinecke · 7 years ago
  6. 6a2d461 scsi: mpt3sas: separate out _base_recovery_check() by Hannes Reinecke · 7 years ago
  7. 05303df scsi: mpt3sas: use list_splice_init() by Hannes Reinecke · 7 years ago
  8. ba4494d scsi: mpt3sas: set default value for cb_idx by Hannes Reinecke · 7 years ago
  9. 13a0640 scsi: mpt3sas: Replace PCI pool old API by Romain Perier · 7 years ago
  10. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  11. d8335ae scsi: mpt3sas: fix dma_addr_t casts by Arnd Bergmann · 7 years ago
  12. 494f401 scsi: mpt3sas: Fix sparse warnings by Suganath Prabu Subramani · 7 years ago
  13. 4318c73 scsi: mpt3sas: Handle NVMe PCIe device related events generated from firmware. by Suganath Prabu Subramani · 7 years ago
  14. aff39e6 scsi: mpt3sas: Added support for nvme encapsulated request message. by Suganath Prabu Subramani · 7 years ago
  15. 016d5c3 scsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devices by Suganath Prabu Subramani · 7 years ago
  16. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  17. 06f5f97 scsi: mpt3sas: Reduce memory footprint in kdump kernel by Sreekanth Reddy · 7 years ago
  18. b99b199 scsi: mpt3sas: Processing of Cable Exception events by Sreekanth Reddy · 7 years ago
  19. bbaf61e scsi: mpt3sas: fix pr_info message continuation by Colin Ian King · 7 years ago
  20. a5dd7ef scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()' by Christophe JAILLET · 7 years ago
  21. e9d9841 scsi: mpt3sas: Replace PCI pool old API by Romain Perier · 8 years ago
  22. b1391a5 scsi: mpt3sas: remove redundant wmb by Sinan Kaya · 8 years ago
  23. 1d55abc scsi: mpt3sas: switch to pci_alloc_irq_vectors by Hannes Reinecke · 8 years ago
  24. 6b4c335 scsi: mpt3sas: Fix Firmware fault state 0x2100 during heavy 4K RR FIO stress test. by Chaitra P B · 8 years ago
  25. 459325c scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices. by Chaitra P B · 8 years ago
  26. 81c16f8 scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS35 devices. by Suganath Prabu Subramani · 8 years ago
  27. 0bb337c scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices. by Suganath Prabu Subramani · 8 years ago
  28. c696f7b scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL path by Suganath Prabu Subramani · 8 years ago
  29. bb35066 scsi: mpt3sas: Fix for incorrect numbers for MSIX vectors enabled when non RDPQ card is enumerated first. by Suganath Prabu Subramani · 8 years ago
  30. 4dfddf5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  31. ce7c6c9 mpt3sas: Fix resume on WarpDrive flash cards by Greg Edwards · 8 years ago
  32. 8bbb1cf mpt3sas: Fix warnings exposed by W=1 by Calvin Owens · 8 years ago
  33. 98c56ad mpt3sas: Eliminate dead sleep_flag code by Calvin Owens · 8 years ago
  34. 5f0dfb7 mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMs by Chaitra P B · 9 years ago
  35. a470a51 mpt3sas: Handle active cable exception event by Chaitra P B · 9 years ago
  36. 23409bd mpt3sas: Remove usage of 'struct timeval' by Tina Ruchandani · 9 years ago
  37. 65e8617 scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS by Ming Lin · 9 years ago
  38. 5ec8a17 mpt3sas: Don't overreach ioc->reply_post[] during initialization by Calvin Owens · 9 years ago
  39. 7f8b8f3 mpt3sas: Remove unnecessary synchronize_irq() before free_irq() by Lars-Peter Clausen · 9 years ago
  40. 8ff045c mpt3sas: Free memory pools before retrying to allocate with different value. by Suganath prabu Subramani · 9 years ago
  41. da3cec2 mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q by Suganath prabu Subramani · 9 years ago
  42. 03d1fb3 mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO. by Suganath prabu Subramani · 9 years ago
  43. ebb3024 mpt3sas: Add support for configurable Chain Frame Size by Suganath prabu Subramani · 9 years ago
  44. 6403830 mpt3sas: Added smp_affinity_enable module parameter. by Suganath Prabu Subramani · 9 years ago
  45. fd0331b mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's by Suganath prabu Subramani · 9 years ago
  46. b130b0d mpt3sas: Added support for high port count HBA variants. by Suganath prabu Subramani · 9 years ago
  47. 5f985d8 mpt3sas: A correction in unmap_resources by Tomas Henzl · 9 years ago
  48. c84b06a mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAs by Sreekanth Reddy · 9 years ago
  49. 08c4d55 mpt3sas: setpci reset kernel oops fix by Sreekanth Reddy · 9 years ago
  50. 989e43c mpt3sas: Added OEM Gen2 PnP ID branding names by Sreekanth Reddy · 9 years ago
  51. 7786ab6 mpt3sas: Ported WarpDrive product SSS6200 support by Sreekanth Reddy · 9 years ago
  52. 16e179b mpt3sas: fix for driver fails EEH, recovery from injected pci bus error by Sreekanth Reddy · 9 years ago
  53. 4208117 mpt3sas: Manage MSI-X vectors according to HBA device type by Sreekanth Reddy · 9 years ago
  54. 471ef9d mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAs by Sreekanth Reddy · 9 years ago
  55. af00941 mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from Kconfig by Sreekanth Reddy · 9 years ago
  56. d357e84 mpt3sas: Define 'hba_mpi_version_belonged' IOC variable by Sreekanth Reddy · 9 years ago
  57. 8a7e4c2 mpt3sas: Added mpt2sas driver definitions by Sreekanth Reddy · 9 years ago
  58. d8eb4a4 mpt3sas: Added support for customer specific branding by Sreekanth Reddy · 10 years ago
  59. 62f5c74 mpt3sas: Return host busy error status to SML when DMA mapping of scatter gather list fails for a SCSI command by Sreekanth Reddy · 10 years ago
  60. 38e4141 mpt3sas: Add branding string support for OEM custom HBA by Sreekanth Reddy · 10 years ago
  61. fb84dfc mpt3sas: Add branding string support for OEM's HBA by Sreekanth Reddy · 10 years ago
  62. 2e26c38 mpt3sas: Update MPI2 strings to MPI2.5 by Sreekanth Reddy · 10 years ago
  63. 580d4e3 mpt3sas: Remove redundancy code while freeing the controller resources. by Sreekanth Reddy · 10 years ago
  64. 4dc8c80 mpt3sas: Get IOC_FACTS information using handshake protocol only after HBA card gets into READY or Operational state. by Sreekanth Reddy · 10 years ago
  65. fb77bb5 mpt3sas: Added Combined Reply Queue feature to extend up-to 96 MSIX vector support by Sreekanth Reddy · 10 years ago
  66. 5aeeb78 mpt2sas, mpt3sas: Abort initialization if no memory I/O resources detected by Sreekanth Reddy · 9 years ago
  67. 14b3114 mpt2sas, mpt3sas: set cpu affinity for each MSIX vectors by Sreekanth Reddy · 10 years ago
  68. a03bd15 mpt2sas, mpt3sas: Update attribution language to Avago by Sreekanth Reddy · 10 years ago
  69. ad666a0 mpt2sas, mpt3sas: fix upper bound for the module parameter max_sgl_entries by Sreekanth Reddy · 10 years ago
  70. 2d8ce8c mpt2sas, mpt3sas: log exceeded temperature thresholds by Sreekanth Reddy · 10 years ago
  71. eb44552 mpt3sas: issue_reset is uninitialized by Dan Carpenter · 10 years ago
  72. 9b05c91 mpt3sas: Added Reply Descriptor Post Queue (RDPQ) Array support by Sreekanth Reddy · 10 years ago
  73. 1117b31 mpt3sas: Added OEM branding Strings by Sreekanth Reddy · 10 years ago
  74. a4ffce0 mpt3sas: Copyright in driver sources is updated for year the 2014. by Sreekanth Reddy · 10 years ago
  75. 6bfa690 mpt3sas: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  76. 4dc06fd mpt3sas: delay scsi_add_host call to work with scsi-mq by Reddy, Sreekanth · 10 years ago
  77. 91b265b mpt3sas: Rework the MSI-X grouping code by Martin K. Petersen · 11 years ago
  78. 64cdb41 MPT / PCI: Use pci_stop_and_remove_bus_device_locked() by Rafael J. Wysocki · 11 years ago
  79. 9c50006 [SCSI] mpt3sas: Added a driver module parameter max_msix_vectors by Sreekanth Reddy · 11 years ago
  80. cf9bd21a [SCSI] mpt3sas: fix cleanup on controller resource mapping failure by Joe Lawrence · 11 years ago
  81. b453ff8 [SCSI] mpt3sas: Updated the Hardware timing requirements by Sreekanth Reddy · 12 years ago
  82. 48e3b98 [SCSI] mpt3sas: 2013 source code copyright by Sreekanth Reddy · 12 years ago
  83. 25ef16d [SCSI] mpt3sas: remove unused variables by Wei Yongjun · 12 years ago
  84. 3735660 [SCSI] mpt3sas: Remove unneeded version.h header inclusion by Sachin Kamat · 12 years ago
  85. f92363d [SCSI] mpt3sas: add new driver supporting 12GB SAS by Sreekanth Reddy · 12 years ago