1. 89fbf53 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  3. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  4. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  5. abbb6589 fs: implement vfs_iter_write using do_iter_write by Christoph Hellwig · 8 years ago
  6. 18e9710 fs: implement vfs_iter_read using do_iter_read by Christoph Hellwig · 8 years ago
  7. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 8 years ago
  8. de77b96 net: introduce __skb_put_[zero, data, u8] by yuan linyu · 8 years ago
  9. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  10. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  11. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  12. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  13. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  14. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  15. abb85a9 iscsi-target: Reject immediate data underflow larger than SCSI transfer length by Nicholas Bellinger · 8 years ago
  16. 105fa2f iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP by Nicholas Bellinger · 8 years ago
  17. 73d4e58 target: Fix kref->refcount underflow in transport_cmd_finish_abort by Nicholas Bellinger · 8 years ago
  18. 1dec4ce cxgb4: Fix tids count for ipv6 offload connection by Ganesh Goudar · 8 years ago
  19. 5e0cf5e iscsi-target: Always wait for kthread_should_stop() before kthread exit by Jiang Yi · 8 years ago
  20. 25cdda9 iscsi-target: Fix initial login PDU asynchronous socket close OOPs by Nicholas Bellinger · 8 years ago
  21. f3cdbe3 tcmu: fix crash during device removal by Mike Christie · 8 years ago
  22. 4ff83da target: Re-add check to reject control WRITEs with overflow data by Nicholas Bellinger · 8 years ago
  23. bd1286f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  24. 984a9d4 Revert "target: Fix VERIFY and WRITE VERIFY command parsing" by Nicholas Bellinger · 8 years ago
  25. 59ac9c0 target/fileio: Fix zero-length READ and WRITE handling by Bart Van Assche · 8 years ago
  26. d906d8a tcmu: fix module removal due to stuck thread by Mike Christie · 8 years ago
  27. 46861cd target: Don't force session reset if queue_depth does not change by Nicholas Bellinger · 8 years ago
  28. 197b806 iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement by Nicholas Bellinger · 8 years ago
  29. a71a5dc7 target: Fix compare_and_write_callback handling for non GOOD status by Nicholas Bellinger · 8 years ago
  30. fe25cc3 tcmu: Recalculate the tcmu_cmd size to save cmd area memories by Xiubo Li · 8 years ago
  31. b6df4b7 tcmu: Add global data block pool support by Xiubo Li · 8 years ago
  32. 141685a tcmu: Add dynamic growing data area feature support by Xiubo Li · 8 years ago
  33. 3d03523 target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store() by Hannes Reinecke · 8 years ago
  34. c0dcafd target: fixup error message in target_tg_pt_gp_alua_access_type_store() by Hannes Reinecke · 8 years ago
  35. 4ec5bf0 target/user: PGR Support by Bryant G. Ly · 8 years ago
  36. c2d26f1 target: Add WRITE_VERIFY_16 by Bryant G. Ly · 8 years ago
  37. df6751f target: Use kmalloc_array() in transport_kmap_data_sg() by Markus Elfring · 8 years ago
  38. f318aef target: Use kmalloc_array() in compare_and_write_callback() by Markus Elfring · 8 years ago
  39. 5d68fb7 target: Improve size determinations in two functions by Markus Elfring · 8 years ago
  40. fbc4040b target: Delete error messages for failed memory allocations by Markus Elfring · 8 years ago
  41. 55ec409 target: Use kcalloc() in two functions by Markus Elfring · 8 years ago
  42. 3829f38 iscsi-target: Improve size determinations in four functions by Markus Elfring · 8 years ago
  43. c46e22f iscsi-target: Delete error messages for failed memory allocations by Markus Elfring · 8 years ago
  44. f172511 iscsi-target: Use kcalloc() in iscsit_allocate_iovecs() by Markus Elfring · 8 years ago
  45. 056e892 tcm: make pi data verification configurable by Dmitry Monakhov · 8 years ago
  46. f11b55d tcm_fileio: Prevent information leak for short reads by Dmitry Monakhov · 8 years ago
  47. 0e2eb7d target: Fix VERIFY and WRITE VERIFY command parsing by Bart Van Assche · 8 years ago
  48. d65e655 target/pr: update PR out action code table by Zhu Lingshan · 8 years ago
  49. 5981c24 target/iblock: convert iblock_req.pending from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  50. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  51. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
  52. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  53. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  54. 4459e04 iscsi-target: use generic inet_pton_with_scope by Sagi Grimberg · 8 years ago
  55. a5d68ba tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI case by Xiubo Li · 8 years ago
  56. 1c99de9 iscsi-target: Drop work-around for legacy GlobalSAN initiator by Nicholas Bellinger · 8 years ago
  57. d19c464 target: Fix ALUA transition state race between multiple initiators by Mike Christie · 8 years ago
  58. a446701 iscsi-target: Propigate queue_data_in + queue_status errors by Nicholas Bellinger · 8 years ago
  59. fa7e25c target: Fix unknown fabric callback queue-full errors by Nicholas Bellinger · 8 years ago
  60. abe342a tcmu: Fix wrongly calculating of the base_command_size by Xiubo Li · 8 years ago
  61. ab22d26 tcmu: Fix possible overwrite of t_data_sg's last iov[] by Xiubo Li · 8 years ago
  62. 49cb77e target: Avoid mappedlun symlink creation during lun shutdown by Nicholas Bellinger · 8 years ago
  63. efb2ea7 iscsi-target: Fix TMR reference leak during session shutdown by Nicholas Bellinger · 8 years ago
  64. 740372b tcmu: Allow cmd_time_out to be set to zero (disabled) by Nicholas Bellinger · 8 years ago
  65. 7d7a743 tcmu: Convert cmd_time_out into backend device attribute by Nicholas Bellinger · 8 years ago
  66. af980e4 tcmu: make cmd timeout configurable by Mike Christie · 8 years ago
  67. 972c7f1 tcmu: add helper to check if dev was configured by Mike Christie · 8 years ago
  68. 760bf57 target: fix race during implicit transition work flushes by Mike Christie · 8 years ago
  69. 1ca4d4f target: allow userspace to set state to transitioning by Mike Christie · 8 years ago
  70. d717537 target: fix ALUA transition timeout handling by Mike Christie · 8 years ago
  71. 207ee84 target: Use system workqueue for ALUA transitions by Mike Christie · 8 years ago
  72. 0a41457 target: fail ALUA transitions for pscsi by Mike Christie · 8 years ago
  73. 530c689 target: allow ALUA setup for some passthrough backends by Mike Christie · 8 years ago
  74. 2579325 tcmu: return on first Opt parse failure by Mike Christie · 8 years ago
  75. 3abaa2b tcmu: allow hw_max_sectors greater than 128 by Mike Christie · 8 years ago
  76. 9c28ca4 target: Drop pointless tfo->check_stop_free check by Nicholas Bellinger · 8 years ago
  77. 1360368 target: Fix VERIFY_16 handling in sbc_parse_cdb by Max Lohrmann · 8 years ago
  78. a04e54f target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export by Nicholas Bellinger · 8 years ago
  79. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  80. 69fd110 Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  81. 821fd6f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  82. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  83. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  84. cf39319 Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 8 years ago
  85. c87ba9c target: Add counters for ABORT_TASK success + failure by Nicholas Bellinger · 8 years ago
  86. 17c61ad iscsi-target: Fix early login failure statistics misses by Nicholas Bellinger · 8 years ago
  87. bd4e2d2 target: Fix NULL dereference during LUN lookup + active I/O shutdown by Nicholas Bellinger · 8 years ago
  88. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  89. 4cc4b93 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  90. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  91. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  92. 51ec502 target: Delete tmr from list before processing by Bart Van Assche · 8 years ago
  93. e3b88ee target: Fix handling of aborted failed commands by Bart Van Assche · 8 years ago
  94. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  95. 0ab8ac6 target: export protocol identifier by Mike Christie · 8 years ago
  96. 4d65491 target/iscsi: Fix unsolicited data seq_end_offset calculation by Varun Prakash · 8 years ago
  97. 79e57cf target/cxgbit: add T6 iSCSI DDP completion feature by Varun Prakash · 8 years ago
  98. 5248788 target/cxgbit: Enable DDP for T6 only if data sequence and pdu are in order by Varun Prakash · 8 years ago
  99. d88b504 target/cxgbit: Use T6 specific macros to get ETH/IP hdr len by Varun Prakash · 8 years ago
  100. 3da1110f target/cxgbit: use cxgb4_tp_smt_idx() to get smt idx by Varun Prakash · 8 years ago