1. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  2. 5bda90c target: use ->exectute_task for all CDB emulation by Christoph Hellwig · 13 years ago
  3. d29a5b6 target: remove SCF_EMULATE_CDB_ASYNC by Christoph Hellwig · 13 years ago
  4. e76a35d target: pass the se_task to the CDB emulation callback by Christoph Hellwig · 13 years ago
  5. 617c0e0 target: split core_scsi3_emulate_pr by Christoph Hellwig · 13 years ago
  6. eacac00 target: split core_scsi2_emulate_crh by Christoph Hellwig · 13 years ago
  7. a17f091 target: Add generic active I/O shutdown logic by Nicholas Bellinger · 13 years ago
  8. 2235007 target: add back error handling in transport_complete_task by Christoph Hellwig · 13 years ago
  9. 3151d06 target: Remove core TRANSPORT_FREE_CMD_INTR usage by Nicholas Bellinger · 13 years ago
  10. 88dd9e2 target: Make TFO->check_stop_free return free status by Nicholas Bellinger · 13 years ago
  11. 827509e drivers/target: Add module.h to drivers/target files as required. by Paul Gortmaker · 13 years ago
  12. f147abb target: Check -ENOMEM to signal QUEUE_FULL from fabric callbacks by Nicholas Bellinger · 13 years ago
  13. 2e982ab target: Remove legacy se_task->task_timer and associated logic by Nicholas Bellinger · 13 years ago
  14. 415a090 target: Fix incorrect transport_sent usage by Nicholas Bellinger · 13 years ago
  15. af3f00c target: re-use the command S/G list for single-task commands by Christoph Hellwig · 13 years ago
  16. 9ac5498 target: Fix BIDI t_task_cdb handling in transport_generic_new_cmd by Nicholas Bellinger · 13 years ago
  17. 38b40067 target: remove transport_allocate_tasks by Christoph Hellwig · 13 years ago
  18. da0f761 target: merge transport_new_cmd_obj into transport_generic_new_cmd by Christoph Hellwig · 13 years ago
  19. 7c1c6af target: remove the task_sg_bidi field se_task and pSCSI BIDI support by Christoph Hellwig · 13 years ago
  20. dbc5623 target: transport_subsystem_check_init cleanups by Nicholas Bellinger · 13 years ago
  21. 35e0e75 target: use a workqueue for I/O completions by Christoph Hellwig · 13 years ago
  22. f2da9db target: remove TRANSPORT_DEFERRED_CMD state by Christoph Hellwig · 13 years ago
  23. bfaf40a target: remove the TRANSPORT_REMOVE state by Christoph Hellwig · 13 years ago
  24. 4499dda target: move depth_left manipulation out of transport_generic_request_failure by Christoph Hellwig · 13 years ago
  25. cc5d0f0 target: stop task timers earlier by Christoph Hellwig · 13 years ago
  26. e99d48a target: remove TF_TIMER_STOP by Christoph Hellwig · 13 years ago
  27. cdbb70b target: factor some duplicate code for stopping a task by Christoph Hellwig · 13 years ago
  28. 0c2cfe5 target: fix list walking in transport_free_dev_tasks by Christoph Hellwig · 13 years ago
  29. b7b8bef target: use transport_cmd_check_stop_to_fabric consistently by Christoph Hellwig · 13 years ago
  30. 3df8d40 target: do not pass the queue object to transport_remove_cmd_from_queue by Christoph Hellwig · 13 years ago
  31. f7a5cc0 target: remove SCF_EMULATE_QUEUE_FULL by Christoph Hellwig · 13 years ago
  32. e057f53 target: remove the transport_qf_callback se_cmd callback by Christoph Hellwig · 13 years ago
  33. b937d27 target: remove the ->transport_split_cdb callback in se_cmd by Christoph Hellwig · 13 years ago
  34. 485fd0d target: replace ->get_cdb with a target_get_task_cdb helper by Christoph Hellwig · 13 years ago
  35. 6193f06 target: make the ->get_cdb method optional by Christoph Hellwig · 13 years ago
  36. 04629b7 target: Remove unnecessary se_task members by Christoph Hellwig · 13 years ago
  37. 6c76bf9 target: make more use of the task_flags field in se_task by Christoph Hellwig · 13 years ago
  38. 42bf829 target: Cleanup unused se_task bits by Christoph Hellwig · 13 years ago
  39. c0427f1 target: Cleanup unused target_core_base.h bits by Christoph Hellwig · 13 years ago
  40. ce8762f target: Remove legacy + unused device active I/O shutdown code by Nicholas Bellinger · 13 years ago
  41. 8dc52b5 target: Merge transport_cmd_finish_abort_tmr into transport_cmd_finish_abort by Nicholas Bellinger · 13 years ago
  42. d14921d target: Convert ->transport_wait_for_tasks usage to transport_generic_free_cmd by Nicholas Bellinger · 13 years ago
  43. a3eedc2 target: remove unused se_subsystem_api methods by Christoph Hellwig · 13 years ago
  44. 39c05f3 target: Remove session_reinstatement parameter from ->transport_wait_for_tasks by Nicholas Bellinger · 13 years ago
  45. 82f1c8a target: push session reinstatement out of transport_generic_free_cmd by Christoph Hellwig · 13 years ago
  46. e6a2573 target: remove transport_generic_remove by Christoph Hellwig · 13 years ago
  47. 4911e3c target: simplify transport_put_cmd by Christoph Hellwig · 13 years ago
  48. d3df782 target: simplify transport_generic_remove by Christoph Hellwig · 13 years ago
  49. 2dbc43d target: remove transport_free_se_cmd by Christoph Hellwig · 13 years ago
  50. 31afc39 target: don't opencode transport_release_cmd in transport_release_fe_cmd by Christoph Hellwig · 13 years ago
  51. 680b73c target: remove transport_generic_handle_cdb by Christoph Hellwig · 13 years ago
  52. c252f00 target: Prevent transport_send_task_abort when CHECK_CONDITION status by Nicholas Bellinger · 13 years ago
  53. 77039d1 target: Fix transport_cmd_finish_abort queue removal bug by Nicholas Bellinger · 13 years ago
  54. 79a7fef target: Prevent cmd->se_queue_node double add by Roland Dreier · 13 years ago
  55. 9375b1b target: Remove unneeded version.h includes by Jesper Juhl · 13 years ago
  56. bcac364 target: Fix race between multiple invocations of target_qf_do_work() by Roland Dreier · 13 years ago
  57. e63a8e1 target: Make locking in transport_deregister_session() IRQ safe by Roland Dreier · 13 years ago
  58. c3c74c7 target: Fix task SGL chaining breakage with transport_allocate_data_tasks by Nicholas Bellinger · 13 years ago
  59. 525a48a target: Fix task count > 1 handling breakage and use max_sector page alignment by Nicholas Bellinger · 13 years ago
  60. 01cde4d target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors check by Nicholas Bellinger · 13 years ago
  61. 7abbe7f3 target: Fix SYNCHRONIZE_CACHE zero LBA + range breakage by Nicholas Bellinger · 13 years ago
  62. 1285062 target: Fix WRITE_SAME usage with transport_get_size by Nicholas Bellinger · 13 years ago
  63. 706d586 target: Add WRITE_SAME (10) parsing and refactor passthrough checks by Nicholas Bellinger · 13 years ago
  64. 16ab8e6 target: Fix write payload exception handling with ->new_cmd_map by Nicholas Bellinger · 13 years ago
  65. eb39d34 target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTED by Nicholas Bellinger · 13 years ago
  66. dd8ae59 target: Fix bug for transport_generic_wait_for_tasks with direct operation by Nicholas Bellinger · 13 years ago
  67. 5db0753 target: Fix WRITE_SAME_16 lba assignment breakage by Nicholas Bellinger · 13 years ago
  68. 277c5f2 target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectors by Nicholas Bellinger · 13 years ago
  69. 11650b85 target: remove custom hex2bin() implementation by Andy Shevchenko · 13 years ago
  70. 1d20bb6 target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG by Nicholas Bellinger · 13 years ago
  71. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 13 years ago
  72. ec98f78 target: Eliminate usage of struct se_mem by Andy Grover · 13 years ago
  73. 3a86720 target: Pass 2nd param of transport_split_cdb by value by Andy Grover · 13 years ago
  74. d0229ae target: Enforce 1 page max for control cdb buffer sizes by Andy Grover · 13 years ago
  75. 05d1c7c target: Make all control CDBs scatter-gather by Andy Grover · 13 years ago
  76. 07bde79 target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_full by Nicholas Bellinger · 13 years ago
  77. 695434e1 target: Add transport_handle_cdb_direct optimization by Nicholas Bellinger · 13 years ago
  78. 3546297 target: merge release_cmd methods by Christoph Hellwig · 13 years ago
  79. db1620a target: remove the unused SCF_* flags by Christoph Hellwig · 13 years ago
  80. dc2e652 target: remove the always-noop ->new_cmd_failure method by Christoph Hellwig · 13 years ago
  81. a1d8b49 target: Updates from AGrover and HCH (round 3) by Andy Grover · 13 years ago
  82. dd3a5ad target: Fix WRITE_SAME_[16,32] number of blocks=0 case by Nicholas Bellinger · 13 years ago
  83. 1eb437a target: Fix WRITE_SAME_16 t_task_lba assignment bug by Nicholas Bellinger · 13 years ago
  84. 5951146d target: More core cleanups from AGrover (round 2) by Andy Grover · 13 years ago
  85. f22c119 target: Fix double test of inquiry_prod by Roland Dreier · 13 years ago
  86. e3d6f90 target: Core cleanups from AGrover (round 1) by Andy Grover · 13 years ago
  87. e434f1f1 target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.h by Nicholas Bellinger · 14 years ago
  88. 2338886 target: Convert transport_deregister_session_configfs nacl_sess_lock to save irq state by Roland Dreier · 13 years ago
  89. e66ecd5 [SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions by Nicholas Bellinger · 13 years ago
  90. af57c3a [SCSI] target: Fix task->task_execute_queue=1 clear bug + LUN_RESET OOPs by Nicholas Bellinger · 13 years ago
  91. f436677 [SCSI] target: Fix bug with task_sg chained transport_free_dev_tasks release by Nicholas Bellinger · 13 years ago
  92. 97868c8 [SCSI] target: Fix multi task->task_sg[] chaining logic bug by Nicholas Bellinger · 13 years ago
  93. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  94. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  95. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  96. 12a18bd [SCSI] target: Fix bogus return in transport_add_device_to_core_hba failure path by Nicholas Bellinger · 13 years ago
  97. 8721056 [SCSI] target: Avoid mem leak and needless work in transport_generic_get_mem by Jesper Juhl · 13 years ago
  98. 5c6cd61 [SCSI] target: Convert TMR REQ/RSP definitions to target namespace by Nicholas Bellinger · 13 years ago
  99. 5dd7ed2 [SCSI] target: Minor sparse warning fixes and annotations by Dan Carpenter · 13 years ago
  100. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 13 years ago