1. af049df scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions by Bart Van Assche · 3 years, 3 months ago
  2. 0feb342 scsi: fas216: Introduce the function fas216_queue_command_internal() by Bart Van Assche · 3 years, 3 months ago
  3. 696fec1 scsi: fas216: Stop using scsi_cmnd.scsi_done by Bart Van Assche · 3 years, 3 months ago
  4. caffd3a scsi: fas216: Introduce struct fas216_cmd_priv by Bart Van Assche · 3 years, 3 months ago
  5. 396dd2c scsi: acornscsi: Call scsi_done() directly by Bart Van Assche · 3 years, 3 months ago
  6. c533640 scsi: acornscsi: Remove scsi_cmd_to_tag() reference by John Garry · 3 years, 4 months ago
  7. 756fb6a scsi: acornscsi: Remove tagged queuing vestiges by Hannes Reinecke · 3 years, 4 months ago
  8. bc41fcb scsi: fas216: Kill scmd->tag by Hannes Reinecke · 3 years, 4 months ago
  9. cb16362 scsi: fas216: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 6 months ago
  10. eb4f520 scsi: acornscsi: Fix fall-through warning for clang by Gustavo A. R. Silva · 3 years, 6 months ago
  11. fbf1a58 scsi: fas216: Fix a build error by Bart Van Assche · 3 years, 6 months ago
  12. df13031 scsi: fas216: Use get_status_byte() to avoid using Linux-specific status codes by Hannes Reinecke · 3 years, 9 months ago
  13. 7f33f56 scsi: fas216: Translate message to host byte status by Hannes Reinecke · 3 years, 9 months ago
  14. a9d2d80 scsi: acornscsi: Translate message byte to host byte by Hannes Reinecke · 3 years, 9 months ago
  15. 3c96913 scsi: acornscsi: Remove acornscsi_reportstatus() by Hannes Reinecke · 3 years, 9 months ago
  16. 86cfe4a scsi: fas216: Use fallthrough pseudo-keyword by Wei Ming Chen · 3 years, 8 months ago
  17. 0eb198d scsi: acornscsi: Use standard defines by Hannes Reinecke · 4 years ago
  18. 55e0500 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 3 months ago
  19. 713a846 scsi: oak: Remove redundant initialization of variable ret by Jing Xiangfeng · 4 years, 4 months ago
  20. a08a073 scsi: arm: Avoid comma separated statements by Joe Perches · 4 years, 5 months ago
  21. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  22. 86f2da11 scsi: eesox: Fix different dev_id between request_irq() and free_irq() by Christophe JAILLET · 4 years, 7 months ago
  23. d179f7c scsi: powertec: Fix different dev_id between request_irq() and free_irq() by Christophe JAILLET · 4 years, 7 months ago
  24. 040ab9c scsi: cumana_2: Fix different dev_id between request_irq() and free_irq() by Christophe JAILLET · 4 years, 7 months ago
  25. 3df83e1 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
  26. 42c76c98 scsi: acornscsi: Fix an error handling path in acornscsi_probe() by Christophe JAILLET · 4 years, 8 months ago
  27. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  28. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  29. 1125c70 scsi: Fix various misspellings of "connect" by Geert Uytterhoeven · 5 years ago
  30. fccf01b scsi: fas216: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  31. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  32. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  33. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  34. 4af14d1 scsi: remove the use_clustering flag by Christoph Hellwig · 6 years ago
  35. 7b44047 scsi: powertec: remove the explicit use_clustering setting by Christoph Hellwig · 6 years ago
  36. 736c23d scsi: cumana_2: remove the explicit use_clustering setting by Christoph Hellwig · 6 years ago
  37. 2a3d4eb scsi: flip the default on use_clustering by Christoph Hellwig · 6 years ago
  38. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  39. 96d5eaa scsi: fas216: fix sense buffer initialization by Arnd Bergmann · 7 years ago
  40. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  41. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  42. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  43. fd53699 scsi: acornscsi: fix build error by Arnd Bergmann · 7 years ago
  44. 12e5fc6 scsi: NCR5380: Move bus reset to host reset by Hannes Reinecke · 7 years ago
  45. 74fa80e scsi: acornscsi: move bus reset to host reset by Hannes Reinecke · 7 years ago
  46. 4a98f89 scsi: ncr5380: Use correct types for DMA routines by Finn Thain · 8 years ago
  47. 7c60663 scsi: ncr5380: Expedite register polling by Finn Thain · 8 years ago
  48. 61e1ce5 scsi: ncr5380: Use correct types for device register accessors by Finn Thain · 8 years ago
  49. 820682b scsi: ncr5380: Store IO ports and addresses in host private data by Finn Thain · 8 years ago
  50. b223680 scsi: cumana_1: Remove unused cumanascsi_setup() function by Finn Thain · 8 years ago
  51. 65e8617 scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS by Ming Lin · 9 years ago
  52. a46865d ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros by Finn Thain · 9 years ago
  53. 8053b0e ncr5380: Merge DMA implementation from atari_NCR5380 core driver by Finn Thain · 9 years ago
  54. 438af51 ncr5380: Adopt uniform DMA setup convention by Finn Thain · 9 years ago
  55. 6c4b88c ncr5380: Use DMA hooks for PDMA by Finn Thain · 9 years ago
  56. f825e40 ncr5380: Remove PSEUDO_DMA macro by Finn Thain · 9 years ago
  57. 1bb4600 ncr5380: Disable the DMA errata workaround flag by default by Finn Thain · 9 years ago
  58. dc0d79b scsi: fas216: avoid fas216_log_setup for loadable module by Arnd Bergmann · 9 years ago
  59. 6fea7f6 scsi: acornscsi: mark calc_sync_xfer as __maybe_unused by Arnd Bergmann · 9 years ago
  60. 0a4e361 ncr5380: Fix soft lockups by Finn Thain · 9 years ago
  61. 32b26a1 ncr5380: Use standard list data structure by Finn Thain · 9 years ago
  62. e5c3fdd ncr5380: Remove command list debug code by Finn Thain · 9 years ago
  63. 161c005 ncr5380: Cleanup #include directives by Finn Thain · 9 years ago
  64. ff3d457 ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro by Finn Thain · 9 years ago
  65. 0ad0eff ncr5380: Introduce unbound workqueue by Finn Thain · 9 years ago
  66. e52bbd5 ncr5380: Cleanup bogus {request,release}_region() calls by Finn Thain · 9 years ago
  67. b6488f9 ncr5380: Split NCR5380_init() into two functions by Finn Thain · 9 years ago
  68. 54d8fe4 ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros by Finn Thain · 9 years ago
  69. b84b1d5 scsi: Do not set cmd_per_lun to 1 in the host template by Hannes Reinecke · 10 years ago
  70. 91c40f2 scsi: replace seq_printf with seq_puts by Rasmus Villemoes · 10 years ago
  71. 710ddd0 ncr5380: Drop legacy scsi.h include by Finn Thain · 10 years ago
  72. 96068e6 ncr5380: Remove *_RELEASE macros by Finn Thain · 10 years ago
  73. a9c2dc4 ncr5380: Move static PDMA spin counters to host data by Finn Thain · 10 years ago
  74. 8c32513 ncr5380: Cleanup host info() methods by Finn Thain · 10 years ago
  75. 22f5f10 ncr5380: Fix SCSI_IRQ_NONE bugs by Finn Thain · 10 years ago
  76. 997acab ncr5380: Remove redundant AUTOSENSE macro by Finn Thain · 10 years ago
  77. 48f16c9 ncr5380: Remove unused macros by Finn Thain · 10 years ago
  78. 1fa6b5f scsi: Remove scsi_print_command when calling abort by Hannes Reinecke · 10 years ago
  79. a9a47bf scsi: repurpose the last argument from print_opcode_name() by Hannes Reinecke · 10 years ago
  80. e04ca90 fas216: update logging messages by Hannes Reinecke · 10 years ago
  81. 279c43b fas216: return DID_ERROR for incomplete data transfer by Hannes Reinecke · 10 years ago
  82. 2e120a57 acornscsi: use scsi_print_command() by Hannes Reinecke · 10 years ago
  83. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 11 years ago
  84. e6842f0 acornscsi: remove linked command support by Paul Bolle · 11 years ago
  85. d0d22ef scsi/NCR5380: remove unused BOARD_NORMAL and BOARD_NCR53C400 by Finn Thain · 11 years ago
  86. 4909cc2 [SCSI] remove deprecated IRQF_DISABLED from SCSI by Michael Opdenacker · 11 years ago
  87. 56b8e8e acornscsi: switch to ->show_info() by Al Viro · 12 years ago
  88. 9d4e5c5 fas216: switch to ->show_info() by Al Viro · 12 years ago
  89. dd7ab71 NCR5830: switch to ->show_info() by Al Viro · 12 years ago
  90. fbc0606 drivers/scsi/arm: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  91. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  92. 068a565 Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixes by Olof Johansson · 12 years ago
  93. 4896817 SCSI: ARM: make fas216_dumpinfo function conditional by Arnd Bergmann · 13 years ago
  94. ea065f1 SCSI: ARM: ncr5380/oak uses no interrupts by Arnd Bergmann · 13 years ago
  95. f39f7b7 scsi: eesox: use __iomem pointers for MMIO by Arnd Bergmann · 12 years ago
  96. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  97. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  98. 41569e3 ARM: ecard: get rid of NO_IRQ madness by Russell King · 13 years ago
  99. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  100. 5d61b71 SCSI: arm fas216: fix missing ';' by Russell King · 14 years ago