1. 9c915a8 [SCSI] megaraid_sas: Add 9565/9285 specific code by adam radford · 14 years ago
  2. cd50ba8 [SCSI] megaraid_sas: Add struct megasas_instance_template changes by adam radford · 14 years ago
  3. b6d5d88 [SCSI] megaraid_sas: Use lowest memory bar for SR-IOV VF support by adam radford · 14 years ago
  4. 80d9da9 [SCSI] megaraid_sas: Add MSI-X support and msix_disable module parameter by adam radford · 14 years ago
  5. 3f1530c [SCSI] megaraid_sas: Update GPL headers. by adam radford · 14 years ago
  6. 0d49016 [SCSI] megaraid_sas: Rename megaraid_sas.c to megaraid_sas_base.c by adam radford · 14 years ago
  7. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  8. e340c35 [SCSI] megaraid_sas: Version and documentation update by Yang, Bo · 14 years ago
  9. 707e09b [SCSI] megaraid_sas: Add three times Online controller reset by Yang, Bo · 14 years ago
  10. 1fd1068 [SCSI] megaraid_sas: Add input parameter for max_sectors by Yang, Bo · 14 years ago
  11. 837f5fe [SCSI] megaraid_sas: support devices update flag by Yang, Bo · 14 years ago
  12. c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  13. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  14. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  15. 39a9855 [SCSI] megaraid_sas: Add Online Controller Reset to MegaRAID SAS drive by bo yang · 14 years ago
  16. c45d15d scsi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  17. f4927c4 scsi: Push down BKL into ioctl functions by Arnd Bergmann · 15 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  19. 6544517 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  20. b3dc1a2 [SCSI] megaraid_sas: fix for 32bit apps by Tomas Henzl · 15 years ago
  21. 63bad45 [SCSI] megaraid_sas: version and documentation update by Yang, Bo · 15 years ago
  22. c978684 [SCSI] megaraid_sas: driver fixed the device update issue by Yang, Bo · 15 years ago
  23. bdc6fb8 [SCSI] megaraid_sas: add the logical drive list to driver by Yang, Bo · 15 years ago
  24. 780a376 [SCSI] megaraid_sas: Zero pad_0 in mfi structure by Yang, Bo · 15 years ago
  25. bb7d3f2 [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable permissions by Bryn M. Reeves · 15 years ago
  26. aeab3fd [SCSI] megaraid_sas: make driver PCI legacy I/O port free driver by Noriyuki Fujii · 15 years ago
  27. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  28. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  29. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  30. a0b7736 [SCSI] megaraid_sas: Update version number and documentation by Yang, Bo · 15 years ago
  31. 7218df6 [SCSI] megaraid_sas: use the firmware boot timeout when waiting for commands by Yang, Bo · 15 years ago
  32. 7b2519a [SCSI] megaraid_sas: fix 64 bit sense pointer truncation by Yang, Bo · 15 years ago
  33. 7e8a75f [SCSI] megaraid_sas: Add the support for updating the OS after adding/removing the devices from FW by Yang, Bo · 15 years ago
  34. 0c79e68 [SCSI] megaraid_sas: Fix the fix for fw hang caused by megaraid sas application by Yang, Bo · 15 years ago
  35. f4c9a13 [SCSI] megaraid_sas: add the IEEE SGE support to SAS2 controller by Yang, Bo · 15 years ago
  36. 7bebf5c [SCSI] megaraid_sas: allocate the application cmds to sas2 controller by Yang, Bo · 15 years ago
  37. 044833b [SCSI] megaraid_sas: report system PDs to OS by Yang, Bo · 15 years ago
  38. 81e403c [SCSI] megaraid_sas: infrastructure to get PDs from FW by Yang, Bo · 15 years ago
  39. 8791112 [SCSI] megaraid_sas: Add new megaraid SAS 2 controller support to the driver by Yang, Bo · 15 years ago
  40. 72c4fd3 [SCSI] megaraid_sas: add sysfs for AEN polling by Yang, Bo · 15 years ago
  41. c351883 [SCSI] megaraid_sas: Add poll mechanism to megaraid sas driver by Yang, Bo · 15 years ago
  42. 8d56825 [SCSI] megaraid_sas: tape drive support fix by Yang, Bo · 15 years ago
  43. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  44. 4b512d2 trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)able by Thadeu Lima de Souza Cascardo · 16 years ago
  45. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  46. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  47. ee1ab9e [SCSI] megaraid_sas: switch to block timeout by James Bottomley · 16 years ago
  48. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  49. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  50. 66dca9b [SCSI] megaraid_sas: remove sysfs dbg_lvl world writeable permissions by Joe Malicki · 16 years ago
  51. 24541f9 [SCSI] megaraid_sas: version and Documentation Update by Yang, Bo · 16 years ago
  52. 6610a6b [SCSI] megaraid_sas: add new controllers (0x78 0x79) by Yang, Bo · 16 years ago
  53. 530e6fc [SCSI] megaraid_sas: add the shutdown DCMD cmd to driver shutdown routine by Yang, Bo · 16 years ago
  54. 06f579d [SCSI] megaraid_sas: add readl to force PCI posting flush by Yang, Bo · 16 years ago
  55. cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  56. f18f81d megaraid: BKL pushdown by Arnd Bergmann · 16 years ago
  57. f2b9857 Add a bunch of cycle_kernel_lock() calls by Jonathan Corbet · 16 years ago
  58. d21c95c Add "no BKL needed" comments to several drivers by Jonathan Corbet · 16 years ago
  59. 33139b2 [SCSI] megaraid_sas: fix suspend/resume sections by Jiri Slaby · 16 years ago
  60. 127ce971 [SCSI] megaraid_sas; Update the Version and Changelog by bo yang · 16 years ago
  61. 69cd39e9 [SCSI] megaraid_mbox: fix Dell CERC firmware problem by Hannes Reinecke · 17 years ago
  62. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  63. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 17 years ago
  64. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 17 years ago
  65. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  66. af7a564 [SCSI] megaraid_sas: Add the new controller(1078DE) support to the driver by bo yang · 17 years ago
  67. d532dbe [SCSI] megaraid_sas: Fix the frame count calculation by bo yang · 17 years ago
  68. b70a41e [SCSI] megaraid_sas: rollback the sense info implementation by bo yang · 17 years ago
  69. 90a95af [SCSI] MegaRAID driver management char device moved to misc by Thomas Horsten · 17 years ago
  70. 8f1bfa4c scsi: megaraid: trivial drop duplicate mutex.h include by Daniel Walker · 17 years ago
  71. b1c1181 drivers/scsi/: Spelling fixes by Joe Perches · 17 years ago
  72. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 17 years ago
  73. 382db81 [SCSI] megaraid: fix section mismatch by Randy Dunlap · 17 years ago
  74. f28cd7c [SCSI] megaraid_sas: Update version and changelog by bo yang · 17 years ago
  75. ad84db2 [SCSI] megaraid_sas: support for poll_mode_io (reduced interrupt) by bo yang · 17 years ago
  76. 7343eb6 [SCSI] megaraid_sas: call cmd completion from reset by bo yang · 17 years ago
  77. b10c36a [SCSI] megaraid_sas: use unsigned long for sense_buff ptr by bo yang · 17 years ago
  78. 14faea9 [SCSI] megaraid_sas: check max_sgl reported by FW for setting max_sectors_per_req by bo yang · 17 years ago
  79. 31ea708 [SCSI] megaraid_sas: add hibernation support by bo yang · 17 years ago
  80. e5a69e2 [SCSI] megaraid_sas: Convert aen_mutex to the mutex API by Matthias Kaehlcke · 17 years ago
  81. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  82. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  83. 9cb83c7 [SCSI] add use_sg_chaining option to scsi_host_template by FUJITA Tomonori · 17 years ago
  84. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  85. 0c2cc43 [SCSI] megaraid_mbox: use mutex instead of semaphore by Matthias Kaehlcke · 17 years ago
  86. 32fbac2 [SCSI] megaraid: convert to use the data buffer accessors by FUJITA Tomonori · 17 years ago
  87. 155d98f [SCSI] megaraid_sas: convert to use the data buffer accessors by FUJITA Tomonori · 17 years ago
  88. a432663 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  89. 05e9ebb [SCSI] megaraid_sas: intercept cmd timeout and throttle io by Sumant Patro · 17 years ago
  90. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  91. 2a4aa2c [SCSI] megaraid: update version reported by MEGAIOC_QDRVRVER by David Milburn · 18 years ago
  92. cc5968c [SCSI] megaraid_sas: update version and author info by Sumant Patro · 18 years ago
  93. 02b01e0 [SCSI] megaraid_sas: return sync cache call with success by Sumant Patro · 18 years ago
  94. 9f35fa8 [SCSI] megaraid_sas: replace pci_alloc_consitent with dma_alloc_coherent in ioctl path by Sumant Patro · 18 years ago
  95. cf62a0a [SCSI] megaraid_sas: add bios_param in scsi_host_template by Sumant Patro · 18 years ago
  96. af37acf [SCSI] megaraid_sas: do not process cmds if hw_crit_error is set by Sumant Patro · 18 years ago
  97. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 18 years ago
  98. 30716e0 Merge branch 'linus' by James Bottomley · 18 years ago
  99. 59f19a9 [SCSI] megaraid: more kernel-doc fixes by Randy Dunlap · 18 years ago
  100. a69b74d [SCSI] megaraid: fix kernel-doc by Randy Dunlap · 18 years ago