1. 714be35 [SCSI] mpt2sas: remove extraneous sas_log_info messages by Sathisha Nanjappa · 12 years ago
  2. c834b1c [SCSI] mpt2sas: add missing allocation check by Tomas Henzl · 13 years ago
  3. 7fbd764 [SCSI] mpt2sas: Fix mismatch in mpt2sas_base_hard_reset_handler() mutex lock-unlock by Alexey Khoroshilov · 13 years ago
  4. 2cb6fc8 [SCSI] mpt2sas: Removed redundant calling of _scsih_probe_devices() from _scsih_probe by nagalakshmi.nandigama@lsi.com · 13 years ago
  5. ef8c985 [SCSI] mpt2sas: Remove unused duplicate diag_buffer_enable param by Roland Dreier · 13 years ago
  6. 2f73b9a [SCSI] mpt2sas: Fix possible integer truncation of cpu_count by Roland Dreier · 13 years ago
  7. c24a171 [SCSI] mpt2sas: Fix leak on mpt2sas_base_attach() error path by Roland Dreier · 13 years ago
  8. aff132d [SCSI] mpt2sas : Fix for memory allocation error for large host credits by nagalakshmi.nandigama@lsi.com · 13 years ago
  9. 8bad305 [SCSI] mpt2sas: Added support for customer specific branding by nagalakshmi.nandigama@lsi.com · 13 years ago
  10. f01690d [SCSI] mpt2sas: Rearrange the the code so that the completion queues are initialized prior to sending the request to controller firmware by nagalakshmi.nandigama@lsi.com · 13 years ago
  11. 70e73f9 [SCSI] mpt2sas: Adding support for customer specific branding by nagalakshmi.nandigama@lsi.com · 13 years ago
  12. 845a0e4 [SCSI] mpt2sas: Better handling DEAD IOC (PCI-E LInk down) error condition by nagalakshmi.nandigama@lsi.com · 13 years ago
  13. 921cd80 [SCSI] mpt2sas: New feature - Fast Load Support by nagalakshmi.nandigama@lsi.com · 13 years ago
  14. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  15. 911ae94 [SCSI] mpt2sas: Added NUNA IO support in driver which uses multi-reply queue support of the HBA by nagalakshmi.nandigama@lsi.com · 13 years ago
  16. 101ae14 Remove unneeded version.h includes from drivers/scsi/ by Jesper Juhl · 13 years ago
  17. ab3e5f6 [SCSI] mpt2sas: Adding support for customer specific branding by Kashyap, Desai · 13 years ago
  18. c97951e [SCSI] mpt2sas: Fixed Big Indian Issues on 32 bit PPC by Kashyap, Desai · 13 years ago
  19. 0bdccdb [SCSI] mpt2sas : WarpDrive New product SSS6200 support added by Kashyap, Desai · 13 years ago
  20. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  21. 0a2385c [SCSI] mpt2sas : Added customer specific display support by Kashyap, Desai · 13 years ago
  22. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  23. d5bd3491c [SCSI] mpt2sas: Basic Code Cleanup in mpt2sas_base by Kashyap, Desai · 14 years ago
  24. fb396be [SCSI] mpt2sas: Add support for Customer specific branding messages by Kashyap, Desai · 14 years ago
  25. 4224489 [SCSI] mpt2sas: Kernel Panic during Large Topology discovery by Kashyap, Desai · 14 years ago
  26. 11e1b96 [SCSI] mpt2sas: Correct resizing calculation for max_queue_depth by Kashyap, Desai · 14 years ago
  27. 90d2a67 [SCSI] mpt2sas: Remove code for TASK_SET_FULL from driver. by Kashyap, Desai · 14 years ago
  28. 35f805b [SCSI] mpt2sas: Create a pool of chain buffer instead of dedicated per IOs by Kashyap, Desai · 14 years ago
  29. 6cb8ef5 [SCSI] mpt2sas: Added loadtime para for IOMissingDelay and DMD by Kashyap, Desai · 14 years ago
  30. dd3741d [SCSI] mpt2sas: Added sanity check for cb_idx and smid access. by Kashyap, Desai · 14 years ago
  31. 7968f19 [SCSI] drivers/scsi: Adjust confusing if indentation by Julia Lawall · 14 years ago
  32. 3cb5469 [SCSI] mpt2sas: driver fails to recover from injected PCIe bus errors by Eric Moore · 14 years ago
  33. 769578f [SCSI] mpt2sas: Copy sense buffer instead of working on direct memory location by Kashyap, Desai · 14 years ago
  34. 3e2e833 [SCSI] mpt2sas: Added -ENOMEM return type when allocation fails by Kashyap, Desai · 14 years ago
  35. f3eedd6 [SCSI] mpt2sas: Redesign Raid devices event handling using pd_handles per HBA by Kashyap, Desai · 14 years ago
  36. eabb08a [SCSI] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFO by Kashyap, Desai · 14 years ago
  37. 570c67a [SCSI] mpt2sas: Added sysfs support for trace buffer by Kashyap, Desai · 14 years ago
  38. d32a8c1 [SCSI] mpt2sas: Added sysfs counter for ioc reset by Kashyap, Desai · 14 years ago
  39. dd5fd33 [SCSI] mpt2sas: staged device discovery. disable_discovery module parameter is added. by Kashyap, Desai · 14 years ago
  40. d274213 [SCSI] mpt2sas: Hold Controller reset when another reset is in progress by Kashyap, Desai · 14 years ago
  41. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  42. 66a6793 [SCSI] mpt2sas: Check for NULL pointer before free_pages is added. by Kashyap, Desai · 14 years ago
  43. ef7c80c [SCSI] mpt2sas: Added support for PCIe Advanced Error Recovery. by Kashyap, Desai · 14 years ago
  44. 31b7f2e [SCSI] mpt2sas: Copyright 2010. by Kashyap, Desai · 14 years ago
  45. f6aee7b [SCSI] mpt2sas: return -ENOMEM if memory allocation failed. by Kashyap, Desai · 14 years ago
  46. e94f674 [SCSI] mpt2sas: Fix for little endian by Kashyap, Desai · 14 years ago
  47. 6558bbb [SCSI] mpt2sas: Early return from function if shost is in recovery. by Kashyap, Desai · 14 years ago
  48. 89009fb [SCSI] mpt2sas: Use of get_free_pages for huge memorary allocation. by Kashyap, Desai · 14 years ago
  49. 7921b35c [SCSI] mpt2sas: Corrected time stamp by Kashyap, Desai · 14 years ago
  50. fc19317 [SCSI] mpt2sas: use correct pci_resource_flag for comparison by Richard A Lary · 14 years ago
  51. f1c35e6 [SCSI] mpt2sas: RESCAN Barrier work is added in case of HBA reset. by Kashyap, Desai · 14 years ago
  52. e75b9b6 [SCSI] mpt2sas: Set ioc->fwfault_debug to the cmd line option mpt2sas_fwfault_debug. by Kashyap, Desai · 15 years ago
  53. 6846e75 [SCSI] mpt2sas: User resource_size_t instead of unsigned long by Kashyap, Desai · 15 years ago
  54. d685c26 [SCSI] mpt2sas: add missing initialization of scsih_cmds by Kashyap, Desai · 15 years ago
  55. 463217b [SCSI] mpt2sas : PPC (power pc) endian bug fix's by Kashyap, Desai · 15 years ago
  56. ec9472c [SCSI] mpt2sas: mpt2sas_base_get_sense_buffer_dma should be returning little endian by Kashyap, Desai · 15 years ago
  57. 96b681c [SCSI] mpt2sas: Retrieve the ioc facts prior to putting the controller into READY state by Kashyap, Desai · 15 years ago
  58. a8ebd76 [SCSI] mpt2sas: Added support to set the TimeStamp when sending ioc_init by Kashyap, Desai · 15 years ago
  59. 1b01fe3 [SCSI] mpt2sas: Add Extended Type for Diagnostic Buffer support by Kashyap, Desai · 15 years ago
  60. 32e0eb5 [SCSI] mpt2sas: Added command line option diag_buffer_enable. by Kashyap, Desai · 15 years ago
  61. cef7a12 [SCSI] mpt2sas: Fixed some of the comment by Kashyap, Desai · 15 years ago
  62. fa7f316 [SCSI] mpt2sas: Support for stopping driver when Firmware encounters by Kashyap, Desai · 15 years ago
  63. 29786e1 [SCSI] mpt2sas: Timeout occurred within the HANDSHAKE logic while waiting on firmware to ACK. by Kashyap, Desai · 15 years ago
  64. bcfb6e6 [SCSI] mpt2sas: Call init_completion on a per request basis. by Kashyap, Desai · 15 years ago
  65. 77e63ed [SCSI] mpt2sas: Target Reset will be issued from Interrupt context. by Kashyap, Desai · 15 years ago
  66. 595bb0b [SCSI] mpt2sas: Added SCSIIO, Internal and high priority memory pools to support multiple TM by Kashyap, Desai · 15 years ago
  67. 19d3ebe [SCSI] mpt2sas: Copyright change to 2009. by Kashyap, Desai · 15 years ago
  68. 7b936b0 [SCSI] mpt2sas: Update driver to MPI2 REV K headers. by Kashyap, Desai · 15 years ago
  69. 5b76858 [SCSI] mpt2sas: cleanup interrupt routine and config_request optimization by Kashyap, Desai · 15 years ago
  70. ed79f12 [SCSI] mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg by Kashyap, Desai · 15 years ago
  71. 155dd4c [SCSI] mpt2sas: Prevent sending command to FW while Host Reset by Kashyap, Desai · 15 years ago
  72. cd4e12e [SCSI] mpt2sas : Rescan topology from Interrupt context instead of work thread by Kashyap, Desai · 15 years ago
  73. fcfe639 [SCSI] mpt2sas: fix oops because drv data points to NULL on resume from hibernate by Kashyap, Desai · 15 years ago
  74. e4750c9 [SCSI] mpt2sas: fix crash due to Watchdog is active while OS in standby mode by Kashyap, Desai · 15 years ago
  75. be9e8cd7 [SCSI] mpt2sas: Excessive log info causes sas iounit page time out by Kashyap, Desai · 15 years ago
  76. f0f9cc1 [SCSI] mpt2sas : Identify Dell series-7 adapters at driver load time by Eric Moore · 15 years ago
  77. 03ea111 [SCSI] mpt2sas : the sanity check in base_interrupt needs to be on dword boundary by Eric Moore · 15 years ago
  78. e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 15 years ago
  79. 635374e [SCSI] mpt2sas v00.100.11.15 by Eric Moore · 15 years ago