1. 54b2b50 [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers by Martin K. Petersen · 11 years ago
  2. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  3. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  4. 9606772 [SCSI] 3w-9xxx: fix iommu_iova leak by James Bottomley · 13 years ago
  5. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  6. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  7. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  8. c45d15d scsi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  9. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  10. f4927c4 scsi: Push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  11. 4deedd8 [SCSI] 3w-xxxx, 3w-9xxx: force 60 second timeout by adam radford · 14 years ago
  12. 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
  13. 53ca353 [SCSI] 3w-9xxx fix bug in sgl loading by adam radford · 15 years ago
  14. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  15. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  16. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  17. 8454e98 [SCSI] 3w-9xxx: scsi_dma_unmap fix by adam radford · 15 years ago
  18. e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 15 years ago
  19. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  20. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  21. 7a252fe [SCSI] 3w-9xxx: add power management support by adam radford · 15 years ago
  22. 36a5292 [SCSI] 3w-9xxx: remove unnecessary local_irq_save/restore for scsi sg copy API by FUJITA Tomonori · 16 years ago
  23. 3dabec7 [SCSI] 3w-9xxx: add MSI support and misc fixes by adam radford · 16 years ago
  24. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  25. f2b9857 Add a bunch of cycle_kernel_lock() calls by Jonathan Corbet · 16 years ago
  26. d21c95c Add "no BKL needed" comments to several drivers by Jonathan Corbet · 16 years ago
  27. 9bcf091 scsi: fix integer as NULL pointer warning by Harvey Harrison · 16 years ago
  28. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  29. ccde6b8 [SCSI] 3w-9xxx, 3w-xxxx: memset not needed in probe by Denis Cheng · 16 years ago
  30. 035f5e0 [SCSI] 3w-9xxx: use sg buffer copy helper functions by FUJITA Tomonori · 16 years ago
  31. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 16 years ago
  32. 1e6c38c [SCSI] 3w-9xxx: fix abysmal write performance on some motherboards by Tony Battersby · 17 years ago
  33. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  34. 9cb83c7 [SCSI] add use_sg_chaining option to scsi_host_template by FUJITA Tomonori · 17 years ago
  35. e6f194d Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  36. 0e78d15 [SCSI] 3w-9xxx: add support for 9690SA by adam radford · 17 years ago
  37. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  38. b1192d5 [SCSI] 3w-9xxx: eliminate missed map_single path by FUJITA Tomonori · 17 years ago
  39. 0debe01 [SCSI] 3w-9xxx: convert to use the data buffer accessors by FUJITA Tomonori · 17 years ago
  40. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 17 years ago
  41. 4039c30 [SCSI] 3ware 9000 add support for 9650SE by adam radford · 18 years ago
  42. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  43. dcbccbde [SCSI] pci_module_init conversion in scsi subsystem by Henrik Kretzschmar · 18 years ago
  44. 1d6f359 [PATCH] irq-flags: scsi: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  45. 5d5ff44 [SCSI] fix up request buffer reference in various scsi drivers by Christoph Hellwig · 18 years ago
  46. 1e08dcb [SCSI] 3ware 9000 disable local irqs during kmap_atomic by adam radford · 18 years ago
  47. 7f927fc [PATCH] Typo fixes by Alexey Dobriyan · 18 years ago
  48. 75913d9 [SCSI] 3ware 9000 add big endian support by adam radford · 18 years ago
  49. 62288f1 [SCSI] 3ware 9000 driver >4GB memory fix by adam radford · 18 years ago
  50. a12e25bd [SCSI] sem2mutex 3w-[x9]xxx by Jes Sorensen · 18 years ago
  51. c9475cb [PATCH] kfree cleanup: drivers/scsi by Jesper Juhl · 19 years ago
  52. 017560f [SCSI] use sfoo_printk() in drivers by Jeff Garzik · 19 years ago
  53. 49bfd8d [SCSI] 3ware 9000: Add support for 9550SX controllers by adam radford · 19 years ago
  54. d327d08 [SCSI] 3ware 9000: handle use_sg != 0 for emulated commands by adam radford · 19 years ago
  55. d18c3db [PATCH] PCI: make drivers use the pci shutdown callback instead of the driver core callback. by Greg Kroah-Hartman · 19 years ago
  56. df0ae24 [SCSI] allow sleeping in ->eh_host_reset_handler() by Jeff Garzik · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago