1. 67236c4 target: Fix unsupported WRITE_SAME sense payload by Martin Svec · 12 years ago
  2. 9f9ef6d iscsi: use IP_FREEBIND socket option by Dax Kelson · 12 years ago
  3. 5c55125 iblock: fix handling of large requests by Christoph Hellwig · 12 years ago
  4. 3011684 target: handle empty string writes in sysfs by Dan Carpenter · 12 years ago
  5. c3bc93d iscsi_target: in_aton needs linux/inet.h by Stephen Rothwell · 12 years ago
  6. 7347b5f target: Fix iblock se_dev_attrib.unmap_granularity by Marco Sanvido · 12 years ago
  7. 735703c target: Fix target_submit_cmd() exception handling by Nicholas Bellinger · 12 years ago
  8. 1edcdb4 target: Change target_submit_cmd() to return void by Andy Grover · 12 years ago
  9. 95fe1ee target: accept REQUEST_SENSE with 18bytes by Sebastian Andrzej Siewior · 12 years ago
  10. bf00535 target: Fail INQUIRY commands with EVPD==0 but PAGE CODE!=0 by Roland Dreier · 12 years ago
  11. bb1acb2 target: Return correct ASC for unimplemented VPD pages by Roland Dreier · 12 years ago
  12. 2f9bc89 iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INIT by Nicholas Bellinger · 12 years ago
  13. 4949314 target: Allow control CDBs with data > 1 page by Andy Grover · 12 years ago
  14. e8904dc iscsi-target: Fix up a few assignments by Jesper Juhl · 12 years ago
  15. f8d48ae iscsi-target: make one-bit bitfields unsigned by Dan Carpenter · 12 years ago
  16. cd931ee iscsi-target: Fix double list_add with iscsit_alloc_buffs reject by Nicholas Bellinger · 12 years ago
  17. c1ce4bd iscsi-target: Fix reject release handling in iscsit_free_cmd() by Nicholas Bellinger · 12 years ago
  18. 8d9efe5 target: fix return code of core_tpg_.*_lun by Sebastian Andrzej Siewior · 13 years ago
  19. 1dd0a06 target: use save/restore lock primitive in core_dec_lacl_count() by Sebastian Andrzej Siewior · 13 years ago
  20. e59a41b target: avoid multiple outputs in scsi_dump_inquiry() by Sebastian Andrzej Siewior · 13 years ago
  21. 91ec1d3 target: Add workaround for zero-length control CDB handling by Nicholas Bellinger · 12 years ago
  22. 9fbc890 target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB} by Roland Dreier · 13 years ago
  23. 9db9da3 target: Don't zero pages used for data buffers by roland@purestorage.com · 13 years ago
  24. 6816966 target: Allow PERSISTENT RESERVE IN for non-reservation holder by Marco Sanvido · 13 years ago
  25. 9e08e34 target: Use correct preempted registration sense code by Marco Sanvido · 13 years ago
  26. 48cfe37 target: don't allocate bio headroom in iblock by Christoph Hellwig · 13 years ago
  27. 895f302 target: Set additional sense length field in sense data by Roland Dreier · 13 years ago
  28. 6d5b597 target: Remove legacy device status check from transport_execute_tasks by Nicholas Bellinger · 13 years ago
  29. beb55a0 target: Remove __transport_execute_tasks() for each processing context by Nicholas Bellinger · 13 years ago
  30. 4d2300c target: Remove extra se_device->execute_task_lock access in fast path by Nicholas Bellinger · 13 years ago
  31. 65586d5 target: Drop se_device TCQ queue_depth usage from I/O path by Nicholas Bellinger · 13 years ago
  32. 40be67f target: Fix possible NULL pointer with __transport_execute_tasks by Nicholas Bellinger · 13 years ago
  33. 4355a91 tcm_fc: Convert ft_send_work to use target_submit_cmd by Nicholas Bellinger · 13 years ago
  34. a636078 target: Add target_submit_cmd() for process context fabric submission by Nicholas Bellinger · 13 years ago
  35. 7481deb target: Make target_put_sess_cmd use target_release_cmd_kref by Nicholas Bellinger · 13 years ago
  36. ce13617 target: Set response format in INQUIRY response by Roland Dreier · 13 years ago
  37. 2e88efd tcm_loop: bump max_sectors by Christoph Hellwig · 13 years ago
  38. 0877eaf target/configs: remove trailing newline from udev_path and alias by Sebastian Andrzej Siewior · 13 years ago
  39. bc704fb iscsi-target: fix chap identifier simple_strtoul usage by Nicholas Bellinger · 13 years ago
  40. 8359cf4 target: remove useless casts by Jörn Engel · 13 years ago
  41. feae856 target: simplify target_check_cdb_and_preempt by Jörn Engel · 13 years ago
  42. c165f69 target: Move core_scsi3_check_cdb_abort_and_preempt by Jörn Engel · 13 years ago
  43. 90c161b target: use \n as a separator for configuration by Sebastian Andrzej Siewior · 13 years ago
  44. 1880807 target: make the se_task task_state_active a normal bool by Christoph Hellwig · 13 years ago
  45. 41e16e9 target: remove the se_task task_error_status field by Christoph Hellwig · 13 years ago
  46. ef804a8 target: fold se_task.task_sense into task_flags by Christoph Hellwig · 13 years ago
  47. c4795fb target: header reshuffle, part2 by Christoph Hellwig · 13 years ago
  48. e26d99a target: reshuffle headers by Christoph Hellwig · 13 years ago
  49. ddca8f3 iscsi-target: Fix hex2bin warn_unused compile message by Nicholas Bellinger · 13 years ago
  50. c638830 target: Don't return an error if disabling unsupported features by Andy Grover · 13 years ago
  51. 65b0c78 target/rd: fix or rewrite the copy routine by Sebastian Andrzej Siewior · 13 years ago
  52. 5bff9e8 target/rd: simplify the page/offset computation by Sebastian Andrzej Siewior · 13 years ago
  53. 6f21475 target: remove the unused se_dev_list by Christoph Hellwig · 13 years ago
  54. 9649fa1 target/file: walk properly over sg list by Sebastian Andrzej Siewior · 13 years ago
  55. 5c73b67 target: remove unused struct fields by Jörn Engel · 13 years ago
  56. 1289a05 target: Fix page length in emulated INQUIRY VPD page 86h by Roland Dreier · 13 years ago
  57. 9b5cd7f target: Handle 0 correctly in transport_get_sectors_6() by Roland Dreier · 13 years ago
  58. 410f670 target: Don't return an error status for 0-length READ and WRITE by Roland Dreier · 13 years ago
  59. 1c3d579 iscsi-target: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  60. 7ae0b10 iscsi-target: Add missing F_BIT for iscsi_tm_rsp by Nicholas Bellinger · 13 years ago
  61. 7e46cf0 iscsi-target: Fix residual count hanlding + remove iscsi_cmd->residual_count by Nicholas Bellinger · 13 years ago
  62. fef58a6 target: Reject SCSI data overflow for fabrics using transport_generic_map_mem_to_cmd by Nicholas Bellinger · 13 years ago
  63. 33c3faf target: remove the t_tasks_bidi se_cmd field by Christoph Hellwig · 13 years ago
  64. 2d3a4b5 target: remove the t_tasks_fua se_cmd field by Christoph Hellwig · 13 years ago
  65. aad13ca target: remove the se_ordered_node se_cmd field by Christoph Hellwig · 13 years ago
  66. 58a2801 target: remove the se_obj_ptr and se_orig_obj_ptr se_cmd fields by Christoph Hellwig · 13 years ago
  67. 6297b07 target: Drop config_item_name usage in fabric TFO->free_wwn() by Nicholas Bellinger · 13 years ago
  68. 97c34f3 target: Get rid of unused se_cmd_cache by Roland Dreier · 13 years ago
  69. 330694a target: Improve system responsivity during I/O by Bart Van Assche · 13 years ago
  70. 0957627 iscsi-target: Fix sess allocation leak in iscsi_login_zero_tsih_s1 by Nicholas Bellinger · 13 years ago
  71. 03e98c9 target: Address legacy PYX_TRANSPORT_* return code breakage by Nicholas Bellinger · 13 years ago
  72. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  73. 6aad373 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  74. 5bda90c target: use ->exectute_task for all CDB emulation by Christoph Hellwig · 13 years ago
  75. d29a5b6 target: remove SCF_EMULATE_CDB_ASYNC by Christoph Hellwig · 13 years ago
  76. 6ed5a55 target: refactor transport_emulate_control_cdb by Christoph Hellwig · 13 years ago
  77. e76a35d target: pass the se_task to the CDB emulation callback by Christoph Hellwig · 13 years ago
  78. 617c0e0 target: split core_scsi3_emulate_pr by Christoph Hellwig · 13 years ago
  79. eacac00 target: split core_scsi2_emulate_crh by Christoph Hellwig · 13 years ago
  80. a17f091 target: Add generic active I/O shutdown logic by Nicholas Bellinger · 13 years ago
  81. 2235007 target: add back error handling in transport_complete_task by Christoph Hellwig · 13 years ago
  82. ed327ed target/pscsi: blk_make_request() returns an ERR_PTR() by Dan Carpenter · 13 years ago
  83. 3151d06 target: Remove core TRANSPORT_FREE_CMD_INTR usage by Nicholas Bellinger · 13 years ago
  84. 88dd9e2 target: Make TFO->check_stop_free return free status by Nicholas Bellinger · 13 years ago
  85. 5a4c866 iscsi-target: Fix non-immediate TMR handling by Nicholas Bellinger · 13 years ago
  86. 7e32da5 iscsi-target: Add missing CMDSN_LOWER_THAN_EXP check in iscsit_handle_scsi_cmd by Nicholas Bellinger · 13 years ago
  87. b8a11d7 target: Avoid double list_del for aborted se_tmr_req by Joern Engel · 13 years ago
  88. 827509e drivers/target: Add module.h to drivers/target files as required. by Paul Gortmaker · 13 years ago
  89. c53181a drivers/target: Add export.h to files as required. by Paul Gortmaker · 13 years ago
  90. abc1fd4 target: Minor cleanups to core_tmr_drain_tmr_list by Joern Engel · 13 years ago
  91. 6eb40b2 target: Fix wrong se_tmr being added to drain_tmr_list by Joern Engel · 13 years ago
  92. 80ccbc8 target: Fix incorrect se_cmd assignment in core_tmr_drain_tmr_list by Joern Engel · 13 years ago
  93. f147abb target: Check -ENOMEM to signal QUEUE_FULL from fabric callbacks by Nicholas Bellinger · 13 years ago
  94. 8cd79f2 tcm_loop: Add explict read buffer memset for SCF_SCSI_CONTROL_SG_IO_CDB by Nicholas Bellinger · 13 years ago
  95. c9abb9b target: Fix compile warning w/ missing module.h include by Nicholas Bellinger · 13 years ago
  96. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  97. 7c1953d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  98. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  99. b91bf5b target: Fix compile warning w/ missing module.h include by Nicholas Bellinger · 13 years ago
  100. 2e982ab target: Remove legacy se_task->task_timer and associated logic by Nicholas Bellinger · 13 years ago