1. d7e2932 scsi: target: ibm_vscsi: Replace enable attr with ops.enable by Dmitry Bogdanov · 3 years, 4 months ago
  2. 5951be4 scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h} by Marc Zyngier · 6 years ago
  3. d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
  4. cba3ebf scsi: ibmvscsi_tgt: Remove duplicate section 'NOTE' by Lee Jones · 3 years, 10 months ago
  5. 7d67685 scsi: target: ibmvscsi_tgt: Convert to new submission API by Mike Christie · 3 years, 10 months ago
  6. 386a966 vio: make remove callback return void by Uwe Kleine-König · 3 years, 10 months ago
  7. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  8. 4aca8fe scsi: ibmvscsi_tgt: remove set but not used variables 'iue' and 'sd' by Chen Zhou · 5 years ago
  9. 75d886a scsi: ibmvscsi_tgt: Remove unneeded variable rc by Saurav Girepunje · 5 years ago
  10. 9fba647 scsi: ibmvscsi_tgt: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  11. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  12. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  13. f80d2f0 scsi: target/core: Remove the write_pending_status() callback function by Bart Van Assche · 6 years ago
  14. 59a206b scsi: target: replace fabric_ops.name with fabric_alias by David Disseldorp · 6 years ago
  15. 30c7ca9 scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops by David Disseldorp · 6 years ago
  16. d49f8a5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  17. a1ad38a scsi: ibmvscsi_tgt: Remove target_wait_for_sess_cmd() by Bryant G. Ly · 6 years ago
  18. adad633 scsi: ibmvscsis: Ensure partition name is properly NUL terminated by Laura Abbott · 6 years ago
  19. d792d4c scsi: ibmvscsis: Fix a stringop-overflow warning by Laura Abbott · 6 years ago
  20. b287e35 scsi: target: srp, vscsi, sbp, qla: use target_remove_session by Mike Christie · 6 years ago
  21. fa83428 scsi: target: rename target_alloc_session by Mike Christie · 6 years ago
  22. aa090ea scsi: target: Remove second argument from fabric_make_tpg() by Bart Van Assche · 7 years ago
  23. 417dff6 scsi: ibmvscsis: add DRC indices to debug statements by Bryant G. Ly · 7 years ago
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. 88e6538 scsi: ibmvscsis: Fix write_pending failure path by Bryant G. Ly · 7 years ago
  26. e4df3ea scsi: ibmvfc: ibmvscsi: ibmvscsi_tgt: constify vio_device_id by Arvind Yadav · 7 years ago
  27. 48ea2ce Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  28. e9447a4 ibmvscsis: Use tpgt passed in by user by Bryant G. Ly · 8 years ago
  29. 9746684 Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  30. f62014f scsi: ibmvscsi_tgt: remove use of class_attrs by Greg Kroah-Hartman · 8 years ago
  31. 464fd64 ibmvscsis: Enable Logical Partition Migration Support by Michael Cyr · 8 years ago
  32. 75dbf2d ibmvscsis: Fix the incorrect req_lim_delta by Bryant G. Ly · 8 years ago
  33. 98883f1 ibmvscsis: Clear left-over abort_cmd pointers by Bryant G. Ly · 8 years ago
  34. 25e7853 ibmvscsis: Do not send aborted task response by Bryant G. Ly · 8 years ago
  35. b22bc27 ibmvscsis: Add SGL limit by Bryant G. Ly · 8 years ago
  36. a5b0e40 ibmvscsis: Fix sleeping in interrupt context by Bryant G. Ly · 8 years ago
  37. 387b978 ibmvscsis: Fix max transfer length by Bryant G. Ly · 8 years ago
  38. 7c9d8d0 ibmvscsis: Fix srp_transfer_data fail return code by Bryant G. Ly · 8 years ago
  39. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  40. d5db84a8 Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linux by Linus Torvalds · 8 years ago
  41. e9409b2 ibmvscsi_tgt: Add two #include directives by Bryant G. Ly · 8 years ago
  42. 11950d7 scsi: ibmvscsis: Issues from Dan Carpenter/Smatch by Michael Cyr · 8 years ago
  43. 9c93cf0 scsi: ibmvscsis: Return correct partition name/# to client by Michael Cyr · 8 years ago
  44. 7435b32 scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails by Michael Cyr · 8 years ago
  45. 8bf1155 scsi: ibmvscsis: Synchronize cmds at remove time by Michael Cyr · 8 years ago
  46. c9b3379 scsi: ibmvscsis: Synchronize cmds at tpg_enable_store time by Michael Cyr · 8 years ago
  47. 79fac9c scsi: ibmvscsis: Rearrange functions for future patches by Michael Cyr · 8 years ago
  48. 96c11dd scsi: ibmvscsis: Fixed unused variable by Bryant G. Ly · 8 years ago
  49. 38247fe scsi: ibmvscsis: Fix error return code in ibmvscsis_probe() by Wei Yongjun · 8 years ago
  50. f6dbe38 scsi: ibmvscsis: Fixed a bug reported by Dan Carpenter by Bryant G. Ly · 8 years ago
  51. 8129021 scsi: ibmvscsis: Code cleanup of print statements by Bryant G. Ly · 8 years ago
  52. 712db3e scsi: ibmvscsis: Properly deregister target sessions by Bryant G. Ly · 8 years ago
  53. 980b3271 scsi: ibmvscsis: Use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 8 years ago
  54. 88a678b ibmvscsis: Initial commit of IBM VSCSI Tgt Driver by Bryant G. Ly · 9 years ago