1. 096cbc3 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  2. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  3. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  4. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  5. 64bdcbc scsi: add use_cmd_list flag by Kashyap.Desai@avagotech.com · 10 years ago
  6. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  7. 4909cc2 [SCSI] remove deprecated IRQF_DISABLED from SCSI by Michael Opdenacker · 10 years ago
  8. 6e40e5f [SCSI] aacraid: kdump fix by Mahesh Rajashekhara · 11 years ago
  9. 54b2b50 [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers by Martin K. Petersen · 11 years ago
  10. b4789b8 aacraid: prevent invalid pointer dereference by Mahesh Rajashekhara · 11 years ago
  11. f856567 aacraid: missing capable() check in compat ioctl by Dan Carpenter · 11 years ago
  12. 84cbd72 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  13. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  14. c5bebd8 [SCSI] aacraid: Fix for arrays are going offline in the system. System hangs by Mahesh Rajashekhara · 11 years ago
  15. 2c10cd4 [SCSI] aacraid: Dual firmware image support by Mahesh Rajashekhara · 11 years ago
  16. 98f99a8 [SCSI] aacraid: suppress two GCC warnings by Paul Bolle · 11 years ago
  17. 2b4df6e [SCSI] aacraid: 1024 max outstanding command support for Series 7 and above by Mahesh Rajashekhara · 12 years ago
  18. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  19. 0b43344 [SCSI] aacraid: SCSI dma mapping failure case handling by Mahesh Rajashekhara · 12 years ago
  20. 16bd9b8 sections: fix section conflicts in drivers/scsi by Andi Kleen · 12 years ago
  21. 85d22bb [SCSI] aacraid: Series 7 Async. (performance) mode support by Mahesh Rajashekhara · 12 years ago
  22. b5f1758 [SCSI] aacraid: Fix endian issues in core and SRC portions of driver by Ben Collins · 12 years ago
  23. 30002f1 [SCSI] aacraid: Relax the tight timeout loop on fib commands by Ben Collins · 12 years ago
  24. 361ee9c [SCSI] aacraid: Better handling of in-flight events on thread stop by Ben Collins · 12 years ago
  25. ff08784 [SCSI] aacraid: Use resource_size_t for IO mem pointers and offsets by Ben Collins · 12 years ago
  26. 7155250 [SCSI] aacraid: add an iounmap call to aac_src_ioremap by Tomas Henzl · 12 years ago
  27. 1160461 [SCSI] aacraid: Added Sync.mode to support series 7/8/9 controllers by Mahesh Rajashekhara · 12 years ago
  28. 7dd72f5 drivers/scsi/aacraid/commctrl.c: fix mem leak in aac_send_raw_srb() by Jesper Juhl · 13 years ago
  29. cf16123 [SCSI] aacraid: controller hangs if kernel uses non-default ASPM policy by Vasily Averin · 13 years ago
  30. acf3368f scsi: Fix up files implicitly depending on module.h inclusion by Paul Gortmaker · 13 years ago
  31. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  32. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  33. dc55b82 [SCSI] aacraid: use lower snprintf() limit by Dan Carpenter · 13 years ago
  34. d0efab2 [SCSI] aacraid: reset should disable MSI interrupt by Vasily Averin · 13 years ago
  35. 101ae14 Remove unneeded version.h includes from drivers/scsi/ by Jesper Juhl · 13 years ago
  36. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  37. 571b16d aacraid: Drop __TIME__ usage by Michal Marek · 13 years ago
  38. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  39. e8b12f0 [SCSI] aacraid: Add new code for PMC-Sierra's SRC based controller family by Mahesh Rajashekhara · 13 years ago
  40. bfbec92 scsi: change to new flag variable by matt mooney · 14 years ago
  41. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  42. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  43. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  44. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  45. c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  46. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  47. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  48. 35df839 drivers/scsi: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  49. 6de76cf [SCSI] aacraid: semaphore cleanup by Thomas Gleixner · 14 years ago
  50. c45d15d scsi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  51. ecc3099 drivers: scsi: use newly introduced hex_to_bin() method by Andy Shevchenko · 14 years ago
  52. 0dcae66 [SCSI] aacraid: Do not set DMA mask to 32 bit first if adapter only supports 31 by Rolf Eike Beer · 15 years ago
  53. e2e2400 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  54. 8a52da6 [SCSI] aacraid: Eliminate use after free by Julia Lawall · 14 years ago
  55. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  56. f4927c4 scsi: Push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  57. 9cccde9 [SCSI] aacraid: add an ifdef'd device delete case instead of taking the device offline by Rajashekhara, Mahesh · 14 years ago
  58. da3cc67 [SCSI] aacraid: prohibit access to array container space by Rajashekhara, Mahesh · 14 years ago
  59. 1fc8010 [SCSI] aacraid: add support for handling ATA pass-through commands. by Rajashekhara, Mahesh · 14 years ago
  60. e3cc268 [SCSI] aacraid: expose physical devices for models with newer firmware by Rajashekhara, Mahesh · 14 years ago
  61. 5ca0559 [SCSI] aacraid: respond automatically to volumes added by config tool by Rajashekhara, Mahesh · 14 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  63. cacb6dc [SCSI] aacraid: fix File System going into read-only mode by Penchala Narasimha Reddy Chilakala, ERS-HCLTech · 15 years ago
  64. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  65. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  66. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  67. e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 15 years ago
  68. 929a22a dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31) by Yang Hongyang · 15 years ago
  69. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  70. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  71. d8e96507 [SCSI] aacraid driver update by Leubner, Achim · 15 years ago
  72. fa195af [SCSI] Clean up my email address and use a single standard address for everything by Alan Cox · 16 years ago
  73. e989911 [SCSI] aacraid: check pci_alloc_consistent errors by FUJITA Tomonori · 16 years ago
  74. b21227c [SCSI] aacraid: disable Dell Percraid quirk on Adaptec 2200S and 2120S by Hillier, Gernot · 16 years ago
  75. 8fbd64e [SCSI] aacraid: switch to block timeout by James Bottomley · 16 years ago
  76. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  77. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  78. 0905071 [SCSI] aacraid: prevent copy_from_user() BUG! by Mark Salyzyn · 16 years ago
  79. d4514d1 aacraid: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  80. 13a17fd [SCSI] aacraid: linit.c make aac_show_serial_number static by Harvey Harrison · 16 years ago
  81. 655d722 [SCSI] aacraid: Add Power Management support by Mark Salyzyn · 16 years ago
  82. a4576b5 [SCSI] aacraid: Fix jbod operations scan issues by Mark Salyzyn · 16 years ago
  83. e2efe7a [SCSI] aacraid: Fix warning about macro side-effects by Mark Salyzyn · 16 years ago
  84. 0462590 [SCSI] aacraid: Fix down_interruptible() to check the return value correctly by Mark Salyzyn · 16 years ago
  85. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  86. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  87. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  88. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  89. 95e7a8e [SCSI] aacraid: Do not describe check_reset parameter with its value by Paul Bolle · 16 years ago
  90. e6990c6 [SCSI] aacraid: Fix down_interruptible() to check the return value by Mark Salyzyn · 16 years ago
  91. 36b8dd1 [SCSI] aacraid, ips: leX_add_cpu conversion by Marcin Slusarz · 16 years ago
  92. d434502 [SCSI] aacraid: use sg buffer copy helper functions by FUJITA Tomonori · 16 years ago
  93. b271f1c [SCSI] aacraid: READ_CAPACITY_16 shouldn't trust allocation length in cdb by FUJITA Tomonori · 16 years ago
  94. 95f6fb5 [SCSI] aacraid: informational sysfs value corrections by Salyzyn, Mark · 16 years ago
  95. 2f7ecc5 [SCSI] aacraid: ignore adapter reset check polarity by Salyzyn, Mark · 16 years ago
  96. 8ef2224 [SCSI] aacraid: add optional MSI support by Salyzyn, Mark · 16 years ago
  97. 8e31e60 [SCSI] aacraid: do not set valid bit in sense information by Salyzyn, Mark · 16 years ago
  98. 62e9f5c [SCSI] aacraid: pci_set_dma_max_seg_size opened up for late model controllers by Salyzyn, Mark · 16 years ago
  99. 5234e25 [SCSI] aacraid: fib context lock for management ioctls (take 2) by Salyzyn, Mark · 16 years ago
  100. 0c95fdc iommu sg merging: aacraid: use pci_set_dma_max_seg_size by FUJITA Tomonori · 16 years ago