1. 5c10007 [SCSI] gdth: Add missing call to gdth_ioctl_free by Julia Lawall · 14 years ago
  2. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  3. f63ae56 [SCSI] gdth: integer overflow in ioctl by Dan Carpenter · 14 years ago
  4. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  5. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  6. c45d15d scsi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  7. 2c076ee gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one() by Roel Kluin · 14 years ago
  8. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  9. f4927c4 scsi: Push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  10. 6ce00ca [SCSI] gdth: fix buffer overflow by Roel Kluin · 14 years ago
  11. 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
  12. 1fe6dbf [SCSI] gdth: Convert to use regular kernel types. by Dave Jones · 15 years ago
  13. 690e744 [SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080 by Dave Jones · 15 years ago
  14. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  15. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  16. ced7172 gdth section fixes by Al Viro · 16 years ago
  17. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  18. 46787b4 gdth: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  19. a85591f [SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting... by James Bottomley · 16 years ago
  20. 2d6f0d0 [SCSI] gdth: fix timer handling by James Bottomley · 16 years ago
  21. 64a87b2 [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer by Boaz Harrosh · 16 years ago
  22. d35055a [SCSI] gdth: remove command accessors by Boaz Harrosh · 16 years ago
  23. cff2680 [SCSI] gdth: convert to PCI hotplug API by Jeff Garzik · 16 years ago
  24. 4c9c8d7 [SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversion by Jeff Garzik · 16 years ago
  25. 1b96f89 [SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereference by Sven Schnelle · 16 years ago
  26. ee54cc6 [SCSI] gdth: fix to internal commands execution by Boaz Harrosh · 16 years ago
  27. b31ddd3 [SCSI] gdth: bugfix for the at-exit problems by Boaz Harrosh · 16 years ago
  28. 9910930 [SCSI] gdth: update deprecated pci_find_device by Sergio Luis · 16 years ago
  29. 61c9281 [SCSI] gdth: scan for scsi devices by Boaz Harrosh · 16 years ago
  30. 230e886 [SCSI] gdth: kill unneeded 'irq' argument by Jeff Garzik · 17 years ago
  31. 1212663 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  32. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  33. 05dd7ed [SCSI] gdth: __init fixes by Adrian Bunk · 17 years ago
  34. c596cc4 scsi/gdth: fix crash in gdth_timeout if no gdth controllers found by Linus Torvalds · 17 years ago
  35. c8e91b0 [SCSI] gdth: fix CONFIG_ISA build failure by Dhaval Giani · 17 years ago
  36. 3892d88 [SCSI] gdth: !use_sg cleanup and use of scsi accessors by Boaz Harrosh · 17 years ago
  37. f842b64 [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2 by Boaz Harrosh · 17 years ago
  38. 3058d5d [SCSI] gdth: Setup proper per-command private data by Boaz Harrosh · 17 years ago
  39. 884f7fb [SCSI] gdth: Remove gdth_ctr_tab[] by Boaz Harrosh · 17 years ago
  40. 835cc24 [SCSI] gdth: switch to modern scsi host registration by Christoph Hellwig · 17 years ago
  41. 10e1b4b [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixes by Boaz Harrosh · 17 years ago
  42. 45f1a41 [SCSI] gdth: clean up host private data by Boaz Harrosh · 17 years ago
  43. 52759e6 [SCSI] gdth: Remove virt hosts by Christoph Hellwig · 17 years ago
  44. 69916b7 [SCSI] gdth: Reorder scsi_host_template intitializers by Jeff Garzik · 17 years ago
  45. a52667f [SCSI] gdth: kill gdth_{read,write}[bwl] wrappers by Jeff Garzik · 17 years ago
  46. 8d7a5da [SCSI] gdth: Remove 2.4.x support, in-kernel changelog by Jeff Garzik · 17 years ago
  47. 8514ef2 [SCSI] gdth: split out pci probing by Christoph Hellwig · 17 years ago
  48. 706a5d4 [SCSI] gdth: split out eisa probing by Christoph Hellwig · 17 years ago
  49. aed91cb [SCSI] gdth: split out isa probing by Christoph Hellwig · 17 years ago
  50. b8bff2a gdth: Make one abuse of scsi_cmnd less obvious by Matthew Wilcox · 17 years ago
  51. 687d2bc [SCSI] gdth: Stop abusing ->done for internal commands by Matthew Wilcox · 17 years ago
  52. bbfbbbc [SCSI] kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  53. 8e9a8a0 [SCSI] gdth: remove redundant PCI stuff by Jeff Garzik · 17 years ago
  54. 7a960b7 [SCSI] gdth: Fix obvious typo "spin_lock_irqrestore()" by Robert P. J. Day · 17 years ago
  55. 6c4b7e4 [SCSI] gdth: fix ambiguous gdthtable definition by David Rientjes · 17 years ago
  56. bb9ba31 [SCSI] gdth: fix oops in gdth_copy_cmd() by Joerg Dorchain · 17 years ago
  57. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  58. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 17 years ago
  59. 107e716 [SCSI] gdth: Fix && typos by Jean Delvare · 18 years ago
  60. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  61. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  62. 1d6f359 [PATCH] irq-flags: scsi: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  63. beb4048 [SCSI] remove scsi_request infrastructure by Christoph Hellwig · 18 years ago
  64. 6391a11 [SCSI] drivers/scsi: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  65. cbd5f69 [SCSI] remove the scsi_request interface from the gdth driver by Leubner, Achim · 18 years ago
  66. 5d5ff44 [SCSI] fix up request buffer reference in various scsi drivers by Christoph Hellwig · 18 years ago
  67. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 18 years ago
  68. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  69. 40cdc84 [SCSI] gdth: don't map zero-length requests by Jenx Axboe · 18 years ago
  70. 575c968 spelling: s/appropiate/appropriate/ by Adrian Bunk · 18 years ago
  71. f64a181 [SCSI] remove Scsi_Device typedef by Christoph Hellwig · 19 years ago
  72. d0be4a7d [SCSI] remove Scsi_Host_Template typedef by Christoph Hellwig · 19 years ago
  73. 1241319 [SCSI] remove scsi_set_device by Christoph Hellwig · 19 years ago
  74. 3471c28 [SCSI] Remove no-op implementations of SCSI EH hooks by Jeff Garzik · 19 years ago
  75. 8e87904 [PATCH] drivers/scsi/gdth.c: cleanups by · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago