1. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  2. e3d4440 target/tcm_fc: Rename ft_tport_create to ft_tport_get by Andy Grover · 10 years ago
  3. 0d7cb93 target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwn by Andy Grover · 10 years ago
  4. 705665d target/tcm_fc: Rename structs and list members for clarity by Andy Grover · 10 years ago
  5. d242c1d target/tcm_fc: Limit to 1 TPG per wwn by Andy Grover · 10 years ago
  6. b295e76 target/tcm_fc: Don't export ft_lport_list by Andy Grover · 10 years ago
  7. 2c42be2 target/tcm_fc: Fix use-after-free of ft_tpg by Andy Grover · 10 years ago
  8. 47b1584 target: Add check to prevent Abort Task from aborting itself by Alex Leung · 10 years ago
  9. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  10. bc00586 target: Enable READ_STRIP emulation in target_complete_ok_work by Nicholas Bellinger · 10 years ago
  11. 395ccb2 target/sbc: Add sbc_dif_read_strip software emulation by Nicholas Bellinger · 10 years ago
  12. a84bf9e target: Enable WRITE_INSERT emulation in target_execute_cmd by Nicholas Bellinger · 10 years ago
  13. 66a3d5b target/sbc: Add sbc_dif_generate software emulation by Nicholas Bellinger · 10 years ago
  14. 2d33598 target/sbc: Only expose PI read_cap16 bits when supported by fabric by Nicholas Bellinger · 10 years ago
  15. d45aca42a target/spc: Only expose PI mode page bits when supported by fabric by Nicholas Bellinger · 10 years ago
  16. d2c5304 target/spc: Only expose PI inquiry bits when supported by fabric by Nicholas Bellinger · 10 years ago
  17. e70beee target: Pass in transport supported PI at session initialization by Nicholas Bellinger · 10 years ago
  18. d84287b target/iblock: Fix double bioset_integrity_free bug by Nicholas Bellinger · 10 years ago
  19. a1e1774 Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlist by Martin Svec · 10 years ago
  20. 9d2e59f target/rd: T10-Dif: RAM disk is allocating more space than required. by Quinn Tran · 10 years ago
  21. d444edc iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bug by Nicholas Bellinger · 10 years ago
  22. 131e6ab target: Add TFO->abort_task for aborted task resources release by Nicholas Bellinger · 10 years ago
  23. 68259b5 target: Fix Task Aborted Status (TAS) handling by Alex Leung · 10 years ago
  24. a366260 iscsi-target: Add missing NopOUT->flag (LMB) sanity check by Arshad Hussain · 10 years ago
  25. 03abad9 Target/sbc: add debug print by Sagi Grimberg · 10 years ago
  26. 8085176 Target/configfs: Expose iSCSI network portal group T10-PI support by Sagi Grimberg · 10 years ago
  27. 5b168dc Target/iscsi: Add T10-PI indication for iscsi_portal_group by Sagi Grimberg · 10 years ago
  28. 48f5e7b Target/core: Remove prot_handover use for now by Sagi Grimberg · 10 years ago
  29. b5b8e29 Target/dif: Introduce protection-passthough-only mode by Sagi Grimberg · 10 years ago
  30. 80dcd0c Target/file: place escape values for protection information format by Sagi Grimberg · 10 years ago
  31. 19f9361 Target/sbc: Set protection operation and relevant checks by Sagi Grimberg · 10 years ago
  32. acb2bde Target/transport: Allocate protection sg if needed by Sagi Grimberg · 10 years ago
  33. 1e3ab99 target: silence GCC warning in target_alua_state_check by Paul Bolle · 10 years ago
  34. 16c0ae02 Target/sbc: Fix sbc_copy_prot for offset scatters by Sagi Grimberg · 10 years ago
  35. defd884 iscsi/iser-target: Fix isert_conn->state hung shutdown issues by Nicholas Bellinger · 10 years ago
  36. 5159d76 iscsi/iser-target: Use list_del_init for ->i_conn_node by Nicholas Bellinger · 10 years ago
  37. a2a99ce iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bug by Nicholas Bellinger · 10 years ago
  38. fc272ec Target/sbc: Don't use sg as iterator in sbc_verify_read by Sagi Grimberg · 10 years ago
  39. 94387aa target: Add DIF sense codes in transport_generic_request_failure by Nicholas Bellinger · 10 years ago
  40. 10762e8 target/sbc: Fix sbc_dif_copy_prot addr offset bug by Nicholas Bellinger · 10 years ago
  41. d6a65fd Target/sbc: Fix protection copy routine by Sagi Grimberg · 10 years ago
  42. 3dca147 target: Simplify command completion by removing CMD_T_FAILED flag by Roland Dreier · 10 years ago
  43. 752d868 iscsi-target: Fix SNACK Type 1 + BegRun=0 handling by Nicholas Bellinger · 10 years ago
  44. 6a16d7b target: Fix missing length check in spc_emulate_evpd_83() by Roland Dreier · 10 years ago
  45. cdf5594 target: Fix 32-bit + CONFIG_LBDAF=n link error w/ sector_div by Nicholas Bellinger · 10 years ago
  46. fc09149 target: Fix free-after-use regression in PR unregister by Nicholas Bellinger · 10 years ago
  47. 4e13c5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  48. 5259a06 target: Fix percpu_ref_put race in transport_lun_remove_cmd by Nicholas Bellinger · 10 years ago
  49. ee291e6 target/iscsi: Fix network portal creation race by Andy Grover · 10 years ago
  50. 76736db target: Report bad sector in sense data for DIF errors by Sagi Grimberg · 10 years ago
  51. 676687c iscsi-target: Convert gfp_t parameter to task state bitmask by Nicholas Bellinger · 10 years ago
  52. 555b270 iscsi-target: Fix connection reset hang with percpu_ida_alloc by Nicholas Bellinger · 10 years ago
  53. 6f6b5d1 percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask by Kent Overstreet · 10 years ago
  54. 4a4caa2 iscsi-target: Pre-allocate more tags to avoid ack starvation by Nicholas Bellinger · 10 years ago
  55. 59dedde tcm_loop: Enable DIF/DIX modes in SCSI host LLD by Nicholas Bellinger · 11 years ago
  56. 6e61111 target/rd: Add DIF protection into rd_execute_rw by Nicholas Bellinger · 10 years ago
  57. d7e8eb5 target/rd: Add support for protection SGL setup + release by Nicholas Bellinger · 10 years ago
  58. 4442dc8 target/rd: Refactor rd_build_device_space + rd_release_device_space by Nicholas Bellinger · 10 years ago
  59. 42201b5 target/file: Add DIF protection support to fd_execute_rw by Nicholas Bellinger · 10 years ago
  60. 0f5e2ec target/file: Add DIF protection init/format support by Nicholas Bellinger · 10 years ago
  61. ecebbf6 target/iblock: Add blk_integrity + BIP passthrough support by Nicholas Bellinger · 11 years ago
  62. def2b33 target: Add protection SGLs to target_submit_cmd_map_sgls by Nicholas Bellinger · 11 years ago
  63. 2ed22c9 target/configfs: Expose protection device attributes by Nicholas Bellinger · 10 years ago
  64. 0c30f42 target/spc: Expose ATO bit in control mode page by Nicholas Bellinger · 11 years ago
  65. 56dac14 target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16 by Nicholas Bellinger · 11 years ago
  66. 43bb95c target/spc: Add protection related bits to INQUIRY EVPD=0x86 by Nicholas Bellinger · 11 years ago
  67. bdbad2b target/spc: Add protection bit to standard INQUIRY output by Nicholas Bellinger · 11 years ago
  68. 41861fa target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulation by Nicholas Bellinger · 10 years ago
  69. 499bf77 target/sbc: Add DIF setup in sbc_check_prot + sbc_parse_cdb by Nicholas Bellinger · 11 years ago
  70. fcc4f17b target: Add DIF CHECK_CONDITION ASC/ASCQ exception cases by Nicholas Bellinger · 10 years ago
  71. f82f320 target: Convert inquiry temporary buffer to heap memory by Nicholas Bellinger · 11 years ago
  72. 38edd72 target_core_alua: check for buffer overflow by Hannes Reinecke · 11 years ago
  73. 594c42e drivers: target: Mark functions and structures as static in tfc_conf.c by Rashika Kheria · 11 years ago
  74. f0a6c69 drivers: target: Mark functions as static in tcm_loop.c by Rashika Kheria · 11 years ago
  75. 452e201 drivers: target: Mark function as static in target_core_iblock.c by Rashika Kheria · 11 years ago
  76. 8a0bedd drivers: target: Move prototype declaration of function to header file target_core_pr.h by Rashika Kheria · 11 years ago
  77. 229d4f1 target_core_alua: Referrals configfs integration by Hannes Reinecke · 11 years ago
  78. c66094b target_core_alua: Referrals infrastructure by Hannes Reinecke · 11 years ago
  79. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  80. de06875 target: Remove extra percpu_ref_init by Andy Grover · 11 years ago
  81. 95cadac target/file: Update hw_max_sectors based on current block_size by Nicholas Bellinger · 11 years ago
  82. db6077f iscsi-target: Fix incorrect np->np_thread NULL assignment by Nicholas Bellinger · 11 years ago
  83. fbfe858 target_core_spc: Include target device descriptor in VPD page 83 by Hannes Reinecke · 11 years ago
  84. 03ba84c target_core: simplify scsi_name_len calculation by Hannes Reinecke · 11 years ago
  85. 9c6e164 target_core_alua: Use workqueue for ALUA transitioning by Hannes Reinecke · 11 years ago
  86. dfbce75 target_core_alua: store old and pending ALUA state by Hannes Reinecke · 11 years ago
  87. 1e0b940 target_core_alua: Allocate ALUA metadata on demand by Hannes Reinecke · 11 years ago
  88. bb91c1a target_core_alua: validate ALUA state transition by Hannes Reinecke · 11 years ago
  89. 340dbf7 target: Don't use void* when passing dev in core_tpg_add_lun by Andy Grover · 11 years ago
  90. d344f8a target: Rename core_tpg_{pre,post}_addlun for clarity by Andy Grover · 11 years ago
  91. 2af7973 target: Refer to u32 luns as unpacked_lun by Andy Grover · 11 years ago
  92. ab6dae8 target: Fix sizeof in kmalloc for some default_groups arrays by Andy Grover · 11 years ago
  93. 3f0ed57 target: Allocate more room for port default groups by Andy Grover · 11 years ago
  94. 38becbe target: Remove unused ua_dev_list member in struct se_ua by Andy Grover · 11 years ago
  95. 4454b66 iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT set by Nicholas Bellinger · 11 years ago
  96. a51d522 target: Remove write-only stats fields and lock from struct se_node_acl by Roland Dreier · 11 years ago
  97. 2306bfb iscsi-target: return -EINVAL on oversized configfs parameter by Eric Seppanen · 11 years ago
  98. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  99. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  100. 86784c6 iscsi-target: chap auth shouldn't match username with trailing garbage by Eric Seppanen · 11 years ago