1. a392e77 target: Explicitly clear ramdisk_mcp backend pages by Nicholas A. Bellinger · 10 years ago
  2. 27ae212 iscsi-target: Reject mutual authentication with reflected CHAP_C by Nicholas Bellinger · 10 years ago
  3. c17137a target/file: Fix 32-bit highmem breakage for SGL -> iovec mapping by Sebastian Andrzej Siewior · 12 years ago
  4. 391de36 target: use correct sense code for LUN communication failure by Hannes Reinecke · 12 years ago
  5. bbada10 target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bits by Nicholas Bellinger · 12 years ago
  6. d2467aa target/pscsi: fix return value check by Wei Yongjun · 11 years ago
  7. ead1d23 iscsi-target: Always send a response before terminating iSCSI connection by Roland Dreier · 12 years ago
  8. ab2c9de target/tcm_fc: Fix use-after-free of ft_tpg by Andy Grover · 11 years ago
  9. 2ddabf9 iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bug by Nicholas Bellinger · 11 years ago
  10. 66a9cf5 target/file: Re-enable optional fd_buffered_io=1 operation by Nicholas Bellinger · 12 years ago
  11. ca03bd7 target/file: Use O_DSYNC by default for FILEIO backends by Nicholas Bellinger · 12 years ago
  12. 58d0296 target/iscsi: Fix network portal creation race by Andy Grover · 11 years ago
  13. bf2f9c4 iscsi-target: chap auth shouldn't match username with trailing garbage by Eric Seppanen · 11 years ago
  14. 4af7d07 iscsi-target: fix extract_param to handle buffer length corner case by Eric Seppanen · 11 years ago
  15. 38aadd4 target: Fix trailing ASCII space usage in INQUIRY vendor+model by Nicholas Bellinger · 11 years ago
  16. 8eef926 iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow by Joern Engel · 11 years ago
  17. d91ce84 target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer() by Joern Engel · 11 years ago
  18. 0f0ac45 iscsi-target: fix heap buffer overflow on error by Kees Cook · 11 years ago
  19. 185e502 iscsi-target: Fix processing of OOO commands by Shlomo Pongratz · 11 years ago
  20. 2a4fb2b target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs by Nicholas Bellinger · 12 years ago
  21. 0296259 target/iscsi: Fix mutual CHAP auth on big-endian arches by Andy Grover · 12 years ago
  22. 13326c7 target/pscsi: Fix page increment by Asias He · 12 years ago
  23. 6c9c508 target: Add missing mapped_lun bounds checking during make_mappedlun setup by Nicholas Bellinger · 12 years ago
  24. 3e963f3 target: Fix lookup of dynamic NodeACLs during cached demo-mode operation by Nicholas Bellinger · 12 years ago
  25. 2f835e6 target: Fix divide by zero bug in fabric_max_sectors for unconfigured devices by Nicholas Bellinger · 12 years ago
  26. ae62ccf target: fix regression with dev_link_magic in target_fabric_port_link by Nicholas Bellinger · 12 years ago
  27. 7768036 target: Add link_magic for fabric allow_link destination target_items by Nicholas Bellinger · 12 years ago
  28. 0f89c22 target: Release se_cmd when LUN lookup fails for TMR by Roland Dreier · 12 years ago
  29. fb81bf1 tcm_fc: Do not report target role when target is not defined by Mark Rustad · 12 years ago
  30. bf1267f tcm_fc: Do not indicate retry capability to initiators by Mark Rustad · 12 years ago
  31. c54f512 target/tcm_fc: fix the lockdep warning due to inconsistent lock state by Yi Zou · 12 years ago
  32. 492df44 iscsit: use GFP_ATOMIC under spin lock by Wei Yongjun · 12 years ago
  33. 7091bf6 target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK path by Steve Hodgson · 12 years ago
  34. c502c85 iscsi-target: Fix missed wakeup race in TX thread by Roland Dreier · 12 years ago
  35. 100850d target: Avoid integer overflow in se_dev_align_max_sectors() by Roland Dreier · 12 years ago
  36. 0fd2c60 target: Don't return success from module_init() if setup fails by Roland Dreier · 12 years ago
  37. 2560e09 target: Fix double-free of se_cmd in target_complete_tmr_failure by Nicholas Bellinger · 12 years ago
  38. 0db0095 target: fix return code in target_core_init_configfs error path by Peter Senna Tschudin · 12 years ago
  39. 7886e0a iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout values by Nicholas Bellinger · 12 years ago
  40. 9404529 iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-mode by Nicholas Bellinger · 12 years ago
  41. b54cb1c iscsit: remove incorrect unlock in iscsit_build_sendtargets_resp by Christoph Hellwig · 12 years ago
  42. 59f6dfc iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDU by Nicholas Bellinger · 12 years ago
  43. d5b47e2 target: Fix ->data_length re-assignment bug with SCSI overflow by Nicholas Bellinger · 12 years ago
  44. 60baf8c target: fix NULL pointer dereference bug alloc_page() fails to get memory by Yi Zou · 12 years ago
  45. 0e136c9 target: Check number of unmap descriptors against our limit by Roland Dreier · 12 years ago
  46. 47da6ec target: Fix possible integer underflow in UNMAP emulation by Roland Dreier · 12 years ago
  47. b0454c6 target: Fix reading of data length fields for UNMAP commands by Roland Dreier · 12 years ago
  48. cbeb954 target: Add range checking to UNMAP emulation by Roland Dreier · 12 years ago
  49. 5a6fb2f iscsi-target: Drop bogus struct file usage for iSCSI/SCTP by Al Viro · 12 years ago
  50. 9b97175 target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGE by Roland Dreier · 12 years ago
  51. 4816086 tcm_fc: Fix crash seen with aborts and large reads by Mark Rustad · 12 years ago
  52. 4af8060 target: Fix range calculation in WRITE SAME emulation when num blocks == 0 by Roland Dreier · 12 years ago
  53. 754f88f target: Clean up returning errors in PR handling code by Roland Dreier · 12 years ago
  54. 5d06080 tcm_fc: Resolve suspicious RCU usage warnings by Mark Rustad · 12 years ago
  55. ca461a4 target: Return error to initiator if SET TARGET PORT GROUPS emulation fails by Roland Dreier · 12 years ago
  56. a6c6cb8 BACKPORT: block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  57. f1c9666 target/rd: Refactor rd_build_device_space + rd_release_device_space by Nicholas Bellinger · 11 years ago
  58. d5b72ad target: Rename target_allocate_tasks to target_setup_cmd_from_cdb by Andy Grover · 13 years ago
  59. 7da88b1 target: add unknown size flag to target_submit_cmd() by Sebastian Andrzej Siewior · 13 years ago
  60. cd9323f target: Fix bug in handling of FILEIO + block_device resize ops by Nicholas Bellinger · 12 years ago
  61. edc318d target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setups by Bernhard Kohl · 12 years ago
  62. cfebf8f target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversion by Nicholas Bellinger · 12 years ago
  63. 06383f1 tcm_fc: Do not free tpg structure during wq allocation failure by Mark Rustad · 13 years ago
  64. e1c4038 tcm_fc: Add abort flag for gracefully handling exchange timeout by Mark Rustad · 13 years ago
  65. 1ab142d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  66. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  67. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  68. 5928a2b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  69. ca747d6 target: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  70. ee9b866 loopback: Fix transport_generic_allocate_tasks error handling by Nicholas Bellinger · 13 years ago
  71. f760903 iscsi-target: remove improper externs by Dan Carpenter · 13 years ago
  72. a227fb3 iscsi-target: Remove unused variables in iscsi_target_parameters.c by Jörn Engel · 13 years ago
  73. 2816890 target: remove obvious warnings by Jörn Engel · 13 years ago
  74. f208324 target: Use array_zalloc for device_list by Jörn Engel · 13 years ago
  75. 4a5a75f target: Use array_zalloc for tpg_lun_list by Jörn Engel · 13 years ago
  76. b168fe8 target: Fix sense code for unsupported SERVICE ACTION IN by Roland Dreier · 13 years ago
  77. 1f6fa8f target: Remove hack to make READ CAPACITY(10) lie if thin provisioning is enabled by Roland Dreier · 13 years ago
  78. 00fdc6b iscsi-target: Fix reservation conflict -EBUSY response handling bug by Nicholas Bellinger · 13 years ago
  79. 087a03b target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASE by Nicholas Bellinger · 13 years ago
  80. 9765b1f target: Bump core version to v4.1.0-rc2-ml + fabric versions by Nicholas Bellinger · 13 years ago
  81. 031ed4d tcm_fc: Fix fc_exch memory leak in ft_send_resp_status by Nicholas Bellinger · 13 years ago
  82. c7ec05c target: Drop unused legacy target_core_fabric_ops API callers by Nicholas Bellinger · 13 years ago
  83. 99367f0 iscsi-target: Convert to use target_put_session + sess_kref by Nicholas Bellinger · 13 years ago
  84. 337c060 target: Convert se_node_acl->acl_group removal to use ->acl_kref by Nicholas Bellinger · 13 years ago
  85. afb999f target: Add se_node_acl->acl_kref for ->acl_free_comp usage by Nicholas Bellinger · 13 years ago
  86. 0146834 target: Add se_node_acl->acl_free_comp for NodeACL release path by Nicholas Bellinger · 13 years ago
  87. 41ac82b target: Add se_sess->sess_kref + get/put helpers by Nicholas Bellinger · 13 years ago
  88. 140854c target: Convert session_lock to irqsave by Nicholas Bellinger · 13 years ago
  89. 5e58b02 target: Fix typo in drivers/target by Masanari Iida · 13 years ago
  90. d062833 iscsi-target: Fix dynamic -> explict NodeACL pointer reference by Nicholas Bellinger · 13 years ago
  91. c0974f8 target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tag by Nicholas Bellinger · 13 years ago
  92. 9f0d05c target: Push target_submit_tmr LUN lookup failure to system_wq context by Nicholas Bellinger · 13 years ago
  93. 00ad4c4 tcm_fc: Handle target_submit_tmr allocation failure by Nicholas Bellinger · 13 years ago
  94. c7042ca target: Fix target_submit_tmr se_tmr_req allocation failures by Nicholas Bellinger · 13 years ago
  95. 3de55ec target: Fix target_submit_tmr LUN lookup failures by Nicholas Bellinger · 13 years ago
  96. d335e60 iscsi-target: Fix iscsit_alloc_buffs() failure cases by Nicholas Bellinger · 13 years ago
  97. 33395fb target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulation by Roland Dreier · 13 years ago
  98. e6a8a41 target/pscsi: fix PHV_VIRUTAL_HOST_ID typo by Stefan Hajnoczi · 13 years ago
  99. 99f730d target: Fix off-by-seven in target_report_luns by Jörn Engel · 13 years ago
  100. 47f1b88 target: prevent NULL pointer dereference in target_report_luns by Jörn Engel · 13 years ago