1. a95d651 target: Use complete_all for se_cmd->t_transport_stop_comp by Nicholas Bellinger · 10 years ago
  2. f15e9cd target: Set CMD_T_ACTIVE bit for Task Management Requests by Nicholas Bellinger · 10 years ago
  3. 0bcc297 target: cleanup some boolean tests by Christophe Vu-Brugier · 10 years ago
  4. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  5. 1e1110c target: fix memory leak on XCOPY by Mikulas Patocka · 10 years ago
  6. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  7. bc00586 target: Enable READ_STRIP emulation in target_complete_ok_work by Nicholas Bellinger · 10 years ago
  8. a84bf9e target: Enable WRITE_INSERT emulation in target_execute_cmd by Nicholas Bellinger · 10 years ago
  9. e70beee target: Pass in transport supported PI at session initialization by Nicholas Bellinger · 10 years ago
  10. 131e6ab target: Add TFO->abort_task for aborted task resources release by Nicholas Bellinger · 10 years ago
  11. 68259b5 target: Fix Task Aborted Status (TAS) handling by Alex Leung · 10 years ago
  12. b5b8e29 Target/dif: Introduce protection-passthough-only mode by Sagi Grimberg · 10 years ago
  13. 19f9361 Target/sbc: Set protection operation and relevant checks by Sagi Grimberg · 10 years ago
  14. acb2bde Target/transport: Allocate protection sg if needed by Sagi Grimberg · 10 years ago
  15. 94387aa target: Add DIF sense codes in transport_generic_request_failure by Nicholas Bellinger · 10 years ago
  16. 3dca147 target: Simplify command completion by removing CMD_T_FAILED flag by Roland Dreier · 10 years ago
  17. 5259a06 target: Fix percpu_ref_put race in transport_lun_remove_cmd by Nicholas Bellinger · 10 years ago
  18. 76736db target: Report bad sector in sense data for DIF errors by Sagi Grimberg · 10 years ago
  19. def2b33 target: Add protection SGLs to target_submit_cmd_map_sgls by Nicholas Bellinger · 10 years ago
  20. fcc4f17b target: Add DIF CHECK_CONDITION ASC/ASCQ exception cases by Nicholas Bellinger · 10 years ago
  21. 229d4f1 target_core_alua: Referrals configfs integration by Hannes Reinecke · 10 years ago
  22. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  23. 125d011 target core: rename (ex,im)plict -> (ex,im)plicit by Hannes Reinecke · 11 years ago
  24. 29f4c09 target: Fix delayed Task Aborted Status (TAS) handling bug by Nicholas Bellinger · 11 years ago
  25. 0f59cc3 target: Core does not need blkdev.h by Andy Grover · 11 years ago
  26. 4a9a6c8 target: Drop left-over se_lun->lun_cmd_list shutdown code by Nicholas Bellinger · 11 years ago
  27. 5277797 target: Add percpu refcounting for se_lun access by Nicholas Bellinger · 11 years ago
  28. 8c7f6e9 target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failure by Nicholas Bellinger · 11 years ago
  29. 48efe45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  30. 4c76251 target: Update copyright ownership/year information to 2013 by Nicholas Bellinger · 11 years ago
  31. c5ff8d6 target: Make helpers non static for EXTENDED_COPY command setup by Nicholas Bellinger · 11 years ago
  32. cf6d1f0 target: Release COMPARE_AND_WRITE mutex in generic failure path by Nicholas Bellinger · 11 years ago
  33. a289008 target: Add compare_and_write_post() completion callback fall through by Nicholas Bellinger · 11 years ago
  34. 76dde50 target: Make __target_execute_cmd() available as extern by Nicholas Bellinger · 11 years ago
  35. 47e459e target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITE by Nicholas Bellinger · 11 years ago
  36. 8cefe07 target: Do memory allocation for bidi commands using target_alloc_sgl by Nicholas Bellinger · 11 years ago
  37. 2009399 target: Refactor transport_generic_get_mem to target_alloc_sgl by Nicholas Bellinger · 11 years ago
  38. 6457740 target: Convert se_cmd->t_bidi_data_sg checks to use SCF_BIDI by Nicholas Bellinger · 11 years ago
  39. 818b571 target: Add TCM_MISCOMPARE_VERIFY sense handling by Nicholas Bellinger · 11 years ago
  40. a6b0133 target: Add return for se_cmd->transport_complete_callback by Nicholas Bellinger · 11 years ago
  41. c0add7f target: Add transport_init_session_tags using per-cpu ida by Nicholas Bellinger · 11 years ago
  42. c130480 target: Fix se_cmd->state_list leak regression during WRITE failure by Nicholas Bellinger · 11 years ago
  43. e5c0d6a target: Add tracepoints for SCSI commands being processed by Roland Dreier · 11 years ago
  44. ca24976 target: Drop legacy se_cmd->check_release bit by Nicholas Bellinger · 11 years ago
  45. b28e545 target: Drop unnecessary t_state_lock access for SCF_SUPPORTED_SAM_OPCODE assignment by Nicholas Bellinger · 11 years ago
  46. 1a398b9 target: Avoid extra t_state_lock access in __target_execute_cmd by Nicholas Bellinger · 11 years ago
  47. c1c35d5 target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put_cmd by Nicholas Bellinger · 11 years ago
  48. 0b66818 target: Drop unnecessary CMD_T_DEV_ACTIVE check from transport_lun_remove_cmd by Nicholas Bellinger · 11 years ago
  49. 862e638 target: Add transport_cmd_check_stop write_pending bit by Nicholas Bellinger · 11 years ago
  50. d5ddad416 target: Propigate up ->cmd_kref put return via transport_generic_free_cmd by Nicholas Bellinger · 11 years ago
  51. 9b31a32 target: Re-instate sess_wait_list for target_wait_for_sess_cmds by Nicholas Bellinger · 11 years ago
  52. be646c2d target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds by Joern Engel · 11 years ago
  53. ccf5ae8 target: close target_put_sess_cmd() vs. core_tmr_abort_task() race by Joern Engel · 11 years ago
  54. 2acd09f target: Remove unused struct members in se_dev_entry by Andy Grover · 11 years ago
  55. 20361e6 target: Add export of target_get_sess_cmd symbol by Nicholas Bellinger · 11 years ago
  56. ad67328 target: Change default sense key of NOT_READY by Jörn Engel · 11 years ago
  57. f85eda8 target: Fix RESERVATION_CONFLICT status regression for iscsi-target special case by Nicholas Bellinger · 11 years ago
  58. bb992e7 target: Fix error checking for UNMAP commands by Roland Dreier · 11 years ago
  59. 703d641 target: change sprintf to snprintf in transport_dump_vpd_ident by Dan Carpenter · 11 years ago
  60. 5a3b6fc0 target: Release se_cmd when LUN lookup fails for TMR by Roland Dreier · 11 years ago
  61. 72b59d6e target: Fix use-after-free in LUN RESET handling by Roland Dreier · 11 years ago
  62. e627c61 target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEs by Roland Dreier · 11 years ago
  63. ba82913 target: Introduce TCM_NO_SENSE by Hannes Reinecke · 11 years ago
  64. 18a9df4 target: use correct sense code for LUN communication failure by Hannes Reinecke · 11 years ago
  65. 5bd665f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  66. c18bc7d target: Clean up flow in transport_check_aborted_status() by Roland Dreier · 12 years ago
  67. d9ed694 target: Clean up logic in transport_put_cmd() by Roland Dreier · 12 years ago
  68. fd9a11d target: Update copyright information to 2012 by Nicholas Bellinger · 12 years ago
  69. 3ea160b target: Fix handling of aborted commands by Roland Dreier · 12 years ago
  70. b69c1fc target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruption by Nicholas Bellinger · 12 years ago
  71. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  72. c87fbd5 target: simplify alua support by Christoph Hellwig · 12 years ago
  73. d977f43 target: simplify reservations code by Christoph Hellwig · 12 years ago
  74. 019c4ca target: kill dev->dev_task_attr_type by Christoph Hellwig · 12 years ago
  75. ecf0dd6 target/pscsi: Make pscsi_configure_device + target_release_session static by Fengguang Wu · 12 years ago
  76. 0fd97cc target: kill struct se_subsystem_dev by Christoph Hellwig · 12 years ago
  77. e13d5fe target: Fix double-free of se_cmd in target_complete_tmr_failure by Nicholas Bellinger · 12 years ago
  78. 944981c target: Add control CDB READ payload zero work-around by Nicholas Bellinger · 12 years ago
  79. a026757 target: Add target_submit_cmd_map_sgls for SGL fabric memory passthrough by Nicholas Bellinger · 12 years ago
  80. d81cb44 target: go through normal processing for all zero-length commands by Paolo Bonzini · 12 years ago
  81. 35d1efe target: Fix minor spelling typos in drivers/target by Masanari Iida · 12 years ago
  82. 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 12 years ago
  83. 283669d target: Cleanup transport_subsystem_check_init by Andy Grover · 12 years ago
  84. 593e909 target: Remove request_module for target_core_stgt by Andy Grover · 12 years ago
  85. 6abbdf3 target: go through normal processing for zero-length REQUEST_SENSE by Paolo Bonzini · 12 years ago
  86. 3717ef0 target: support zero-size allocation lengths in transport_kmap_data_sg by Paolo Bonzini · 12 years ago
  87. 306c11b target: go through normal processing for zero-length PSCSI commands by Paolo Bonzini · 12 years ago
  88. d5829ea target: fix use-after-free with PSCSI sense data by Paolo Bonzini · 12 years ago
  89. 27a2709 target: simplify code around transport_get_sense_data by Paolo Bonzini · 12 years ago
  90. 6138ed2 target: move transport_get_sense_data by Paolo Bonzini · 12 years ago
  91. 4c054ba target: Fix ->data_length re-assignment bug with SCSI overflow by Nicholas Bellinger · 12 years ago
  92. af74115 target: Remove unused se_cmd.cmd_spdtl by Roland Dreier · 12 years ago
  93. 74f4cf2 target: Fix regression bug with handling of zero-length data CDBs by Nicholas Bellinger · 12 years ago
  94. d0e27c8 target: fix NULL pointer dereference bug alloc_page() fails to get memory by Yi Zou · 12 years ago
  95. 2962846 target: NULL dereference on error path by Dan Carpenter · 12 years ago
  96. d6dfc86 target: Allow for target_submit_cmd() returning errors by Roland Dreier · 12 years ago
  97. e2397c7 target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGE by Roland Dreier · 12 years ago
  98. 1c7b13f target: Remove se_session.sess_wait_list by Roland Dreier · 12 years ago
  99. bc187ea target: Check sess_tearing_down in target_get_sess_cmd() by Roland Dreier · 12 years ago
  100. 669ab62 target: Un-export target_get_sess_cmd() by Roland Dreier · 12 years ago