1. 68d81f4 scsi: remove MSG_*_TAG defines by Christoph Hellwig · 10 years ago
  2. 6dbe7f4 tcm_fc: Generate TASK_SET_FULL status for response failures by Nicholas Bellinger · 11 years ago
  3. ed8ec8f tcm_fc: Fix free-after-use regression in ft_free_cmd by Nicholas Bellinger · 11 years ago
  4. 131e6ab target: Add TFO->abort_task for aborted task resources release by Nicholas Bellinger · 11 years ago
  5. 6f6b5d1 percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask by Kent Overstreet · 11 years ago
  6. 5f544cf tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmd by Nicholas Bellinger · 11 years ago
  7. b79fafa target: make queue_tm_rsp() return void by Joern Engel · 11 years ago
  8. 11fee8a target: remove unused codes from enum tcm_tmrsp_table by Joern Engel · 11 years ago
  9. 484018c tcm_fc: remove unused including <generated/utsrelease.h> by Wei Yongjun · 12 years ago
  10. 1fa8f45 tcm_fc: Avoid debug overhead when not debugging by Mark Rustad · 12 years ago
  11. d6dfc86 target: Allow for target_submit_cmd() returning errors by Roland Dreier · 12 years ago
  12. 64f1db3 target: remove control CDB flags by Christoph Hellwig · 13 years ago
  13. 3cc5d2a tcm_fc: Fix crash seen with aborts and large reads by Mark Rustad · 12 years ago
  14. e182d68 tcm_fc: Remove use of transport_do_task_sg_chain() by Roland Dreier · 13 years ago
  15. e1c4038 tcm_fc: Add abort flag for gracefully handling exchange timeout by Mark Rustad · 13 years ago
  16. 031ed4d tcm_fc: Fix fc_exch memory leak in ft_send_resp_status by Nicholas Bellinger · 13 years ago
  17. c7ec05c target: Drop unused legacy target_core_fabric_ops API callers by Nicholas Bellinger · 13 years ago
  18. c0974f8 target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tag by Nicholas Bellinger · 13 years ago
  19. 00ad4c4 tcm_fc: Handle target_submit_tmr allocation failure by Nicholas Bellinger · 13 years ago
  20. 59dcb5e tcm_fc: Convert ft_send_tm to use target_submit_tmr by Andy Grover · 13 years ago
  21. a1321f7 tcm_fc: Use transport_generic_free_cmd for ft_sess_put in ft_send_tm by Andy Grover · 13 years ago
  22. 06fb631 tcm_fc: Call lookup_tmr_lun() for all TM types by Andy Grover · 13 years ago
  23. 5ebddd4 tcm_fc: Move core->fc code conversion earlier in ft_send_tm() by Andy Grover · 13 years ago
  24. c8e31f2 target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache by Andy Grover · 13 years ago
  25. 35b2cdc tcm_fc: Remove cmd->cdb data member by Andy Grover · 13 years ago
  26. 0dccb69 tcm_fc: Simplify ft_send_work for tmr path by Andy Grover · 13 years ago
  27. e35fa8c scsi: Use struct scsi_lun in fc/fcp.h by Andy Grover · 13 years ago
  28. 1edcdb4 target: Change target_submit_cmd() to return void by Andy Grover · 13 years ago
  29. 4355a91 tcm_fc: Convert ft_send_work to use target_submit_cmd by Nicholas Bellinger · 13 years ago
  30. c4795fb target: header reshuffle, part2 by Christoph Hellwig · 13 years ago
  31. 03e98c9 target: Address legacy PYX_TRANSPORT_* return code breakage by Nicholas Bellinger · 13 years ago
  32. 88dd9e2 target: Make TFO->check_stop_free return free status by Nicholas Bellinger · 13 years ago
  33. bfaf40a target: remove the TRANSPORT_REMOVE state by Christoph Hellwig · 13 years ago
  34. dd503a5 target: Have core_tmr_alloc_req() take an explicit GFP_xxx flag by Roland Dreier · 13 years ago
  35. 82f1c8a target: push session reinstatement out of transport_generic_free_cmd by Christoph Hellwig · 13 years ago
  36. 4ca495e tfm_fc: use transport_handle_cdb_direct by Christoph Hellwig · 13 years ago
  37. 9375b1b target: Remove unneeded version.h includes by Jesper Juhl · 13 years ago
  38. 58fc73d tcm_fc: Work queue based approach instead of managing own thread and event based mechanism by Christoph Hellwig · 13 years ago
  39. a9e4e6e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  40. dcd998c tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_data by Kiran Patil · 13 years ago
  41. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  42. d4e0670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  43. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 14 years ago
  44. ec98f78 target: Eliminate usage of struct se_mem by Andy Grover · 13 years ago
  45. 05d1c7c target: Make all control CDBs scatter-gather by Andy Grover · 13 years ago
  46. 2be1814 tcm_fc: Convert to wake_up_process and schedule_timeout_interruptible by Nicholas Bellinger · 14 years ago
  47. 3546297 target: merge release_cmd methods by Christoph Hellwig · 14 years ago
  48. dc2e652 target: remove the always-noop ->new_cmd_failure method by Christoph Hellwig · 14 years ago
  49. a1d8b49 target: Updates from AGrover and HCH (round 3) by Andy Grover · 14 years ago
  50. 5951146d target: More core cleanups from AGrover (round 2) by Andy Grover · 13 years ago
  51. e3d6f90 target: Core cleanups from AGrover (round 1) by Andy Grover · 13 years ago
  52. efa4988 target: Remove unnecessary *cdb transport_get_lun_for_cmd parameter by Nicholas Bellinger · 13 years ago
  53. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  54. f2f7b09 [SCSI] tcm_fc: Fixing reference counting problem which was causing ft_sess to be deleted. by Kiran Patil · 14 years ago
  55. 33dc362 [SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FCoE DDP in target mode by Yi Zou · 14 years ago
  56. 61db9527 tcm_fc: Fix ft_send_tm LUN lookup OOPs by Kiran Patil · 14 years ago
  57. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 14 years ago
  58. 61db180 [SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions by Nicholas Bellinger · 14 years ago
  59. e66ecd5 [SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions by Nicholas Bellinger · 14 years ago
  60. 3699d92 [SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target core) support by Kiran Patil · 14 years ago