1. b948abf Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  2. 5b6c905 ovl: persistent inode numbers for upper hardlinks by Amir Goldstein · 8 years ago
  3. 5b71209 ovl: merge getattr for dir and nondir by Miklos Szeredi · 8 years ago
  4. 72b608f ovl: constant st_ino/st_dev across copy up by Amir Goldstein · 8 years ago
  5. b7a807d ovl: persistent inode number for directories by Amir Goldstein · 8 years ago
  6. 5954850 ovl: set the ORIGIN type flag by Amir Goldstein · 8 years ago
  7. a9d0195 ovl: lookup non-dir copy-up-origin by file handle by Amir Goldstein · 8 years ago
  8. c22205d ovl: use an auxiliary var for overlay root entry by Amir Goldstein · 8 years ago
  9. 3a1e819 ovl: store file handle of lower inode on copy up by Amir Goldstein · 8 years ago
  10. 7bcd74b ovl: check if all layers are on the same fs by Amir Goldstein · 8 years ago
  11. 4a99f3c ovl: do not set overlay.opaque on non-dir create by Amir Goldstein · 8 years ago
  12. b0990fb ovl: check IS_APPEND() on real upper inode by Amir Goldstein · 8 years ago
  13. 33006cd ovl: Use designated initializers by Kees Cook · 8 years ago
  14. 04bb94b overlayfs: remove now unnecessary header file include by Linus Torvalds · 8 years ago
  15. b1eaa95 ovl: lockdep annotate of nested stacked overlayfs inode lock by Amir Goldstein · 8 years ago
  16. e58bc92 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  17. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  18. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  19. 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
  20. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  21. 51f8f3c ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials by Konstantin Khlebnikov · 8 years ago
  22. e593b2b ovl: properly implement sync_filesystem() by Amir Goldstein · 8 years ago
  23. 01ad3eb ovl: concurrent copy up of regular files by Amir Goldstein · 8 years ago
  24. 39d3d60 ovl: introduce copy up waitqueue by Amir Goldstein · 8 years ago
  25. d8514d8 ovl: copy up regular file using O_TMPFILE by Amir Goldstein · 8 years ago
  26. 42f269b ovl: rearrange code in ovl_copy_up_locked() by Amir Goldstein · 8 years ago
  27. e7f5242 ovl: check if upperdir fs supports O_TMPFILE by Amir Goldstein · 8 years ago
  28. 4c7d0c9 ovl: fix possible use after free on redirect dir lookup by Amir Goldstein · 8 years ago
  29. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  30. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  31. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. 313684c ovl: fix return value of ovl_fill_super by Geliang Tang · 8 years ago
  33. 32a3d84 ovl: clean up kstat usage by Al Viro · 8 years ago
  34. 9aba652 ovl: fold ovl_copy_up_truncate() into ovl_copy_up() by Amir Goldstein · 8 years ago
  35. 97c684c ovl: create directories inside merged parent opaque by Amir Goldstein · 8 years ago
  36. 5cf5b47 ovl: opaque cleanup by Miklos Szeredi · 8 years ago
  37. c5bef3a ovl: show redirect_dir mount option by Amir Goldstein · 8 years ago
  38. 3ea22a7 ovl: allow setting max size of redirect by Miklos Szeredi · 8 years ago
  39. 688ea0e ovl: allow redirect_dir to default to "on" by Miklos Szeredi · 8 years ago
  40. d159511 ovl: check for emptiness of redirect dir by Amir Goldstein · 8 years ago
  41. a6c6065 ovl: redirect on rename-dir by Miklos Szeredi · 8 years ago
  42. 02b69b2 ovl: lookup redirects by Miklos Szeredi · 8 years ago
  43. e28edc4 ovl: consolidate lookup for underlying layers by Miklos Szeredi · 8 years ago
  44. 48fab5d ovl: fix nested overlayfs mount by Amir Goldstein · 8 years ago
  45. 6b2d5fe ovl: check namelen by Miklos Szeredi · 8 years ago
  46. bbb1e54 ovl: split super.c by Miklos Szeredi · 8 years ago
  47. 2b8c30e ovl: use d_is_dir() by Miklos Szeredi · 8 years ago
  48. 8ee6059 ovl: simplify lookup by Miklos Szeredi · 8 years ago
  49. 3ee23ff ovl: check lower existence of rename target by Miklos Szeredi · 8 years ago
  50. 370e55a ovl: rename: simplify handling of lower/merged directory by Miklos Szeredi · 8 years ago
  51. 38e813d ovl: get rid of PURE type by Miklos Szeredi · 8 years ago
  52. 2aff453 ovl: check lower existence when removing by Miklos Szeredi · 8 years ago
  53. c412ce4 ovl: add ovl_dentry_is_whiteout() by Miklos Szeredi · 8 years ago
  54. 99f5d08 ovl: don't check sticky by Miklos Szeredi · 8 years ago
  55. 804032f ovl: don't check rename to self by Miklos Szeredi · 8 years ago
  56. ca4c8a3 ovl: treat special files like a regular fs by Miklos Szeredi · 8 years ago
  57. 6c02cb5 ovl: rename ovl_rename2() to ovl_rename() by Miklos Szeredi · 8 years ago
  58. 2ea9846 ovl: use vfs_clone_file_range() for copy up if possible by Amir Goldstein · 8 years ago
  59. 31c3a70 Revert "ovl: get_write_access() in truncate" by Miklos Szeredi · 8 years ago
  60. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  61. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  62. c4fcfc1 ovl: fix d_real() for stacked fs by Miklos Szeredi · 8 years ago
  63. 641089c ovl: fsync after copy-up by Miklos Szeredi · 8 years ago
  64. b93d4a0 ovl: fix get_acl() on tmpfs by Miklos Szeredi · 8 years ago
  65. fd3220d ovl: update S_ISGID when setting posix ACLs by Miklos Szeredi · 8 years ago
  66. b26b5ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  67. 1a892b4 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  68. 655042c overlayfs: Fix setting IOP_XATTR flag by Vivek Goyal · 8 years ago
  69. 7764235b ovl: use vfs_get_link() by Miklos Szeredi · 8 years ago
  70. 78a3fa4 ovl: use generic_readlink by Miklos Szeredi · 8 years ago
  71. cb348ed ovl: explain error values when removing acl from workdir by Miklos Szeredi · 8 years ago
  72. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  73. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  74. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  75. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  76. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  77. 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
  78. a3443cd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  79. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  80. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  81. 6a45b36 ovl: Fix info leak in ovl_lookup_temp() by Richard Weinberger · 8 years ago
  82. 8eac98b ovl: during copy up, switch to mounter's creds early by Vivek Goyal · 8 years ago
  83. 2b6bc7f ovl: lookup: do getxattr with mounter's permission by Miklos Szeredi · 8 years ago
  84. 8b326c6 ovl: copy_up_xattr(): use strnlen by Miklos Szeredi · 8 years ago
  85. c568d68 locks: fix file locking on overlayfs by Miklos Szeredi · 8 years ago
  86. e1ff3dd ovl: fix workdir creation by Miklos Szeredi · 8 years ago
  87. 7cb3511 ovl: listxattr: use strnlen() by Miklos Szeredi · 8 years ago
  88. 0eb45fc ovl: Switch to generic_getxattr by Andreas Gruenbacher · 8 years ago
  89. ce31513 ovl: copyattr after setting POSIX ACL by Miklos Szeredi · 8 years ago
  90. 0e585cc ovl: Switch to generic_removexattr by Andreas Gruenbacher · 8 years ago
  91. 0c97be2 ovl: Get rid of ovl_xattr_noacl_handlers array by Andreas Gruenbacher · 8 years ago
  92. fe2b759 ovl: Fix OVL_XATTR_PREFIX by Andreas Gruenbacher · 8 years ago
  93. fd36570 ovl: fix spelling mistake: "directries" -> "directories" by Colin Ian King · 8 years ago
  94. 2a3a2a3 ovl: don't cache acl on overlay layer by Miklos Szeredi · 8 years ago
  95. 5201dc4 ovl: use cached acl on underlying layer by Miklos Szeredi · 8 years ago
  96. eea2fb4 ovl: proper cleanup of workdir by Miklos Szeredi · 8 years ago
  97. c11b9fd ovl: remove posix_acl_default from workdir by Miklos Szeredi · 8 years ago
  98. 38b2569 ovl: handle umask and posix_acl_default correctly on creation by Miklos Szeredi · 8 years ago
  99. 2602625 security, overlayfs: Provide hook to correctly label newly created files by Vivek Goyal · 8 years ago
  100. 121ab82 security,overlayfs: Provide security hook for copy up of xattrs for overlay file by Vivek Goyal · 8 years ago