1. db33028 scsi: Remove superfluous #include <linux/async.h> directives by Bart Van Assche · 3 years, 1 month ago
  2. 0a84486 scsi: core: Remove Scsi_Host.shost_dev_attr_groups by Bart Van Assche · 3 years, 1 month ago
  3. a47c6b7 scsi: core: Remove two host template members that are no longer used by Bart Van Assche · 3 years, 3 months ago
  4. 92c4b58 scsi: core: Register sysfs attributes earlier by Bart Van Assche · 3 years, 3 months ago
  5. bf23e61 scsi: core: Use a structure member to track the SCSI command submitter by Bart Van Assche · 3 years, 3 months ago
  6. a19a93e scsi: core: pm: Rely on the device driver core for async power management by Bart Van Assche · 3 years, 3 months ago
  7. ead09dd scsi: bsg: Simplify device registration by Christoph Hellwig · 3 years, 5 months ago
  8. 7801104 scsi: bsg: Move bsg_scsi_ops to drivers/scsi/ by Christoph Hellwig · 3 years, 5 months ago
  9. 59506ab scsi: core: Inline scsi_mq_alloc_queue() by Bart Van Assche · 3 years, 6 months ago
  10. b8e162f scsi: core: Introduce enum scsi_disposition by Bart Van Assche · 3 years, 9 months ago
  11. fe515ac scsi: core: Remove duplicate declarations by Wan Jiabing · 3 years, 9 months ago
  12. 020b0f0 scsi: core: Replace sdev->device_busy with sbitmap by Ming Lei · 4 years ago
  13. 2a242d5 scsi: core: Add limitless cmd retry support by Mike Christie · 4 years, 3 months ago
  14. 71df6fb scsi: core: Remove scsi_sdb_cache by Bean Huo · 4 years, 6 months ago
  15. c5a9707 scsi: core: Remove cmd_list functionality by Hannes Reinecke · 4 years, 10 months ago
  16. 5693340 scsi: core: Delete scsi_use_blk_mq by John Garry · 4 years, 11 months ago
  17. 6eb045e scsi: core: avoid host-wide host_busy counter for scsi_mq by Ming Lei · 5 years ago
  18. f049cf1 scsi: sd: Rely on the driver core for asynchronous probing by Bart Van Assche · 6 years ago
  19. f664a3c scsi: kill off the legacy IO path by Jens Axboe · 6 years ago
  20. a5c3511 scsi: dh: Remove scsi_dh_remove_device() by Bart Van Assche · 7 years ago
  21. 4b1d8e7 scsi: core: Introduce scsi_devinfo_key enumeration type by Bart Van Assche · 7 years ago
  22. 5ebde46 scsi: Use 'blist_flags_t' for scsi_devinfo flags by Hannes Reinecke · 7 years ago
  23. 670ffcc Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. 2930f81 scsi: scsi_dh: suppress errors from unsupported devices by Hannes Reinecke · 7 years ago
  26. e7008ff scsi: Document which queue type a function is intended for by Bart Van Assche · 7 years ago
  27. 2dd6fb5 scsi: Only add commands to the device command list if required by the LLD by Bart Van Assche · 8 years ago
  28. 66483a4 scsi: Introduce scsi_start_queue() by Bart Van Assche · 8 years ago
  29. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  30. a065863 scsi: make asynchronous aborts mandatory by Hannes Reinecke · 8 years ago
  31. 2171b6d scsi: make scsi_eh_scmd_add() always succeed by Hannes Reinecke · 8 years ago
  32. 8893cf6 scsi: mpt3sas: Avoid sleeping in interrupt context by Bart Van Assche · 8 years ago
  33. e9c787e scsi: allocate scsi_cmnd structures as part of struct request by Christoph Hellwig · 8 years ago
  34. 0a6ac4e scsi: respect unchecked_isa_dma for blk-mq by Christoph Hellwig · 8 years ago
  35. 4dfddf5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  36. 8d58881 scsi: Avoid that toggling use_blk_mq triggers a memory leak by Bart Van Assche · 8 years ago
  37. d67e8b3 scsi: move function declarations to scsi_priv.h by Baoyou Xie · 8 years ago
  38. 1d64508 scsi: disable automatic target scan by Hannes Reinecke · 9 years ago
  39. 41f95dd scsi_dh: move 'dh_state' sysfs attribute to generic code by Hannes Reinecke · 9 years ago
  40. 23695e4 scsi_dh: fix use-after-free when removing scsi device by Junichi Nomura · 9 years ago
  41. 086b91d scsi_dh: integrate into the core SCSI code by Christoph Hellwig · 9 years ago
  42. 4f7ad52 SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  43. 82042a2 scsi: move scsi_dispatch_cmd to scsi_lib.c by Christoph Hellwig · 10 years ago
  44. bb3ec62 scsi: remove scsi_next_command by Christoph Hellwig · 10 years ago
  45. d285203 scsi: add support for a blk-mq based I/O path. by Christoph Hellwig · 11 years ago
  46. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 11 years ago
  47. 3c31b52 scsi: async sd resume by Dan Williams · 11 years ago
  48. e494f6a [SCSI] improved eh timeout handler by Hannes Reinecke · 11 years ago
  49. 2955b47 [SCSI] async: introduce 'async_domain' type by Dan Williams · 12 years ago
  50. 84feb16 [SCSI] Change return type of scsi_queue_insert() into void by Bart Van Assche · 13 years ago
  51. 67bd941 [SCSI] Fix device removal NULL pointer dereference by Bart Van Assche · 13 years ago
  52. 5d9fb5c [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new state by Mike Christie · 13 years ago
  53. a7a20d1 [SCSI] sd: limit the scope of the async probe domain by Dan Williams · 13 years ago
  54. fea6d60 [SCSI] scsi_pm: Fix bug in the SCSI power management handler by Alan Stern · 13 years ago
  55. 2b13257 [SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_info by Moger, Babu · 13 years ago
  56. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  57. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 14 years ago
  58. 940d7fa [SCSI] scsi_dh: Use scsi_devinfo functions to do matching of device_handler tables. by Peter Jones · 14 years ago
  59. 38a039b [SCSI] Add scsi_dev_info_list_del_keyed() by Peter Jones · 14 years ago
  60. e6da54d SCSI: remove fake "address-of" expression by Alan Stern · 14 years ago
  61. bc4f240 [SCSI] implement runtime Power Management by Alan Stern · 15 years ago
  62. db5bd1e [SCSI] convert to the new PM framework by Alan Stern · 15 years ago
  63. a4dbd67 driver model: constify attribute groups by David Brownell · 16 years ago
  64. b391277 sd, sr: fix Driver 'sd' needs updating message by Hannes Reinecke · 16 years ago
  65. a9e0edb scsi_transport_spi: Blacklist Ultrium-3 tape for IU transfers by James Bottomley · 16 years ago
  66. 598fa4b enhance device info matching for multiple tables by James Bottomley · 16 years ago
  67. c751085 PM/Hibernate: Wait for SCSI devices scan to complete during resume by Rafael J. Wysocki · 16 years ago
  68. 4a27446 [SCSI] modify scsi to handle new fail fast flags. by Mike Christie · 16 years ago
  69. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  70. 7027ad7 [SCSI] Support devices with protection information by Martin K. Petersen · 16 years ago
  71. f7120a4 [SCSI] use default attributes for scsi_host by Hannes Reinecke · 17 years ago
  72. 7b3d954 Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done"" by Linus Torvalds · 17 years ago
  73. 3a62b5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  74. ac40532 scsi: revert "[SCSI] Get rid of scsi_cmnd->done" by Ingo Molnar · 17 years ago
  75. 751bf4d [SCSI] scsi_sysfs: restore prep_fn when ULD is removed by James Bottomley · 17 years ago
  76. 6f5391c [SCSI] Get rid of scsi_cmnd->done by Matthew Wilcox · 17 years ago
  77. dca84e4 [SCSI] scsi_error.c: Export some scsi_eh_* functions by Darrick J. Wong · 18 years ago
  78. 596f482 [SCSI] kill scsi_rety_command by Christoph Hellwig · 18 years ago
  79. 3e082a9 [SCSI] Add ability to scan scsi busses asynchronously by Matthew Wilcox · 18 years ago
  80. 84314fd [SCSI] SCSI and FC Transport: add netlink support for posting of transport events by James Smart · 18 years ago
  81. 631c228 [SCSI] hide EH backup data outside the scsi_cmnd by Christoph Hellwig · 18 years ago
  82. c4e00fa Merge ../scsi-misc-2.6 by James Bottomley · 18 years ago
  83. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  84. 1c9e16e [SCSI] update max sdev block limit by James Smart · 19 years ago
  85. beb4048 [SCSI] remove scsi_request infrastructure by Christoph Hellwig · 19 years ago
  86. e02f3f5 [SCSI] remove target parent limitiation by Christoph Hellwig · 19 years ago
  87. 1aea643 [SCSI] Kill the SCSI softirq handling by Jens Axboe · 19 years ago
  88. 6e68af6 [SCSI] Convert SCSI mid-layer to scsi_execute_async by Mike Christie · 19 years ago
  89. 7f23e14 [SCSI] correct some dropped const compiler warnings by James Bottomley · 19 years ago
  90. 7dfdc9a [SCSI] use a completion in scsi_send_eh_cmnd by Christoph Hellwig · 19 years ago
  91. 903f4fed [SCSI] fix callers of scsi_remove_device() who already hold the scan muted by Alan Stern · 19 years ago
  92. fe1b2d5 [SCSI] unexport scsi_add_timer/scsi_delete_timer by Christoph Hellwig · 19 years ago
  93. 3111b0d [SCSI] remove scsi_eh_eflags_ macros by Christoph Hellwig · 20 years ago
  94. b4edcbc [SCSI] remove scsi_cmnd->owner by Christoph Hellwig · 20 years ago
  95. 52c1da3 [PATCH] make various thing static by Adrian Bunk · 20 years ago
  96. d3a933d [PATCH] scsi: remove unused scsi_cmnd->internal_timeout field by · 20 years ago
  97. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago