1. 7296f62 megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl by Nicholas Krause · 9 years ago
  2. febdfbd Merge tag '4.4-scsi-mkp' into misc by James Bottomley · 9 years ago
  3. 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
  4. 9fb74c4 megaraid_sas: Fix sparse warning by Sumit Saxena · 9 years ago
  5. aed335e megaraid_sas: Make tape drives visible on PERC5 controllers by Sumit Saxena · 9 years ago
  6. c805115 megaraid_sas : Remove debug print from function megasas_update_span_set by sumit.saxena@avagotech.com · 9 years ago
  7. afb2b5d megaraid_sas : Driver version upgrade by sumit.saxena@avagotech.com · 9 years ago
  8. 323c4a0 megaraid_sas : SMAP restriction--do not access user memory from IOCTL code by sumit.saxena@avagotech.com · 9 years ago
  9. 0b48d12 megaraid_sas: Make PI enabled VD 8 byte DMA aligned by sumit.saxena@avagotech.com · 9 years ago
  10. 91626c2 megaraid_sas: Initialize tasklet before setting up IRQs by sumit.saxena@avagotech.com · 9 years ago
  11. 3222251 megaraid_sas: Indicate online firmware upgrade support for Secure JBOD feature by sumit.saxena@avagotech.com · 9 years ago
  12. c4bd265 megaraid_sas: Update OCR capability on controller properties change by sumit.saxena@avagotech.com · 9 years ago
  13. 357ae96 megaraid_sas: Do not use PAGE_SIZE for max_sectors by sumit.saxena@avagotech.com · 9 years ago
  14. 7364d34 megaraid_sas: Support for Cutlass (12 Gbps) controller by sumit.saxena@avagotech.com · 9 years ago
  15. 90c204b megaraid_sas: Support for Intruder (12 Gbps) controller by sumit.saxena@avagotech.com · 9 years ago
  16. 5a8cb85 megaraid_sas: Remove PCI id checks by sumit.saxena@avagotech.com · 9 years ago
  17. 0d5b47a megaraid_sas: Expose TAPE drives unconditionally by sumit.saxena@avagotech.com · 9 years ago
  18. 609fb07 megaraid_sas: Version update by sumit.saxena@avagotech.com · 9 years ago
  19. 92bb650 megaraid_sas: Code refactor for use of requestorId by sumit.saxena@avagotech.com · 9 years ago
  20. 75b96061e megaraid_sas: Fix validHandles check in I/O path by sumit.saxena@avagotech.com · 9 years ago
  21. 714f517 megaraid_sas: Print critical firmware event messages by sumit.saxena@avagotech.com · 9 years ago
  22. 79b82c2 megaraid_sas: Chip reset if driver fails to get IOC ready by sumit.saxena@avagotech.com · 9 years ago
  23. bd5f948 megaraid_sas: Support for max_io_size 1MB by sumit.saxena@avagotech.com · 9 years ago
  24. 4dbbe3c megaraid_sas: Code cleanup-use local variable drv_ops inside megasas_ioc_init_fusion by sumit.saxena@avagotech.com · 9 years ago
  25. 3761cb4 megaraid_sas: JBOD sequence number support by sumit.saxena@avagotech.com · 9 years ago
  26. e0bd087 megaraid_sas: Increase timeout to 60 secs for abort frames during shutdown by sumit.saxena@avagotech.com · 9 years ago
  27. 0be3f4c megaraid_sas: Synchronize driver headers with firmware APIs by sumit.saxena@avagotech.com · 9 years ago
  28. da0dc9f megaraid_sas: fix whitespace errors by Bjorn Helgaas · 9 years ago
  29. 1be1825 megaraid_sas: use dev_printk when possible by Bjorn Helgaas · 9 years ago
  30. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  31. 43c9fad Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  32. cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  33. ad466c6 megaraid_sas: fix TRUE and FALSE re-define build error by Suthikulpanit, Suravee · 9 years ago
  34. 258c3af megaraid: fix irq setup process regression by Tomas Henzl · 9 years ago
  35. 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
  36. 4b63b28 megaraid_sas: fix kerneldoc by Geert Uytterhoeven · 10 years ago
  37. a955553 megaraid_sas : swap whole register in megasas_register_aen by Christoph Hellwig · 10 years ago
  38. 01d7f03 megaraid_sas : fix megasas_fire_cmd_fusion calling convention by Christoph Hellwig · 10 years ago
  39. 2213a46 megaraid_sas : add missing byte swaps to the sriov code by Christoph Hellwig · 10 years ago
  40. 48433bd megaraid_sas : bytewise or should be done on native endian variables by Christoph Hellwig · 10 years ago
  41. 48100b0 megaraid_sas : move endianness conversion into caller of megasas_get_seq_num by Christoph Hellwig · 10 years ago
  42. c6f5bf8 megaraid_sas : add endianness conversions for all ones by Christoph Hellwig · 10 years ago
  43. 9ab9ed3 megaraid_sas : add endianness annotations by Christoph Hellwig · 10 years ago
  44. 8a232bb megaraid_sas : add missing __iomem annotations by Christoph Hellwig · 10 years ago
  45. 6a6981f megaraid_sas : megasas_complete_outstanding_ioctls() can be static by kbuild test robot · 10 years ago
  46. 5765c5b megaraid_sas : Support for Avago's Single server High Availability product by Sumit.Saxena@avagotech.com · 10 years ago
  47. 09fced1 megaraid_sas : Add release date and update driver version by Sumit.Saxena@avagotech.com · 10 years ago
  48. 43cd7fe megaraid_sas : Modify driver's meta data to reflect Avago by Sumit.Saxena@avagotech.com · 10 years ago
  49. 4026e9a megaraid_sas : Use Block layer tag support for internal command indexing by Sumit.Saxena@avagotech.com · 10 years ago
  50. d88da09 megaraid_sas : Enhanced few prints by Sumit.Saxena@avagotech.com · 10 years ago
  51. f26ac3a megaraid_sas : Move controller's queue depth calculation in adapter specific function by Sumit.Saxena@avagotech.com · 10 years ago
  52. 4a5c814 megaraid_sas : Add separate functions for building sysPD IOs and non RW LDIOs by Sumit.Saxena@avagotech.com · 10 years ago
  53. 9b82818 megaraid_sas : Add separate function for refiring MFI commands by Sumit.Saxena@avagotech.com · 10 years ago
  54. d3557fc megaraid_sas : Add separate function for setting up IRQs by Sumit.Saxena@avagotech.com · 10 years ago
  55. 16b8528 megaraid_sas: use raw_smp_processor_id() by Christoph Hellwig · 10 years ago
  56. 0128d5c megaraid_sas: driver version update by Sumit.Saxena@avagotech.com · 10 years ago
  57. 1aecbc8 megaraid_sas: remove redundant memset call by Sumit.Saxena@avagotech.com · 10 years ago
  58. ae09a6c megaraid_sas: reserve commands for IOCTLs and internal DCMDs by Sumit.Saxena@avagotech.com · 10 years ago
  59. c8dd61e megaraid_sas: complete outstanding IOCTLs before killing adapter by Sumit.Saxena@avagotech.com · 10 years ago
  60. c2ced17 megaraid_sas: disable interrupt_mask before enabling hardware interrupts by Sumit.Saxena@avagotech.com · 10 years ago
  61. ab2f060 megaraid_sas: fix the problem of non-existing VD exposed to host by Sumit.Saxena@avagotech.com · 10 years ago
  62. 7497cde megaraid_sas: add support for secure JBOD by Sumit.Saxena@avagotech.com · 10 years ago
  63. 200aed5 megaraid_sas: endianness related bug fixes and code optimization by Sumit.Saxena@avagotech.com · 10 years ago
  64. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  65. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  66. 1e6f241 scsi: don't allow setting of queue_depth bigger than can_queue by Christoph Hellwig · 10 years ago
  67. aa00832 megaraid_sas: do not process IOCTLs and SCSI commands during driver removal by Sumit.Saxena@avagotech.com · 10 years ago
  68. 6e755dd megaraid_sas: dndinaness related bug fixes by Sumit.Saxena@avagotech.com · 10 years ago
  69. 170c238 megaraid_sas: corrected return of wait_event from abort frame path by Sumit.Saxena@avagotech.com · 10 years ago
  70. ac340c5 megaraid_sas: make HBA operational after LD_MAP_SYNC DCMD in OCR path by Sumit.Saxena@avagotech.com · 10 years ago
  71. d009b57 megaraid_sas: online Firmware upgrade support for Extended VD feature by Sumit.Saxena@avagotech.com · 10 years ago
  72. e399065 megaraid_sas: update MAINTAINERS and copyright information for megaraid drivers by Sumit.Saxena@avagotech.com · 10 years ago
  73. d98a6de megaraid_sas: driver version upgrade and remove some meta data of driver by Sumit.Saxena@avagotech.com · 10 years ago
  74. 6774def treewide: fix typo in printk and Kconfig by Masanari Iida · 10 years ago
  75. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  76. c12de88 megaraid_sas: fix bug in handling return value of pci_enable_msix_range() by Jiang Liu · 10 years ago
  77. 0d9d8b9 megaraid_sas : Driver version update by Sumit.Saxena@avagotech.com · 10 years ago
  78. 90dc9d9 megaraid_sas : MFI MPT linked list corruption fix by Sumit.Saxena@avagotech.com · 10 years ago
  79. d2552eb megaraid_sas : N-drive primary raid level 1 load balancing by Sumit.Saxena@avagotech.com · 10 years ago
  80. ac95136 megaraid_sas : Add module parameter to disable IRQ-CPU affinity hint by Sumit.Saxena@avagotech.com · 10 years ago
  81. a5fd285 megaraid_sas : Round down max sge supported by controller to power of two by Sumit.Saxena@avagotech.com · 10 years ago
  82. fb1a24f megaraid_sas : Host lock less mode to enabled asynchronous IO submission by Sumit.Saxena@avagotech.com · 10 years ago
  83. 51087a8 megaraid_sas : Extended VD support by Sumit.Saxena@avagotech.com · 10 years ago
  84. fc62b3f megaraid_sas : Firmware crash dump feature support by Sumit.Saxena@avagotech.com · 10 years ago
  85. db4fc86 megaraid_sas : Update threshold based reply post host index register by Sumit.Saxena@avagotech.com · 10 years ago
  86. 0756040 megaraid_sas : Use writeq for 64bit pci write to avoid spinlock overhead by Sumit.Saxena@avagotech.com · 10 years ago
  87. 07e38d9 megaraid_sas : Do not scan non syspd drives by Sumit.Saxena@avagotech.com · 10 years ago
  88. 5e8d900 megaraid_sas: Version and Changelog update by Adam Radford · 10 years ago
  89. a2fbcbc megaraid_sas: Fix reset_mutex leak by Adam Radford · 10 years ago
  90. c21bb25 megaraid_sas: Remove unused variables in megasas_instance by Adam Radford · 10 years ago
  91. 9ea81f8 megaraid_sas: Add missing initial call to megasas_get_ld_vf_affiliation(). by Adam Radford · 10 years ago
  92. 4cbfea8 megaraid_sas: Fix LD/VF affiliation parsing by Adam Radford · 10 years ago
  93. 8ae80ed megaraid: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  94. dd08812 megaraid: Fail resume if MSI-X re-initialization failed by Alexander Gordeev · 10 years ago
  95. 7c845eb scsi: use pci_zalloc_consistent by Joe Perches · 10 years ago
  96. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  97. bc6ac5e megaraid_sas: fix a small problem when reading state value from hw by Tomas Henzl · 11 years ago
  98. 10b1db8 [SCSI] megaraid_sas: Version and Changelog update by adam radford · 11 years ago
  99. 229fe47 [SCSI] megaraid_sas: Add Dell PowerEdge VRTX SR-IOV VF support by adam radford · 11 years ago
  100. 3d0c24c [SCSI] megaraid_sas: Return leaked MPT frames to MPT frame pool by adam radford · 11 years ago