1. 359f392 ovl: lookup index entry for copy up origin by Amir Goldstein · 8 years ago
  2. 54fb347 ovl: verify index dir matches upper dir by Amir Goldstein · 8 years ago
  3. 8b88a2e ovl: verify upper root dir matches lower root dir by Amir Goldstein · 8 years ago
  4. 02bcd15 ovl: introduce the inodes index dir feature by Amir Goldstein · 8 years ago
  5. 6b8aa12 ovl: generalize ovl_create_workdir() by Amir Goldstein · 8 years ago
  6. f7d3dac ovl: relax same fs constrain for ovl_check_origin() by Amir Goldstein · 8 years ago
  7. 2cac0c0 ovl: get exclusive ownership on upper/work dirs by Amir Goldstein · 8 years ago
  8. ad0af71 vfs: introduce inode 'inuse' lock by Amir Goldstein · 8 years ago
  9. 04a01ac ovl: move cache and version to ovl_inode by Miklos Szeredi · 8 years ago
  10. a015daf ovl: use ovl_inode mutex to synchronize concurrent copy up by Amir Goldstein · 8 years ago
  11. 13c7207 ovl: move impure to ovl_inode by Miklos Szeredi · 8 years ago
  12. cf31c46 ovl: move redirect to ovl_inode by Miklos Szeredi · 8 years ago
  13. 09d8b58 ovl: move __upperdentry to ovl_inode by Miklos Szeredi · 8 years ago
  14. 9020df3 ovl: compare inodes by Miklos Szeredi · 8 years ago
  15. 25b7713 ovl: use i_private only as a key by Miklos Szeredi · 8 years ago
  16. e6d2ebd ovl: simplify getting inode by Miklos Szeredi · 8 years ago
  17. 13cf199 ovl: allocate an ovl_inode struct by Amir Goldstein · 8 years ago
  18. f681eb1 ovl: fix nlink leak in ovl_rename() by Amir Goldstein · 8 years ago
  19. 7f53b7d Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into overlayfs-next by Miklos Szeredi · 8 years ago
  20. fbaf94e ovl: don't set origin on broken lower hardlink by Miklos Szeredi · 8 years ago
  21. e85f82f ovl: copy-up: don't unlock between lookup and link by Miklos Szeredi · 8 years ago
  22. 01633fd overlayfs: use uuid_t instead of uuid_be by Christoph Hellwig · 8 years ago
  23. 8578709 fs: switch ->s_uuid to uuid_t by Christoph Hellwig · 8 years ago
  24. a082c6f ovl: filter trusted xattr for non-admin by Miklos Szeredi · 8 years ago
  25. f3a1568 ovl: mark upper merge dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  26. ee1d6d37 ovl: mark upper dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  27. 3d27573 ovl: remove unused arg from ovl_lookup_temp() by Miklos Szeredi · 8 years ago
  28. 21a2287 ovl: handle rename when upper doesn't support xattr by Amir Goldstein · 8 years ago
  29. 6266d46 ovl: don't fail copy-up if upper doesn't support xattr by Miklos Szeredi · 8 years ago
  30. 82b749b ovl: check on mount time if upper fs supports setting xattr by Amir Goldstein · 8 years ago
  31. 8137ae2 ovl: fix creds leak in copy up error path by Amir Goldstein · 8 years ago
  32. 72d4250 ovl: select EXPORTFS by Arnd Bergmann · 8 years ago
  33. b948abf Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  34. 5b6c905 ovl: persistent inode numbers for upper hardlinks by Amir Goldstein · 8 years ago
  35. 5b71209 ovl: merge getattr for dir and nondir by Miklos Szeredi · 8 years ago
  36. 72b608f ovl: constant st_ino/st_dev across copy up by Amir Goldstein · 8 years ago
  37. b7a807d ovl: persistent inode number for directories by Amir Goldstein · 8 years ago
  38. 5954850 ovl: set the ORIGIN type flag by Amir Goldstein · 8 years ago
  39. a9d0195 ovl: lookup non-dir copy-up-origin by file handle by Amir Goldstein · 8 years ago
  40. c22205d ovl: use an auxiliary var for overlay root entry by Amir Goldstein · 8 years ago
  41. 3a1e819 ovl: store file handle of lower inode on copy up by Amir Goldstein · 8 years ago
  42. 7bcd74b ovl: check if all layers are on the same fs by Amir Goldstein · 8 years ago
  43. 4a99f3c ovl: do not set overlay.opaque on non-dir create by Amir Goldstein · 8 years ago
  44. b0990fb ovl: check IS_APPEND() on real upper inode by Amir Goldstein · 8 years ago
  45. 33006cd ovl: Use designated initializers by Kees Cook · 8 years ago
  46. 04bb94b overlayfs: remove now unnecessary header file include by Linus Torvalds · 8 years ago
  47. b1eaa95 ovl: lockdep annotate of nested stacked overlayfs inode lock by Amir Goldstein · 8 years ago
  48. e58bc92 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  49. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  50. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  51. 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
  52. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  53. 51f8f3c ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials by Konstantin Khlebnikov · 8 years ago
  54. e593b2b ovl: properly implement sync_filesystem() by Amir Goldstein · 8 years ago
  55. 01ad3eb ovl: concurrent copy up of regular files by Amir Goldstein · 8 years ago
  56. 39d3d60 ovl: introduce copy up waitqueue by Amir Goldstein · 8 years ago
  57. d8514d8 ovl: copy up regular file using O_TMPFILE by Amir Goldstein · 8 years ago
  58. 42f269b ovl: rearrange code in ovl_copy_up_locked() by Amir Goldstein · 8 years ago
  59. e7f5242 ovl: check if upperdir fs supports O_TMPFILE by Amir Goldstein · 8 years ago
  60. 4c7d0c9 ovl: fix possible use after free on redirect dir lookup by Amir Goldstein · 8 years ago
  61. 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
  62. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  63. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  64. 313684c ovl: fix return value of ovl_fill_super by Geliang Tang · 8 years ago
  65. 32a3d84 ovl: clean up kstat usage by Al Viro · 8 years ago
  66. 9aba652 ovl: fold ovl_copy_up_truncate() into ovl_copy_up() by Amir Goldstein · 8 years ago
  67. 97c684c ovl: create directories inside merged parent opaque by Amir Goldstein · 8 years ago
  68. 5cf5b47 ovl: opaque cleanup by Miklos Szeredi · 8 years ago
  69. c5bef3a ovl: show redirect_dir mount option by Amir Goldstein · 8 years ago
  70. 3ea22a7 ovl: allow setting max size of redirect by Miklos Szeredi · 8 years ago
  71. 688ea0e ovl: allow redirect_dir to default to "on" by Miklos Szeredi · 8 years ago
  72. d159511 ovl: check for emptiness of redirect dir by Amir Goldstein · 8 years ago
  73. a6c6065 ovl: redirect on rename-dir by Miklos Szeredi · 8 years ago
  74. 02b69b2 ovl: lookup redirects by Miklos Szeredi · 8 years ago
  75. e28edc4 ovl: consolidate lookup for underlying layers by Miklos Szeredi · 8 years ago
  76. 48fab5d ovl: fix nested overlayfs mount by Amir Goldstein · 8 years ago
  77. 6b2d5fe ovl: check namelen by Miklos Szeredi · 8 years ago
  78. bbb1e54 ovl: split super.c by Miklos Szeredi · 8 years ago
  79. 2b8c30e ovl: use d_is_dir() by Miklos Szeredi · 8 years ago
  80. 8ee6059 ovl: simplify lookup by Miklos Szeredi · 8 years ago
  81. 3ee23ff ovl: check lower existence of rename target by Miklos Szeredi · 8 years ago
  82. 370e55a ovl: rename: simplify handling of lower/merged directory by Miklos Szeredi · 8 years ago
  83. 38e813d ovl: get rid of PURE type by Miklos Szeredi · 8 years ago
  84. 2aff453 ovl: check lower existence when removing by Miklos Szeredi · 8 years ago
  85. c412ce4 ovl: add ovl_dentry_is_whiteout() by Miklos Szeredi · 8 years ago
  86. 99f5d08 ovl: don't check sticky by Miklos Szeredi · 8 years ago
  87. 804032f ovl: don't check rename to self by Miklos Szeredi · 8 years ago
  88. ca4c8a3 ovl: treat special files like a regular fs by Miklos Szeredi · 8 years ago
  89. 6c02cb5 ovl: rename ovl_rename2() to ovl_rename() by Miklos Szeredi · 8 years ago
  90. 2ea9846 ovl: use vfs_clone_file_range() for copy up if possible by Amir Goldstein · 8 years ago
  91. 31c3a70 Revert "ovl: get_write_access() in truncate" by Miklos Szeredi · 8 years ago
  92. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  93. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  94. c4fcfc1 ovl: fix d_real() for stacked fs by Miklos Szeredi · 8 years ago
  95. 641089c ovl: fsync after copy-up by Miklos Szeredi · 8 years ago
  96. b93d4a0 ovl: fix get_acl() on tmpfs by Miklos Szeredi · 8 years ago
  97. fd3220d ovl: update S_ISGID when setting posix ACLs by Miklos Szeredi · 8 years ago
  98. b26b5ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  99. 1a892b4 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  100. 655042c overlayfs: Fix setting IOP_XATTR flag by Vivek Goyal · 8 years ago