1. 673681ca iscsi-target: Avoid OFMarker + IFMarker negotiation by Nicholas Bellinger · 9 years ago
  2. 8fa3a86 target: Make TCM_WRITE_PROTECT failure honor D_SENSE bit by Nicholas Bellinger · 9 years ago
  3. f3bb467 target: Fix target_sense_desc_format NULL pointer dereference by Nicholas Bellinger · 9 years ago
  4. eeeb952 target: Propigate backend read-only to core_tpg_add_lun by Nicholas Bellinger · 9 years ago
  5. 3ccd6e8 target: Fix PR registration + APTPL RCU conversion regression by Nicholas Bellinger · 9 years ago
  6. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  7. ac64a2c target: use stringify.h instead of own definition by David Disseldorp · 9 years ago
  8. ed97d0c target/user: Fix UFLAG_UNKNOWN_OP handling by Andy Grover · 9 years ago
  9. 06b967e target: Remove no-op conditional by Andy Grover · 9 years ago
  10. 4824640 target/user: Remove unused variable by Andy Grover · 9 years ago
  11. 7dd03ac target: Fix max_cmd_sn increment w/o cmdsn mutex regressions by Roland Dreier · 9 years ago
  12. 4416f89 target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sess by Nicholas Bellinger · 9 years ago
  13. 8f9b565 target/qla2xxx: Honor max_data_sg_nents I/O transfer limit by Nicholas Bellinger · 9 years ago
  14. d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  15. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  16. 13a3cf0 target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage by Andy Grover · 9 years ago
  17. dc58f76 target/iscsi: Replace conn->login_ip with login_sockaddr by Andy Grover · 9 years ago
  18. 69d7557 target/iscsi: Keep local_ip as the actual sockaddr by Andy Grover · 9 years ago
  19. 76c28f1 target/iscsi: Fix np_ip bracket issue by removing np_ip by Andy Grover · 9 years ago
  20. 0f69a38 target: Fix handling of small allocation lengths in REPORT LUNS by Roland Dreier · 9 years ago
  21. 02c4de5 target/rd: always chain S/G list by Christoph Hellwig · 9 years ago
  22. 109e238 target: Drop iSCSI use of mutex around max_cmd_sn increment by Roland Dreier · 9 years ago
  23. 9c39517 target: REPORT LUNS should return LUN 0 even for dynamic ACLs by Roland Dreier · 9 years ago
  24. a6415cd iscsi-target: Add tpg_enabled_sendtargets for disabled discovery by David Disseldorp · 9 years ago
  25. 9d8c94e drivers: target: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  26. ab81a5e target: check DPO/FUA usage for COMPARE AND WRITE by David Disseldorp · 9 years ago
  27. 9c31820 target: Remove cmd->se_ordered_id (unused except debug log lines) by Roland Dreier · 9 years ago
  28. 45182ed target: add support for START_STOP_UNIT SCSI opcode by Brian Bunker · 9 years ago
  29. 568e1f6 target: improve unsupported opcode message by Joern Engel · 9 years ago
  30. c72c525 target: allow underflow/overflow for PR OUT etc. commands by Roland Dreier · 9 years ago
  31. aa75679 target/iscsi: Use proper SGL accessors for digest computation by Alexei Potashnik · 9 years ago
  32. 9547308 target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT by Alexei Potashnik · 9 years ago
  33. b6a54b8 target: remove initiatorname field in se_acl_lun by Chris Zankel · 9 years ago
  34. 9450918 target: Perform RCU callback barrier before backend/fabric unload by Nicholas Bellinger · 9 years ago
  35. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  36. 007d038 iscsi-target: Fix iser explicit logout TX kthread leak by Nicholas Bellinger · 9 years ago
  37. e541986 iscsi-target: Fix iscsit_start_kthreads failure OOPs by Nicholas Bellinger · 9 years ago
  38. 417c20a iscsi-target: Fix use-after-free during TPG session shutdown by Nicholas Bellinger · 9 years ago
  39. c209102 target/configfs: handle match_int() errors by David Disseldorp · 9 years ago
  40. 9105bfc target: Do not return 0 from aptpl and alua configfs store functions by Andy Grover · 9 years ago
  41. bc1a7d6 target: Indicate success if writing 0 to pi_prot_type by Andy Grover · 9 years ago
  42. 4e4937e target: Return descriptor format sense data in case the LU spans 64bit sectors by Sagi Grimberg · 9 years ago
  43. f5a8b3a scsi: Protect against buffer possible overflow in scsi_set_sense_information by Sagi Grimberg · 9 years ago
  44. 734ca5c target: Return ABORTED_COMMAND sense key for PI errors by Sagi Grimberg · 9 years ago
  45. 9ec1e1c target: Use scsi helpers to build the sense data correctly by Sagi Grimberg · 9 years ago
  46. ab78fef target: Split transport_send_check_condition_and_sense() by Bart Van Assche · 9 years ago
  47. 46d5bd6 target: Inline transport_get_sense_codes() by Bart Van Assche · 9 years ago
  48. e986a35 tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UA by Hannes Reinecke · 9 years ago
  49. b7446ca tcm_loop: Remove SAS vestigies by Hannes Reinecke · 9 years ago
  50. 5dacbfc target/rd: Set ramdisk as non rotational device by Sagi Grimberg · 9 years ago
  51. 3aa3c67 target: Add extra TYPE_DISK + protection checks for INQUIRY SPT by Nicholas Bellinger · 9 years ago
  52. 27e6772 target/spc: Set SPT correctly in Extended INQUIRY Data VPD page by Sagi Grimberg · 9 years ago
  53. 9b353cc target/pr: Fix possible uninitialized variable usage by Sagi Grimberg · 9 years ago
  54. fe052a1 target: Use struct t10_pi_tuple by Sagi Grimberg · 9 years ago
  55. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  56. de64d3a target: use kvfree() in session alloc and free by Pekka Enberg · 9 years ago
  57. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  58. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  59. 6de2ce5b target: remove target_core_configfs.h by Christoph Hellwig · 9 years ago
  60. ce8dd25 target: consolidate version defines by Christoph Hellwig · 9 years ago
  61. b753d64 target: implement WRITE_SAME with UNMAP bit using ->execute_unmap by Christoph Hellwig · 9 years ago
  62. 62e4694 target: simplify UNMAP handling by Christoph Hellwig · 9 years ago
  63. 7a971b1 target: replace se_cmd->execute_rw with a protocol_data field by Christoph Hellwig · 9 years ago
  64. e2e21bd target/user: Fix inconsistent kmap_atomic/kunmap_atomic by Sagi Grimberg · 9 years ago
  65. 7c0d0d5 target: Send UA when changing LUN inventory by Hannes Reinecke · 9 years ago
  66. b5aafb1 target: Send UA upon LUN RESET tmr completion by Hannes Reinecke · 9 years ago
  67. 3dd348f target: Send UA on ALUA target port group change by Hannes Reinecke · 9 years ago
  68. 1adff1b target: Convert se_lun->lun_deve_lock to normal spinlock by Nicholas Bellinger · 9 years ago
  69. c51c8e7 target: use 'se_dev_entry' when allocating UAs by Hannes Reinecke · 9 years ago
  70. 3160581 target: Remove 'ua_nacl' pointer from se_ua structure by Hannes Reinecke · 9 years ago
  71. ee8c07d target_core_alua: Correct UA handling when switching states by Hannes Reinecke · 9 years ago
  72. 196e2e2 target: Remove TARGET_MAX_LUNS_PER_TRANSPORT by Hannes Reinecke · 9 years ago
  73. f2d3068 target: use 64-bit LUNs by Hannes Reinecke · 9 years ago
  74. e34d366 target: Drop duplicate + unused se_dev_check_wce by Nicholas Bellinger · 9 years ago
  75. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 9 years ago
  76. 6546a02a target: explicitly include scsi_proto.h in target_core_fabric_lib.c by Stephen Rothwell · 9 years ago
  77. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 9 years ago
  78. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  79. 9e37d04 target: Drop se_lun->lun_active for existing percpu lun_ref by Nicholas Bellinger · 9 years ago
  80. 4cc987e target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage by Nicholas Bellinger · 9 years ago
  81. adf653f target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun by Christoph Hellwig · 9 years ago
  82. b3eeea6 target: Simplify LUN shutdown code by Bart Van Assche · 9 years ago
  83. 3effdb9 target: simplify backend attribute implementation by Christoph Hellwig · 9 years ago
  84. 5873c4d target: consolidate backend attribute implementations by Christoph Hellwig · 9 years ago
  85. 0a06d43 target: simplify backend driver registration by Christoph Hellwig · 9 years ago
  86. 4624773 target: Drop left-over se_lun->lun_status by Nicholas Bellinger · 9 years ago
  87. df9766c target: Only reset specific dynamic entries during lun_group creation by Nicholas Bellinger · 9 years ago
  88. 8478654 target: Drop unused se_lun->lun_acl_list by Nicholas Bellinger · 9 years ago
  89. 22793de target: Convert core_tpg_deregister to use list splice by Nicholas Bellinger · 9 years ago
  90. 403edd7 target: Convert se_tpg->acl_node_lock to ->acl_node_mutex by Nicholas Bellinger · 9 years ago
  91. 6bb8261 target: Convert se_portal_group->tpg_lun_list[] to RCU hlist by Nicholas Bellinger · 9 years ago
  92. 9fcb57f target/pr: cleanup core_scsi3_pr_seq_non_holder by Christoph Hellwig · 9 years ago
  93. 79dc9c9 target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lun by Nicholas Bellinger · 9 years ago
  94. 80bfdfa target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation check by Nicholas Bellinger · 9 years ago
  95. 29a05de target: Convert se_node_acl->device_list[] to RCU hlist by Nicholas Bellinger · 9 years ago
  96. d2c27f0 iscsi-target: fix variable name typo in iscsi_check_acceptor_state() by Christophe Vu-Brugier · 9 years ago
  97. 3a40ded target: fix a log message in se_dev_set_emulate_rest_reord() by Christophe Vu-Brugier · 9 years ago
  98. afe9232 target: remove ->put_session method by Christoph Hellwig · 9 years ago
  99. 7ad34a9 target: target_core_configfs.h is not needed in fabric drivers by Christoph Hellwig · 9 years ago
  100. 968ebe7 target: remove struct target_fabric_configfs_template by Christoph Hellwig · 9 years ago