1. cc4238b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  2. 2441500 Merge branch 'fixes' into misc by James Bottomley · 7 years ago
  3. 7760e22 scsi: Remove Scsi_Host.uspace_req_q by Bart Van Assche · 7 years ago
  4. 64104f7 scsi: Call scsi_initialize_rq() for filesystem requests by Bart Van Assche · 7 years ago
  5. 651a013 scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough by Christoph Hellwig · 7 years ago
  6. ccf1e00 scsi: Rework handling of scsi_device.vpd_pg8[03] by Bart Van Assche · 7 years ago
  7. cc199e7 scsi: libsas: move bus_reset_handler() to target_reset_handler() by Hannes Reinecke · 7 years ago
  8. 85aa93b scsi: scsi_transport_srp: Suppress a W=1 compiler warning by Bart Van Assche · 7 years ago
  9. bed2213 scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer by Bart Van Assche · 7 years ago
  10. c2e872a scsi: Avoid sign extension of scsi_device.type by Bart Van Assche · 7 years ago
  11. f52d53a scsi: Remove an obsolete function declaration by Bart Van Assche · 7 years ago
  12. 70e42fd scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd() by Damien Le Moal · 7 years ago
  13. 67b4652 scsi: fc: start decoupling fc_block_scsi_eh from scsi_cmnd by Steffen Maier · 7 years ago
  14. 48ea2ce Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  15. e5dc9a7 target: Use macro for WRITE_VERIFY_32 operation codes by Damien Le Moal · 7 years ago
  16. 9031114 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  17. 109a5db Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 7 years ago
  18. f9279c9 scsi: Add STARGET_CREATED_REMOVE state to scsi_target_state by Ewan D. Milne · 7 years ago
  19. d80210f sd: add support for TCG OPAL self encrypting disks by Christoph Hellwig · 8 years ago
  20. 6d311fa scsi: sas: scsi_queue_work can fail, so make callers aware by Johannes Thumshirn · 8 years ago
  21. b1ffbf8 libata: Support for an ATA PASS-THROUGH(32) command. by Minwoo Im · 7 years ago
  22. 6e9017f scsi: Remove the definition of VLC_SA_RECEIVE_CREDENTIAL by Bart Van Assche · 7 years ago
  23. d821bbd scsi: fc: drop residual tsk_mgmt_response and it_nexus_response by Kefeng Wang · 7 years ago
  24. 6934be4 scsi: scsi_dh_alua: remove synchronous STPG support by Christoph Hellwig · 8 years ago
  25. 496c91b scsi: remove various unused blist flags by Christoph Hellwig · 8 years ago
  26. c8d9cf2 block: Change argument type of scsi_req_init() by Bart Van Assche · 8 years ago
  27. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 8 years ago
  28. 0db6ca8 scsi: Protect SCSI device state changes with a mutex by Bart Van Assche · 8 years ago
  29. 43f7571 scsi: Create two versions of scsi_internal_device_unblock() by Bart Van Assche · 8 years ago
  30. 551eb59 scsi: Split scsi_internal_device_block() by Bart Van Assche · 8 years ago
  31. 8e68825 scsi: Avoid that scsi_exit_rq() triggers a use-after-free by Bart Van Assche · 8 years ago
  32. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  33. bd1286f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  34. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  35. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  36. c2d26f1 target: Add WRITE_VERIFY_16 by Bryant G. Ly · 8 years ago
  37. 2908769 scsi: Improve scsi_get_sense_info_fld by Damien Le Moal · 8 years ago
  38. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
  39. 0c3ae26 scsi: scsi_transport_fc: Add dummy initiator role to rport by Cathy Avery · 8 years ago
  40. 745dfa0 scsi: sg: disable SET_FORCE_LOW_DMA by Hannes Reinecke · 8 years ago
  41. a065863 scsi: make asynchronous aborts mandatory by Hannes Reinecke · 8 years ago
  42. 8e8c9d0 scsi: make eh_eflags persistent by Hannes Reinecke · 8 years ago
  43. 7a38dc0 scsi: scsi_error: count medium access timeout only once per EH run by Hannes Reinecke · 8 years ago
  44. ed12e03 scsi: Make checking the scsi_device_get() return value mandatory by Bart Van Assche · 8 years ago
  45. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  46. 8690218 scsi: sas: remove sas_domain_release_transport by Johannes Thumshirn · 8 years ago
  47. 6dc618c scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  48. 22c70d1 scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  49. 8893cf6 scsi: mpt3sas: Avoid sleeping in interrupt context by Bart Van Assche · 8 years ago
  50. 6f8830f scsi: libiscsi: add lock around task lists to fix list corruption regression by Chris Leech · 8 years ago
  51. fcbfffe scsi: remove scsi_execute_req_flags by Christoph Hellwig · 8 years ago
  52. 76aaf87 scsi: merge __scsi_execute into scsi_execute by Christoph Hellwig · 8 years ago
  53. 857de6e scsi: use 'scsi_device_from_queue()' for scsi_dh by Hannes Reinecke · 8 years ago
  54. cdc1947 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  55. 556e26a scsi: remove tsk_mgmt_response and it_nexus_response transport methods by Christoph Hellwig · 8 years ago
  56. b6a05c8 scsi: remove eh_timed_out methods in the transport template by Christoph Hellwig · 8 years ago
  57. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 8 years ago
  58. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  59. e9c787e scsi: allocate scsi_cmnd structures as part of struct request by Christoph Hellwig · 8 years ago
  60. d48777a6 scsi: remove __scsi_alloc_queue by Christoph Hellwig · 8 years ago
  61. 9208b75 Merge remote-tracking branch 'mkp-scsi/fixes' into fixes by James Bottomley · 8 years ago
  62. 67d35e7 scsi: libfc: Fix variable name in fc_set_wwpn by Fam Zheng · 8 years ago
  63. 47069a8 scsi: remove useless acpi functions in the header file by Hanjun Guo · 8 years ago
  64. 9efecca linux: drop __bitwise__ everywhere by Michael S. Tsirkin · 8 years ago
  65. a829a84 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  66. 0654816 scsi: fc: use bsg_job_done by Johannes Thumshirn · 8 years ago
  67. 75cc8cf scsi: change FC drivers to use 'struct bsg_job' by Johannes Thumshirn · 8 years ago
  68. ad7660c scsi: fc: implement kref backed reference counting by Johannes Thumshirn · 8 years ago
  69. 1d69b12 scsi: fc: provide fc_bsg_to_rport() helper by Johannes Thumshirn · 8 years ago
  70. cd21c60 scsi: fc: provide fc_bsg_to_shost() helper by Johannes Thumshirn · 8 years ago
  71. 1abaede scsi: fc: Export fc_bsg_jobdone and use it in FC drivers by Johannes Thumshirn · 8 years ago
  72. eb34094 scsi: Get rid of struct fc_bsg_buffer by Johannes Thumshirn · 8 years ago
  73. 2d9c5c2 scsi: allow LLDDs to expose the queue mapping to blk-mq by Christoph Hellwig · 8 years ago
  74. 9625cc4 scsi: libfc: Replace ->seq_release callback with function call by Hannes Reinecke · 8 years ago
  75. 96d564e scsi: libfc: Replace ->seq_assign callback with function call by Hannes Reinecke · 8 years ago
  76. f1d61e6 scsi: libfc: Replace ->seq_set_resp callback with direct function call by Hannes Reinecke · 8 years ago
  77. c6865b3 scsi: libfc: Replace ->seq_start_next callback with function call by Hannes Reinecke · 8 years ago
  78. 768c72c scsi: libfc: Replace ->exch_done callback with function call by Hannes Reinecke · 8 years ago
  79. 0ebaed1 scsi: libfc: Replace ->seq_exch_abort callback with function call by Hannes Reinecke · 8 years ago
  80. 0cac937 scsi: libfc: Replace ->seq_send callback with function call by Hannes Reinecke · 8 years ago
  81. a8220de scsi: libfc: Remove fc_rport_init() by Hannes Reinecke · 8 years ago
  82. 5922a95 scsi: libfc: Replace ->rport_flush_queue callback with function call by Hannes Reinecke · 8 years ago
  83. e76ee65 scsi: libfc: Replace ->rport_recv_req callback with function call by Hannes Reinecke · 8 years ago
  84. c96c792 scsi: libfc: Replace ->rport_logoff callback with function call by Hannes Reinecke · 8 years ago
  85. 05d7d3b scsi: libfc: Replace ->rport_login callback with function call by Hannes Reinecke · 8 years ago
  86. 2580064 scsi: libfc: Replace ->rport_create callback with function call by Hannes Reinecke · 8 years ago
  87. e87b777 scsi: libfc: Replace ->rport_lookup callback with function call by Hannes Reinecke · 8 years ago
  88. 944ef96 scsi: libfc: Replace ->rport_destroy callback with function call by Hannes Reinecke · 8 years ago
  89. 3afd2d1 scsi: libfc: Replace ->exch_seq_send callback with function call by Hannes Reinecke · 8 years ago
  90. c5cb444 scsi: libfc: Replace ->lport_recv with function call by Hannes Reinecke · 8 years ago
  91. 31c0a63 scsi: libfc: Replace ->lport_reset callback with function call by Hannes Reinecke · 8 years ago
  92. 7ab24dd scsi: libfc: Replace ->seq_els_rsp_send callback with function call by Hannes Reinecke · 8 years ago
  93. ad3120c scsi: libfc: reset timeout on queue full by Hannes Reinecke · 8 years ago
  94. 9ca1e18 scsi: libfc: quarantine timed out xids by Hannes Reinecke · 8 years ago
  95. 9f9504a scsi: libfc: use error code for fc_rport_error() by Hannes Reinecke · 8 years ago
  96. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  97. 89d9475 sd: Implement support for ZBC devices by Hannes Reinecke · 8 years ago
  98. 539294b Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixes by James Bottomley · 8 years ago
  99. 8d58881 scsi: Avoid that toggling use_blk_mq triggers a memory leak by Bart Van Assche · 8 years ago
  100. 14a5916 Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixes by James Bottomley · 8 years ago