1. 58807a5 iscsi-target: Remove left over v3.10-rc debug printks by Nicholas Bellinger · 11 years ago
  2. 58bd0c6 target/iscsi: Fix op=disable + error handling cases in np_store_iser by Andy Grover · 11 years ago
  3. 574780f target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer() by Jörn Engel · 11 years ago
  4. aafc9d1 iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handling by Nicholas Bellinger · 11 years ago
  5. d5ddad416 target: Propigate up ->cmd_kref put return via transport_generic_free_cmd by Nicholas Bellinger · 11 years ago
  6. cea4dcf iscsi-target: fix heap buffer overflow on error by Kees Cook · 11 years ago
  7. 21363ca target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK export by Nicholas Bellinger · 11 years ago
  8. 9b31a32 target: Re-instate sess_wait_list for target_wait_for_sess_cmds by Nicholas Bellinger · 11 years ago
  9. be646c2d target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds by Joern Engel · 11 years ago
  10. 5c64e3a4 Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  11. ccf5ae8 target: close target_put_sess_cmd() vs. core_tmr_abort_task() race by Joern Engel · 11 years ago
  12. d2bdbee target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regression by Nicholas Bellinger · 11 years ago
  13. af40bb0 iscsi-target: Fix typos in RDMAEXTENSIONS macro usage by Nicholas Bellinger · 11 years ago
  14. 52c0742 target/rd: Add ramdisk bit for NULLIO operation by Nicholas Bellinger · 11 years ago
  15. 3eccfdb iscsi-target: Fix processing of OOO commands by Shlomo Pongratz · 11 years ago
  16. 80690fd iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void * by Geert Uytterhoeven · 11 years ago
  17. bfbdb31 iscsi-target: Fix NULL pointer dereference in iscsit_send_reject by Nicholas Bellinger · 11 years ago
  18. 64146db target: Have dev/enable show if TCM device is configured by Andy Grover · 11 years ago
  19. e3e84cd target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio by Andy Grover · 11 years ago
  20. 2acd09f target: Remove unused struct members in se_dev_entry by Andy Grover · 11 years ago
  21. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  22. d3682b1 tcm_fc: Check for aborted sequence by Mark Rustad · 11 years ago
  23. 72438cd iscsi-target: Add iser network portal attribute by Nicholas Bellinger · 11 years ago
  24. 2ec5a8c iscsi-target: Refactor TX queue logic + export response PDU creation by Nicholas Bellinger · 11 years ago
  25. 3e1c81a iscsi-target: Refactor RX PDU logic + export request PDU handling by Nicholas Bellinger · 11 years ago
  26. cdb7266 iscsi-target: Add per transport iscsi_cmd alloc/free by Nicholas Bellinger · 11 years ago
  27. 03aa207 iscsi-target: Add iser-target parameter keys + setup during login by Nicholas Bellinger · 11 years ago
  28. baa4d64 iscsi-target: Initial traditional TCP conversion to iscsit_transport by Nicholas Bellinger · 11 years ago
  29. 3f99306 iscsi-target: Add iscsit_transport API template by Nicholas Bellinger · 11 years ago
  30. 20361e6 target: Add export of target_get_sess_cmd symbol by Nicholas Bellinger · 11 years ago
  31. ad67328 target: Change default sense key of NOT_READY by Jörn Engel · 11 years ago
  32. 0463a3f target/file: Set is_nonrot attribute by Asias He · 11 years ago
  33. 86d7182 target: Add sbc_execute_unmap() helper by Asias He · 11 years ago
  34. dbc21c5 target/iblock: Add iblock_do_unmap() helper by Asias He · 11 years ago
  35. 43f55bb target/file: Add fd_do_unmap() helper by Asias He · 11 years ago
  36. 5064276 target/file: Add UNMAP emulation support by Asias He · 11 years ago
  37. 70d3ae5c target/file: Add WRITE_SAME w/ UNMAP=1 emulation support by Asias He · 11 years ago
  38. a6ad57e tcm_fc: using kfree_rcu() to simplify the code by Wei Yongjun · 11 years ago
  39. 5d35806 target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macros by Andy Grover · 11 years ago
  40. 98e2eeb target/iscsi: Remove chap_set_random() by Andy Grover · 11 years ago
  41. 30f359a target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs by Nicholas Bellinger · 11 years ago
  42. 8946b07 tcm: switch to ->show_info() by Al Viro · 11 years ago
  43. f85eda8 target: Fix RESERVATION_CONFLICT status regression for iscsi-target special case by Nicholas Bellinger · 11 years ago
  44. 8f27d48 target/pscsi: Reject cross page boundary case in pscsi_map_sg by Asias He · 11 years ago
  45. f002a24 target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/Os by Nicholas Bellinger · 11 years ago
  46. 0fb889b target: fix possible memory leak in core_tpg_register() by Wei Yongjun · 11 years ago
  47. 7ac9ad1 target/iscsi: Fix mutual CHAP auth on big-endian arches by Andy Grover · 11 years ago
  48. 882e3f8 target_core_sbc: use noop for SYNCHRONIZE_CACHE by Hannes Reinecke · 11 years ago
  49. 9862489 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  50. 2dbe10a target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio() by Asias He · 11 years ago
  51. 472b72f target/pscsi: Fix page increment by Asias He · 11 years ago
  52. b07da9f target/pscsi: Drop unnecessary NULL assignment to bio->bi_next by Asias He · 11 years ago
  53. 63b91d5 target: Add __exit annotation for module_exit functions by Asias He · 11 years ago
  54. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  55. c9365bd target/iscsi: convert to idr_alloc() by Tejun Heo · 11 years ago
  56. fd3a902 iscsi-target: Fix immediate queue starvation regression with DATAIN by Nicholas Bellinger · 11 years ago
  57. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  58. ecc88ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  59. 0e9b10a target: writev() on single-element vector is pointless by Al Viro · 11 years ago
  60. 972b29c8 target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectors by Roland Dreier · 11 years ago
  61. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  62. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  63. 7b745c8 target/file: Add WRITE_SAME w/ UNMAP=0 emulation support by Nicholas Bellinger · 11 years ago
  64. 6e54593 iscsi-target: Enforce individual network portal export once per TargetName by Nicholas Bellinger · 11 years ago
  65. 05b9689 iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_match by Nicholas Bellinger · 11 years ago
  66. fbbf855 target: Add missing mapped_lun bounds checking during make_mappedlun setup by Nicholas Bellinger · 11 years ago
  67. fcf2948 target: Fix lookup of dynamic NodeACLs during cached demo-mode operation by Nicholas Bellinger · 11 years ago
  68. 71f41fe target: Fix parameter list length checking in MODE SELECT by Roland Dreier · 11 years ago
  69. bb992e7 target: Fix error checking for UNMAP commands by Roland Dreier · 11 years ago
  70. 3363367 target: Fix sense data for out-of-bounds IO operations by Roland Dreier · 11 years ago
  71. bbf344e target_core_rd: break out unterminated loop during copy by Hannes Reinecke · 11 years ago
  72. adfa957 target: Add device attribute to expose config_item_name for INQUIRY model by Tregaron Bayly · 12 years ago
  73. 0e48e7a target: don't truncate the fail intr address by Dan Carpenter · 12 years ago
  74. 07ea81b target: don't always say "ipv6" as address type by Dan Carpenter · 12 years ago
  75. d0c8b25 target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled status by Nicholas Bellinger · 12 years ago
  76. 1be2956 iscsi-target: make some temporary buffers larger by Dan Carpenter · 12 years ago
  77. 703d641 target: change sprintf to snprintf in transport_dump_vpd_ident by Dan Carpenter · 12 years ago
  78. 8f67835 target/rd: improve sg_table lookup scalability by Martin Svec · 12 years ago
  79. 6f15667 target: Remove useless if statement by Roland Dreier · 12 years ago
  80. 0dfa1c5 target: Export SPC inquiry emulation by Hannes Reinecke · 12 years ago
  81. 7a3cf6c target: Fix divide by zero bug in fabric_max_sectors for unconfigured devices by Nicholas Bellinger · 12 years ago
  82. faa06ab target: Fix regression allowing unconfigured devices to fabric port link by Nicholas Bellinger · 12 years ago
  83. 8b4b0dc target: Fix zero-length READ_CAPACITY_16 regression by Nicholas Bellinger · 12 years ago
  84. cab9609 target: Fix zero-length MODE_SENSE regression by Nicholas Bellinger · 12 years ago
  85. 49df9fc target: Fix zero-length INQUIRY additional sense code regression by Nicholas Bellinger · 12 years ago
  86. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  87. 64fe4f4 iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn) by Roland Dreier · 12 years ago
  88. 5a3b6fc target: Release se_cmd when LUN lookup fails for TMR by Roland Dreier · 12 years ago
  89. 72b59d6e target: Fix use-after-free in LUN RESET handling by Roland Dreier · 12 years ago
  90. e627c61 target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEs by Roland Dreier · 12 years ago
  91. edec8df tcm_fc: Do not report target role when target is not defined by Mark Rustad · 12 years ago
  92. f2eeba2 tcm_fc: Do not indicate retry capability to initiators by Mark Rustad · 12 years ago
  93. a0d50f6 target: Use TCM_NO_SENSE for initialisation by Hannes Reinecke · 12 years ago
  94. ba82913 target: Introduce TCM_NO_SENSE by Hannes Reinecke · 12 years ago
  95. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
  96. 18a9df4 target: use correct sense code for LUN communication failure by Hannes Reinecke · 12 years ago
  97. 5bd665f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  98. 79e62fc target/iscsi_target: Add NodeACL tags for initiator group support by Andy Grover · 12 years ago
  99. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  100. 9f4ad44 target/tcm_fc: fix the lockdep warning due to inconsistent lock state by Yi Zou · 12 years ago