1. d270190 iscsi-target: Remove SCF_SE_LUN_CMD flag abuses by Nicholas Bellinger · 13 years ago
  2. d14921d target: Convert ->transport_wait_for_tasks usage to transport_generic_free_cmd by Nicholas Bellinger · 13 years ago
  3. dd503a5 target: Have core_tmr_alloc_req() take an explicit GFP_xxx flag by Roland Dreier · 13 years ago
  4. 942d826 target: Make pscsi_create_virtdevice use ERR_CAST by Dan Carpenter · 13 years ago
  5. 635a2b3 tcm_fc: remove custom hex_to_bin in ft_parse_wwn by Andy Shevchenko · 13 years ago
  6. f2b56af iscsi-target: use native hex2bin for chap_string_to_hex by Andy Shevchenko · 13 years ago
  7. a3eedc2 target: remove unused se_subsystem_api methods by Christoph Hellwig · 13 years ago
  8. 02b1a74 target: cleanup pscsi request submission by Christoph Hellwig · 13 years ago
  9. dbbf3e9 target: cleanup iblock bio submission by Christoph Hellwig · 13 years ago
  10. b6b4e61 target: simplify target_parse_naa_6h_vendor_specific() by Andy Shevchenko · 13 years ago
  11. 39c05f3 target: Remove session_reinstatement parameter from ->transport_wait_for_tasks by Nicholas Bellinger · 13 years ago
  12. 82f1c8a target: push session reinstatement out of transport_generic_free_cmd by Christoph Hellwig · 13 years ago
  13. e6a2573 target: remove transport_generic_remove by Christoph Hellwig · 13 years ago
  14. 4911e3c target: simplify transport_put_cmd by Christoph Hellwig · 13 years ago
  15. d3df782 target: simplify transport_generic_remove by Christoph Hellwig · 13 years ago
  16. 2dbc43d target: remove transport_free_se_cmd by Christoph Hellwig · 13 years ago
  17. 31afc39 target: don't opencode transport_release_cmd in transport_release_fe_cmd by Christoph Hellwig · 13 years ago
  18. 680b73c target: remove transport_generic_handle_cdb by Christoph Hellwig · 13 years ago
  19. acf3ecc iscsi-target: always call transport_handle_cdb_direct by Christoph Hellwig · 13 years ago
  20. 4ca495e tfm_fc: use transport_handle_cdb_direct by Christoph Hellwig · 13 years ago
  21. c252f00 target: Prevent transport_send_task_abort when CHECK_CONDITION status by Nicholas Bellinger · 13 years ago
  22. 77039d1 target: Fix transport_cmd_finish_abort queue removal bug by Nicholas Bellinger · 13 years ago
  23. b0e062a target: Prevent TRANSPORT_FREE_CMD_INTR processing in core_tmr_drain_cmd_list by Nicholas Bellinger · 13 years ago
  24. d050ffb target: Re-org of core_tmr_lun_reset by Nicholas Bellinger · 13 years ago
  25. 79a7fef target: Prevent cmd->se_queue_node double add by Roland Dreier · 13 years ago
  26. 9375b1b target: Remove unneeded version.h includes by Jesper Juhl · 13 years ago
  27. bfb9035 treewide: Correct spelling of successfully in comments by Joe Perches · 13 years ago
  28. 8c35ad2 target: check hex2bin result by Mimi Zohar · 13 years ago
  29. 40b0549 iscsi-target: Fix sendpage breakage with proper padding+DataDigest iovec offsets by Nicholas Bellinger · 13 years ago
  30. 2ff017f iscsi-target: Disable markers + remove dangerous local scope array usage by Nicholas Bellinger · 13 years ago
  31. 784eb99 target: Skip non hex characters for VPD=0x83 NAA IEEE Registered Extended by Nicholas Bellinger · 13 years ago
  32. 58fc73d tcm_fc: Work queue based approach instead of managing own thread and event based mechanism by Christoph Hellwig · 13 years ago
  33. 079587b tcm_fc: Invalidation of DDP context for FCoE target in error conditions by Kiran Patil · 13 years ago
  34. bcac364 target: Fix race between multiple invocations of target_qf_do_work() by Roland Dreier · 13 years ago
  35. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  36. 9f5c312 Remove unneeded version.h includes from drivers/target/ by Jesper Juhl · 13 years ago
  37. 2863888 target: Convert acl_node_lock to be IRQ-disabling by Roland Dreier · 13 years ago
  38. e63a8e1 target: Make locking in transport_deregister_session() IRQ safe by Roland Dreier · 13 years ago
  39. 4e0f052 tcm_fc: init/exit functions should not be protected by "#ifdef MODULE" by Roland Dreier · 13 years ago
  40. f15ea57 target: Print subpage too for unhandled MODE SENSE pages by Roland Dreier · 13 years ago
  41. ba77366 iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugs by Dan Carpenter · 13 years ago
  42. 6626a05 iscsi-target: Implement iSCSI target IPv6 address printing. by Chris Boot · 13 years ago
  43. c3c74c7 target: Fix task SGL chaining breakage with transport_allocate_data_tasks by Nicholas Bellinger · 13 years ago
  44. 525a48a target: Fix task count > 1 handling breakage and use max_sector page alignment by Nicholas Bellinger · 13 years ago
  45. 01cde4d target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors check by Nicholas Bellinger · 13 years ago
  46. 7abbe7f target: Fix SYNCHRONIZE_CACHE zero LBA + range breakage by Nicholas Bellinger · 13 years ago
  47. 72f4ba1 target: Remove duplicate task completions in transport_emulate_control_cdb by Nicholas Bellinger · 13 years ago
  48. 1285062 target: Fix WRITE_SAME usage with transport_get_size by Nicholas Bellinger · 13 years ago
  49. 706d586 target: Add WRITE_SAME (10) parsing and refactor passthrough checks by Nicholas Bellinger · 13 years ago
  50. 16ab8e6 target: Fix write payload exception handling with ->new_cmd_map by Nicholas Bellinger · 13 years ago
  51. 387e96c iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn() by Dan Carpenter · 13 years ago
  52. c2337c7 iscsi-target: remove duplicate return by Dan Carpenter · 13 years ago
  53. 6fc6148 target: Convert target_core_rd.c to use use BUG_ON by Julia Lawall · 13 years ago
  54. 9be08c5 iscsi-target: Fix leak on failure in iscsi_copy_param_list() by Jesper Juhl · 13 years ago
  55. e1750ba target: Use ERR_CAST inlined function by Thomas Meyer · 13 years ago
  56. 052605c target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0 by Nicholas Bellinger · 13 years ago
  57. eb39d34 target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTED by Nicholas Bellinger · 13 years ago
  58. a9e4e6e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  59. dcd998c tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_data by Kiran Patil · 13 years ago
  60. dd8ae59 target: Fix bug for transport_generic_wait_for_tasks with direct operation by Nicholas Bellinger · 13 years ago
  61. d52a10d target: iscsi_target depends on NET by Randy Dunlap · 13 years ago
  62. 5db0753 target: Fix WRITE_SAME_16 lba assignment breakage by Nicholas Bellinger · 13 years ago
  63. aadcec0 iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failure by Nicholas Bellinger · 13 years ago
  64. 7bbb654 iscsi-target: Fix snprintf usage with MAX_PORTAL_LEN by Nicholas Bellinger · 13 years ago
  65. 76f1928 iscsi-target: Fix uninitialized usage of cmd->pad_bytes by Nicholas Bellinger · 13 years ago
  66. 8f50c7f iscsi-target: strlen() doesn't count the terminator by Dan Carpenter · 13 years ago
  67. 4a28a3f iscsi-target: Fix NULL dereference on allocation failure by Dan Carpenter · 13 years ago
  68. 91d41fd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  69. 277c5f2 target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectors by Nicholas Bellinger · 13 years ago
  70. e48354c iscsi-target: Add iSCSI fabric support for target v4.1 by Nicholas Bellinger · 13 years ago
  71. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  72. d4e0670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  73. 11650b85 target: remove custom hex2bin() implementation by Andy Shevchenko · 13 years ago
  74. 163cd5f target: fix typo Assoication -> Association by Andy Shevchenko · 13 years ago
  75. 5de619a target: Update QUEUE ALGORITHM MODIFIER control page default by Nicholas Bellinger · 13 years ago
  76. 1d20bb6 target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG by Nicholas Bellinger · 13 years ago
  77. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 13 years ago
  78. ec98f78 target: Eliminate usage of struct se_mem by Andy Grover · 13 years ago
  79. 3a86720 target: Pass 2nd param of transport_split_cdb by value by Andy Grover · 13 years ago
  80. d0229ae target: Enforce 1 page max for control cdb buffer sizes by Andy Grover · 13 years ago
  81. 05d1c7c target: Make all control CDBs scatter-gather by Andy Grover · 13 years ago
  82. e22a7f0 target: Implement Block Device Characteristics VPD page by Roland Dreier · 13 years ago
  83. b2eb705 target: Fix reporting of supported VPD pages by Roland Dreier · 13 years ago
  84. f5fbed8 target: Allow for built-in target modules by Roland Dreier · 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. a57b5d3 loopback: Fix memory leak in tcm_loop_make_scsi_hba() by Jesper Juhl · 13 years ago
  88. 824cc5f loopback: Remove duplicate scsi/scsi_tcq.h include by Jesper Juhl · 13 years ago
  89. 12f09cc loopback: off by one in tcm_loop_make_naa_tpg() by Dan Carpenter · 13 years ago
  90. 21bca31 target/iblock: Remove unused iblock_dev members by Roland Dreier · 13 years ago
  91. 8f3d14e target/iblock: Use request_queue->nr_request for se_device defaults by Nicholas Bellinger · 13 years ago
  92. 5e1be91 target: Make se_tmr_lock IRQ-safe by Roland Dreier · 13 years ago
  93. 56e34ee target: Make se_dev_check_online() locking IRQ-safe by Roland Dreier · 13 years ago
  94. 78faae3 target: Make transport_lookup_cmd_lun() locking IRQ-safe by Roland Dreier · 13 years ago
  95. 07bde79 target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_full by Nicholas Bellinger · 13 years ago
  96. 695434e1 target: Add transport_handle_cdb_direct optimization by Nicholas Bellinger · 13 years ago
  97. 3546297 target: merge release_cmd methods by Christoph Hellwig · 13 years ago
  98. db1620a target: remove the unused SCF_* flags by Christoph Hellwig · 13 years ago
  99. dc2e652 target: remove the always-noop ->new_cmd_failure method by Christoph Hellwig · 13 years ago
  100. a1d8b49 target: Updates from AGrover and HCH (round 3) by Andy Grover · 13 years ago