1. 4412a67 target/iscsi: Remove second argument of __iscsit_free_cmd() by Bart Van Assche · 8 years ago
  2. 4c1f0e6 target/tcm_loop: Make TMF processing slightly faster by Bart Van Assche · 8 years ago
  3. 75f141a target/tcm_loop: Use target_submit_tmr() instead of open-coding this function by Bart Van Assche · 8 years ago
  4. d17203c target/tcm_loop: Replace a waitqueue and a counter by a completion by Bart Van Assche · 8 years ago
  5. 4d3895d target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmr by Bart Van Assche · 8 years ago
  6. c00e622 target: Introduce a function that shows the command state by Bart Van Assche · 8 years ago
  7. 03db016 iscsi-target: Kill left-over iscsi_target_do_cleanup by Nicholas Bellinger · 8 years ago
  8. af90e84 xen/scsiback: Make TMF processing slightly faster by Bart Van Assche · 8 years ago
  9. e3eac12 xen/scsiback: Replace a waitqueue and a counter by a completion by Bart Van Assche · 8 years ago
  10. 9f4ab18 xen/scsiback: Fix a TMR related use-after-free by Bart Van Assche · 8 years ago
  11. 13fdd44 IB/srpt: Make a debug statement in srpt_abort_cmd() more informative by Bart Van Assche · 8 years ago
  12. d877d72 target: Fix a deadlock between the XCOPY code and iSCSI session shutdown by Bart Van Assche · 8 years ago
  13. a85d667 target: Use {get,put}_unaligned_be*() instead of open coding these functions by Bart Van Assche · 8 years ago
  14. f2b72d6a target: Fix transport_init_se_cmd() by Bart Van Assche · 8 years ago
  15. 9f2f342 target: Remove se_device.dev_list by Bart Van Assche · 8 years ago
  16. 3e182db target: Use symbolic value for WRITE_VERIFY_16 by Bart Van Assche · 8 years ago
  17. eb5ae23 qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAG by Nicholas Bellinger · 8 years ago
  18. 5465e7d target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK by Nicholas Bellinger · 8 years ago
  19. eeb64d2 target: Add support for TMR percpu reference counting by Nicholas Bellinger · 8 years ago
  20. 12f66e4 target: reject COMPARE_AND_WRITE if emulate_caw is not set by Jiang Yi · 8 years ago
  21. eceb445 iscsi-target: Avoid holding ->tpg_state_lock during param update by Nicholas Bellinger · 8 years ago
  22. 9ae0e9ad target/configfs: Kill se_lun->lun_link_magic by Nicholas Bellinger · 8 years ago
  23. c17cd24 target/configfs: Kill se_device->dev_link_magic by Nicholas Bellinger · 8 years ago
  24. 2237498 target/iblock: Convert WRITE_SAME to blkdev_issue_zeroout by Nicholas Bellinger · 8 years ago
  25. 464fd64 ibmvscsis: Enable Logical Partition Migration Support by Michael Cyr · 8 years ago
  26. 12bdcbd vhost/scsi: Don't reinvent the wheel but use existing llist API by Byungchul Park · 8 years ago
  27. fb41824 target: remove dead code by Gustavo A. R. Silva · 8 years ago
  28. abb85a9 iscsi-target: Reject immediate data underflow larger than SCSI transfer length by Nicholas Bellinger · 8 years ago
  29. 105fa2f iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP by Nicholas Bellinger · 8 years ago
  30. 73d4e58 target: Fix kref->refcount underflow in transport_cmd_finish_abort by Nicholas Bellinger · 8 years ago
  31. 5e0cf5e iscsi-target: Always wait for kthread_should_stop() before kthread exit by Jiang Yi · 8 years ago
  32. 25cdda9 iscsi-target: Fix initial login PDU asynchronous socket close OOPs by Nicholas Bellinger · 8 years ago
  33. f3cdbe3 tcmu: fix crash during device removal by Mike Christie · 8 years ago
  34. 4ff83da target: Re-add check to reject control WRITEs with overflow data by Nicholas Bellinger · 8 years ago
  35. 75dbf2d ibmvscsis: Fix the incorrect req_lim_delta by Bryant G. Ly · 8 years ago
  36. 98883f1 ibmvscsis: Clear left-over abort_cmd pointers by Bryant G. Ly · 8 years ago
  37. 2ea659a Linux 4.12-rc1 by Linus Torvalds · 8 years ago
  38. cd63645 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  39. b53c4d5 Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  40. ec05901 Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  41. 1251704 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  42. b340959 mm, docs: update memory.stat description with workingset* entries by Roman Gushchin · 8 years ago
  43. 791b48b mm: vmscan: scan until it finds eligible pages by Minchan Kim · 8 years ago
  44. 338a16b mm, thp: copying user pages must schedule on collapse by David Rientjes · 8 years ago
  45. 876f294 dax: fix PMD data corruption when fault races with write by Ross Zwisler · 8 years ago
  46. 13e451f dax: fix data corruption when fault races with write by Jan Kara · 8 years ago
  47. fb26a1c ext4: return to starting transaction in ext4_dax_huge_fault() by Jan Kara · 8 years ago
  48. cd65637 mm: fix data corruption due to stale mmap reads by Jan Kara · 8 years ago
  49. 4636e70 dax: prevent invalidation of mapped DAX entries by Ross Zwisler · 8 years ago
  50. cea5822 Tigran has moved by Andrew Morton · 8 years ago
  51. 8594a21 mm, vmalloc: fix vmalloc users tracking properly by Michal Hocko · 8 years ago
  52. 835152a mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin by SeongJae Park · 8 years ago
  53. 0538421 gcov: support GCC 7.1 by Martin Liska · 8 years ago
  54. 8d35bb3 mm, vmstat: Remove spurious WARN() during zoneinfo print by Reza Arbab · 8 years ago
  55. 572e0ca time: delete current_fs_time() by Deepa Dinamani · 8 years ago
  56. 1836522 hwpoison, memcg: forcibly uncharge LRU pages by Michal Hocko · 8 years ago
  57. 0fcc3ab Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  58. deac842 Merge tag 'sound-fix-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  59. 6b402bd Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 8 years ago
  60. 6a776e4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  61. a34ab10 Merge tag 'drm-fixes-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  62. bd1286f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  63. 0504532 Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  64. e0c4a5f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  65. dfcb7b2 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. 1b84fc1 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  67. f1e0527 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  68. 5836e42 Merge tag 'for-linus-4.12b-rc0c-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  69. dc2a248 Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  70. ac3c4aa Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  71. 0ba1c19 Merge tag 'nios2-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 8 years ago
  72. 31cbee6 sound: Disable the build of OSS drivers by Takashi Iwai · 8 years ago
  73. 7b8cd33 drm/i915: Make vblank evade warnings optional by Ville Syrjälä · 8 years ago
  74. bb57d04 Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  75. 7ec2723 Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  76. bab1e2f Merge tag 'drm-misc-next-fixes-2017-05-05' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  77. 3af9256 Input: cros_ec_keyb - remove extraneous 'const' by Arnd Bergmann · 8 years ago
  78. e4311ee drm/nouveau/therm: remove ineffective workarounds for alarm bugs by Ben Skeggs · 8 years ago
  79. 330bdf6 drm/nouveau/tmr: avoid processing completed alarms when adding a new one by Ben Skeggs · 8 years ago
  80. 9fc6466 drm/nouveau/tmr: fix corruption of the pending list when rescheduling an alarm by Ben Skeggs · 8 years ago
  81. 1b0f843 drm/nouveau/tmr: handle races with hw when updating the next alarm time by Ben Skeggs · 8 years ago
  82. 3733bd8 drm/nouveau/tmr: ack interrupt before processing alarms by Ben Skeggs · 8 years ago
  83. 89ed10a drm/nouveau/core: fix static checker warning by Ben Skeggs · 8 years ago
  84. 80a9286 drm/nouveau/fb/ram/gf100-: remove 0x10f200 read by Ben Skeggs · 8 years ago
  85. e6db957 drm/nouveau/kms/nv50: skip core channel cursor update on position-only changes by Ben Skeggs · 8 years ago
  86. 36601c2 drm/nouveau/kms/nv50: fix source-rect-only plane updates by Ben Skeggs · 8 years ago
  87. f42c570 drm/nouveau/kms/nv50: remove pointless argument to window atomic_check_acquire() by Ben Skeggs · 8 years ago
  88. 09d79d1 Merge tag 'docs-4.12-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  89. e47b40a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  90. 4892c6f Merge tag 'fbdev-v4.12' of git://github.com/bzolnier/linux by Linus Torvalds · 8 years ago
  91. 55a1ab5 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  92. 25a0da7 doc: replace FTP URL to kernel.org with HTTPS one by Michael Heimpold · 8 years ago
  93. 9786e34 Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  94. ed6565e block: handle partial completions for special payload requests by Christoph Hellwig · 8 years ago
  95. 69861e0 xen: adjust early dom0 p2m handling to xen hypervisor behavior by Juergen Gross · 8 years ago
  96. def9331 x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under Xen by Juergen Gross · 8 years ago
  97. 0c2cf6d arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=y by Florian Fainelli · 8 years ago
  98. 75d24d9 ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=y by Florian Fainelli · 8 years ago
  99. 03497d7 mm: Silence vmap() allocation failures based on caller gfp_flags by Florian Fainelli · 8 years ago
  100. e118c3f nios2: remove custom early console implementation by Tobias Klauser · 8 years ago