1. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  2. 48ea2ce Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  3. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  4. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  5. 138d351 iscsi-target: Add login_keys_workaround attribute for non RFC initiators by Nicholas Bellinger · 7 years ago
  6. daf78c3 tcmu: clean up the code and with one small fix by Xiubo Li · 7 years ago
  7. b3743c7 tcmu: Fix possbile memory leak / OOPs when recalculating cmd base size by Xiubo Li · 7 years ago
  8. c17d5d5 target: export lio pgr/alua support as device attr by Mike Christie · 7 years ago
  9. 7ee0031 target: Fix return sense reason in target_scsi3_emulate_pr_out by Tang Wenji · 7 years ago
  10. 388fe69 target: Fix cmd size for PR-OUT in passthrough_parse_cdb by Tang Wenji · 7 years ago
  11. de8c522 tcmu: Fix dev_config_store by Bryant G. Ly · 7 years ago
  12. 016a5fe target: pscsi: Introduce TYPE_ZBC support by Damien Le Moal · 7 years ago
  13. e5dc9a7 target: Use macro for WRITE_VERIFY_32 operation codes by Damien Le Moal · 7 years ago
  14. 402242c target: fix SAM_STAT_BUSY/TASK_SET_FULL handling by Mike Christie · 7 years ago
  15. 1a44417 target: remove transport_complete by Mike Christie · 7 years ago
  16. dce6ce8 pscsi: finish cmd processing from pscsi_req_done by Mike Christie · 7 years ago
  17. 406f74c tcmu: fix sense handling during completion by Mike Christie · 7 years ago
  18. c6d66ab target: add helper to copy sense to se_cmd buffer by Mike Christie · 7 years ago
  19. 9fe3698 target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSE by Mike Christie · 7 years ago
  20. c82ff23 target: make device_mutex and device_list static by Colin Ian King · 7 years ago
  21. 9d62bc0 tcmu: Fix flushing cmd entry dcache page by Xiubo Li · 7 years ago
  22. 9260695 tcmu: fix multiple uio open/close sequences by Mike Christie · 7 years ago
  23. 531283f tcmu: drop configured check in destroy by Mike Christie · 7 years ago
  24. be50f53 target: remove g_device_list by Mike Christie · 7 years ago
  25. 6906d00 xcopy: loop over devices using idr helper by Mike Christie · 7 years ago
  26. b1943fd target: add helper to iterate over devices by Mike Christie · 7 years ago
  27. b3af66e tcmu: perfom device add, del and reconfig synchronously by Mike Christie · 7 years ago
  28. 85441e6 target: add helper to find se_device by dev_index by Mike Christie · 7 years ago
  29. 0a5eee6 target: use idr for se_device dev index by Mike Christie · 7 years ago
  30. 9263470 target: break up free_device callback by Mike Christie · 7 years ago
  31. 2d76443 tcmu: reconfigure netlink attr changes by Mike Christie · 7 years ago
  32. 5821783 tcmu: make array tcmu_attrib_attrs static const by Colin Ian King · 7 years ago
  33. 07932a0 tcmu: Fix module removal due to stuck unmap_thread thread again by Xiubo Li · 7 years ago
  34. 1d6ef27 target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce by Jiang Yi · 7 years ago
  35. 8a45885 tcmu: Add Type of reconfig into netlink by Bryant G. Ly · 7 years ago
  36. ee01825 tcmu: Make dev_config configurable by Bryant G. Ly · 7 years ago
  37. 801fc54 tcmu: Make dev_size configurable via userspace by Bryant G. Ly · 7 years ago
  38. 1068be7 tcmu: Add netlink for device reconfiguration by Bryant G. Ly · 7 years ago
  39. 9a8bb60 tcmu: Support emulate_write_cache by Bryant G. Ly · 7 years ago
  40. 8fa4011 target/iscsi: Remove dead code from iscsit_process_scsi_cmd() by Bart Van Assche · 7 years ago
  41. d1c2685 target/iscsi: Simplify iscsit_free_cmd() by Bart Van Assche · 7 years ago
  42. 4412a67 target/iscsi: Remove second argument of __iscsit_free_cmd() by Bart Van Assche · 7 years ago
  43. 4c1f0e6 target/tcm_loop: Make TMF processing slightly faster by Bart Van Assche · 7 years ago
  44. 75f141a target/tcm_loop: Use target_submit_tmr() instead of open-coding this function by Bart Van Assche · 7 years ago
  45. d17203c target/tcm_loop: Replace a waitqueue and a counter by a completion by Bart Van Assche · 7 years ago
  46. 4d3895d target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmr by Bart Van Assche · 7 years ago
  47. c00e622 target: Introduce a function that shows the command state by Bart Van Assche · 7 years ago
  48. 03db016 iscsi-target: Kill left-over iscsi_target_do_cleanup by Nicholas Bellinger · 7 years ago
  49. d877d72 target: Fix a deadlock between the XCOPY code and iSCSI session shutdown by Bart Van Assche · 7 years ago
  50. a85d667 target: Use {get,put}_unaligned_be*() instead of open coding these functions by Bart Van Assche · 7 years ago
  51. f2b72d6a target: Fix transport_init_se_cmd() by Bart Van Assche · 7 years ago
  52. 9f2f342 target: Remove se_device.dev_list by Bart Van Assche · 7 years ago
  53. 3e182db target: Use symbolic value for WRITE_VERIFY_16 by Bart Van Assche · 7 years ago
  54. 5465e7d target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK by Nicholas Bellinger · 7 years ago
  55. eeb64d2 target: Add support for TMR percpu reference counting by Nicholas Bellinger · 7 years ago
  56. 12f66e4 target: reject COMPARE_AND_WRITE if emulate_caw is not set by Jiang Yi · 7 years ago
  57. 89fbf53 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  58. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  59. 128b6f9 t10-pi: Move opencoded contants to common header by Dmitry Monakhov · 7 years ago
  60. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  61. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  62. abbb6589 fs: implement vfs_iter_write using do_iter_write by Christoph Hellwig · 7 years ago
  63. 18e9710 fs: implement vfs_iter_read using do_iter_read by Christoph Hellwig · 7 years ago
  64. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 7 years ago
  65. de77b96 net: introduce __skb_put_[zero, data, u8] by yuan linyu · 7 years ago
  66. 6787ab8 iscsi: ensure RNG is seeded before use by Jason A. Donenfeld · 7 years ago
  67. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 7 years ago
  68. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  69. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  70. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  71. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  72. 2a842ac block: introduce new block status code type by Christoph Hellwig · 7 years ago
  73. eceb445 iscsi-target: Avoid holding ->tpg_state_lock during param update by Nicholas Bellinger · 7 years ago
  74. 9ae0e9ad target/configfs: Kill se_lun->lun_link_magic by Nicholas Bellinger · 7 years ago
  75. c17cd24 target/configfs: Kill se_device->dev_link_magic by Nicholas Bellinger · 7 years ago
  76. 2237498 target/iblock: Convert WRITE_SAME to blkdev_issue_zeroout by Nicholas Bellinger · 7 years ago
  77. fb41824 target: remove dead code by Gustavo A. R. Silva · 7 years ago
  78. abb85a9 iscsi-target: Reject immediate data underflow larger than SCSI transfer length by Nicholas Bellinger · 7 years ago
  79. 105fa2f iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP by Nicholas Bellinger · 7 years ago
  80. 73d4e58 target: Fix kref->refcount underflow in transport_cmd_finish_abort by Nicholas Bellinger · 7 years ago
  81. 1dec4ce cxgb4: Fix tids count for ipv6 offload connection by Ganesh Goudar · 7 years ago
  82. 5e0cf5e iscsi-target: Always wait for kthread_should_stop() before kthread exit by Jiang Yi · 7 years ago
  83. 25cdda9 iscsi-target: Fix initial login PDU asynchronous socket close OOPs by Nicholas Bellinger · 7 years ago
  84. f3cdbe3 tcmu: fix crash during device removal by Mike Christie · 7 years ago
  85. 4ff83da target: Re-add check to reject control WRITEs with overflow data by Nicholas Bellinger · 7 years ago
  86. bd1286f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  87. 984a9d4 Revert "target: Fix VERIFY and WRITE VERIFY command parsing" by Nicholas Bellinger · 7 years ago
  88. 59ac9c0 target/fileio: Fix zero-length READ and WRITE handling by Bart Van Assche · 7 years ago
  89. d906d8a tcmu: fix module removal due to stuck thread by Mike Christie · 7 years ago
  90. 46861cd target: Don't force session reset if queue_depth does not change by Nicholas Bellinger · 7 years ago
  91. 197b806 iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement by Nicholas Bellinger · 7 years ago
  92. a71a5dc target: Fix compare_and_write_callback handling for non GOOD status by Nicholas Bellinger · 7 years ago
  93. fe25cc3 tcmu: Recalculate the tcmu_cmd size to save cmd area memories by Xiubo Li · 7 years ago
  94. b6df4b7 tcmu: Add global data block pool support by Xiubo Li · 7 years ago
  95. 141685a tcmu: Add dynamic growing data area feature support by Xiubo Li · 7 years ago
  96. 3d03523 target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store() by Hannes Reinecke · 7 years ago
  97. c0dcafd target: fixup error message in target_tg_pt_gp_alua_access_type_store() by Hannes Reinecke · 7 years ago
  98. 4ec5bf0 target/user: PGR Support by Bryant G. Ly · 7 years ago
  99. c2d26f1 target: Add WRITE_VERIFY_16 by Bryant G. Ly · 7 years ago
  100. df6751f target: Use kmalloc_array() in transport_kmap_data_sg() by Markus Elfring · 7 years ago