1. 621a436 scsi: target/iscsi: fix error msg typo when create lio_qr_cache failed by Leo Zhang · 6 years ago
  2. 938edb8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  3. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  4. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  5. 9e6371d scsi: target: iscsi: cxgbit: add missing spin_lock_init() by Varun Prakash · 6 years ago
  6. ed076c5 scsi: target: iscsi: cxgbit: fix csk leak by Varun Prakash · 6 years ago
  7. aaa00cc scsi: target/core: Fix TAS handling for aborted commands by Bart Van Assche · 6 years ago
  8. fbbd492 scsi: target/core: Simplify the code for aborting SCSI commands by Bart Van Assche · 6 years ago
  9. 5d2ee71 sbitmap: optimize wakeup check by Jens Axboe · 6 years ago
  10. 59a206b scsi: target: replace fabric_ops.name with fabric_alias by David Disseldorp · 6 years ago
  11. 30c7ca9 scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops by David Disseldorp · 6 years ago
  12. 02d805d cxgb4: use new fw interface to get the VIN and smt index by Santosh Rastapur · 6 years ago
  13. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  14. d49f8a5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  15. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  16. 33b3f8c scsi: target: stash sess_err_stats on Data-Out timeout by David Disseldorp · 6 years ago
  17. dce6190 scsi: target: split out helper for cxn timeout error stashing by David Disseldorp · 6 years ago
  18. c62ae30 scsi: target: log NOP ping timeouts as errors by David Disseldorp · 6 years ago
  19. d9a771f scsi: target: log Data-Out timeouts as errors by David Disseldorp · 6 years ago
  20. df71155 scsi: target: use ISCSI_IQN_LEN in iscsi_target_stat by David Disseldorp · 6 years ago
  21. 801df68 scsi: target: iscsi: cxgbit: fix csk leak by Varun Prakash · 6 years ago
  22. 8c39e26 scsi: target: iscsi: Use bin2hex instead of a re-implementation by Vincent Pelletier · 6 years ago
  23. 1816494 scsi: target: iscsi: Use hex2bin instead of a re-implementation by Vincent Pelletier · 6 years ago
  24. 902ff86 scsi: iscsi: target: fix spelling mistake "entires" -> "entries" by Colin Ian King · 6 years ago
  25. 679fcae scsi: iscsi: target: Don't use stack buffer for scatterlist by Laura Abbott · 6 years ago
  26. 05a86e7 scsi: iscsi: target: Fix conn_ops double free by Mike Christie · 6 years ago
  27. 7915919 scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values fails by Vincent Pelletier · 6 years ago
  28. cedefa8 scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info() by Varun Prakash · 6 years ago
  29. aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  30. 31ff0ce target/iscsi: Allocate session IDs from an IDA by Matthew Wilcox · 7 years ago
  31. 26abc91 iscsi target: fix session creation failure handling by Mike Christie · 6 years ago
  32. 72f02ba Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  33. aeb5027 scsi: iscsi target: have iscsit_start_nopin_timer call __iscsit_start_nopin_timer by Mike Christie · 6 years ago
  34. c8a75af Revert "scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callers" by Bart Van Assche · 6 years ago
  35. 1b350ea scsi: target: iscsi: cxgbit: fix max iso npdu calculation by Varun Prakash · 7 years ago
  36. aa090ea scsi: target: Remove second argument from fabric_make_tpg() by Bart Van Assche · 7 years ago
  37. 35bea5c scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer size by Bart Van Assche · 7 years ago
  38. ed88f05 scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callers by Bart Van Assche · 7 years ago
  39. 317f897 scsi: target: Rename transport_init_session() into transport_alloc_session() by Bart Van Assche · 7 years ago
  40. 10e9cbb scsi: target: Convert target drivers to use sbitmap by Matthew Wilcox · 7 years ago
  41. 83c2b54 scsi: target: Abstract tag freeing by Matthew Wilcox · 7 years ago
  42. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  43. 7bfca0c iscsi-target: use common inet_addr_is_any by Sagi Grimberg · 7 years ago
  44. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  45. 1c130ae0 iscsi-target: make sure to wake up sleeping login worker by Florian Westphal · 7 years ago
  46. ce512d79 target/iscsi: avoid NULL dereference in CHAP auth error path by David Disseldorp · 7 years ago
  47. 093ec14 cxgbit: call neigh_event_send() to update MAC address by Varun Prakash · 7 years ago
  48. eda5d47 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  49. abc36be Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 7 years ago
  50. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  51. 3fc9fb1 iscsi-target: Fix non-immediate TMR reference leak by Nicholas Bellinger · 7 years ago
  52. ae07272 iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref by Nicholas Bellinger · 7 years ago
  53. 17c45b9 iSCSI-target: Use common error handling code in iscsi_decode_text_input() by Markus Elfring · 7 years ago
  54. 6eaf69e target/iscsi: Detect conn_cmd_list corruption early by Bart Van Assche · 7 years ago
  55. cfe2b62 target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd() by Bart Van Assche · 7 years ago
  56. e1dfb21 target/iscsi: Modify iscsit_do_crypto_hash_buf() prototype by Bart Van Assche · 7 years ago
  57. de3493a target/iscsi: Fix endianness in an error message by Bart Van Assche · 7 years ago
  58. 919765e target/iscsi: Use min() in iscsit_dump_data_payload() instead of open-coding it by Bart Van Assche · 7 years ago
  59. 8d973ab target/iscsi: Define OFFLOAD_BUF_SIZE once by Bart Van Assche · 7 years ago
  60. d7e595d target: Suppress gcc 7 fallthrough warnings by Bart Van Assche · 7 years ago
  61. 1ae0172 cxgbit: Abort the TCP connection in case of data out timeout by Varun Prakash · 7 years ago
  62. a0884d4 iscsi-target: fix memory leak in iscsit_release_discovery_tpg() by tangwenji · 7 years ago
  63. 12d5a43 iscsi-target: fix memory leak in lio_target_tiqn_addtpg() by tangwenji · 7 years ago
  64. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  65. f7c9564 target/iscsi: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  66. 8a47aa9 target/iscsi: Simplify timer manipulation code by Bart Van Assche · 8 years ago
  67. ece550b target: make config_item_type const by Bhumika Goyal · 7 years ago
  68. 978d13d iscsi-target: Fix iscsi_np reset hung task during parallel delete by Nicholas Bellinger · 7 years ago
  69. d96adb9 cxgbit: fix sg_nents calculation by Varun Prakash · 7 years ago
  70. 310d40a iscsi-target: fix invalid flags in text response by Varun Prakash · 7 years ago
  71. ea8dc5b iscsi-target: fix memory leak in iscsit_setup_text_cmd() by Varun Prakash · 7 years ago
  72. 66b59f9 cxgbit: add missing __kfree_skb() by Varun Prakash · 7 years ago
  73. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  74. 48ea2ce Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  75. 138d351 iscsi-target: Add login_keys_workaround attribute for non RFC initiators by Nicholas Bellinger · 8 years ago
  76. 8fa4011 target/iscsi: Remove dead code from iscsit_process_scsi_cmd() by Bart Van Assche · 8 years ago
  77. d1c2685 target/iscsi: Simplify iscsit_free_cmd() by Bart Van Assche · 8 years ago
  78. 4412a67 target/iscsi: Remove second argument of __iscsit_free_cmd() by Bart Van Assche · 8 years ago
  79. 03db016 iscsi-target: Kill left-over iscsi_target_do_cleanup by Nicholas Bellinger · 8 years ago
  80. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  81. de77b96 net: introduce __skb_put_[zero, data, u8] by yuan linyu · 8 years ago
  82. 6787ab8 iscsi: ensure RNG is seeded before use by Jason A. Donenfeld · 8 years ago
  83. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  84. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  85. eceb445 iscsi-target: Avoid holding ->tpg_state_lock during param update by Nicholas Bellinger · 8 years ago
  86. abb85a9 iscsi-target: Reject immediate data underflow larger than SCSI transfer length by Nicholas Bellinger · 8 years ago
  87. 105fa2f iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP by Nicholas Bellinger · 8 years ago
  88. 1dec4ce cxgb4: Fix tids count for ipv6 offload connection by Ganesh Goudar · 8 years ago
  89. 5e0cf5e iscsi-target: Always wait for kthread_should_stop() before kthread exit by Jiang Yi · 8 years ago
  90. 25cdda9 iscsi-target: Fix initial login PDU asynchronous socket close OOPs by Nicholas Bellinger · 8 years ago
  91. bd1286f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  92. 197b806 iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement by Nicholas Bellinger · 8 years ago
  93. 3829f38 iscsi-target: Improve size determinations in four functions by Markus Elfring · 8 years ago
  94. c46e22f iscsi-target: Delete error messages for failed memory allocations by Markus Elfring · 8 years ago
  95. f172511 iscsi-target: Use kcalloc() in iscsit_allocate_iovecs() by Markus Elfring · 8 years ago
  96. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  97. 4459e04 iscsi-target: use generic inet_pton_with_scope by Sagi Grimberg · 8 years ago
  98. 1c99de9 iscsi-target: Drop work-around for legacy GlobalSAN initiator by Nicholas Bellinger · 8 years ago
  99. a446701 iscsi-target: Propigate queue_data_in + queue_status errors by Nicholas Bellinger · 8 years ago
  100. efb2ea7 iscsi-target: Fix TMR reference leak during session shutdown by Nicholas Bellinger · 8 years ago