1. 6665889 iscsi-target: Add IFC_SENDTARGETS_SINGLE support by Nicholas Bellinger · 11 years ago
  2. 9864ca9 iscsi-target: Move sendtargets parsing into iscsit_process_text_cmd by Nicholas Bellinger · 11 years ago
  3. dbf738a iscsi-target: Allow ->MaxXmitDataSegmentLength assignment for iser discovery by Nicholas Bellinger · 11 years ago
  4. 889c8a6 iscsi-target: Refactor ISCSI_OP_TEXT_RSP TX handling by Nicholas Bellinger · 11 years ago
  5. 64534aa iscsi-target: Refactor ISCSI_OP_TEXT RX handling by Nicholas Bellinger · 11 years ago
  6. 778de36 iscsi/isert-target: Refactor ISCSI_OP_NOOP RX handling by Nicholas Bellinger · 11 years ago
  7. ca24976 target: Drop legacy se_cmd->check_release bit by Nicholas Bellinger · 11 years ago
  8. b9da582 iscsi-target: Avoid unnecessary t_state_lock during unsolicited data-out check by Nicholas Bellinger · 11 years ago
  9. b28e545 target: Drop unnecessary t_state_lock access for SCF_SUPPORTED_SAM_OPCODE assignment by Nicholas Bellinger · 11 years ago
  10. 1a398b9 target: Avoid extra t_state_lock access in __target_execute_cmd by Nicholas Bellinger · 11 years ago
  11. c1c35d5 target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put_cmd by Nicholas Bellinger · 11 years ago
  12. 0b66818 target: Drop unnecessary CMD_T_DEV_ACTIVE check from transport_lun_remove_cmd by Nicholas Bellinger · 11 years ago
  13. 862e638 target: Add transport_cmd_check_stop write_pending bit by Nicholas Bellinger · 11 years ago
  14. 670caa9 target: Don't allocate pages for NULLIO devices by Andy Grover · 11 years ago
  15. db5d1c3 target: Make virtual_lun0 a nullio device by Andy Grover · 11 years ago
  16. bc118fe target: Further refactoring of core_scsi3_emulate_pro_register() by Andy Grover · 11 years ago
  17. 51d9c41 target: Use if/else for sa_res_key conditional in emulate_pro_register() by Andy Grover · 11 years ago
  18. 459f213 target: Allocate aptpl_buf inside update_and_write_aptpl() by Andy Grover · 11 years ago
  19. 63e0334 target: Delete incorrect comment by Andy Grover · 11 years ago
  20. 4dee96f target: Remove unneeded param pr_aptpl_buf_len to write_aptpl_to_file() by Andy Grover · 11 years ago
  21. 4e529be target: Remove t10_reservation.pr_aptpl_buf_len by Andy Grover · 11 years ago
  22. 3c8a622 target: Unify __core_scsi3_update_aptpl_buf and core_scsi3_update_aptpl_buf by Andy Grover · 11 years ago
  23. 0607dec target: Simplify metadata handling when clearing aptpl metadata by Andy Grover · 11 years ago
  24. 1f070cc target: Fix two debugprints that appear to be wrong by Andy Grover · 11 years ago
  25. d2843c1 target: Alter core_pr_dump_initiator_port for ease of use by Andy Grover · 11 years ago
  26. 33ce6a8 target: Add register_type and preempt_type enums to clarify code by Andy Grover · 11 years ago
  27. aafc9d1 iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handling by Nicholas Bellinger · 11 years ago
  28. d5ddad416 target: Propigate up ->cmd_kref put return via transport_generic_free_cmd by Nicholas Bellinger · 11 years ago
  29. cea4dcf iscsi-target: fix heap buffer overflow on error by Kees Cook · 11 years ago
  30. 21363ca target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK export by Nicholas Bellinger · 11 years ago
  31. 9b31a32 target: Re-instate sess_wait_list for target_wait_for_sess_cmds by Nicholas Bellinger · 11 years ago
  32. be646c2d target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds by Joern Engel · 11 years ago
  33. 5c64e3a4 Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  34. ccf5ae8 target: close target_put_sess_cmd() vs. core_tmr_abort_task() race by Joern Engel · 11 years ago
  35. d2bdbee target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regression by Nicholas Bellinger · 11 years ago
  36. af40bb0 iscsi-target: Fix typos in RDMAEXTENSIONS macro usage by Nicholas Bellinger · 11 years ago
  37. 52c0742 target/rd: Add ramdisk bit for NULLIO operation by Nicholas Bellinger · 11 years ago
  38. 3eccfdb iscsi-target: Fix processing of OOO commands by Shlomo Pongratz · 11 years ago
  39. 80690fd iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void * by Geert Uytterhoeven · 11 years ago
  40. bfbdb31 iscsi-target: Fix NULL pointer dereference in iscsit_send_reject by Nicholas Bellinger · 11 years ago
  41. 64146db target: Have dev/enable show if TCM device is configured by Andy Grover · 11 years ago
  42. e3e84cd target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio by Andy Grover · 11 years ago
  43. 2acd09f target: Remove unused struct members in se_dev_entry by Andy Grover · 11 years ago
  44. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  45. d3682b1 tcm_fc: Check for aborted sequence by Mark Rustad · 11 years ago
  46. 72438cd iscsi-target: Add iser network portal attribute by Nicholas Bellinger · 11 years ago
  47. 2ec5a8c iscsi-target: Refactor TX queue logic + export response PDU creation by Nicholas Bellinger · 11 years ago
  48. 3e1c81a iscsi-target: Refactor RX PDU logic + export request PDU handling by Nicholas Bellinger · 11 years ago
  49. cdb7266 iscsi-target: Add per transport iscsi_cmd alloc/free by Nicholas Bellinger · 11 years ago
  50. 03aa207 iscsi-target: Add iser-target parameter keys + setup during login by Nicholas Bellinger · 11 years ago
  51. baa4d64 iscsi-target: Initial traditional TCP conversion to iscsit_transport by Nicholas Bellinger · 11 years ago
  52. 3f99306 iscsi-target: Add iscsit_transport API template by Nicholas Bellinger · 11 years ago
  53. 20361e6 target: Add export of target_get_sess_cmd symbol by Nicholas Bellinger · 11 years ago
  54. ad67328 target: Change default sense key of NOT_READY by Jörn Engel · 11 years ago
  55. 0463a3f target/file: Set is_nonrot attribute by Asias He · 11 years ago
  56. 86d7182 target: Add sbc_execute_unmap() helper by Asias He · 11 years ago
  57. dbc21c5 target/iblock: Add iblock_do_unmap() helper by Asias He · 11 years ago
  58. 43f55bb target/file: Add fd_do_unmap() helper by Asias He · 11 years ago
  59. 5064276 target/file: Add UNMAP emulation support by Asias He · 11 years ago
  60. 70d3ae5c target/file: Add WRITE_SAME w/ UNMAP=1 emulation support by Asias He · 11 years ago
  61. a6ad57e tcm_fc: using kfree_rcu() to simplify the code by Wei Yongjun · 11 years ago
  62. 5d35806 target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macros by Andy Grover · 11 years ago
  63. 98e2eeb target/iscsi: Remove chap_set_random() by Andy Grover · 11 years ago
  64. 30f359a target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs by Nicholas Bellinger · 11 years ago
  65. 8946b07 tcm: switch to ->show_info() by Al Viro · 11 years ago
  66. f85eda8 target: Fix RESERVATION_CONFLICT status regression for iscsi-target special case by Nicholas Bellinger · 11 years ago
  67. 8f27d48 target/pscsi: Reject cross page boundary case in pscsi_map_sg by Asias He · 11 years ago
  68. f002a24 target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/Os by Nicholas Bellinger · 11 years ago
  69. 0fb889b target: fix possible memory leak in core_tpg_register() by Wei Yongjun · 11 years ago
  70. 7ac9ad1 target/iscsi: Fix mutual CHAP auth on big-endian arches by Andy Grover · 11 years ago
  71. 882e3f8 target_core_sbc: use noop for SYNCHRONIZE_CACHE by Hannes Reinecke · 11 years ago
  72. 9862489 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  73. 2dbe10a target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio() by Asias He · 11 years ago
  74. 472b72f target/pscsi: Fix page increment by Asias He · 11 years ago
  75. b07da9f target/pscsi: Drop unnecessary NULL assignment to bio->bi_next by Asias He · 11 years ago
  76. 63b91d5 target: Add __exit annotation for module_exit functions by Asias He · 11 years ago
  77. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  78. c9365bd target/iscsi: convert to idr_alloc() by Tejun Heo · 11 years ago
  79. fd3a902 iscsi-target: Fix immediate queue starvation regression with DATAIN by Nicholas Bellinger · 11 years ago
  80. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  81. ecc88ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  82. 0e9b10a target: writev() on single-element vector is pointless by Al Viro · 11 years ago
  83. 972b29c8 target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectors by Roland Dreier · 11 years ago
  84. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  85. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  86. 7b745c8 target/file: Add WRITE_SAME w/ UNMAP=0 emulation support by Nicholas Bellinger · 11 years ago
  87. 6e54593 iscsi-target: Enforce individual network portal export once per TargetName by Nicholas Bellinger · 11 years ago
  88. 05b9689 iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_match by Nicholas Bellinger · 11 years ago
  89. fbbf855 target: Add missing mapped_lun bounds checking during make_mappedlun setup by Nicholas Bellinger · 11 years ago
  90. fcf2948 target: Fix lookup of dynamic NodeACLs during cached demo-mode operation by Nicholas Bellinger · 11 years ago
  91. 71f41fe target: Fix parameter list length checking in MODE SELECT by Roland Dreier · 11 years ago
  92. bb992e7 target: Fix error checking for UNMAP commands by Roland Dreier · 11 years ago
  93. 3363367 target: Fix sense data for out-of-bounds IO operations by Roland Dreier · 11 years ago
  94. bbf344e target_core_rd: break out unterminated loop during copy by Hannes Reinecke · 11 years ago
  95. adfa957 target: Add device attribute to expose config_item_name for INQUIRY model by Tregaron Bayly · 11 years ago
  96. 0e48e7a target: don't truncate the fail intr address by Dan Carpenter · 11 years ago
  97. 07ea81b target: don't always say "ipv6" as address type by Dan Carpenter · 11 years ago
  98. d0c8b25 target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled status by Nicholas Bellinger · 11 years ago
  99. 1be2956 iscsi-target: make some temporary buffers larger by Dan Carpenter · 11 years ago
  100. 703d641 target: change sprintf to snprintf in transport_dump_vpd_ident by Dan Carpenter · 11 years ago