1. 2962846 target: NULL dereference on error path by Dan Carpenter · 13 years ago
  2. d6dfc86 target: Allow for target_submit_cmd() returning errors by Roland Dreier · 13 years ago
  3. e2397c7 target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGE by Roland Dreier · 13 years ago
  4. 1c7b13f target: Remove se_session.sess_wait_list by Roland Dreier · 13 years ago
  5. bc187ea target: Check sess_tearing_down in target_get_sess_cmd() by Roland Dreier · 13 years ago
  6. 669ab62 target: Un-export target_get_sess_cmd() by Roland Dreier · 13 years ago
  7. af87729 target: replace the processing thread with a TMR work queue by Christoph Hellwig · 13 years ago
  8. f314643 target: remove transport_generic_handle_cdb_map by Christoph Hellwig · 13 years ago
  9. 7a6f0a1 target: simply fabric driver queue full processing by Christoph Hellwig · 13 years ago
  10. 1389533 target: remove transport_generic_handle_data by Christoph Hellwig · 13 years ago
  11. c3196f0 target: merge transport_generic_write_pending into transport_generic_new_cmd by Christoph Hellwig · 13 years ago
  12. d59a02b target: call transport_check_aborted_status from target_execute_cmd by Christoph Hellwig · 13 years ago
  13. 70baf0a target: remove transport_generic_process_write by Christoph Hellwig · 13 years ago
  14. f7113a4 target: split transport_cmd_check_stop by Christoph Hellwig · 13 years ago
  15. 0c2ad7d target: add struct spc_ops + initial ->execute_rw pointer usage by Christoph Hellwig · 13 years ago
  16. e1306bd target: remove dead SCF_ flags by Christoph Hellwig · 13 years ago
  17. 5f41a31 target: remove the execute list by Christoph Hellwig · 13 years ago
  18. 3d6d720 target: move transport_generic_prepare_cdb into pscsi by Christoph Hellwig · 13 years ago
  19. 1fd032e target: move code for CDB emulation by Christoph Hellwig · 13 years ago
  20. d6e0175 target: add a parse_cdb method to the backend drivers by Christoph Hellwig · 13 years ago
  21. 88455ec target: split parsing of SPC commands into a separate helper by Christoph Hellwig · 13 years ago
  22. 9b3b804 target: split overflow and underflow checks into a helper by Christoph Hellwig · 13 years ago
  23. 64f1db3 target: remove control CDB flags by Christoph Hellwig · 13 years ago
  24. cb4f4d3 target: move unrelated code out of transport_generic_cmd_sequencer by Christoph Hellwig · 13 years ago
  25. 4149268 target: Add TFO->put_session() caller for HW fabric session shutdown by Joern Engel · 13 years ago
  26. 8da1093 target: Handle ATA_16 passthrough for pSCSI backend devices by mengcong · 13 years ago
  27. ba53974 target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bits by Nicholas Bellinger · 13 years ago
  28. 6624661 target: add support for the WRITE_VERIFY command by Bernhard Kohl · 13 years ago
  29. 33933a0 target: make target_put_session void by Jörn Engel · 13 years ago
  30. d28d96d target: cleanup transport_execute_tasks() by Jörn Engel · 13 years ago
  31. 11e764b target: Remove max_sectors device attribute for modern se_task less code by Nicholas Bellinger · 13 years ago
  32. 2301917 target: lock => unlock typo in transport_lun_wait_for_tasks by Dan Carpenter · 13 years ago
  33. 7b4deef target: Enforce hw_max_sectors for SCF_SCSI_DATA_SG_IO_CDB by Nicholas Bellinger · 13 years ago
  34. d5dc28e target: remove the t_se_count field in struct se_cmd by Christoph Hellwig · 13 years ago
  35. d43d6ae target: remove the t_task_cdbs_ex_left field in struct se_cmd by Christoph Hellwig · 13 years ago
  36. 226b6fa target: remove the t_task_cdbs_left field in struct se_cmd by Christoph Hellwig · 13 years ago
  37. 5787cac target: remove struct se_task by Christoph Hellwig · 13 years ago
  38. cf572a9 target: move the state and execute lists to the command by Christoph Hellwig · 13 years ago
  39. 785fdf7 target: simplify command to task linkage by Christoph Hellwig · 13 years ago
  40. 4101f0a target: always allocate a single task by Christoph Hellwig · 13 years ago
  41. 6bb35e0 target: replace ->execute_task with ->execute_cmd by Christoph Hellwig · 13 years ago
  42. bd31377 target: remove the task_sectors field in struct se_task by Christoph Hellwig · 13 years ago
  43. 7a83aa4 target: remove the task_size field in struct se_task by Christoph Hellwig · 13 years ago
  44. 72a0e5e target: remove the task_lba field in struct se_task by Christoph Hellwig · 13 years ago
  45. 32d8d2e target: remove the unused transport_limit_task_sectors helper by Christoph Hellwig · 13 years ago
  46. ed0b214 target: Handle GET_EVENT_STATUS_NOTIFICATION passthrough by Stefan Hajnoczi · 13 years ago
  47. 11e319e target: Call core_alua_check_nonop_delay in target_submit_cmd() by Andy Grover · 13 years ago
  48. b16a35b target: rewrite comment for generic_new_cmd by Andy Grover · 13 years ago
  49. a12f41f target: Rename target_allocate_tasks to target_setup_cmd_from_cdb by Andy Grover · 13 years ago
  50. 8b1e124 target/iscsi: Misc cleanups from Agrover (round 2) by Andy Grover · 13 years ago
  51. 957525a target: Remove transport_do_task_sg_chain() and associated detritus by Roland Dreier · 13 years ago
  52. bebe2fd target: stop splitting commands into multiple tasks by Christoph Hellwig · 13 years ago
  53. b0d7994 target: add unknown size flag to target_submit_cmd() by Sebastian Andrzej Siewior · 13 years ago
  54. 1ab142d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  55. ca747d6 target: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  56. b168fe8 target: Fix sense code for unsupported SERVICE ACTION IN by Roland Dreier · 13 years ago
  57. 087a03b target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASE by Nicholas Bellinger · 13 years ago
  58. 337c060 target: Convert se_node_acl->acl_group removal to use ->acl_kref by Nicholas Bellinger · 13 years ago
  59. afb999f target: Add se_node_acl->acl_kref for ->acl_free_comp usage by Nicholas Bellinger · 13 years ago
  60. 0146834 target: Add se_node_acl->acl_free_comp for NodeACL release path by Nicholas Bellinger · 13 years ago
  61. 41ac82b target: Add se_sess->sess_kref + get/put helpers by Nicholas Bellinger · 13 years ago
  62. 140854c target: Convert session_lock to irqsave by Nicholas Bellinger · 14 years ago
  63. c0974f8 target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tag by Nicholas Bellinger · 13 years ago
  64. 9f0d05c target: Push target_submit_tmr LUN lookup failure to system_wq context by Nicholas Bellinger · 13 years ago
  65. c7042ca target: Fix target_submit_tmr se_tmr_req allocation failures by Nicholas Bellinger · 13 years ago
  66. 3de55ec target: Fix target_submit_tmr LUN lookup failures by Nicholas Bellinger · 13 years ago
  67. 015487b target: Untangle front-end and back-end meanings of max_sectors attribute by Roland Dreier · 13 years ago
  68. 3d28934 target: Add TMR_ABORT_TASK task management support by Nicholas Bellinger · 13 years ago
  69. ffc32d5 target: Make target_release_cmd_kref release on empty list by Nicholas Bellinger · 13 years ago
  70. 8671556 target: Add SCF_ACK_KREF flag for acknowledgement kref by Nicholas Bellinger · 13 years ago
  71. 2fbff127 target: Export transport_generic_request_failure symbol by Nicholas Bellinger · 13 years ago
  72. a1edf9c target: Cleanup transport_kunmap_data_sg() by Andy Grover · 13 years ago
  73. ea98d7f target: Add target_submit_tmr helper function by Andy Grover · 13 years ago
  74. c8e31f2 target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache by Andy Grover · 13 years ago
  75. 8e94b8d target: Use #define for SYNCHRONIZE_CACHE_16 by Andy Grover · 13 years ago
  76. 3d26fea target: remove the transport_lun_active field in struct se_cmd by Christoph Hellwig · 13 years ago
  77. 7d680f3b target: replace various cmd flags with a transport state by Christoph Hellwig · 13 years ago
  78. 67236c4 target: Fix unsupported WRITE_SAME sense payload by Martin Svec · 13 years ago
  79. 735703c target: Fix target_submit_cmd() exception handling by Nicholas Bellinger · 13 years ago
  80. 1edcdb4 target: Change target_submit_cmd() to return void by Andy Grover · 13 years ago
  81. 4949314 target: Allow control CDBs with data > 1 page by Andy Grover · 13 years ago
  82. e59a41b target: avoid multiple outputs in scsi_dump_inquiry() by Sebastian Andrzej Siewior · 13 years ago
  83. 91ec1d3 target: Add workaround for zero-length control CDB handling by Nicholas Bellinger · 13 years ago
  84. 9fbc890 target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB} by Roland Dreier · 13 years ago
  85. 9db9da3 target: Don't zero pages used for data buffers by roland@purestorage.com · 13 years ago
  86. 895f302 target: Set additional sense length field in sense data by Roland Dreier · 13 years ago
  87. 6d5b597 target: Remove legacy device status check from transport_execute_tasks by Nicholas Bellinger · 13 years ago
  88. beb55a0 target: Remove __transport_execute_tasks() for each processing context by Nicholas Bellinger · 13 years ago
  89. 4d2300c target: Remove extra se_device->execute_task_lock access in fast path by Nicholas Bellinger · 13 years ago
  90. 65586d5 target: Drop se_device TCQ queue_depth usage from I/O path by Nicholas Bellinger · 13 years ago
  91. 40be67f target: Fix possible NULL pointer with __transport_execute_tasks by Nicholas Bellinger · 13 years ago
  92. a636078 target: Add target_submit_cmd() for process context fabric submission by Nicholas Bellinger · 13 years ago
  93. 7481deb target: Make target_put_sess_cmd use target_release_cmd_kref by Nicholas Bellinger · 13 years ago
  94. 8359cf4 target: remove useless casts by Jörn Engel · 13 years ago
  95. 1880807a target: make the se_task task_state_active a normal bool by Christoph Hellwig · 13 years ago
  96. 41e16e9 target: remove the se_task task_error_status field by Christoph Hellwig · 13 years ago
  97. ef804a8 target: fold se_task.task_sense into task_flags by Christoph Hellwig · 13 years ago
  98. c4795fb target: header reshuffle, part2 by Christoph Hellwig · 13 years ago
  99. e26d99a target: reshuffle headers by Christoph Hellwig · 13 years ago
  100. 5c73b67 target: remove unused struct fields by Jörn Engel · 13 years ago