1. f369a31 scsi: megaraid_sas: replace is_ventura with adapter_type checks by Shivasharan S · 7 years ago
  2. e7d36b8 scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adapter_type by Shivasharan S · 7 years ago
  3. 754f1ba scsi: megaraid_sas: Add support for Crusader controllers by Shivasharan S · 7 years ago
  4. c365178 scsi: megaraid_sas: use adapter_type for all gen controllers by Shivasharan S · 7 years ago
  5. 2441500 Merge branch 'fixes' into misc by James Bottomley · 7 years ago
  6. 5dd977e scsi: megaraid_sas: call megasas_dump_frame with correct IO frame size by Shivasharan S · 7 years ago
  7. eb3fe26 scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE in case adapter is dead by Shivasharan S · 7 years ago
  8. def3e8d scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID map by Shivasharan S · 7 years ago
  9. 91b3d9f scsi: megaraid_sas: Check valid aen class range to avoid kernel panic by Shivasharan S · 7 years ago
  10. 8823abe scsi: megaraid_sas: Fix endianness issues in DCMD handling by Shivasharan S · 7 years ago
  11. e636a7a scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secs by Shivasharan S · 7 years ago
  12. 61f0c3c scsi: megaraid_sas: fix error handle in megasas_probe_one by weiping zhang · 7 years ago
  13. 3b8328e scsi: megaraid_sas: fix allocate instance->pd_info twice by weiping · 7 years ago
  14. e14a396 scsi: remove DRIVER_ATTR() usage by Greg Kroah-Hartman · 8 years ago
  15. fc69d86 scsi: megaraid: Replace PCI pool old API by Romain Perier · 8 years ago
  16. 68b4374 drivers/scsi/megaraid: remove expensive inline from megasas_return_cmd by Andi Kleen · 8 years ago
  17. 49524b3 scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1 by Shivasharan S · 8 years ago
  18. 64ff64b scsi: megaraid_sas: enable intx only if msix request fails by Shivasharan S · 8 years ago
  19. 40a4c2c scsi: megaraid_sas: array overflow in megasas_dump_frame() by Dan Carpenter · 8 years ago
  20. 41064f1 scsi: megaraid_sas: Indentation and smatch warning fixes by Shivasharan S · 8 years ago
  21. e00731b scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug prints by Shivasharan S · 8 years ago
  22. 72bff2d scsi: megaraid_sas: Bail out the driver load if ld_list_query fails by Shivasharan S · 8 years ago
  23. 21c3400 scsi: megaraid_sas: megasas_return_cmd does not memset IO frame to zero by Shivasharan S · 8 years ago
  24. 50b7f5a scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functions by Shivasharan S · 8 years ago
  25. 95c0608 scsi: megaraid_sas: latest controller OCR capability from FW before sending shutdown DCMD by Shivasharan S · 8 years ago
  26. 318aaef scsi: megaraid_sas: avoid unaligned access in ioctl path by Shivasharan S · 8 years ago
  27. 5fc499b scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc fails by Shivasharan S · 8 years ago
  28. b4a4221 scsi: megaraid_sas: add print in device removal path by Shivasharan S · 8 years ago
  29. def0eab scsi: megaraid_sas: enhance debug logs in OCR context by Shivasharan S · 8 years ago
  30. 96188a8 scsi: megaraid_sas: NVME interface target prop added by Shivasharan S · 8 years ago
  31. 15dd038 scsi: megaraid_sas: NVME Interface detection and prop settings by Shivasharan S · 8 years ago
  32. f4fc209 scsi: megaraid_sas: change issue_dcmd to return void from int by Shivasharan S · 8 years ago
  33. f55cf47 scsi: megaraid_sas: Use DID_REQUEUE by Shivasharan S · 8 years ago
  34. ed981b8 scsi: megaraid_sas: RAID map is accessed for SYS PDs when use_seqnum_jbod_fp is not set by Shivasharan S · 8 years ago
  35. 3cabd16 scsi: megaraid_sas: Refactor MEGASAS_IS_LOGICAL macro using sdev by Shivasharan S · 8 years ago
  36. 18bbcab Revert "scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Bandwidth" by Shivasharan S · 8 years ago
  37. ede7c3c scsi: megaraid_sas: Implement the PD Map support for SAS3.5 Generic Megaraid Controllers by Sasikumar Chandrasekaran · 8 years ago
  38. 3e5eadb scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Bandwidth by Sasikumar Chandrasekaran · 8 years ago
  39. 9581ebe scsi: megaraid_sas: Add the Support for SAS3.5 Generic Megaraid Controllers Capabilities by Sasikumar Chandrasekaran · 8 years ago
  40. d889344 scsi: megaraid_sas: Dynamic Raid Map Changes for SAS3.5 Generic Megaraid Controllers by Sasikumar Chandrasekaran · 8 years ago
  41. fdd84e2 scsi: megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detection and IO Coalescing by Sasikumar Chandrasekaran · 8 years ago
  42. 2493c67 scsi: megaraid_sas: 128 MSIX Support by Sasikumar Chandrasekaran · 8 years ago
  43. 45f4f2e scsi: megaraid_sas: Add new pci device Ids for SAS3.5 Generic Megaraid Controllers by Sasikumar Chandrasekaran · 8 years ago
  44. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  45. fad119b scsi: megaraid_sas: switch to pci_alloc_irq_vectors by Hannes Reinecke · 8 years ago
  46. 18103ef scsi: megaraid-sas: request irqs later by Tomas Henzl · 8 years ago
  47. 644da3c scsi: megaraid_sas: add in missing white spaces in error messages text by Colin Ian King · 8 years ago
  48. d0fc91d scsi: megaraid_sas: Send SYNCHRONIZE_CACHE for VD to firmware by Kashyap Desai · 8 years ago
  49. a1dfd62 scsi: megaraid_sas: Do not fire DCMDs during PCI shutdown/detach by Kashyap Desai · 8 years ago
  50. 1e793f6 scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devices by Kashyap Desai · 8 years ago
  51. 4dfddf5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  52. 2f3e7732 scsi: megaraid_sas: clean function declarations in megaraid_sas_base.c up by Baoyou Xie · 8 years ago
  53. 4086eae5 scsi: megaraid_sas: add in missing white space in error message text by Colin Ian King · 8 years ago
  54. 51f9039 scsi: megaraid_sas: Fix the search of first memory bar by Christophe JAILLET · 8 years ago
  55. 709ab23 scsi: megaraid_sas: Use memdup_user() rather than duplicating its implementation by Markus Elfring · 8 years ago
  56. e7f8516 megaraid_sas: Fix probing cards without io port by Yinghai Lu · 8 years ago
  57. d908316 megaraid_sas: Do not fire MR_DCMD_PD_LIST_QUERY to controllers which do not support it by Sumit Saxena · 9 years ago
  58. 13f3077 megaraid_sas: Downgrade two success messages to info by Andy Lutomirski · 9 years ago
  59. bd23d4a megaraid_sas: task management code optimizations by Sumit Saxena · 9 years ago
  60. c3e385a megaraid_sas: reduce memory footprints in kdump mode by Sumit Saxena · 9 years ago
  61. 3deb943 megaraid_sas: add missing curly braces in ioctl handler by Arnd Bergmann · 9 years ago
  62. 3084558 megaraid_sas: Don't issue kill adapter for MFI controllers in case of PD list DCMD failure by Sumit Saxena · 9 years ago
  63. b99dbe5 megaraid_sas: Add an i/o barrier by Tomas Henzl · 9 years ago
  64. ea1c928 megaraid_sas: Fix SMAP issue by Sumit Saxena · 9 years ago
  65. 8f67c8c megaraid_sas: Fix for IO failing post OCR in SRIOV environment by Sumit Saxena · 9 years ago
  66. 546e559 megaraid: fix null pointer check in megasas_detach_one(). by Maurizio Lombardi · 9 years ago
  67. e3d178c megaraid_sas: Introduce module parameter for SCSI command timeout by Sumit Saxena · 9 years ago
  68. ccc7507 megaraid_sas: MFI adapter OCR changes by Sumit Saxena · 9 years ago
  69. 8a01a41 megaraid_sas: Make adprecovery variable atomic by Sumit Saxena · 9 years ago
  70. 308ec45 megaraid_sas: Dual queue depth support by Sumit Saxena · 9 years ago
  71. f9a9dee megaraid_sas: Code optimization build_and_issue_cmd return-type by Sumit Saxena · 9 years ago
  72. 179ac14 megaraid_sas: Reply Descriptor Post Queue (RDPQ) support by Sumit Saxena · 9 years ago
  73. 2216c30 megaraid_sas: Update device queue depth based on interface type by Sumit Saxena · 9 years ago
  74. 18365b1 megaraid_sas: Task management support by Sumit Saxena · 9 years ago
  75. 6d40afb megaraid_sas: MFI IO timeout handling by Sumit Saxena · 9 years ago
  76. 11c71cb megaraid_sas: Do not allow PCI access during OCR by Sumit Saxena · 9 years ago
  77. febdfbd Merge tag '4.4-scsi-mkp' into misc by James Bottomley · 9 years ago
  78. 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
  79. aed335e megaraid_sas: Make tape drives visible on PERC5 controllers by Sumit Saxena · 9 years ago
  80. 323c4a0 megaraid_sas : SMAP restriction--do not access user memory from IOCTL code by sumit.saxena@avagotech.com · 9 years ago
  81. 0b48d12 megaraid_sas: Make PI enabled VD 8 byte DMA aligned by sumit.saxena@avagotech.com · 9 years ago
  82. 91626c2 megaraid_sas: Initialize tasklet before setting up IRQs by sumit.saxena@avagotech.com · 9 years ago
  83. 3222251 megaraid_sas: Indicate online firmware upgrade support for Secure JBOD feature by sumit.saxena@avagotech.com · 9 years ago
  84. c4bd265 megaraid_sas: Update OCR capability on controller properties change by sumit.saxena@avagotech.com · 9 years ago
  85. 357ae96 megaraid_sas: Do not use PAGE_SIZE for max_sectors by sumit.saxena@avagotech.com · 9 years ago
  86. 7364d34 megaraid_sas: Support for Cutlass (12 Gbps) controller by sumit.saxena@avagotech.com · 9 years ago
  87. 90c204b megaraid_sas: Support for Intruder (12 Gbps) controller by sumit.saxena@avagotech.com · 9 years ago
  88. 5a8cb85 megaraid_sas: Remove PCI id checks by sumit.saxena@avagotech.com · 9 years ago
  89. 0d5b47a megaraid_sas: Expose TAPE drives unconditionally by sumit.saxena@avagotech.com · 9 years ago
  90. 92bb650 megaraid_sas: Code refactor for use of requestorId by sumit.saxena@avagotech.com · 9 years ago
  91. 714f517 megaraid_sas: Print critical firmware event messages by sumit.saxena@avagotech.com · 9 years ago
  92. 3761cb4 megaraid_sas: JBOD sequence number support by sumit.saxena@avagotech.com · 9 years ago
  93. e0bd087 megaraid_sas: Increase timeout to 60 secs for abort frames during shutdown by sumit.saxena@avagotech.com · 9 years ago
  94. da0dc9f megaraid_sas: fix whitespace errors by Bjorn Helgaas · 10 years ago
  95. 1be1825 megaraid_sas: use dev_printk when possible by Bjorn Helgaas · 10 years ago
  96. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  97. cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  98. 258c3af megaraid: fix irq setup process regression by Tomas Henzl · 10 years ago
  99. 2be2a98 megaraid_sas : Modify return value of megasas_issue_blocked_cmd() and wait_and_poll() to consider command status returned by firmware by Sumit.Saxena@avagotech.com · 10 years ago
  100. 4b63b28 megaraid_sas: fix kerneldoc by Geert Uytterhoeven · 10 years ago