1. f361993 scsi: target: iscsi: Fix cmd abort fabric stop race by Mike Christie · 4 years, 2 months ago
  2. 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
  3. 1c37090 scsi: target: Remove redundant assignment to variable 'ret' by Jing Xiangfeng · 4 years, 4 months ago
  4. d6dc7e0 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 4 months ago
  5. ed43ffe scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_login_sem by Hou Pu · 4 years, 6 months ago
  6. 5528d03 scsi: target: iscsi: Fix data digest calculation by Varun Prakash · 4 years, 5 months ago
  7. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  8. c9c9735 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 5 months ago
  9. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  10. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  11. a8ac783 scsi: target: Make iscsit_register_transport() return void by Max Gurtovoy · 4 years, 6 months ago
  12. df2de6f scsi: target: iscsi: Fix inconsistent debug message by Hou Pu · 4 years, 6 months ago
  13. 4e108d4 scsi: target: iscsi: Fix login error when receiving by Hou Pu · 4 years, 6 months ago
  14. b53293f scsi: target: cxgbit: Remove tx flow control code by Varun Prakash · 4 years, 7 months ago
  15. f178842 scsi: target: cxgbit: Check connection state before issuing hardware command by Varun Prakash · 4 years, 7 months ago
  16. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  17. 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
  18. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  19. 987db58 scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb() by Sudhakar Panneerselvam · 4 years, 7 months ago
  20. 9e95fb8 scsi: target: Fix NULL pointer dereference by Sudhakar Panneerselvam · 4 years, 7 months ago
  21. a36840d scsi: target: Initialize LUN in transport_init_se_cmd() by Sudhakar Panneerselvam · 4 years, 7 months ago
  22. 818dbde Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
  23. c4e446b ipv4: add ip_sock_set_freebind by Christoph Hellwig · 4 years, 8 months ago
  24. 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 8 months ago
  25. b58f0e8 net: add sock_set_reuseaddr by Christoph Hellwig · 4 years, 8 months ago
  26. 7c59dac scsi: target: iscsi: Remove the iscsi_data_count structure by Maurizio Lombardi · 4 years, 9 months ago
  27. 79f51b7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 10 months ago
  28. 626bac7 scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_session() has no effect by Maurizio Lombardi · 4 years, 10 months ago
  29. 57c46e9 scsi: target: fix hang when multiple threads try to destroy the same iscsi session by Maurizio Lombardi · 4 years, 10 months ago
  30. e49a7d9 scsi: target: remove boilerplate code by Maurizio Lombardi · 4 years, 10 months ago
  31. 807b951 scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a session" by Bart Van Assche · 5 years ago
  32. 76261ad scsi: Revert "RDMA/isert: Fix a recently introduced regression related to logout" by Bart Van Assche · 5 years ago
  33. 54343d9 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  34. 04060db scsi: RDMA/isert: Fix a recently introduced regression related to logout by Bart Van Assche · 5 years ago
  35. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  36. ef2cc88 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  37. e9d3009 scsi: target: iscsi: Wait for all commands to finish before freeing a session by Bart Van Assche · 5 years ago
  38. f9fab3d scsi: target: iscsi: rename some variables to avoid confusion. by Maurizio Lombardi · 5 years ago
  39. 19f5f88e scsi: target: iscsi: tie the challenge length to the hash digest size by Maurizio Lombardi · 5 years ago
  40. a572d24 scsi: target: iscsi: CHAP: add support for SHA1, SHA256 and SHA3-256 by Maurizio Lombardi · 5 years ago
  41. f83e148 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  42. e07734f scsi: cxgb4i: remove set but not used variable 'ppmax' by YueHaibing · 5 years ago
  43. fc5b220 scsi: target: cxgbit: Fix cxgbit_fw4_ack() by Bart Van Assche · 5 years ago
  44. d30f53d scsi: target: remove unused extension parameters by David Disseldorp · 5 years ago
  45. 95f8f6a scsi: target: fix SendTargets=All string compares by David Disseldorp · 5 years ago
  46. 9cef2a7 scsi: target: compare full CHAP_A Algorithm strings by David Disseldorp · 5 years ago
  47. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  48. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  49. 92493a2 Build fixes for skb_frag_size conversion by Matthew Wilcox (Oracle) · 5 years ago
  50. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 5 years ago
  51. 985eaf9 scsi: target: cxgbit: add support for IEEE_8021QAZ_APP_SEL_STREAM selector by Varun Prakash · 6 years ago
  52. ba6d10a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  53. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  54. 4f8b490 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  55. 5dd6c493 scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supported by Maurizio Lombardi · 6 years ago
  56. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  57. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  58. 8a914f3 scsi: target/iscsi: fix possible condition with no effect (if == else) by Hariprasad Kelam · 6 years ago
  59. a248384 cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSI by Varun Prakash · 6 years ago
  60. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  61. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  62. 9cc342f treewide: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  63. d1cd7c8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  64. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  65. 4b3766e scsi: target/iscsi: Make sure PDU processing continues if parsing a command fails by Bart Van Assche · 6 years ago
  66. 2e39f1c scsi: target/iscsi: Make iscsit_map_iovec() more robust by Bart Van Assche · 6 years ago
  67. 0ca650c1 scsi: target/iscsi: Handle too large immediate data buffers correctly by Bart Van Assche · 6 years ago
  68. 96e8e26 scsi: target/iscsi: Only send R2T if needed by Bart Van Assche · 6 years ago
  69. b0055ac scsi: target/iscsi: Detect conn_cmd_list corruption early by Bart Van Assche · 6 years ago
  70. f55d0b40 scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failed by tangwenji · 6 years ago
  71. 1ea9b46 scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_np by tangwenji · 6 years ago
  72. 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  73. 47eefde scsi: target/iscsi: Simplify iscsit_handle_text_cmd() by Bart Van Assche · 6 years ago
  74. 658c312 scsi: target/iscsi: Simplify iscsit_dump_data_payload() by Bart Van Assche · 6 years ago
  75. 32e36bf scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock by Bart Van Assche · 6 years ago
  76. 1e65cc1 scsi: target/iscsi: Rename a function and a function pointer by Bart Van Assche · 6 years ago
  77. 0300b11 scsi: target/iscsi: Fix spelling of "unsolicited" by Bart Van Assche · 6 years ago
  78. 618baaf scsi: target/iscsi: Convert comments about locking into runtime checks by Bart Van Assche · 6 years ago
  79. b53655b scsi: target/iscsi: Remove an incorrect comment by Bart Van Assche · 6 years ago
  80. f80d2f0 scsi: target/core: Remove the write_pending_status() callback function by Bart Van Assche · 6 years ago
  81. 621a436 scsi: target/iscsi: fix error msg typo when create lio_qr_cache failed by Leo Zhang · 6 years ago
  82. 938edb8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  83. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  84. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  85. 9e6371d scsi: target: iscsi: cxgbit: add missing spin_lock_init() by Varun Prakash · 6 years ago
  86. ed076c5 scsi: target: iscsi: cxgbit: fix csk leak by Varun Prakash · 6 years ago
  87. aaa00cc scsi: target/core: Fix TAS handling for aborted commands by Bart Van Assche · 6 years ago
  88. fbbd492 scsi: target/core: Simplify the code for aborting SCSI commands by Bart Van Assche · 6 years ago
  89. 5d2ee71 sbitmap: optimize wakeup check by Jens Axboe · 6 years ago
  90. 59a206b scsi: target: replace fabric_ops.name with fabric_alias by David Disseldorp · 6 years ago
  91. 30c7ca9 scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops by David Disseldorp · 6 years ago
  92. 02d805d cxgb4: use new fw interface to get the VIN and smt index by Santosh Rastapur · 6 years ago
  93. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  94. d49f8a5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  95. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  96. 33b3f8c scsi: target: stash sess_err_stats on Data-Out timeout by David Disseldorp · 6 years ago
  97. dce6190 scsi: target: split out helper for cxn timeout error stashing by David Disseldorp · 6 years ago
  98. c62ae30 scsi: target: log NOP ping timeouts as errors by David Disseldorp · 6 years ago
  99. d9a771f scsi: target: log Data-Out timeouts as errors by David Disseldorp · 6 years ago
  100. df71155 scsi: target: use ISCSI_IQN_LEN in iscsi_target_stat by David Disseldorp · 6 years ago