1. 5a3b6fc target: Release se_cmd when LUN lookup fails for TMR by Roland Dreier · 12 years ago
  2. 72b59d6e target: Fix use-after-free in LUN RESET handling by Roland Dreier · 12 years ago
  3. e627c61 target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEs by Roland Dreier · 12 years ago
  4. ba82913 target: Introduce TCM_NO_SENSE by Hannes Reinecke · 12 years ago
  5. 18a9df4 target: use correct sense code for LUN communication failure by Hannes Reinecke · 12 years ago
  6. 5bd665f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  7. c18bc7d target: Clean up flow in transport_check_aborted_status() by Roland Dreier · 12 years ago
  8. d9ed694 target: Clean up logic in transport_put_cmd() by Roland Dreier · 12 years ago
  9. fd9a11d target: Update copyright information to 2012 by Nicholas Bellinger · 12 years ago
  10. 3ea160b target: Fix handling of aborted commands by Roland Dreier · 12 years ago
  11. b69c1fc target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruption by Nicholas Bellinger · 12 years ago
  12. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  13. c87fbd5 target: simplify alua support by Christoph Hellwig · 12 years ago
  14. d977f43 target: simplify reservations code by Christoph Hellwig · 12 years ago
  15. 019c4ca target: kill dev->dev_task_attr_type by Christoph Hellwig · 12 years ago
  16. ecf0dd6 target/pscsi: Make pscsi_configure_device + target_release_session static by Fengguang Wu · 12 years ago
  17. 0fd97cc target: kill struct se_subsystem_dev by Christoph Hellwig · 12 years ago
  18. e13d5fe target: Fix double-free of se_cmd in target_complete_tmr_failure by Nicholas Bellinger · 12 years ago
  19. 944981c target: Add control CDB READ payload zero work-around by Nicholas Bellinger · 12 years ago
  20. a026757 target: Add target_submit_cmd_map_sgls for SGL fabric memory passthrough by Nicholas Bellinger · 12 years ago
  21. d81cb44 target: go through normal processing for all zero-length commands by Paolo Bonzini · 12 years ago
  22. 35d1efe target: Fix minor spelling typos in drivers/target by Masanari Iida · 12 years ago
  23. 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 12 years ago
  24. 283669d target: Cleanup transport_subsystem_check_init by Andy Grover · 12 years ago
  25. 593e909 target: Remove request_module for target_core_stgt by Andy Grover · 12 years ago
  26. 6abbdf3 target: go through normal processing for zero-length REQUEST_SENSE by Paolo Bonzini · 12 years ago
  27. 3717ef0 target: support zero-size allocation lengths in transport_kmap_data_sg by Paolo Bonzini · 12 years ago
  28. 306c11b target: go through normal processing for zero-length PSCSI commands by Paolo Bonzini · 12 years ago
  29. d5829ea target: fix use-after-free with PSCSI sense data by Paolo Bonzini · 12 years ago
  30. 27a2709 target: simplify code around transport_get_sense_data by Paolo Bonzini · 12 years ago
  31. 6138ed2 target: move transport_get_sense_data by Paolo Bonzini · 12 years ago
  32. 4c054ba target: Fix ->data_length re-assignment bug with SCSI overflow by Nicholas Bellinger · 12 years ago
  33. af74115 target: Remove unused se_cmd.cmd_spdtl by Roland Dreier · 12 years ago
  34. 74f4cf2 target: Fix regression bug with handling of zero-length data CDBs by Nicholas Bellinger · 12 years ago
  35. d0e27c8 target: fix NULL pointer dereference bug alloc_page() fails to get memory by Yi Zou · 12 years ago
  36. 2962846 target: NULL dereference on error path by Dan Carpenter · 12 years ago
  37. d6dfc86 target: Allow for target_submit_cmd() returning errors by Roland Dreier · 12 years ago
  38. e2397c7 target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGE by Roland Dreier · 12 years ago
  39. 1c7b13f target: Remove se_session.sess_wait_list by Roland Dreier · 12 years ago
  40. bc187ea target: Check sess_tearing_down in target_get_sess_cmd() by Roland Dreier · 12 years ago
  41. 669ab62 target: Un-export target_get_sess_cmd() by Roland Dreier · 12 years ago
  42. af87729 target: replace the processing thread with a TMR work queue by Christoph Hellwig · 12 years ago
  43. f314643 target: remove transport_generic_handle_cdb_map by Christoph Hellwig · 12 years ago
  44. 7a6f0a1 target: simply fabric driver queue full processing by Christoph Hellwig · 12 years ago
  45. 1389533 target: remove transport_generic_handle_data by Christoph Hellwig · 12 years ago
  46. c3196f0 target: merge transport_generic_write_pending into transport_generic_new_cmd by Christoph Hellwig · 12 years ago
  47. d59a02b target: call transport_check_aborted_status from target_execute_cmd by Christoph Hellwig · 12 years ago
  48. 70baf0a target: remove transport_generic_process_write by Christoph Hellwig · 12 years ago
  49. f7113a4 target: split transport_cmd_check_stop by Christoph Hellwig · 12 years ago
  50. 0c2ad7d target: add struct spc_ops + initial ->execute_rw pointer usage by Christoph Hellwig · 12 years ago
  51. e1306bd target: remove dead SCF_ flags by Christoph Hellwig · 12 years ago
  52. 5f41a31 target: remove the execute list by Christoph Hellwig · 12 years ago
  53. 3d6d720 target: move transport_generic_prepare_cdb into pscsi by Christoph Hellwig · 12 years ago
  54. 1fd032e target: move code for CDB emulation by Christoph Hellwig · 12 years ago
  55. d6e0175 target: add a parse_cdb method to the backend drivers by Christoph Hellwig · 12 years ago
  56. 88455ec target: split parsing of SPC commands into a separate helper by Christoph Hellwig · 12 years ago
  57. 9b3b804 target: split overflow and underflow checks into a helper by Christoph Hellwig · 12 years ago
  58. 64f1db3 target: remove control CDB flags by Christoph Hellwig · 12 years ago
  59. cb4f4d3 target: move unrelated code out of transport_generic_cmd_sequencer by Christoph Hellwig · 12 years ago
  60. 4149268 target: Add TFO->put_session() caller for HW fabric session shutdown by Joern Engel · 12 years ago
  61. 8da1093 target: Handle ATA_16 passthrough for pSCSI backend devices by mengcong · 12 years ago
  62. ba53974 target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bits by Nicholas Bellinger · 12 years ago
  63. 6624661 target: add support for the WRITE_VERIFY command by Bernhard Kohl · 12 years ago
  64. 33933a0 target: make target_put_session void by Jörn Engel · 12 years ago
  65. d28d96d target: cleanup transport_execute_tasks() by Jörn Engel · 12 years ago
  66. 11e764b target: Remove max_sectors device attribute for modern se_task less code by Nicholas Bellinger · 12 years ago
  67. 2301917 target: lock => unlock typo in transport_lun_wait_for_tasks by Dan Carpenter · 12 years ago
  68. 7b4deef target: Enforce hw_max_sectors for SCF_SCSI_DATA_SG_IO_CDB by Nicholas Bellinger · 12 years ago
  69. d5dc28e target: remove the t_se_count field in struct se_cmd by Christoph Hellwig · 12 years ago
  70. d43d6ae target: remove the t_task_cdbs_ex_left field in struct se_cmd by Christoph Hellwig · 12 years ago
  71. 226b6fa target: remove the t_task_cdbs_left field in struct se_cmd by Christoph Hellwig · 12 years ago
  72. 5787cac target: remove struct se_task by Christoph Hellwig · 12 years ago
  73. cf572a9 target: move the state and execute lists to the command by Christoph Hellwig · 12 years ago
  74. 785fdf7 target: simplify command to task linkage by Christoph Hellwig · 12 years ago
  75. 4101f0a target: always allocate a single task by Christoph Hellwig · 12 years ago
  76. 6bb35e0 target: replace ->execute_task with ->execute_cmd by Christoph Hellwig · 12 years ago
  77. bd31377 target: remove the task_sectors field in struct se_task by Christoph Hellwig · 12 years ago
  78. 7a83aa4 target: remove the task_size field in struct se_task by Christoph Hellwig · 12 years ago
  79. 72a0e5e target: remove the task_lba field in struct se_task by Christoph Hellwig · 12 years ago
  80. 32d8d2e target: remove the unused transport_limit_task_sectors helper by Christoph Hellwig · 12 years ago
  81. ed0b214 target: Handle GET_EVENT_STATUS_NOTIFICATION passthrough by Stefan Hajnoczi · 12 years ago
  82. 11e319e target: Call core_alua_check_nonop_delay in target_submit_cmd() by Andy Grover · 12 years ago
  83. b16a35b target: rewrite comment for generic_new_cmd by Andy Grover · 12 years ago
  84. a12f41f target: Rename target_allocate_tasks to target_setup_cmd_from_cdb by Andy Grover · 12 years ago
  85. 8b1e124 target/iscsi: Misc cleanups from Agrover (round 2) by Andy Grover · 12 years ago
  86. 957525a target: Remove transport_do_task_sg_chain() and associated detritus by Roland Dreier · 12 years ago
  87. bebe2fd target: stop splitting commands into multiple tasks by Christoph Hellwig · 12 years ago
  88. b0d7994 target: add unknown size flag to target_submit_cmd() by Sebastian Andrzej Siewior · 13 years ago
  89. 1ab142d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  90. ca747d6 target: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  91. b168fe8 target: Fix sense code for unsupported SERVICE ACTION IN by Roland Dreier · 12 years ago
  92. 087a03b target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASE by Nicholas Bellinger · 12 years ago
  93. 337c060 target: Convert se_node_acl->acl_group removal to use ->acl_kref by Nicholas Bellinger · 12 years ago
  94. afb999f target: Add se_node_acl->acl_kref for ->acl_free_comp usage by Nicholas Bellinger · 12 years ago
  95. 0146834 target: Add se_node_acl->acl_free_comp for NodeACL release path by Nicholas Bellinger · 12 years ago
  96. 41ac82b target: Add se_sess->sess_kref + get/put helpers by Nicholas Bellinger · 12 years ago
  97. 140854c target: Convert session_lock to irqsave by Nicholas Bellinger · 13 years ago
  98. c0974f8 target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tag by Nicholas Bellinger · 12 years ago
  99. 9f0d05c target: Push target_submit_tmr LUN lookup failure to system_wq context by Nicholas Bellinger · 12 years ago
  100. c7042ca target: Fix target_submit_tmr se_tmr_req allocation failures by Nicholas Bellinger · 12 years ago