1. c666872 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  2. 9ac8928 target: simplify the target template registration API by Christoph Hellwig · 9 years ago
  3. d556546 tcm_fc: missing curly braces in ft_invl_hw_context() by Dan Carpenter · 10 years ago
  4. 68d81f4 scsi: remove MSG_*_TAG defines by Christoph Hellwig · 10 years ago
  5. c04047e tcm_fc: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  6. 6dbe7f4 tcm_fc: Generate TASK_SET_FULL status for response failures by Nicholas Bellinger · 10 years ago
  7. b3e5fe1 tcm_fc: Generate TASK_SET_FULL status for DataIN failures by Nicholas Bellinger · 10 years ago
  8. ed8ec8f tcm_fc: Fix free-after-use regression in ft_free_cmd by Nicholas Bellinger · 10 years ago
  9. e3d4440 target/tcm_fc: Rename ft_tport_create to ft_tport_get by Andy Grover · 10 years ago
  10. 0d7cb93 target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwn by Andy Grover · 10 years ago
  11. 705665d target/tcm_fc: Rename structs and list members for clarity by Andy Grover · 10 years ago
  12. d242c1d target/tcm_fc: Limit to 1 TPG per wwn by Andy Grover · 10 years ago
  13. b295e76 target/tcm_fc: Don't export ft_lport_list by Andy Grover · 10 years ago
  14. 2c42be2 target/tcm_fc: Fix use-after-free of ft_tpg by Andy Grover · 10 years ago
  15. e70beee target: Pass in transport supported PI at session initialization by Nicholas Bellinger · 10 years ago
  16. 131e6ab target: Add TFO->abort_task for aborted task resources release by Nicholas Bellinger · 10 years ago
  17. 6f6b5d1 percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask by Kent Overstreet · 11 years ago
  18. 594c42e drivers: target: Mark functions and structures as static in tfc_conf.c by Rashika Kheria · 11 years ago
  19. d80e224d target: Remove TF_CIT_TMPL macro by Andy Grover · 11 years ago
  20. 5f544cf tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmd by Nicholas Bellinger · 11 years ago
  21. 57103d7 target: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  22. b79fafa target: make queue_tm_rsp() return void by Joern Engel · 11 years ago
  23. 11fee8a target: remove unused codes from enum tcm_tmrsp_table by Joern Engel · 11 years ago
  24. d3682b1 tcm_fc: Check for aborted sequence by Mark Rustad · 11 years ago
  25. a6ad57e tcm_fc: using kfree_rcu() to simplify the code by Wei Yongjun · 12 years ago
  26. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  27. edec8df tcm_fc: Do not report target role when target is not defined by Mark Rustad · 12 years ago
  28. f2eeba2 tcm_fc: Do not indicate retry capability to initiators by Mark Rustad · 12 years ago
  29. 9f4ad44 target/tcm_fc: fix the lockdep warning due to inconsistent lock state by Yi Zou · 12 years ago
  30. 7875f17 tcm_fc: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  31. 484018c tcm_fc: remove unused including <generated/utsrelease.h> by Wei Yongjun · 12 years ago
  32. 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 12 years ago
  33. 2ed772b target: Remove unused target_core_fabric_ops.get_fabric_sense_len method by Roland Dreier · 12 years ago
  34. 08a16208 tcm_fc: rcu_deref outside rcu lock/unlock section by Denis Efremov · 12 years ago
  35. 1fa8f45 tcm_fc: Avoid debug overhead when not debugging by Mark Rustad · 12 years ago
  36. d6dfc86 target: Allow for target_submit_cmd() returning errors by Roland Dreier · 12 years ago
  37. b8b2253 tcm_fc: Offload WRITE I/O backend submission to tpg workqueue by Christoph Hellwig · 12 years ago
  38. 64f1db3 target: remove control CDB flags by Christoph Hellwig · 12 years ago
  39. 3cc5d2a tcm_fc: Fix crash seen with aborts and large reads by Mark Rustad · 12 years ago
  40. 863555b tcm_fc: Resolve suspicious RCU usage warnings by Mark Rustad · 12 years ago
  41. e182d68 tcm_fc: Remove use of transport_do_task_sg_chain() by Roland Dreier · 12 years ago
  42. 06383f1 tcm_fc: Do not free tpg structure during wq allocation failure by Mark Rustad · 12 years ago
  43. e1c4038 tcm_fc: Add abort flag for gracefully handling exchange timeout by Mark Rustad · 12 years ago
  44. 1ab142d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  45. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  46. ca747d6 target: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  47. 2816890 target: remove obvious warnings by Jörn Engel · 13 years ago
  48. 9765b1f target: Bump core version to v4.1.0-rc2-ml + fabric versions by Nicholas Bellinger · 13 years ago
  49. 031ed4d tcm_fc: Fix fc_exch memory leak in ft_send_resp_status by Nicholas Bellinger · 13 years ago
  50. c7ec05c target: Drop unused legacy target_core_fabric_ops API callers by Nicholas Bellinger · 13 years ago
  51. c0974f8 target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tag by Nicholas Bellinger · 13 years ago
  52. 00ad4c4 tcm_fc: Handle target_submit_tmr allocation failure by Nicholas Bellinger · 13 years ago
  53. 59dcb5e tcm_fc: Convert ft_send_tm to use target_submit_tmr by Andy Grover · 13 years ago
  54. a1321f7 tcm_fc: Use transport_generic_free_cmd for ft_sess_put in ft_send_tm by Andy Grover · 13 years ago
  55. 06fb631 tcm_fc: Call lookup_tmr_lun() for all TM types by Andy Grover · 13 years ago
  56. 5ebddd4 tcm_fc: Move core->fc code conversion earlier in ft_send_tm() by Andy Grover · 13 years ago
  57. c8e31f2 target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache by Andy Grover · 13 years ago
  58. 35b2cdc tcm_fc: Remove cmd->cdb data member by Andy Grover · 13 years ago
  59. 0dccb69 tcm_fc: Simplify ft_send_work for tmr path by Andy Grover · 13 years ago
  60. e35fa8c scsi: Use struct scsi_lun in fc/fcp.h by Andy Grover · 13 years ago
  61. a6c76da tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free() by Paul E. McKenney · 13 years ago
  62. 1edcdb4 target: Change target_submit_cmd() to return void by Andy Grover · 13 years ago
  63. 4355a91 tcm_fc: Convert ft_send_work to use target_submit_cmd by Nicholas Bellinger · 13 years ago
  64. c4795fb target: header reshuffle, part2 by Christoph Hellwig · 13 years ago
  65. 6297b07 target: Drop config_item_name usage in fabric TFO->free_wwn() by Nicholas Bellinger · 13 years ago
  66. 03e98c9 target: Address legacy PYX_TRANSPORT_* return code breakage by Nicholas Bellinger · 13 years ago
  67. 88dd9e2 target: Make TFO->check_stop_free return free status by Nicholas Bellinger · 13 years ago
  68. bfaf40a target: remove the TRANSPORT_REMOVE state by Christoph Hellwig · 13 years ago
  69. dd503a5 target: Have core_tmr_alloc_req() take an explicit GFP_xxx flag by Roland Dreier · 13 years ago
  70. 635a2b3 tcm_fc: remove custom hex_to_bin in ft_parse_wwn by Andy Shevchenko · 13 years ago
  71. 82f1c8a target: push session reinstatement out of transport_generic_free_cmd by Christoph Hellwig · 13 years ago
  72. 4ca495e tfm_fc: use transport_handle_cdb_direct by Christoph Hellwig · 13 years ago
  73. 9375b1b target: Remove unneeded version.h includes by Jesper Juhl · 13 years ago
  74. 58fc73d tcm_fc: Work queue based approach instead of managing own thread and event based mechanism by Christoph Hellwig · 13 years ago
  75. 079587b tcm_fc: Invalidation of DDP context for FCoE target in error conditions by Kiran Patil · 13 years ago
  76. 2863888 target: Convert acl_node_lock to be IRQ-disabling by Roland Dreier · 13 years ago
  77. 4e0f052 tcm_fc: init/exit functions should not be protected by "#ifdef MODULE" by Roland Dreier · 13 years ago
  78. a9e4e6e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  79. dcd998c tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_data by Kiran Patil · 13 years ago
  80. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  81. d4e0670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  82. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 13 years ago
  83. ec98f78 target: Eliminate usage of struct se_mem by Andy Grover · 13 years ago
  84. 05d1c7c target: Make all control CDBs scatter-gather by Andy Grover · 13 years ago
  85. 2be1814 tcm_fc: Convert to wake_up_process and schedule_timeout_interruptible by Nicholas Bellinger · 13 years ago
  86. a1fa375 tcm_fc: Makefile cleanups by Nicholas Bellinger · 13 years ago
  87. 3546297 target: merge release_cmd methods by Christoph Hellwig · 13 years ago
  88. dc2e652 target: remove the always-noop ->new_cmd_failure method by Christoph Hellwig · 13 years ago
  89. a1d8b49 target: Updates from AGrover and HCH (round 3) by Andy Grover · 13 years ago
  90. 5951146d target: More core cleanups from AGrover (round 2) by Andy Grover · 13 years ago
  91. e3d6f90 target: Core cleanups from AGrover (round 1) by Andy Grover · 13 years ago
  92. efa4988 target: Remove unnecessary *cdb transport_get_lun_for_cmd parameter by Nicholas Bellinger · 13 years ago
  93. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  94. f2f7b09 [SCSI] tcm_fc: Fixing reference counting problem which was causing ft_sess to be deleted. by Kiran Patil · 13 years ago
  95. 33dc362 [SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FCoE DDP in target mode by Yi Zou · 13 years ago
  96. 95efa286 tcm_fc: Fix conversion spec warning by Nicholas Bellinger · 13 years ago
  97. 7c7cf3b tcm_fc: Fix possible lock to unlock type deadlock by Dan Carpenter · 13 years ago
  98. 61db952 tcm_fc: Fix ft_send_tm LUN lookup OOPs by Kiran Patil · 13 years ago
  99. 552523d target: Fix ERR_PTR dereferencing bugs by Dan Carpenter · 13 years ago
  100. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago