1. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  2. 19ac97f Merge remote-tracking branch 'scsi-queue/drivers-for-3.18' into for-linus by James Bottomley · 10 years ago
  3. 45341ca scsi: fix the type for well known LUs by Subhash Jadavani · 10 years ago
  4. c611529 sd: Honor block layer integrity handling flags by Martin K. Petersen · 10 years ago
  5. 8e4a5da scsi: fix comment in struct Scsi_Host definition by Sebastian Herbszt · 10 years ago
  6. 81481eb blk-mq: fix and simplify tag iteration for the timeout handler by Christoph Hellwig · 10 years ago
  7. 50c4e96 scsi: don't store LUN bits in CDB[1] for USB mass-storage devices by Alan Stern · 10 years ago
  8. 64bdcbc scsi: add use_cmd_list flag by Kashyap.Desai@avagotech.com · 10 years ago
  9. 4b8c6ba scsi: fix regression that accidentally disabled block-based tcq by Christoph Hellwig · 10 years ago
  10. 88ec63d6 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  11. d429a36 Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  12. 308c09f lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig by Laura Abbott · 10 years ago
  13. ae87e8b Merge remote-tracking branch 'scsi-queue/drivers-for-3.17' into for-next by James Bottomley · 10 years ago
  14. 09ff742 libiscsi: return new error code when nop times out by Mike Christie · 10 years ago
  15. f9e06c6 Merge remote-tracking branch 'scsi-queue/core-for-3.17' into for-next by James Bottomley · 10 years ago
  16. 0213436 scsi: do not issue SCSI RSOC command to Promise Vtrak E610f by Janusz Dziemidowicz · 10 years ago
  17. c21a2c1 scsi: add defines for new FC port speeds. by Dick Kennedy · 10 years ago
  18. c1d40a5 scsi: add a blacklist flag which enables VPD page inquiries by Martin K. Petersen · 10 years ago
  19. fd2eb90 scsi: move the writeable field from struct scsi_device to struct scsi_cd by Christoph Hellwig · 10 years ago
  20. 7a14c1c scsi: add a symbolic name for the ZBC device type by Christoph Hellwig · 10 years ago
  21. d285203 scsi: add support for a blk-mq based I/O path. by Christoph Hellwig · 11 years ago
  22. cd9070c scsi: fix the {host,target,device}_blocked counter mess by Christoph Hellwig · 11 years ago
  23. 71e75c9 scsi: convert device_busy to atomic_t by Christoph Hellwig · 10 years ago
  24. 7466501 scsi: convert host_busy to atomic_t by Christoph Hellwig · 11 years ago
  25. 7ae65c0 scsi: convert target_busy to an atomic_t by Christoph Hellwig · 11 years ago
  26. 4f1e576 scsi: mark scsi_setup_blk_pc_cmnd static by Christoph Hellwig · 10 years ago
  27. 3868cf8 scsi: restructure command initialization for TYPE_FS requests by Christoph Hellwig · 10 years ago
  28. f1bea55 scsi: remove various exports that were only used by scsi_tgt by Christoph Hellwig · 10 years ago
  29. 0664652 tgt: removal by Bart Van Assche · 10 years ago
  30. f666793 libsrp: removal by Christoph Hellwig · 10 years ago
  31. 1abf635 scsi: use 64-bit value for 'max_luns' by Hannes Reinecke · 10 years ago
  32. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  33. 22ffeb4 scsi_scan: Restrict sequential scan to 256 LUNs by Hannes Reinecke · 10 years ago
  34. 16070cc sg: add SG_FLAG_Q_AT_TAIL flag by Douglas Gilbert · 10 years ago
  35. 65c26a0 sg: relax 16 byte cdb restriction by Douglas Gilbert · 10 years ago
  36. 8ed5a4d scsi: increase upper limit for max_sectors by Akinobu Mita · 10 years ago
  37. 8addf0c Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  38. 5616b0a [SCSI] use the scsi data buffer length to extract transfer size by Martin K. Petersen · 10 years ago
  39. d151561 block SG_IO: add SG_FLAG_Q_AT_HEAD flag by Douglas Gilbert · 10 years ago
  40. b14bf2d usb-storage/SCSI: Add broken_fua blacklist flag by Alan Stern · 10 years ago
  41. ed9ea4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  42. 8846bab scsi_cmnd: Introduce scsi_transfer_length helper by Sagi Grimberg · 10 years ago
  43. b4c4399 Merge remote-tracking branch 'scsi-queue/drivers-for-3.16' into for-linus by James Bottomley · 10 years ago
  44. 63ff059 include/scsi/osd_protocol.h: remove unnecessary __constant by Fabian Frederick · 10 years ago
  45. b54197c virtio_scsi: use cmd_size by Christoph Hellwig · 10 years ago
  46. a1b73fc scsi: reintroduce scsi_driver.init_command by Christoph Hellwig · 10 years ago
  47. 2bfad21 scsi: Make sure cmd_flags are 64-bit by Martin K. Petersen · 10 years ago
  48. 877f075 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  49. f7eaa7e Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-next by Roland Dreier · 10 years ago
  50. 1a0b6ab Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  51. 89d9a56 [SCSI] add support for per-host cmd pools by Christoph Hellwig · 10 years ago
  52. 0f2bb84 [SCSI] megaraid: simplify internal command handling by Christoph Hellwig · 10 years ago
  53. b3ae878 [SCSI] Add EVPD page 0x83 and 0x80 to sysfs by Hannes Reinecke · 10 years ago
  54. 6751360 scsi_transport_srp: Fix two kernel-doc warnings by Bart Van Assche · 10 years ago
  55. bc6e7c4 libata, libsas: kill pm_result and related cleanup by Dan Williams · 10 years ago
  56. 55e51ed SCSI/libiscsi: Add check_protection callback for transports by Sagi Grimberg · 10 years ago
  57. 0479633 [SCSI] do not manipulate device reference counts in scsi_get/put_command by Christoph Hellwig · 10 years ago
  58. 659743b [SCSI] libiscsi: Reduce locking contention in fast path by Shlomo Pongratz · 10 years ago
  59. e63ed0d [SCSI] fix our current target reap infrastructure by James Bottomley · 11 years ago
  60. 3af74a3 [SCSI] libsas: introduce scmd_dbg() to quiet false positive "timeout" messages by Dan Williams · 10 years ago
  61. 624f28b [SCSI] scsi_transport_fc: Add 32Gbps speed definition. by Chad Dupuis · 10 years ago
  62. 4e13c5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  63. 08d21b5 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 11 years ago
  64. 8e585a6 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  65. aad560b ore: Fix wrong math in allocation of per device BIO by Boaz Harrosh · 11 years ago
  66. 0c7f821 scsi_transport_srp: Fix kernel-doc warnings by Bart Van Assche · 11 years ago
  67. 9307916 scsi_transport_srp: Fix a race condition by Bart Van Assche · 11 years ago
  68. c66094b target_core_alua: Referrals infrastructure by Hannes Reinecke · 11 years ago
  69. ae56ff4 [SCSI] libiscsi: Add local_ipaddr parameter in iscsi_conn struct by Adheer Chandravanshi · 11 years ago
  70. 5af62f2 [SCSI] scsi_transport_iscsi: Export ISCSI_PARAM_LOCAL_IPADDR attr for iscsi_connection by Adheer Chandravanshi · 11 years ago
  71. 6fa7c55 [SCSI] scsi_transport_iscsi: Add host statistics support by Lalit Chandivade · 11 years ago
  72. e494f6a [SCSI] improved eh timeout handler by Hannes Reinecke · 11 years ago
  73. 2451079 [SCSI] Fix erratic device offline during EH by James Bottomley · 11 years ago
  74. 3e0f65b [SCSI] iscsi_transport: Additional parameters for network settings by Harish Zunjarrao · 11 years ago
  75. b867cda [SCSI] iscsi_transport: Remove net param enum values by Harish Zunjarrao · 11 years ago
  76. 54b2b50 [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers by Martin K. Petersen · 11 years ago
  77. 1ea406c Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  78. 323f622 Merge tag 'fcoe-3.13' into for-linus by James Bottomley · 11 years ago
  79. 8c64e45 scsi_transport_srp: Add periodic reconnect support by Bart Van Assche · 11 years ago
  80. 29c1732 scsi_transport_srp: Add transport layer error handling by Bart Van Assche · 11 years ago
  81. 9dd69a6 IB/srp: Keep rport as long as the IB transport layer by Bart Van Assche · 11 years ago
  82. b456202 [SCSI] Add 'eh_deadline' to limit SCSI EH runtime by Hannes Reinecke · 11 years ago
  83. 6b1e5a4 [SCSI] remove check for 'resetting' by Hannes Reinecke · 11 years ago
  84. 3af142f [SCSI] scsi_transport_iscsi: Add support to set CHAP entries by Adheer Chandravanshi · 11 years ago
  85. 9d34876 libfcoe: Make fcoe_sysfs optional / fix fnic NULL exception by Robert Love · 11 years ago
  86. 48efe45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  87. 1c68cc1 scsi: Add CDB definition for COMPARE_AND_WRITE by Nicholas Bellinger · 11 years ago
  88. 7030fd6 libfc: Do not invoke the response handler after fc_exch_done() by Bart Van Assche · 11 years ago
  89. c1d4542 libfc: Source code comment spelling fixes by Bart Van Assche · 11 years ago
  90. 279afdf [SCSI] Generate uevents on certain unit attention codes by Ewan D. Milne · 11 years ago
  91. f8525eb [SCSI] libiscsi: Exporting new attrs for iscsi session and connection in sysfs by Adheer Chandravanshi · 11 years ago
  92. ae542ed [SCSI] scsi_transport_iscsi: Exporting new attrs for iscsi session and connection in sysfs by Adheer Chandravanshi · 11 years ago
  93. 7e782af [SCSI] Return ENODATA on medium error by Hannes Reinecke · 11 years ago
  94. a9d6ceb8 [SCSI] return ENOSPC on thin provisioning failure by Hannes Reinecke · 11 years ago
  95. 87f14e6 [SCSI] Set hostbyte status in scsi_check_sense() by Hannes Reinecke · 11 years ago
  96. 3b9373e [SCSI] libiscsi: Added new boot entries in the session sysfs by Eddie Wai · 11 years ago
  97. 56f2a80 [SCSI] Workaround for disks that report bad optimal transfer length by Martin K. Petersen · 11 years ago
  98. 0816c92 [SCSI] Allow error handling timeout to be specified by Martin K. Petersen · 11 years ago
  99. e73823f [SCSI] libsas: implement > 16 byte CDB support by James Bottomley · 11 years ago
  100. 297b8a0 Merge branch 'postmerge' into for-linus by James Bottomley · 11 years ago