1. fa0096e ovl: do not cleanup unsupported index entries by Amir Goldstein · 7 years ago
  2. 7937a56 ovl: handle ENOENT on index lookup by Amir Goldstein · 7 years ago
  3. 6eaf011 ovl: fix EIO from lookup of non-indexed upper by Amir Goldstein · 7 years ago
  4. 0ce5cdc ovl: Return -ENOMEM if an allocation fails ovl_lookup() by Dan Carpenter · 7 years ago
  5. b3885bd ovl: add NULL check in ovl_alloc_inode by Hirofumi Nakagawa · 7 years ago
  6. 85fdee1 ovl: fix regression caused by exclusive upper/work dir protection by Amir Goldstein · 7 years ago
  7. 5820dc0 ovl: fix missing unlock_rename() in ovl_do_copy_up() by Amir Goldstein · 7 years ago
  8. dc7ab67 ovl: fix dentry leak in ovl_indexdir_cleanup() by Amir Goldstein · 7 years ago
  9. 9f4ec90 ovl: fix dput() of ERR_PTR in ovl_cleanup_index() by Amir Goldstein · 7 years ago
  10. e0082a0 ovl: fix error value printed in ovl_lookup_index() by Amir Goldstein · 7 years ago
  11. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  12. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  13. c353f88 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  14. 939ae4e ovl: fix false positive ESTALE on lookup by Amir Goldstein · 7 years ago
  15. cd91304 ovl: fix relatime for directories by Miklos Szeredi · 7 years ago
  16. 495e642 vfs: add flags to d_real() by Miklos Szeredi · 7 years ago
  17. 191a398 ovl: cleanup d_real for negative by Miklos Szeredi · 7 years ago
  18. ff7a5fb overlayfs, locking: Remove smp_mb__before_spinlock() usage by Peter Zijlstra · 8 years ago
  19. 4edb83b ovl: constant d_ino for non-merge dirs by Miklos Szeredi · 7 years ago
  20. b5efccb ovl: constant d_ino across copy up by Amir Goldstein · 8 years ago
  21. 31e8cce ovl: fix readdir error value by Miklos Szeredi · 7 years ago
  22. 6787341 ovl: check snprintf return by Miklos Szeredi · 7 years ago
  23. 0e08255 ovl: check for bad and whiteout index on lookup by Amir Goldstein · 7 years ago
  24. 61b6747 ovl: do not cleanup directory and whiteout index entries by Amir Goldstein · 7 years ago
  25. 1d88f18 ovl: fix xattr get and set with selinux by Miklos Szeredi · 7 years ago
  26. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  27. a59f97f ovl: remove unneeded check for IS_ERR() by Amir Goldstein · 7 years ago
  28. 961af64 ovl: fix origin verification of index dir by Amir Goldstein · 7 years ago
  29. ea3dad1 ovl: mark parent impure on ovl_link() by Amir Goldstein · 7 years ago
  30. 8fc646b ovl: fix random return value on mount by Amir Goldstein · 7 years ago
  31. f4439de ovl: mark parent impure and restore timestamp on ovl_link_up() by Amir Goldstein · 7 years ago
  32. caf70cb ovl: cleanup orphan index entries by Amir Goldstein · 8 years ago
  33. 5f8415d ovl: persistent overlay inode nlink for indexed inodes by Amir Goldstein · 8 years ago
  34. 59be097 ovl: implement index dir copy up by Amir Goldstein · 8 years ago
  35. fd210b7 ovl: move copy up lock out by Miklos Szeredi · 7 years ago
  36. a6fb235 ovl: rearrange copy up by Miklos Szeredi · 7 years ago
  37. 55acc66 ovl: add flag for upper in ovl_entry by Miklos Szeredi · 7 years ago
  38. 23f0ab1 ovl: use struct copy_up_ctx as function argument by Miklos Szeredi · 7 years ago
  39. 7ab8b17 ovl: base tmpfile in workdir too by Miklos Szeredi · 7 years ago
  40. 02209d1 ovl: factor out ovl_copy_up_inode() helper by Amir Goldstein · 8 years ago
  41. 7d90b85 ovl: extract helper to get temp file in copy up by Miklos Szeredi · 7 years ago
  42. 15932c4 ovl: defer upper dir lock to tempfile link by Amir Goldstein · 8 years ago
  43. b9ac5c27 ovl: hash overlay non-dir inodes by copy up origin by Miklos Szeredi · 7 years ago
  44. 415543d ovl: cleanup bad and stale index entries on mount by Amir Goldstein · 8 years ago
  45. 359f392 ovl: lookup index entry for copy up origin by Amir Goldstein · 8 years ago
  46. 54fb347 ovl: verify index dir matches upper dir by Amir Goldstein · 8 years ago
  47. 8b88a2e ovl: verify upper root dir matches lower root dir by Amir Goldstein · 8 years ago
  48. 02bcd15 ovl: introduce the inodes index dir feature by Amir Goldstein · 8 years ago
  49. 6b8aa12 ovl: generalize ovl_create_workdir() by Amir Goldstein · 8 years ago
  50. f7d3dac ovl: relax same fs constrain for ovl_check_origin() by Amir Goldstein · 8 years ago
  51. 2cac0c0 ovl: get exclusive ownership on upper/work dirs by Amir Goldstein · 8 years ago
  52. ad0af71 vfs: introduce inode 'inuse' lock by Amir Goldstein · 8 years ago
  53. 04a01ac ovl: move cache and version to ovl_inode by Miklos Szeredi · 7 years ago
  54. a015daf ovl: use ovl_inode mutex to synchronize concurrent copy up by Amir Goldstein · 8 years ago
  55. 13c7207 ovl: move impure to ovl_inode by Miklos Szeredi · 7 years ago
  56. cf31c46 ovl: move redirect to ovl_inode by Miklos Szeredi · 7 years ago
  57. 09d8b58 ovl: move __upperdentry to ovl_inode by Miklos Szeredi · 7 years ago
  58. 9020df3 ovl: compare inodes by Miklos Szeredi · 7 years ago
  59. 25b7713 ovl: use i_private only as a key by Miklos Szeredi · 7 years ago
  60. e6d2ebd ovl: simplify getting inode by Miklos Szeredi · 7 years ago
  61. 13cf199 ovl: allocate an ovl_inode struct by Amir Goldstein · 8 years ago
  62. f681eb1 ovl: fix nlink leak in ovl_rename() by Amir Goldstein · 8 years ago
  63. 7f53b7d Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into overlayfs-next by Miklos Szeredi · 7 years ago
  64. fbaf94e ovl: don't set origin on broken lower hardlink by Miklos Szeredi · 7 years ago
  65. e85f82f ovl: copy-up: don't unlock between lookup and link by Miklos Szeredi · 7 years ago
  66. 01633fd overlayfs: use uuid_t instead of uuid_be by Christoph Hellwig · 8 years ago
  67. 8578709 fs: switch ->s_uuid to uuid_t by Christoph Hellwig · 8 years ago
  68. a082c6f ovl: filter trusted xattr for non-admin by Miklos Szeredi · 8 years ago
  69. f3a1568 ovl: mark upper merge dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  70. ee1d6d37 ovl: mark upper dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  71. 3d27573 ovl: remove unused arg from ovl_lookup_temp() by Miklos Szeredi · 8 years ago
  72. 21a2287 ovl: handle rename when upper doesn't support xattr by Amir Goldstein · 8 years ago
  73. 6266d46 ovl: don't fail copy-up if upper doesn't support xattr by Miklos Szeredi · 8 years ago
  74. 82b749b ovl: check on mount time if upper fs supports setting xattr by Amir Goldstein · 8 years ago
  75. 8137ae2 ovl: fix creds leak in copy up error path by Amir Goldstein · 8 years ago
  76. 72d4250 ovl: select EXPORTFS by Arnd Bergmann · 8 years ago
  77. b948abf Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  78. 5b6c905 ovl: persistent inode numbers for upper hardlinks by Amir Goldstein · 8 years ago
  79. 5b71209 ovl: merge getattr for dir and nondir by Miklos Szeredi · 8 years ago
  80. 72b608f ovl: constant st_ino/st_dev across copy up by Amir Goldstein · 8 years ago
  81. b7a807d ovl: persistent inode number for directories by Amir Goldstein · 8 years ago
  82. 5954850 ovl: set the ORIGIN type flag by Amir Goldstein · 8 years ago
  83. a9d0195 ovl: lookup non-dir copy-up-origin by file handle by Amir Goldstein · 8 years ago
  84. c22205d ovl: use an auxiliary var for overlay root entry by Amir Goldstein · 8 years ago
  85. 3a1e819 ovl: store file handle of lower inode on copy up by Amir Goldstein · 8 years ago
  86. 7bcd74b ovl: check if all layers are on the same fs by Amir Goldstein · 8 years ago
  87. 4a99f3c ovl: do not set overlay.opaque on non-dir create by Amir Goldstein · 8 years ago
  88. b0990fb ovl: check IS_APPEND() on real upper inode by Amir Goldstein · 8 years ago
  89. 33006cd ovl: Use designated initializers by Kees Cook · 8 years ago
  90. 04bb94b overlayfs: remove now unnecessary header file include by Linus Torvalds · 8 years ago
  91. b1eaa95 ovl: lockdep annotate of nested stacked overlayfs inode lock by Amir Goldstein · 8 years ago
  92. e58bc92 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  93. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  94. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  95. 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
  96. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  97. 51f8f3c ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials by Konstantin Khlebnikov · 8 years ago
  98. e593b2b ovl: properly implement sync_filesystem() by Amir Goldstein · 8 years ago
  99. 01ad3eb ovl: concurrent copy up of regular files by Amir Goldstein · 8 years ago
  100. 39d3d60 ovl: introduce copy up waitqueue by Amir Goldstein · 8 years ago