1. 4e13c5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  2. 5259a06 target: Fix percpu_ref_put race in transport_lun_remove_cmd by Nicholas Bellinger · 11 years ago
  3. ee291e6 target/iscsi: Fix network portal creation race by Andy Grover · 11 years ago
  4. 76736db target: Report bad sector in sense data for DIF errors by Sagi Grimberg · 11 years ago
  5. 676687c iscsi-target: Convert gfp_t parameter to task state bitmask by Nicholas Bellinger · 11 years ago
  6. 555b270 iscsi-target: Fix connection reset hang with percpu_ida_alloc by Nicholas Bellinger · 11 years ago
  7. 6f6b5d1 percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask by Kent Overstreet · 11 years ago
  8. 4a4caa2 iscsi-target: Pre-allocate more tags to avoid ack starvation by Nicholas Bellinger · 11 years ago
  9. 59dedde tcm_loop: Enable DIF/DIX modes in SCSI host LLD by Nicholas Bellinger · 11 years ago
  10. 6e61111 target/rd: Add DIF protection into rd_execute_rw by Nicholas Bellinger · 11 years ago
  11. d7e8eb5 target/rd: Add support for protection SGL setup + release by Nicholas Bellinger · 11 years ago
  12. 4442dc8 target/rd: Refactor rd_build_device_space + rd_release_device_space by Nicholas Bellinger · 11 years ago
  13. 42201b5 target/file: Add DIF protection support to fd_execute_rw by Nicholas Bellinger · 11 years ago
  14. 0f5e2ec target/file: Add DIF protection init/format support by Nicholas Bellinger · 11 years ago
  15. ecebbf6 target/iblock: Add blk_integrity + BIP passthrough support by Nicholas Bellinger · 11 years ago
  16. def2b33 target: Add protection SGLs to target_submit_cmd_map_sgls by Nicholas Bellinger · 11 years ago
  17. 2ed22c9 target/configfs: Expose protection device attributes by Nicholas Bellinger · 11 years ago
  18. 0c30f42 target/spc: Expose ATO bit in control mode page by Nicholas Bellinger · 11 years ago
  19. 56dac14 target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16 by Nicholas Bellinger · 11 years ago
  20. 43bb95c target/spc: Add protection related bits to INQUIRY EVPD=0x86 by Nicholas Bellinger · 11 years ago
  21. bdbad2b target/spc: Add protection bit to standard INQUIRY output by Nicholas Bellinger · 11 years ago
  22. 41861fa target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulation by Nicholas Bellinger · 11 years ago
  23. 499bf77 target/sbc: Add DIF setup in sbc_check_prot + sbc_parse_cdb by Nicholas Bellinger · 11 years ago
  24. fcc4f17 target: Add DIF CHECK_CONDITION ASC/ASCQ exception cases by Nicholas Bellinger · 11 years ago
  25. f82f320 target: Convert inquiry temporary buffer to heap memory by Nicholas Bellinger · 11 years ago
  26. 38edd72 target_core_alua: check for buffer overflow by Hannes Reinecke · 11 years ago
  27. 594c42e drivers: target: Mark functions and structures as static in tfc_conf.c by Rashika Kheria · 11 years ago
  28. f0a6c69 drivers: target: Mark functions as static in tcm_loop.c by Rashika Kheria · 11 years ago
  29. 452e201 drivers: target: Mark function as static in target_core_iblock.c by Rashika Kheria · 11 years ago
  30. 8a0bedd drivers: target: Move prototype declaration of function to header file target_core_pr.h by Rashika Kheria · 11 years ago
  31. 229d4f1 target_core_alua: Referrals configfs integration by Hannes Reinecke · 11 years ago
  32. c66094b target_core_alua: Referrals infrastructure by Hannes Reinecke · 11 years ago
  33. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  34. de06875 target: Remove extra percpu_ref_init by Andy Grover · 11 years ago
  35. 95cadac target/file: Update hw_max_sectors based on current block_size by Nicholas Bellinger · 11 years ago
  36. db6077f iscsi-target: Fix incorrect np->np_thread NULL assignment by Nicholas Bellinger · 11 years ago
  37. fbfe858 target_core_spc: Include target device descriptor in VPD page 83 by Hannes Reinecke · 11 years ago
  38. 03ba84c target_core: simplify scsi_name_len calculation by Hannes Reinecke · 11 years ago
  39. 9c6e164 target_core_alua: Use workqueue for ALUA transitioning by Hannes Reinecke · 11 years ago
  40. dfbce75 target_core_alua: store old and pending ALUA state by Hannes Reinecke · 11 years ago
  41. 1e0b940 target_core_alua: Allocate ALUA metadata on demand by Hannes Reinecke · 11 years ago
  42. bb91c1a target_core_alua: validate ALUA state transition by Hannes Reinecke · 11 years ago
  43. 340dbf7 target: Don't use void* when passing dev in core_tpg_add_lun by Andy Grover · 11 years ago
  44. d344f8a target: Rename core_tpg_{pre,post}_addlun for clarity by Andy Grover · 11 years ago
  45. 2af7973 target: Refer to u32 luns as unpacked_lun by Andy Grover · 11 years ago
  46. ab6dae8 target: Fix sizeof in kmalloc for some default_groups arrays by Andy Grover · 11 years ago
  47. 3f0ed57 target: Allocate more room for port default groups by Andy Grover · 11 years ago
  48. 38becbe target: Remove unused ua_dev_list member in struct se_ua by Andy Grover · 11 years ago
  49. 4454b66 iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT set by Nicholas Bellinger · 11 years ago
  50. a51d522 target: Remove write-only stats fields and lock from struct se_node_acl by Roland Dreier · 11 years ago
  51. 2306bfb iscsi-target: return -EINVAL on oversized configfs parameter by Eric Seppanen · 11 years ago
  52. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  53. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  54. 86784c6 iscsi-target: chap auth shouldn't match username with trailing garbage by Eric Seppanen · 11 years ago
  55. 369653e iscsi-target: fix extract_param to handle buffer length corner case by Eric Seppanen · 11 years ago
  56. d1fa7a1 iscsi-target: Expose default_erl as TPG attribute by Nicholas Bellinger · 11 years ago
  57. b0a382c target_core_configfs: split up ALUA supported states by Hannes Reinecke · 11 years ago
  58. 6be526c target_core_alua: Make supported states configurable by Hannes Reinecke · 11 years ago
  59. c0dc941 target_core_alua: Store supported ALUA states by Hannes Reinecke · 11 years ago
  60. 73f3bf5 target_core_alua: Rename ALUA_ACCESS_STATE_OPTIMIZED by Hannes Reinecke · 11 years ago
  61. f1ae05d target_core_alua: spellcheck by Hannes Reinecke · 11 years ago
  62. 125d011 target core: rename (ex,im)plict -> (ex,im)plicit by Hannes Reinecke · 11 years ago
  63. ea7e32b iscsi-target: Do not reject non-immediate CmdSNs exceeding MaxCmdSN by Nicholas Bellinger · 11 years ago
  64. 04f3b31 iscsi-target: Convert iscsi_session statistics to atomic_long_t by Nicholas Bellinger · 11 years ago
  65. ee48068 target: Convert se_device statistics to atomic_long_t by Nicholas Bellinger · 11 years ago
  66. 29f4c09 target: Fix delayed Task Aborted Status (TAS) handling bug by Nicholas Bellinger · 11 years ago
  67. 122f8af iscsi-target: Reject unsupported multi PDU text command sequence by Nicholas Bellinger · 11 years ago
  68. 5e8e6b4 iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsn by Nicholas Bellinger · 11 years ago
  69. 0f59cc3 target: Core does not need blkdev.h by Andy Grover · 11 years ago
  70. 7f7caf6 target: Pass through I/O topology for block backstores by Andy Grover · 11 years ago
  71. 4863e52 target: Add per device xcopy_lun for copy offload I/O by Nicholas Bellinger · 11 years ago
  72. 4a9a6c8 target: Drop left-over se_lun->lun_cmd_list shutdown code by Nicholas Bellinger · 11 years ago
  73. 5277797 target: Add percpu refcounting for se_lun access by Nicholas Bellinger · 11 years ago
  74. dbcbc95 iscsi-target: Do not generate REJECTs for zero-length DataOUT by Nicholas Bellinger · 11 years ago
  75. 58932e9 target/pscsi: fix return value check by Wei Yongjun · 11 years ago
  76. 48502dd target: Fail XCOPY for non matching source + destination block_size by Nicholas Bellinger · 11 years ago
  77. 8a955d6 target: Generate failure for XCOPY I/O with non-zero scsi_status by Nicholas Bellinger · 11 years ago
  78. 366bda1 target: Add missing XCOPY I/O operation sense_buffer by Nicholas Bellinger · 11 years ago
  79. 2dd1d53 iscsi-target: Implement demo_mode_discovery logic by Thomas Glanzmann · 11 years ago
  80. b3fde03 target: Export symbol core_tpg_check_initiator_node_acl by Thomas Glanzmann · 11 years ago
  81. 4c54b6c iscsi-target: Add new TPG attribute by Thomas Glanzmann · 11 years ago
  82. 8f4a1fb tcm_loop: Implement target reset by Hannes Reinecke · 11 years ago
  83. 969871c tcm_loop: TCQ and command abort support by Hannes Reinecke · 11 years ago
  84. a314d70 tcm_loop: separate out tcm_loop_issue_tmr by Hannes Reinecke · 11 years ago
  85. fb2b284 tcm_loop: Implement transport offline by Hannes Reinecke · 11 years ago
  86. 1ec59fe tcm_loop: Check for valid hba in tcm_loop_drop_nexus() by Hannes Reinecke · 11 years ago
  87. 60bfcf8 target/iscsi: Remove macros that contain typecasts by Andy Grover · 11 years ago
  88. b7eec2c target/iscsi: Remove iscsi dereferencing macros by Andy Grover · 11 years ago
  89. d80e224d target: Remove TF_CIT_TMPL macro by Andy Grover · 11 years ago
  90. 5cb770b target: Return an error for WRITE SAME with ANCHOR==1 by Roland Dreier · 11 years ago
  91. acb3f26 target: Reject EXTENDED_COPY when emulate_3pc is disabled by Nicholas Bellinger · 11 years ago
  92. 3f7a46c target: Allow non zero ListID in EXTENDED_COPY parameter list by Nicholas Bellinger · 11 years ago
  93. 934a138 target: Make target_do_xcopy failures return INVALID_PARAMETER_LIST by Nicholas Bellinger · 11 years ago
  94. 9e20ae3 iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tags by Nicholas Bellinger · 11 years ago
  95. f56cbbb iscsi-target: Perform release of acknowledged tags from RX context by Nicholas Bellinger · 11 years ago
  96. e255a28 iscsi-target: Only perform wait_for_tasks when performing shutdown by Nicholas Bellinger · 11 years ago
  97. db60df8 target: Fail on non zero scsi_status in compare_and_write_callback by Nicholas Bellinger · 11 years ago
  98. d8855c1 target: Fix recursive COMPARE_AND_WRITE callback failure by Nicholas Bellinger · 11 years ago
  99. b719125 target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_size by Nicholas Bellinger · 11 years ago
  100. 5f544cf tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmd by Nicholas Bellinger · 11 years ago