1. 1b8d030 scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown() by Lixiaokeng · 3 years ago
  2. b4b84edc scsi: libiscsi: Call scsi_done() directly by Bart Van Assche · 3 years, 3 months ago
  3. ec65e6b Merge branch '5.15/scsi-fixes' into 5.16/scsi-staging by Martin K. Petersen · 3 years, 3 months ago
  4. 258aad7 scsi: iscsi: Fix iscsi_task use after free by Mike Christie · 3 years, 3 months ago
  5. e018f03 scsi: libiscsi: Move ehwait initialization to iscsi_session_setup() by Ding Hui · 3 years, 4 months ago
  6. 1ff28f2 Merge branch '5.14/scsi-result' into 5.14/scsi-staging by Martin K. Petersen · 3 years, 7 months ago
  7. a1f3486 scsi: iscsi: Move pool freeing by Mike Christie · 3 years, 7 months ago
  8. 99b0603 scsi: iscsi: Hold task ref during TMF timeout handling by Mike Christie · 3 years, 7 months ago
  9. f6f9645 scsi: iscsi: Fix completion check during abort races by Mike Christie · 3 years, 7 months ago
  10. ec29d0a scsi: iscsi: Fix conn use after free during resets by Mike Christie · 3 years, 7 months ago
  11. fda290c scsi: iscsi: Get ref to conn during reset handling by Mike Christie · 3 years, 7 months ago
  12. d39df15 scsi: iscsi: Have abort handler get ref to conn by Mike Christie · 3 years, 7 months ago
  13. b1d19e8 scsi: iscsi: Add iscsi_cls_conn refcount helpers by Mike Christie · 3 years, 7 months ago
  14. 891e263 scsi: iscsi: Stop queueing during ep_disconnect by Mike Christie · 3 years, 7 months ago
  15. f2b1e9c scsi: core: Introduce scsi_build_sense() by Hannes Reinecke · 3 years, 8 months ago
  16. c98ff1d Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
  17. 0dcf8feb scsi: iscsi: Fix iSCSI cls conn state by Mike Christie · 3 years, 9 months ago
  18. ec98ea7 scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE by Chris Leech · 3 years, 10 months ago
  19. c8447e4 scsi: libiscsi: Reset max/exp cmdsn during recovery by Mike Christie · 3 years, 11 months ago
  20. b404692 scsi: libiscsi: Add helper to calculate max SCSI cmds per session by Mike Christie · 3 years, 11 months ago
  21. c435f0a scsi: libiscsi: Fix iSCSI host workq destruction by Mike Christie · 3 years, 11 months ago
  22. 14936b1 scsi: libiscsi: Fix iscsi_task use after free() by Mike Christie · 3 years, 11 months ago
  23. 5923d64 scsi: libiscsi: Drop taskqueuelock by Mike Christie · 3 years, 11 months ago
  24. d28d48c scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling by Mike Christie · 3 years, 11 months ago
  25. 60f7c50 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
  26. fe0a8a9 scsi: libiscsi: Fix NOP race condition by Lee Duncan · 4 years, 2 months ago
  27. ae6b4e6 scsi: doc: Fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 2 months ago
  28. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  29. 1a98262 scsi: iscsi: Change iSCSI workqueue max_active back to 1 by Bob Liu · 4 years, 6 months ago
  30. 3ce4196 scsi: iscsi: Register sysfs for iscsi workqueue by Bob Liu · 4 years, 8 months ago
  31. 1d99702 scsi: libiscsi: Fix error count for active session by Wu Bo · 4 years, 9 months ago
  32. 82b8cf4 scsi: iscsi: Report connection state in sysfs by Gabriel Krisman Bertazi · 4 years, 10 months ago
  33. 5480e29 scsi: iscsi: Fix a potential deadlock in the timeout handler by Bart Van Assche · 5 years ago
  34. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  35. 477558d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  36. 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  37. a656183 scsi: libiscsi: Hold back_lock when calling iscsi_complete_task by Lee Duncan · 6 years ago
  38. 79edd00 scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_task by Anoob Soman · 6 years ago
  39. 960bf87 scsi: libiscsi: Use scsi_[gs]et_resid() where appropriate by Bart Van Assche · 6 years ago
  40. ae3d56d scsi: remove bidirectional command support by Christoph Hellwig · 6 years ago
  41. 938edb8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  42. c2332b0 scsi: iscsi: Capture iscsi debug messages using tracepoints by Fred Herard · 6 years ago
  43. 5db6dd1 scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset by Fred Herard · 6 years ago
  44. 72f02ba Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  45. 807cf19 scsi: libiscsi: Annotate fall-through by Bart Van Assche · 6 years ago
  46. 1360c58 scsi: libiscsi: Annotate locking assumptions by Bart Van Assche · 6 years ago
  47. a17037e scsi: libiscsi: fix possible NULL pointer dereference in case of TMF by Varun Prakash · 6 years ago
  48. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 7 years ago
  49. adb2b76 libiscsi: don't try to bypass SCSI EH by Christoph Hellwig · 7 years ago
  50. 6600593 block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE by Christoph Hellwig · 7 years ago
  51. ccd4a43 scsi: doc: fix iscsi-related kernel-doc warnings by Randy Dunlap · 7 years ago
  52. d754941 scsi: libiscsi: Allow sd_shutdown on bad transport by Rafael David Tinoco · 7 years ago
  53. 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
  54. 2c4b963 scsi: libiscsi: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  55. eef9ffd scsi: libiscsi: fix shifting of DID_REQUEUE host byte by Johannes Thumshirn · 7 years ago
  56. 9e10b51 scsi: libiscsi: Fix use-after-free race during iscsi_session_teardown by Khazhismel Kumykov · 7 years ago
  57. 4dec6a8 scsi: libiscsi: Fix indentation by Bart Van Assche · 7 years ago
  58. bfcc62e scsi: libiscsi: use kvzalloc for iscsi_pool_init by Kyle Fortin · 8 years ago
  59. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  60. 6dc618c scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  61. e2a3a673 Merge remote-tracking branch 'mkp-scsi/fixes' into fixes by James Bottomley · 8 years ago
  62. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  63. 6f8830f scsi: libiscsi: add lock around task lists to fix list corruption regression by Chris Leech · 8 years ago
  64. b6a05c8 scsi: remove eh_timed_out methods in the transport template by Christoph Hellwig · 8 years ago
  65. 4fa5079 scsi: libiscsi: Fix locking in __iscsi_conn_send_pdu by Jitendra Bhivare · 8 years ago
  66. e9e410e libiscsi: Remove set-but-not-used variables by Bart Van Assche · 9 years ago
  67. 3907adf libiscsi: Unexport iscsi_eh_target_reset() by Bart Van Assche · 9 years ago
  68. 52f5664 libiscsi: Fix iscsi_check_transport_timeouts possible infinite loop by Ariel Nahum · 9 years ago
  69. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  70. 660d083 libiscsi: Fix host busy blocking during connection teardown by John Soni Jose · 10 years ago
  71. a73c2a2 libiscsi: Use scsi helper to set information descriptor by Sagi Grimberg · 9 years ago
  72. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  73. c40ecc1 scsi: avoid ->change_queue_depth indirection for queue full tracking by Christoph Hellwig · 10 years ago
  74. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  75. 4bfb8ebf iscsi_tcp: export port being used by Mike Christie · 10 years ago
  76. cbaa422 libiscsi: fix potential buffer overrun in __iscsi_conn_send_pdu by Mike Christie · 10 years ago
  77. 09ff742 libiscsi: return new error code when nop times out by Mike Christie · 10 years ago
  78. 7466501 scsi: convert host_busy to atomic_t by Christoph Hellwig · 11 years ago
  79. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 11 years ago
  80. ed9ea4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  81. d77e653 libiscsi, iser: Adjust data_length to include protection information by Sagi Grimberg · 11 years ago
  82. 72b97402 scsi/libiscsi: Fix static checker warning on bh locking by Shlomo Pongratz · 11 years ago
  83. 877f075 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  84. 55e51ed SCSI/libiscsi: Add check_protection callback for transports by Sagi Grimberg · 11 years ago
  85. 46a84c6 [SCSI] libiscsi: remove unneeded queue work when max_cmdsn is increased by Mike Christie · 11 years ago
  86. 659743b [SCSI] libiscsi: Reduce locking contention in fast path by Shlomo Pongratz · 11 years ago
  87. e5dbbe2 [SCSI] iscsi: fix wrong order of opcode and itt in iscsi_handle_reject prompt by Vaughan Cao · 11 years ago
  88. ae56ff4 [SCSI] libiscsi: Add local_ipaddr parameter in iscsi_conn struct by Adheer Chandravanshi · 11 years ago
  89. 6a06a4b [SCSI] IB/iser: Add Discovery support by Or Gerlitz · 11 years ago
  90. 5f09e1f [SCSI] libiscsi: Add missing prints for session and connection sysfs attrs by Adheer Chandravanshi · 11 years ago
  91. 9a2307b [SCSI] libiscsi: Add a missing break statement by Adheer Chandravanshi · 11 years ago
  92. f8525eb [SCSI] libiscsi: Exporting new attrs for iscsi session and connection in sysfs by Adheer Chandravanshi · 11 years ago
  93. 3b9373e [SCSI] libiscsi: Added new boot entries in the session sysfs by Eddie Wai · 12 years ago
  94. 1fc2b00 [SCSI] libiscsi: avoid unnecessary multiple NULL assignments by Masatake YAMATO · 12 years ago
  95. adaf699 [SCSI] libiscsi: export function iscsi_switch_str_param by Adheer Chandravanshi · 12 years ago
  96. e3d338a [SCSI] libiscsi: fix cmd timeout/completion race by Mike Christie · 13 years ago
  97. 1304be5 [SCSI] libiscsi_tcp: fix max_r2t manipulation by Mike Christie · 13 years ago
  98. 3c5c480 [SCSI] libiscsi: Added support to show targetalias in sysfs by Vikas Chaudhary · 13 years ago
  99. acf3368f scsi: Fix up files implicitly depending on module.h inclusion by Paul Gortmaker · 14 years ago
  100. 5431ae2 [SCSI] libiscsi: don't bugon when if user sets markers by Mike Christie · 13 years ago