1. 2aed489 ovl: fix regression in fsnotify of overlay merge dir by Amir Goldstein · 7 years ago
  2. 8383f17 ovl: wire up NFS export operations by Amir Goldstein · 7 years ago
  3. 0617015 ovl: lookup indexed ancestor of lower dir by Amir Goldstein · 7 years ago
  4. 4b91c30 ovl: lookup connected ancestor of dir in inode cache by Amir Goldstein · 7 years ago
  5. 7a9dade ovl: hash non-indexed dir by upper inode for NFS export by Amir Goldstein · 7 years ago
  6. 9889251 ovl: decode pure lower dir file handles by Amir Goldstein · 7 years ago
  7. 3b0bfc6 ovl: decode indexed dir file handles by Amir Goldstein · 7 years ago
  8. 9436a1a ovl: decode lower file handles of unlinked but open files by Amir Goldstein · 7 years ago
  9. f71bd9c ovl: decode indexed non-dir file handles by Amir Goldstein · 7 years ago
  10. f941866 ovl: decode lower non-dir file handles by Amir Goldstein · 7 years ago
  11. 03e1c58 ovl: encode lower file handles by Amir Goldstein · 7 years ago
  12. 05e1f11 ovl: copy up before encoding non-connectable dir file handle by Amir Goldstein · 7 years ago
  13. b305e84 ovl: encode non-indexed upper file handles by Amir Goldstein · 7 years ago
  14. 3985b70 ovl: decode connected upper dir file handles by Amir Goldstein · 7 years ago
  15. 8556a42 ovl: decode pure upper file handles by Amir Goldstein · 7 years ago
  16. 8ed5eec ovl: encode pure upper file handles by Amir Goldstein · 7 years ago
  17. a01f64b ovl: document NFS export by Amir Goldstein · 8 years ago
  18. f9c3467 vfs: factor out helpers d_instantiate_anon() and d_alloc_anon() by Miklos Szeredi · 7 years ago
  19. c62520a ovl: store 'has_upper' and 'opaque' as bit flags by Amir Goldstein · 7 years ago
  20. aa3ff3c ovl: copy up of disconnected dentries by Amir Goldstein · 7 years ago
  21. 829c28b ovl: use d_splice_alias() in place of d_add() in lookup by Amir Goldstein · 7 years ago
  22. 0aceb53 ovl: do not pass overlay dentry to ovl_get_inode() by Amir Goldstein · 7 years ago
  23. 91ffe7b ovl: factor out ovl_get_index_fh() helper by Amir Goldstein · 7 years ago
  24. 24f0b17 ovl: whiteout orphan index entries on mount by Amir Goldstein · 7 years ago
  25. e7dd0e7 ovl: whiteout index when union nlink drops to zero by Amir Goldstein · 7 years ago
  26. 89a1755 ovl: cleanup dir index when dir nlink drops to zero by Amir Goldstein · 7 years ago
  27. 016b720 ovl: index directories on copy up for NFS export by Amir Goldstein · 7 years ago
  28. fbd2d20 ovl: index all non-dir on copy up for NFS export by Amir Goldstein · 7 years ago
  29. 24b33ee ovl: create ovl_need_index() helper by Amir Goldstein · 7 years ago
  30. 9ee60ce ovl: cleanup temp index entries by Amir Goldstein · 7 years ago
  31. e8f9e5b ovl: verify directory index entries on mount by Amir Goldstein · 7 years ago
  32. 7db25d3 ovl: verify whiteout index entries on mount by Amir Goldstein · 7 years ago
  33. ad1d615 ovl: use directory index entries for consistency verification by Amir Goldstein · 7 years ago
  34. 86eaa13 ovl: unbless lower st_ino of unverified origin by Amir Goldstein · 7 years ago
  35. 37b12916 ovl: verify stored origin fh matches lower dir by Amir Goldstein · 7 years ago
  36. f168f10 ovl: add support for "nfs_export" configuration by Amir Goldstein · 7 years ago
  37. 60b8664 ovl: update documentation of inodes index feature by Amir Goldstein · 7 years ago
  38. 0512244 ovl: generalize ovl_verify_origin() and helpers by Amir Goldstein · 7 years ago
  39. 1eff1a1 ovl: simplify arguments to ovl_check_origin_fh() by Amir Goldstein · 7 years ago
  40. 2e1a5328 ovl: factor out ovl_check_origin_fh() by Amir Goldstein · 7 years ago
  41. d583ed7 ovl: store layer index in ovl_layer by Amir Goldstein · 7 years ago
  42. 972d009 ovl: force r/o mount when index dir creation fails by Amir Goldstein · 7 years ago
  43. a683737 ovl: disable index when no xattr support by Amir Goldstein · 7 years ago
  44. 9678e63 ovl: fix inconsistent d_ino for legacy merge dir by Amir Goldstein · 7 years ago
  45. a5a927a ovl: take mnt_want_write() for removing impure xattr by Amir Goldstein · 7 years ago
  46. 2ba9d57 ovl: take mnt_want_write() for work/index dir setup by Amir Goldstein · 7 years ago
  47. f816781 ovl: fix another overlay: warning prefix by Amir Goldstein · 7 years ago
  48. 6d0a8a9 ovl: take lower dir inode mutex outside upper sb_writers lock by Amir Goldstein · 7 years ago
  49. d796e77 ovl: fix failure to fsync lower dir by Amir Goldstein · 7 years ago
  50. 31747ed ovl: hash directory inodes for fsnotify by Amir Goldstein · 7 years ago
  51. a8750dd Linux 4.15-rc8 by Linus Torvalds · 7 years ago
  52. aaae98a Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  53. 6bb8211 Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  54. b8b9ce4 x86/retpoline: Remove compile time warning by Thomas Gleixner · 7 years ago
  55. 9443c16 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  56. 40548c6 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  57. 99a9dc9 x86,perf: Disable intel_bts when PTI by Peter Zijlstra · 7 years ago
  58. a237f76 security/Kconfig: Correct the Documentation reference for PTI by W. Trevor King · 7 years ago
  59. f10ee3d x86/pti: Fix !PCID and sanitize defines by Thomas Gleixner · 7 years ago
  60. 2c1cfa4 Merge tag 'usb-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  61. d5a047f Merge tag 'staging-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  62. 9e8f8f1 Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  63. 22079ee Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  64. 852b0a8 Merge tag 'apparmor-pr-2018-01-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 7 years ago
  65. 8e66791 Merge tag 'pci-v4.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  66. ed93de8 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  67. 0f908cc tools/objtool/Makefile: don't assume sync-check.sh is executable by Andrew Morton · 7 years ago
  68. a0b1280 kdump: write correct address of mem_section into vmcoreinfo by Kirill A. Shutemov · 7 years ago
  69. d9570ee kmemleak: allow to coexist with fault injection by Dmitry Vyukov · 7 years ago
  70. bed6760 MAINTAINERS, nilfs2: change project home URLs by Ryusuke Konishi · 7 years ago
  71. 36c1681 genksyms: drop *.hash.c from .gitignore by Masahiro Yamada · 7 years ago
  72. 352909b selftests/x86: Add test_vsyscall by Andy Lutomirski · 7 years ago
  73. 1a3881d apparmor: Fix regression in profile conflict logic by Matthew Garrett · 7 years ago
  74. 0dda0b3 apparmor: fix ptrace label match when matching stacked labels by John Johansen · 7 years ago
  75. c92a9a4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  76. 67549d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  77. 02776b9 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  78. aefd140 Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  79. 4e67483 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  80. 70cd907 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  81. 32835a0 Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  82. f12e0dd Merge tag 'mmc-v4.15-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  83. 352ef57 Merge tag 'drm-fixes-for-v4.15-rc8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  84. 117cc7a x86/retpoline: Fill return stack buffer on vmexit by David Woodhouse · 7 years ago
  85. fee6c61 Merge tag 'drm-intel-fixes-2018-01-11-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 7 years ago
  86. 477d70b Merge branch 'vmwgfx-fixes-4.15' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 7 years ago
  87. c59beea Merge tag 'drm/tegra/for-4.15-rc8' of git://anongit.freedesktop.org/tegra/linux into drm-fixes by Dave Airlie · 7 years ago
  88. 1545dec Merge tag 'ceph-for-4.15-rc8' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  89. ab27815 Merge tag 'gpio-v4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  90. 7614e91 x86/retpoline/irq32: Convert assembler indirect jumps by Andi Kleen · 7 years ago
  91. 5096732 x86/retpoline/checksum32: Convert assembler indirect jumps by David Woodhouse · 7 years ago
  92. ea08816 x86/retpoline/xen: Convert Xen hypercall indirect jumps by David Woodhouse · 7 years ago
  93. e70e589 x86/retpoline/hyperv: Convert assembler indirect jumps by David Woodhouse · 7 years ago
  94. 9351803 x86/retpoline/ftrace: Convert ftrace assembler indirect jumps by David Woodhouse · 7 years ago
  95. 2641f08 x86/retpoline/entry: Convert entry assembler indirect jumps by David Woodhouse · 7 years ago
  96. 9697fa3 x86/retpoline/crypto: Convert crypto assembler indirect jumps by David Woodhouse · 7 years ago
  97. da28512 x86/spectre: Add boot time option to select Spectre v2 mitigation by David Woodhouse · 7 years ago
  98. 76b0438 x86/retpoline: Add initial retpoline support by David Woodhouse · 7 years ago
  99. 258c760 objtool: Allow alternatives to be ignored by Josh Poimboeuf · 7 years ago
  100. 39b7353 objtool: Detect jumps to retpoline thunks by Josh Poimboeuf · 7 years ago