1. af049df scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions by Bart Van Assche · 3 years, 3 months ago
  2. 0800a26 scsi: BusLogic: Call scsi_done() directly by Bart Van Assche · 3 years, 3 months ago
  3. 2127cd21 scsi: BusLogic: Use %X for u32 sized integer rather than %lX by Colin Ian King · 3 years, 6 months ago
  4. a40662c scsi: BusLogic: Avoid unbounded vsprintf() use by Maciej W. Rozycki · 3 years, 9 months ago
  5. 44d01fc scsi: BusLogic: Fix missing pr_cont() use by Maciej W. Rozycki · 3 years, 9 months ago
  6. 56f3961 scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic by Matt Wang · 3 years, 8 months ago
  7. d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 9 months ago
  8. a5f7a12 BusLogic: reject broken old firmware that requires ISA-style bounce buffering by Christoph Hellwig · 3 years, 10 months ago
  9. 8cad3b6 Buslogic: remove ISA support by Christoph Hellwig · 3 years, 10 months ago
  10. 5c9e259 scsi: BusLogic: Supply __printf(x, y) formatting for blogic_msg() by Lee Jones · 3 years, 10 months ago
  11. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  12. 3fa6581 scsi: BusLogic: Remove conversion to bool in blogic_inquiry() by Jason Yan · 4 years, 9 months ago
  13. 79f51b7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 10 months ago
  14. 1442f76 block: move struct partition out of genhd.h by Christoph Hellwig · 4 years, 10 months ago
  15. 977b899 scsi: docs: convert BusLogic.txt to ReST by Mauro Carvalho Chehab · 4 years, 11 months ago
  16. 4362269 scsi: BusLogic: use %lX for unsigned long rather than %X by Colin Ian King · 5 years ago
  17. 5875175 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 388 by Thomas Gleixner · 6 years ago
  18. 2a3d4eb scsi: flip the default on use_clustering by Christoph Hellwig · 6 years ago
  19. 1ff2d8c scsi: BusLogic: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  20. 17a361b2 scsi: BusLogic: switch to generic DMA API by Christoph Hellwig · 6 years ago
  21. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  22. 20961065 scsi: BusLogic: fix incorrect spelling of adatper_reset_req by Colin Ian King · 8 years ago
  23. 91c40f2 scsi: replace seq_printf with seq_puts by Rasmus Villemoes · 10 years ago
  24. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  25. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  26. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  27. eeceec9 [SCSI] buslogic: Added check for DMA mapping errors by Khalid Aziz · 11 years ago
  28. 6541932 [SCSI] BusLogic: Fix an oops when intializing multimaster adapter by Khalid Aziz · 11 years ago
  29. 391e2f2 [SCSI] BusLogic: Port driver to 64-bit. by Khalid Aziz · 12 years ago
  30. 839cb99 [SCSI] BusLogic: Fix style issues by Khalid Aziz · 12 years ago
  31. 25daa96 BusLogic: switch to ->show_info() by Al Viro · 12 years ago
  32. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  33. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  34. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  35. 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
  36. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  37. 78b4b05 [SCSI] BusLogic: make FlashPoint support x86-32 only by Matthew Wilcox · 17 years ago
  38. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 17 years ago
  39. b80ca4f [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE by FUJITA Tomonori · 17 years ago
  40. 9cb83c7 [SCSI] add use_sg_chaining option to scsi_host_template by FUJITA Tomonori · 17 years ago
  41. ddc914c7 [SCSI] BusLogic: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
  42. 1079a2d [SCSI] BusLogic: stop using check_region by Zachary Amsden · 18 years ago
  43. 2065e31 [SCSI] BusLogic: Replace 'boolean' by 'bool' by Richard Knutsson · 18 years ago
  44. 4474643 [SCSI] Buslogic: local_irq_disable() is redundant after local_irq_save() by Jiri Kosina · 18 years ago
  45. 0bd2af4 Merge ../scsi-rc-fixes-2.6 by James Bottomley · 18 years ago
  46. db3a881 [SCSI] minor bug fixes and cleanups by Jeff Garzik · 18 years ago
  47. 745b571 [BusLogic] Add pci dev table for auto module loading. by Ben Collins · 18 years ago
  48. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  49. a07f353 [SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci structures by Alan Cox · 18 years ago
  50. d2afb3a [SCSI] BusLogic gcc 4.1 warning fixes by Daniel Walker · 18 years ago
  51. 1d6f359 [PATCH] irq-flags: scsi: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  52. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  53. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 19 years ago
  54. 60c904a [PATCH] drivers/scsi/*: use time_after() and friends by Marcelo Feitoza Parisi · 19 years ago
  55. 745caf7 [SCSI] Pass proper device from BusLogic to SCSI layer by Petr Vandrovec · 19 years ago
  56. df0ae24 [SCSI] allow sleeping in ->eh_host_reset_handler() by Jeff Garzik · 20 years ago
  57. c6295cd [PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field by · 20 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago