1. 7fbd764 [SCSI] mpt2sas: Fix mismatch in mpt2sas_base_hard_reset_handler() mutex lock-unlock by Alexey Khoroshilov · 13 years ago
  2. 2cb6fc8 [SCSI] mpt2sas: Removed redundant calling of _scsih_probe_devices() from _scsih_probe by nagalakshmi.nandigama@lsi.com · 13 years ago
  3. ef8c985 [SCSI] mpt2sas: Remove unused duplicate diag_buffer_enable param by Roland Dreier · 13 years ago
  4. 2f73b9a [SCSI] mpt2sas: Fix possible integer truncation of cpu_count by Roland Dreier · 13 years ago
  5. c24a171 [SCSI] mpt2sas: Fix leak on mpt2sas_base_attach() error path by Roland Dreier · 13 years ago
  6. dab2f6b [SCSI] mpt2sas : Bump driver vesion to 12.100.00.00 by nagalakshmi.nandigama@lsi.com · 13 years ago
  7. aff132d [SCSI] mpt2sas : Fix for memory allocation error for large host credits by nagalakshmi.nandigama@lsi.com · 13 years ago
  8. 4da7af9 [SCSI] mpt2sas: Do not retry a timed out direct IO for warpdrive by nagalakshmi.nandigama@lsi.com · 13 years ago
  9. 30c4328 [SCSI] mpt2sas: Release spinlock for the raid device list before blocking it by nagalakshmi.nandigama@lsi.com · 13 years ago
  10. a6affbd [SCSI] mpt2sas: MPI next revision header update by nagalakshmi.nandigama@lsi.com · 13 years ago
  11. 8bad305 [SCSI] mpt2sas: Added support for customer specific branding by nagalakshmi.nandigama@lsi.com · 13 years ago
  12. 9ac49d3 [SCSI] mpt2sas: Increase max transfer support from 4MB to 16MB by nagalakshmi.nandigama@lsi.com · 13 years ago
  13. ba96bd0 [SCSI] mpt2sas: Support for greater than 2TB capacity WarpDrive by nagalakshmi.nandigama@lsi.com · 13 years ago
  14. 7509d6b [SCSI] mpt2sas: Bump driver version to 11.100.00.00 by nagalakshmi.nandigama@lsi.com · 13 years ago
  15. 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
  16. 23edb6e [SCSI] mpt2sas: Do not set sas_device->starget to NULL from the slave_destroy callback when all the LUNS have been deleted by nagalakshmi.nandigama@lsi.com · 13 years ago
  17. c1bc070 [SCSI] mpt2sas: MPI next revision header update by nagalakshmi.nandigama@lsi.com · 13 years ago
  18. 70e73f9 [SCSI] mpt2sas: Adding support for customer specific branding by nagalakshmi.nandigama@lsi.com · 13 years ago
  19. 3ade1ca [SCSI] mpt2sas: When IOs are terminated, update the result to DID_SOFT_ERROR to avoid infinite resets by nagalakshmi.nandigama@lsi.com · 13 years ago
  20. 845a0e4 [SCSI] mpt2sas: Better handling DEAD IOC (PCI-E LInk down) error condition by nagalakshmi.nandigama@lsi.com · 13 years ago
  21. f6a290b [SCSI] mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt context by Anton Blanchard · 13 years ago
  22. 181a9d7 [SCSI] mpt2sas: add missing allocation. by Dan Carpenter · 13 years ago
  23. 6e88020 [SCSI] mpt2sas: Bump driver version to 10.100.00.00 by nagalakshmi.nandigama@lsi.com · 13 years ago
  24. 35116db [SCSI] mpt2sas: Fix for Panic when inactive volume is tried deleting by nagalakshmi.nandigama@lsi.com · 13 years ago
  25. 6faace2 [SCSI] mpt2sas: Fix for issue Port Reset taking long time(around 5 mins) to complete while issued during creating a volume by nagalakshmi.nandigama@lsi.com · 13 years ago
  26. 918134e [SCSI] mpt2sas: Fix for deadlock between hot plug worker threads and host reset context by nagalakshmi.nandigama@lsi.com · 13 years ago
  27. f3db032 [SCSI] mpt2sas: Fix for dead lock occurring between host_lock and sas_device_lock by nagalakshmi.nandigama@lsi.com · 13 years ago
  28. f881cea [SCSI] mpt2sas: Fix drives not getting properly deleted if sas cable is removed while host reset is active by nagalakshmi.nandigama@lsi.com · 13 years ago
  29. 24f09b5 [SCSI] mpt2sas: Fix failure message displayed during diag reset by nagalakshmi.nandigama@lsi.com · 13 years ago
  30. 0167ac6 [SCSI] mpt2sas: Fix for system hang when discovery in progress by nagalakshmi.nandigama@lsi.com · 13 years ago
  31. 921cd80 [SCSI] mpt2sas: New feature - Fast Load Support by nagalakshmi.nandigama@lsi.com · 13 years ago
  32. f9d979c [SCSI] mpt2sas: MPI next revision header update by nagalakshmi.nandigama@lsi.com · 13 years ago
  33. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  34. 96a9950 [SCSI] mpt2sas: take size of pointed value, not pointer by Julia Lawall · 13 years ago
  35. 0599f8f [SCSI] mpt2sas: Bump driver version 09.100.00.01 by nagalakshmi.nandigama@lsi.com · 13 years ago
  36. 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
  37. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  38. 101ae14 Remove unneeded version.h includes from drivers/scsi/ by Jesper Juhl · 13 years ago
  39. 9ae89b0 [SCSI] mpt2sas: Added missing mpt2sas_base_detach call from scsih_remove context by kashyap.desai@lsi.com · 13 years ago
  40. 82a4525 [SCSI] mpt2sas: WarpDrive Infinite command retries due to wrong scsi command entry in MPI message by Kashyap, Desai · 13 years ago
  41. 2e00d24 [SCSI] mpt2sas: Bump version 09.100.00.00 by Kashyap, Desai · 13 years ago
  42. ab3e5f6 [SCSI] mpt2sas: Adding support for customer specific branding by Kashyap, Desai · 13 years ago
  43. 7821578 [SCSI] mpt2sas: Added DID_NO_CONNECT return when driver remove and avoid shutdown call by Kashyap, Desai · 13 years ago
  44. f93213d [SCSI] mpt2sas: fix broadcast AEN and task management issue by Kashyap, Desai · 13 years ago
  45. a3e1e55 [SCSI] mpt2sas: Set max_sector count from module parameter by Kashyap, Desai · 13 years ago
  46. ce7b181 [SCSI] mpt2sas MPI next revision header update by Kashyap, Desai · 13 years ago
  47. c97951e [SCSI] mpt2sas: Fixed Big Indian Issues on 32 bit PPC by Kashyap, Desai · 13 years ago
  48. 756aca7 [SCSI] mpt2sas: Fix missing reference tag seed with Type 2 devices by Martin K. Petersen · 13 years ago
  49. 5fd5cc8 [SCSI] mpt2sas: Driver version upgrade 08.100.00.02 by Kashyap, Desai · 13 years ago
  50. 3ace8e0 [SCSI] mpt2sas: move even handling of MPT2SAS_TURN_ON_FAULT_LED into process context by Kashyap, Desai · 13 years ago
  51. ad94717 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  52. 0bdccdb [SCSI] mpt2sas : WarpDrive New product SSS6200 support added by Kashyap, Desai · 13 years ago
  53. a7c44d4 [SCSI] mpt2sas: do not check serial_number in the abort handler by Christoph Hellwig · 13 years ago
  54. a1f74ae [SCSI] mpt2sas: prevent heap overflows and unchecked reads by Dan Rosenberg · 13 years ago
  55. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  56. 0a2385c [SCSI] mpt2sas : Added customer specific display support by Kashyap, Desai · 13 years ago
  57. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  58. a684b8d [SCSI] remove flush_scheduled_work() usages by Tejun Heo · 14 years ago
  59. aa023b8 [SCSI] mpt2sas: Bump version 08.100.00.00 by Kashyap, Desai · 14 years ago
  60. d5bd349 [SCSI] mpt2sas: Basic Code Cleanup in mpt2sas_base by Kashyap, Desai · 14 years ago
  61. fb396be [SCSI] mpt2sas: Add support for Customer specific branding messages by Kashyap, Desai · 14 years ago
  62. 9af05d9 [SCSI] mpt2sas: Revision P MPI Header Update by Kashyap, Desai · 14 years ago
  63. 3a9c913 [SCSI] mpt2sas: fix Integrated Raid unsynced on shutdown problem by Kashyap, Desai · 14 years ago
  64. 4224489 [SCSI] mpt2sas: Kernel Panic during Large Topology discovery by Kashyap, Desai · 14 years ago
  65. ec07a05 [SCSI] mpt2sas: Fix the race between broadcast asyn event and scsi command completion by Kashyap, Desai · 14 years ago
  66. 11e1b96 [SCSI] mpt2sas: Correct resizing calculation for max_queue_depth by Kashyap, Desai · 14 years ago
  67. efe82a1 [SCSI] mpt2sas: fix internal device reset for older firmware prior to MPI Rev K by Kashyap, Desai · 14 years ago
  68. 4dc2757 [SCSI] mpt2sas: Fix device removal handshake for zoned devices by Kashyap, Desai · 14 years ago
  69. f0cebfb [SCSI] mpt2sas: Bump version 07.100.00.00 by Kashyap, Desai · 14 years ago
  70. 37aaa78 [SCSI] mpt2sas: Debug string changes from target to device. by Kashyap, Desai · 14 years ago
  71. b41c09d [SCSI] mpt2sas: Sanity check for phy count is added using max phy count by Kashyap, Desai · 14 years ago
  72. a93c6b4 [SCSI] mpt2sas: change queue depth with reason argument more appropriately by Kashyap, Desai · 14 years ago
  73. 90d2a67 [SCSI] mpt2sas: Remove code for TASK_SET_FULL from driver. by Kashyap, Desai · 14 years ago
  74. 7d06140 [SCSI] mpt2sas: MPI 2.0 Header updated by Kashyap, Desai · 14 years ago
  75. 7f6f794 [SCSI] mpt2sas: Modify code to support Expander switch by Kashyap, Desai · 14 years ago
  76. 35f805b [SCSI] mpt2sas: Create a pool of chain buffer instead of dedicated per IOs by Kashyap, Desai · 14 years ago
  77. 6cb8ef5 [SCSI] mpt2sas: Added loadtime para for IOMissingDelay and DMD by Kashyap, Desai · 14 years ago
  78. dd3741d [SCSI] mpt2sas: Added sanity check for cb_idx and smid access. by Kashyap, Desai · 14 years ago
  79. 363fa50 [SCSI] mpt2sas: Removed compiler warnnings when logging is disabled by Kashyap, Desai · 14 years ago
  80. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  81. c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  82. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  83. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  84. c45d15d scsi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  85. 7968f19 [SCSI] drivers/scsi: Adjust confusing if indentation by Julia Lawall · 14 years ago
  86. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  87. 3cb5469 [SCSI] mpt2sas: driver fails to recover from injected PCIe bus errors by Eric Moore · 14 years ago
  88. d4572c3 [SCSI] mpt2sas: Bump version 06.100.00.00 by Kashyap, Desai · 14 years ago
  89. 1bbfa37 [SCSI] mpt2sas: Copy message frame before releasing to free pool to have a local reference. by Kashyap, Desai · 14 years ago
  90. 769578f [SCSI] mpt2sas: Copy sense buffer instead of working on direct memory location by Kashyap, Desai · 14 years ago
  91. 8e864a8 [SCSI] mpt2sas: Adding additional message to error escalation callback by Kashyap, Desai · 14 years ago
  92. d417d1c [SCSI] mpt2sas: Add additional check for responding volumes after Host Reset by Kashyap, Desai · 14 years ago
  93. 3e2e833 [SCSI] mpt2sas: Added -ENOMEM return type when allocation fails by Kashyap, Desai · 14 years ago
  94. f3eedd6 [SCSI] mpt2sas: Redesign Raid devices event handling using pd_handles per HBA by Kashyap, Desai · 14 years ago
  95. 7fbae67 [SCSI] mpt2sas: Tie a log info message to a specific PHY. by Kashyap, Desai · 14 years ago
  96. eabb08a [SCSI] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFO by Kashyap, Desai · 14 years ago
  97. 570c67a [SCSI] mpt2sas: Added sysfs support for trace buffer by Kashyap, Desai · 14 years ago
  98. 203d65b [SCSI] mpt2sas: MPI header version N is updated. by Kashyap, Desai · 14 years ago
  99. d32a8c1 [SCSI] mpt2sas: Added sysfs counter for ioc reset by Kashyap, Desai · 14 years ago
  100. b8d7d7b [SCSI] mpt2sas: Added expander phy control support by Kashyap, Desai · 14 years ago