1. 23b228c vhost scsi: Convert to SPDX identifier by Cai Huoqing · 3 years, 5 months ago
  2. d60146c vhost-scsi: reduce flushes during endpoint clearing by Mike Christie · 3 years, 8 months ago
  3. 31fbea3 vhost-scsi: remove extra flushes by Mike Christie · 3 years, 8 months ago
  4. 1465cb6 vhost: remove work arg from vhost_work_flush by Mike Christie · 3 years, 8 months ago
  5. 6ec29cb scsi: target: vhost-scsi: Use LIO wq cmd submission helper by Mike Christie · 3 years, 11 months ago
  6. 0869419 scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() by Mike Christie · 3 years, 11 months ago
  7. eb92980 scsi: target: vhost-scsi: Convert to new submission API by Mike Christie · 3 years, 11 months ago
  8. c548e62 scsi: sbitmap: Move allocation hint into sbitmap by Ming Lei · 4 years ago
  9. efe1f3a scsi: sbitmap: Maintain allocation round_robin in sbitmap by Ming Lei · 4 years ago
  10. 489084d vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay by Dongli Zhang · 4 years ago
  11. 2e1139d vhost scsi: fix error return code in vhost_scsi_set_endpoint() by Zhang Changzhong · 4 years, 1 month ago
  12. b4fffc1 vhost scsi: fix lun reset completion handling by Mike Christie · 4 years, 2 months ago
  13. efd838f vhost scsi: Add support for LUN resets. by Mike Christie · 4 years, 2 months ago
  14. 18f1bec vhost scsi: add lun parser helper by Mike Christie · 4 years, 2 months ago
  15. 47a3565 vhost scsi: fix cmd completion race by Mike Christie · 4 years, 2 months ago
  16. 25b98b6 vhost scsi: alloc cmds per vq instead of session by Mike Christie · 4 years, 2 months ago
  17. 295c1b9 vhost/scsi: fix up req type endian-ness by Michael S. Tsirkin · 4 years, 6 months ago
  18. 0910270 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 7 months ago
  19. 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
  20. 01fcb1c vhost: allow device that does not depend on vhost worker by Jason Wang · 4 years, 8 months ago
  21. 5ae6a6a scsi: vhost: Notify TCM about the maximum sg entries supported per command by Sudhakar Panneerselvam · 4 years, 8 months ago
  22. 247643f vhost: Create accessors for virtqueues private_data by Eugenio Pérez · 4 years, 10 months ago
  23. 792a4f2 vhost: allow per device message handler by Jason Wang · 4 years, 10 months ago
  24. 407e9ef compat_ioctl: move drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  25. c1ea02f vhost: scsi: add weight support by Jason Wang · 6 years ago
  26. e82b9b0 vhost: introduce vhost_exceeds_weight() by Jason Wang · 6 years ago
  27. 889e31e vhost-scsi: remove incorrect memory barrier by Paolo Bonzini · 6 years ago
  28. 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  29. f80d2f0 scsi: target/core: Remove the write_pending_status() callback function by Bart Van Assche · 6 years ago
  30. b46a0bf vhost: fix OOB in get_rx_bufs() by Jason Wang · 6 years ago
  31. 8e5dadf vhost/scsi: Use copy_to_iter() to send control queue response by Bijan Mottahedeh · 6 years ago
  32. d548e65 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  33. a691ffb vhost: correct the related warning message by wangyan · 6 years ago
  34. 59a206b scsi: target: replace fabric_ops.name with fabric_alias by David Disseldorp · 6 years ago
  35. 30c7ca9 scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops by David Disseldorp · 6 years ago
  36. 09d7583 vhost/scsi: Use common handling code in request queue handler by Bijan Mottahedeh · 6 years ago
  37. 3f8ca2e vhost/scsi: Extract common handling code from control queue handler by Bijan Mottahedeh · 6 years ago
  38. 0d02dbd vhost/scsi: Respond to control queue operations by Bijan Mottahedeh · 6 years ago
  39. 4542d62 vhost/scsi: truncate T10 PI iov_iter to prot_bytes by Greg Edwards · 6 years ago
  40. d002924 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  41. 864d39d vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048 by Greg Edwards · 6 years ago
  42. 25b8855 scsi: target: loop, usb, vhost, xen: use target_remove_session by Mike Christie · 6 years ago
  43. fa83428 scsi: target: rename target_alloc_session by Mike Christie · 6 years ago
  44. aa090ea scsi: target: Remove second argument from fabric_make_tpg() by Bart Van Assche · 7 years ago
  45. 10e9cbb scsi: target: Convert target drivers to use sbitmap by Matthew Wilcox · 7 years ago
  46. 83c2b54 scsi: target: Abstract tag freeing by Matthew Wilcox · 7 years ago
  47. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  48. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  49. f6f93f7 vhost: remove unused lock check flag in vhost_dev_cleanup() by 夷则(Caspar) · 7 years ago
  50. 473f0b1 vhost/scsi: Improve a size determination in four functions by Markus Elfring · 8 years ago
  51. 16382e1 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  52. 18c83d2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  53. 816e85e vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work() by Byungchul Park · 7 years ago
  54. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  55. 2f240c4 vhost/scsi: switch to iov_iter_get_pages() by Al Viro · 7 years ago
  56. 11d49e9 fix a page leak in vhost_scsi_iov_to_sgl() error recovery by Al Viro · 7 years ago
  57. 48ea2ce Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  58. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 8 years ago
  59. 12bdcbd vhost/scsi: Don't reinvent the wheel but use existing llist API by Byungchul Park · 8 years ago
  60. 532e15a vhost/scsi: silence uninitialized variable warning by Dan Carpenter · 8 years ago
  61. 1d822a4 vhost: scsi: constify target_core_fabric_ops structures by Bhumika Goyal · 8 years ago
  62. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  63. b9fd06d vhost/scsi: Remove unused but set variable by Tobias Klauser · 8 years ago
  64. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  65. a77ec83 vhost/scsi: fix reuse of &vq->iov[out] in response by Benjamin Coddington · 9 years ago
  66. 36ec2dd target: make close_session optional by Christoph Hellwig · 9 years ago
  67. 22d1175 target: make ->shutdown_session optional by Christoph Hellwig · 9 years ago
  68. 5266e5b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  69. 65ea789 vhost/scsi: Convert to target_alloc_session usage by Nicholas Bellinger · 9 years ago
  70. 80f7d03 vhost: rename vhost_init_used() by Greg Kurz · 9 years ago
  71. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  72. 2eafd72 target: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  73. 00ade1f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  74. 4e9fa50 vhost: move features to core by Michael S. Tsirkin · 9 years ago
  75. f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
  76. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  77. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  78. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  79. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 10 years ago
  80. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 10 years ago
  81. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  82. 7ad34a9 target: target_core_configfs.h is not needed in fabric drivers by Christoph Hellwig · 10 years ago
  83. 649ee05 target: Move task tag into struct se_cmd + support 64-bit tags by Bart Van Assche · 10 years ago
  84. 2650d71 target: move transport ID handling to the core by Christoph Hellwig · 10 years ago
  85. 2aeeafa target: remove the get_fabric_proto_ident method by Christoph Hellwig · 10 years ago
  86. e4aae5a target: change core_tpg_register prototype by Christoph Hellwig · 10 years ago
  87. 144bc4c target: move node ACL allocation to core code by Christoph Hellwig · 10 years ago
  88. c7d6a80 target: refactor init/drop_nodeacl methods by Christoph Hellwig · 10 years ago
  89. e1750d2 target: make the tpg_get_default_depth method optional by Christoph Hellwig · 10 years ago
  90. 5557011 vhost/scsi: remove struct vhost_scsi_nacl by Christoph Hellwig · 10 years ago
  91. afc1660 target: Remove first argument of target_{get,put}_sess_cmd() by Bart Van Assche · 10 years ago
  92. d588cf8 target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem by Christoph Hellwig · 10 years ago
  93. 5538d29 treewide: Add missing vmalloc.h inclusion. by David S. Miller · 10 years ago
  94. c666872 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  95. 9ac8928 target: simplify the target template registration API by Christoph Hellwig · 10 years ago
  96. b1d75fe vhost/scsi: Add fabric_prot_type attribute support by Nicholas Bellinger · 10 years ago
  97. 2f450cc loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_session by Bart Van Assche · 10 years ago
  98. e20d3ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  99. 59c816c vhost/scsi: potential memory corruption by Dan Carpenter · 10 years ago
  100. 1a1ff82 vhost/scsi: Global tcm_vhost -> vhost_scsi rename by Nicholas Bellinger · 10 years ago