1. 90a95af [SCSI] MegaRAID driver management char device moved to misc by Thomas Horsten · 16 years ago
  2. 8f1bfa4c scsi: megaraid: trivial drop duplicate mutex.h include by Daniel Walker · 16 years ago
  3. b1c1181 drivers/scsi/: Spelling fixes by Joe Perches · 16 years ago
  4. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 17 years ago
  5. 382db81 [SCSI] megaraid: fix section mismatch by Randy Dunlap · 17 years ago
  6. f28cd7c [SCSI] megaraid_sas: Update version and changelog by bo yang · 17 years ago
  7. ad84db2 [SCSI] megaraid_sas: support for poll_mode_io (reduced interrupt) by bo yang · 17 years ago
  8. 7343eb6 [SCSI] megaraid_sas: call cmd completion from reset by bo yang · 17 years ago
  9. b10c36a [SCSI] megaraid_sas: use unsigned long for sense_buff ptr by bo yang · 17 years ago
  10. 14faea9 [SCSI] megaraid_sas: check max_sgl reported by FW for setting max_sectors_per_req by bo yang · 17 years ago
  11. 31ea708 [SCSI] megaraid_sas: add hibernation support by bo yang · 17 years ago
  12. e5a69e2 [SCSI] megaraid_sas: Convert aen_mutex to the mutex API by Matthias Kaehlcke · 17 years ago
  13. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  14. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  15. 9cb83c7 [SCSI] add use_sg_chaining option to scsi_host_template by FUJITA Tomonori · 17 years ago
  16. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  17. 0c2cc43 [SCSI] megaraid_mbox: use mutex instead of semaphore by Matthias Kaehlcke · 17 years ago
  18. 32fbac2 [SCSI] megaraid: convert to use the data buffer accessors by FUJITA Tomonori · 17 years ago
  19. 155d98f [SCSI] megaraid_sas: convert to use the data buffer accessors by FUJITA Tomonori · 17 years ago
  20. a432663 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  21. 05e9ebb [SCSI] megaraid_sas: intercept cmd timeout and throttle io by Sumant Patro · 17 years ago
  22. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  23. 2a4aa2c [SCSI] megaraid: update version reported by MEGAIOC_QDRVRVER by David Milburn · 17 years ago
  24. cc5968c [SCSI] megaraid_sas: update version and author info by Sumant Patro · 17 years ago
  25. 02b01e0 [SCSI] megaraid_sas: return sync cache call with success by Sumant Patro · 17 years ago
  26. 9f35fa8 [SCSI] megaraid_sas: replace pci_alloc_consitent with dma_alloc_coherent in ioctl path by Sumant Patro · 17 years ago
  27. cf62a0a [SCSI] megaraid_sas: add bios_param in scsi_host_template by Sumant Patro · 17 years ago
  28. af37acf [SCSI] megaraid_sas: do not process cmds if hw_crit_error is set by Sumant Patro · 17 years ago
  29. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 17 years ago
  30. 30716e0 Merge branch 'linus' by James Bottomley · 17 years ago
  31. 59f19a9 [SCSI] megaraid: more kernel-doc fixes by Randy Dunlap · 18 years ago
  32. a69b74d [SCSI] megaraid: fix kernel-doc by Randy Dunlap · 18 years ago
  33. cd96d96 [SCSI] megaraid_{mm,mbox}: init fix for kdump by Sumant Patro · 18 years ago
  34. 3d6d174 [SCSI] megaraid_sas: Update module author by Sumant Patro · 18 years ago
  35. b448de4 [SCSI] megaraid_sas: make 2 functions static by Adrian Bunk · 18 years ago
  36. 8741ca7 [PATCH] scsi: megaraid_{mm,mbox}: 64-bit DMA capability fix by Andrey Mirkin · 18 years ago
  37. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  38. 83aabc1 [SCSI] SCSI megaraid_sas: handle thrown errors by Jeff Garzik · 18 years ago
  39. 2a3681e [SCSI] megaraid_sas: sets ioctl timeout and updates version,changelog by Sumant Patro · 18 years ago
  40. 5d018ad [SCSI] megaraid_sas: adds tasklet for cmd completion by Sumant Patro · 18 years ago
  41. 658dced [SCSI] megaraid_sas: prints pending cmds before setting hw_crit_error by Sumant Patro · 18 years ago
  42. b274cab [SCSI] megaraid_sas: function pointer for disable interrupt by Sumant Patro · 18 years ago
  43. b1df99d [SCSI] megaraid_sas: frame count optimization by Sumant Patro · 18 years ago
  44. e3bbff9 [SCSI] megaraid_sas: FW transition and q size changes by Sumant Patro · 18 years ago
  45. f5ebbeb [SCSI] megaraid: Use the proper type to hold the irq number. by Eric W. Biederman · 18 years ago
  46. 8ce7a9c Merge ../linux-2.6 by James Bottomley · 18 years ago
  47. 4041b9c [SCSI] megaraid_sas: pci_module_init to pci_register_driver conversion by Michal Piotrowski · 18 years ago
  48. f3d7271 [SCSI] convert to PCI_DEVICE() macro by Henrik Kretzschmar · 18 years ago
  49. f4c8aa1 [SCSI] megaraid: Add support for change_queue_depth by brking@charter.net · 18 years ago
  50. 0b4972d [SCSI] megaraid_{mm,mbox}: a fix on "kernel unaligned access address" issue by Ju, Seokmann · 18 years ago
  51. aa677bc [SCSI] megaraid_{mm,mbox}: a fix on INQUIRY with EVPD by Ju, Seokmann · 18 years ago
  52. fbf6080 [SCSI] megaraid_{mm,mbox}: 64-bit DMA capability checker by Ju, Seokmann · 18 years ago
  53. c4e00fa Merge ../scsi-misc-2.6 by James Bottomley · 18 years ago
  54. 1d6f359 [PATCH] irq-flags: scsi: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  55. 0e98936 [SCSI] megaraid_sas: zcr with fix by Sumant Patro · 18 years ago
  56. cedfb17 [PATCH] megaraid_mbox: fix section mismatch warnings by Randy Dunlap · 18 years ago
  57. f0cd91a Merge ../linux-2.6 by James Bottomley · 18 years ago
  58. e4a082c [SCSI] megaraid_sas: switch fw_outstanding to an atomic_t by Sumant Patro · 18 years ago
  59. c005fb4 [SCSI] megaraid_{mm,mbox}: fix a bug in reset handler by Ju, Seokmann · 18 years ago
  60. 5236467 [SCSI] megaraid/megaraid_mm.c: fix a NULL pointer dereference by Adrian Bunk · 18 years ago
  61. 53b3531 [PATCH] s/;;/;/g by Alexey Dobriyan · 18 years ago
  62. 8b4b670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  63. 80682fa Fix "frist", "fisrt", typos by Uwe Zeisberger · 18 years ago
  64. e5b3a65 [SCSI] megaraid_sas: fix extended timeout handling by Christoph Hellwig · 18 years ago
  65. 147aab6 [SCSI] megaraid_sas: fix physical disk handling by Christoph Hellwig · 18 years ago
  66. f9876f0 [SCSI] megaraid_sas: support for 1078 type controller added by Sumant Patro · 18 years ago
  67. 122da30 [SCSI] megaraid_sas: register 16 byte CDB capability by Joshua Giles · 18 years ago
  68. 1341c93 [SCSI] megaraid_sas: new template defined to represent each type of controllers by Sumant Patro · 19 years ago
  69. cb59aa6 [SCSI] megaraid_sas: cleanup queue command path by Sumant Patro · 19 years ago
  70. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  71. 0b95067 [SCSI] turn most scsi semaphores into mutexes by Arjan van de Ven · 19 years ago
  72. 7ff9205 [PATCH] don't include ioctl32.h in drivers by Christoph Hellwig · 19 years ago
  73. ed7e8ef [SCSI] megaraid_{mbox,mm} : remove PCI Id overlaping between megaraid_legacy and megaraid_{mbox,mm} by Ju, Seokmann · 19 years ago
  74. 8a87a0b Merge by hand (whitespace conflicts in libata.h) by James Bottomley · 19 years ago
  75. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  76. 383f974 Merge by hand (conflicts between pending drivers and kfree cleanups) by James Bottomley · 19 years ago
  77. c9475cb [PATCH] kfree cleanup: drivers/scsi by Jesper Juhl · 19 years ago
  78. f2c8dc4 [SCSI] megaraid_mbox: remove scsi_assign_lock usage by Christoph Hellwig · 19 years ago
  79. 3072c4a [SCSI] megaraid_sas: fix EH locking by Christoph Hellwig · 19 years ago
  80. 849a892 Merge by Hand by James Bottomley · 19 years ago
  81. 017560f [SCSI] use sfoo_printk() in drivers by Jeff Garzik · 19 years ago
  82. 5457b6a [PATCH] PCI: Convert megaraid to use pci_driver shutdown method by Russell King · 19 years ago
  83. 4339923 [PATCH] missing include in megaraid_sas by Al Viro · 19 years ago
  84. c4a3e0a [SCSI] MegaRAID SAS RAID: new driver by Bagalkote, Sreenivas · 19 years ago
  85. 1241319 [SCSI] remove scsi_set_device by Christoph Hellwig · 19 years ago
  86. 10523b3 [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  87. 94d0e7b8 [SCSI] allow sleeping in ->eh_device_reset_handler() by Jeff Garzik · 19 years ago
  88. 8fa728a [SCSI] allow sleeping in ->eh_abort_handler() by Jeff Garzik · 19 years ago
  89. 672b2d3 [SCSI] megaraid version 2.20.4.6 by Ju, Seokmann · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago