1. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  2. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  3. c2d26f1 target: Add WRITE_VERIFY_16 by Bryant G. Ly · 7 years ago
  4. 2908769 scsi: Improve scsi_get_sense_info_fld by Damien Le Moal · 7 years ago
  5. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 7 years ago
  6. 0c3ae26 scsi: scsi_transport_fc: Add dummy initiator role to rport by Cathy Avery · 7 years ago
  7. 745dfa0 scsi: sg: disable SET_FORCE_LOW_DMA by Hannes Reinecke · 7 years ago
  8. a065863 scsi: make asynchronous aborts mandatory by Hannes Reinecke · 7 years ago
  9. 8e8c9d0 scsi: make eh_eflags persistent by Hannes Reinecke · 7 years ago
  10. 7a38dc0 scsi: scsi_error: count medium access timeout only once per EH run by Hannes Reinecke · 7 years ago
  11. ed12e03 scsi: Make checking the scsi_device_get() return value mandatory by Bart Van Assche · 7 years ago
  12. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 7 years ago
  13. 8690218 scsi: sas: remove sas_domain_release_transport by Johannes Thumshirn · 8 years ago
  14. 6dc618c scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  15. 22c70d1 scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  16. 8893cf6 scsi: mpt3sas: Avoid sleeping in interrupt context by Bart Van Assche · 8 years ago
  17. 6f8830f scsi: libiscsi: add lock around task lists to fix list corruption regression by Chris Leech · 8 years ago
  18. fcbfffe scsi: remove scsi_execute_req_flags by Christoph Hellwig · 8 years ago
  19. 76aaf87 scsi: merge __scsi_execute into scsi_execute by Christoph Hellwig · 8 years ago
  20. 857de6e scsi: use 'scsi_device_from_queue()' for scsi_dh by Hannes Reinecke · 8 years ago
  21. cdc1947 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  22. 556e26a scsi: remove tsk_mgmt_response and it_nexus_response transport methods by Christoph Hellwig · 8 years ago
  23. b6a05c8 scsi: remove eh_timed_out methods in the transport template by Christoph Hellwig · 8 years ago
  24. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 8 years ago
  25. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  26. e9c787e scsi: allocate scsi_cmnd structures as part of struct request by Christoph Hellwig · 8 years ago
  27. d48777a6 scsi: remove __scsi_alloc_queue by Christoph Hellwig · 8 years ago
  28. 9208b75 Merge remote-tracking branch 'mkp-scsi/fixes' into fixes by James Bottomley · 8 years ago
  29. 67d35e7 scsi: libfc: Fix variable name in fc_set_wwpn by Fam Zheng · 8 years ago
  30. 47069a8 scsi: remove useless acpi functions in the header file by Hanjun Guo · 8 years ago
  31. 9efecca linux: drop __bitwise__ everywhere by Michael S. Tsirkin · 8 years ago
  32. a829a84 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  33. 0654816 scsi: fc: use bsg_job_done by Johannes Thumshirn · 8 years ago
  34. 75cc8cf scsi: change FC drivers to use 'struct bsg_job' by Johannes Thumshirn · 8 years ago
  35. ad7660c scsi: fc: implement kref backed reference counting by Johannes Thumshirn · 8 years ago
  36. 1d69b12 scsi: fc: provide fc_bsg_to_rport() helper by Johannes Thumshirn · 8 years ago
  37. cd21c60 scsi: fc: provide fc_bsg_to_shost() helper by Johannes Thumshirn · 8 years ago
  38. 1abaede scsi: fc: Export fc_bsg_jobdone and use it in FC drivers by Johannes Thumshirn · 8 years ago
  39. eb34094 scsi: Get rid of struct fc_bsg_buffer by Johannes Thumshirn · 8 years ago
  40. 2d9c5c2 scsi: allow LLDDs to expose the queue mapping to blk-mq by Christoph Hellwig · 8 years ago
  41. 9625cc4 scsi: libfc: Replace ->seq_release callback with function call by Hannes Reinecke · 8 years ago
  42. 96d564e scsi: libfc: Replace ->seq_assign callback with function call by Hannes Reinecke · 8 years ago
  43. f1d61e6 scsi: libfc: Replace ->seq_set_resp callback with direct function call by Hannes Reinecke · 8 years ago
  44. c6865b3 scsi: libfc: Replace ->seq_start_next callback with function call by Hannes Reinecke · 8 years ago
  45. 768c72c scsi: libfc: Replace ->exch_done callback with function call by Hannes Reinecke · 8 years ago
  46. 0ebaed1 scsi: libfc: Replace ->seq_exch_abort callback with function call by Hannes Reinecke · 8 years ago
  47. 0cac937 scsi: libfc: Replace ->seq_send callback with function call by Hannes Reinecke · 8 years ago
  48. a8220de scsi: libfc: Remove fc_rport_init() by Hannes Reinecke · 8 years ago
  49. 5922a95 scsi: libfc: Replace ->rport_flush_queue callback with function call by Hannes Reinecke · 8 years ago
  50. e76ee65 scsi: libfc: Replace ->rport_recv_req callback with function call by Hannes Reinecke · 8 years ago
  51. c96c792 scsi: libfc: Replace ->rport_logoff callback with function call by Hannes Reinecke · 8 years ago
  52. 05d7d3b scsi: libfc: Replace ->rport_login callback with function call by Hannes Reinecke · 8 years ago
  53. 2580064 scsi: libfc: Replace ->rport_create callback with function call by Hannes Reinecke · 8 years ago
  54. e87b777 scsi: libfc: Replace ->rport_lookup callback with function call by Hannes Reinecke · 8 years ago
  55. 944ef96 scsi: libfc: Replace ->rport_destroy callback with function call by Hannes Reinecke · 8 years ago
  56. 3afd2d1 scsi: libfc: Replace ->exch_seq_send callback with function call by Hannes Reinecke · 8 years ago
  57. c5cb444 scsi: libfc: Replace ->lport_recv with function call by Hannes Reinecke · 8 years ago
  58. 31c0a63 scsi: libfc: Replace ->lport_reset callback with function call by Hannes Reinecke · 8 years ago
  59. 7ab24dd scsi: libfc: Replace ->seq_els_rsp_send callback with function call by Hannes Reinecke · 8 years ago
  60. ad3120c scsi: libfc: reset timeout on queue full by Hannes Reinecke · 8 years ago
  61. 9ca1e18 scsi: libfc: quarantine timed out xids by Hannes Reinecke · 8 years ago
  62. 9f9504a scsi: libfc: use error code for fc_rport_error() by Hannes Reinecke · 8 years ago
  63. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  64. 89d9475 sd: Implement support for ZBC devices by Hannes Reinecke · 8 years ago
  65. 539294b Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixes by James Bottomley · 8 years ago
  66. 8d58881 scsi: Avoid that toggling use_blk_mq triggers a memory leak by Bart Van Assche · 8 years ago
  67. 14a5916 Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixes by James Bottomley · 8 years ago
  68. a0f81db scsi: sas: remove is_sas_attached() by Johannes Thumshirn · 8 years ago
  69. c1a23f6 scsi: sas: provide stub implementation for scsi_is_sas_rphy by Johannes Thumshirn · 8 years ago
  70. fdf1f7f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  71. 9a6cf88 fcoe: implement FIP VLAN responder by Hannes Reinecke · 8 years ago
  72. 88a678b ibmvscsis: Initial commit of IBM VSCSI Tgt Driver by Bryant G. Ly · 8 years ago
  73. 9aa9cc4 scsi: remove the disable_blk_mq host flag by Christoph Hellwig · 8 years ago
  74. 68350a8 scsi: remove current_cmnd field from struct scsi_device by Christoph Hellwig · 8 years ago
  75. 1917d42 fcoe: use enum for fip_mode by Hannes Reinecke · 8 years ago
  76. 6a551c1 fc_fip: Update to latest FC-BB-6 draft by Hannes Reinecke · 8 years ago
  77. 4b9bc86 fcoe: convert to kworker by Sebastian Andrzej Siewior · 8 years ago
  78. 698f6700 Merge branch '4.7/scsi-queue' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi into for-4.7-zac by Tejun Heo · 8 years ago
  79. 9b1d6c8 lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c by Ming Lin · 9 years ago
  80. 65e8617 scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS by Ming Lin · 9 years ago
  81. e4c36ad scsi: vpd pages are mandatory for SPC-2 by Hannes Reinecke · 9 years ago
  82. f05795d scsi: Add intermediate STARGET_REMOVE state to scsi_target_state by Johannes Thumshirn · 9 years ago
  83. 0008f1e scsi-trace: define ZBC_IN and ZBC_OUT by Hannes Reinecke · 9 years ago
  84. 1d64508 scsi: disable automatic target scan by Hannes Reinecke · 9 years ago
  85. 6ea7e38 Merge branch 'fixes-base' into fixes by James Bottomley · 9 years ago
  86. 5ddfe08 scsi: Do not attach VPD to devices that don't support it by Hannes Reinecke · 9 years ago
  87. 78db6e3 scsi: add scsi_set_sense_field_pointer() by Hannes Reinecke · 9 years ago
  88. 3852e37 libata: evaluate SCSI sense code by Hannes Reinecke · 9 years ago
  89. 895a106 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  90. ef3fb24 scsi: fc: use get/put_unaligned64 for wwn access by Arnd Bergmann · 9 years ago
  91. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  92. 77c9df9 scsi: Add 'access_state' and 'preferred_path' attribute by Hannes Reinecke · 9 years ago
  93. d3d3289 scsi_dh: add 'rescan' callback by Hannes Reinecke · 9 years ago
  94. 851cde9 scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA' by Hannes Reinecke · 9 years ago
  95. 43394c6 scsi_dh_alua: Use separate alua_port_group structure by Hannes Reinecke · 9 years ago
  96. 3846470 scsi: Export function scsi_scan.c:sanitize_inquiry_string by Don Brace · 9 years ago
  97. f9e4fa4 scsi_transport_iscsi: Add 25G and 40G speed definition by Jitendra Bhivare · 9 years ago
  98. 5d6ac29 iscsi_tcp: Use ahash by Herbert Xu · 9 years ago
  99. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  100. abaee09 Merge branch 'jejb-scsi' into misc by James Bottomley · 9 years ago