1. 926e94d ovl: enable xino automatically in more cases by Amir Goldstein · 5 years ago
  2. dfe51d4 ovl: avoid possible inode number collisions with xino=on by Amir Goldstein · 5 years ago
  3. 4d314f7 ovl: use a private non-persistent ino pool by Amir Goldstein · 5 years ago
  4. d80172c ovl: strict upper fs requirements for remote upper fs by Amir Goldstein · 5 years ago
  5. cad218a ovl: check if upper fs supports RENAME_WHITEOUT by Amir Goldstein · 5 years ago
  6. bccece1 ovl: allow remote upper by Miklos Szeredi · 4 years, 10 months ago
  7. f428884 ovl: decide if revalidate needed on a per-dentry basis by Miklos Szeredi · 4 years, 10 months ago
  8. 7925dad ovl: separate detection of remote upper layer from stacked overlay by Miklos Szeredi · 4 years, 10 months ago
  9. 3bb7df9 ovl: restructure dentry revalidation by Miklos Szeredi · 4 years, 10 months ago
  10. 62c832e ovl: simplify i_ino initialization by Amir Goldstein · 5 years ago
  11. 2effc5c ovl: factor out helper ovl_get_root() by Amir Goldstein · 5 years ago
  12. 53afcd3 ovl: fix some xino configurations by Amir Goldstein · 5 years ago
  13. 2406a30 ovl: implement async IO routines by Jiufei Xue · 5 years ago
  14. 1346416 ovl: layer is const by Miklos Szeredi · 5 years ago
  15. b7bf990 ovl: fix corner case of non-constant st_dev;st_ino by Amir Goldstein · 5 years ago
  16. 1b81ddd ovl: fix corner case of conflicting lower layer uuid by Amir Goldstein · 5 years ago
  17. 07f1e59 ovl: generalize the lower_fs[] array by Amir Goldstein · 5 years ago
  18. 0f831ec ovl: simplify ovl_same_sb() helper by Amir Goldstein · 5 years ago
  19. 94375f9 ovl: generalize the lower_layers[] array by Amir Goldstein · 5 years ago
  20. 1bd0a3a ovl: use pr_fmt auto generate prefix by lijiazi · 5 years ago
  21. 7e63c87 ovl: fix lookup failure on multi lower squashfs by Amir Goldstein · 5 years ago
  22. 0be0bfd ovl: fix regression caused by overlapping layers detection by Amir Goldstein · 6 years ago
  23. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  24. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  25. 253e748 ovl: fix typo in MODULE_PARM_DESC by Nicolas Schier · 6 years ago
  26. 1dac6f5b ovl: fix bogus -Wmaybe-unitialized warning by Arnd Bergmann · 6 years ago
  27. 9179c21d ovl: don't fail with disconnected lower NFS by Miklos Szeredi · 6 years ago
  28. 146d62e ovl: detect overlapping layers by Amir Goldstein · 6 years ago
  29. 0b269de overlayfs: make use of ->free_inode() by Al Viro · 6 years ago
  30. d47748e ovl: automatically enable redirect_dir on metacopy=on by Miklos Szeredi · 6 years ago
  31. 9df085f ovl: relax requirement for non null uuid of lower fs by Amir Goldstein · 6 years ago
  32. 8c25741 ovl: fix oopses in ovl_fill_super() failure paths by Miklos Szeredi · 6 years ago
  33. 2c3d735 ovl: Do not expose metacopy only dentry from d_real() by Vivek Goyal · 7 years ago
  34. 2664bd0 ovl: Store lower data inode in ovl_inode by Vivek Goyal · 7 years ago
  35. 0c28887 ovl: A new xattr OVL_XATTR_METACOPY for file on upper by Vivek Goyal · 7 years ago
  36. d579104 ovl: Provide a mount option metacopy=on/off for metadata copyup by Vivek Goyal · 7 years ago
  37. fb16043 vfs: remove open_flags from d_real() by Miklos Szeredi · 7 years ago
  38. de2a4a5 Partially revert "locks: fix file locking on overlayfs" by Miklos Szeredi · 7 years ago
  39. 4ab3031 Revert "vfs: add flags to d_real()" by Miklos Szeredi · 7 years ago
  40. 88059de Revert "ovl: fix relatime for directories" by Miklos Szeredi · 7 years ago
  41. e8c985b ovl: deal with overlay files in ovl_d_real() by Miklos Szeredi · 7 years ago
  42. 95a1c81 ovl: return dentry from ovl_create_real() by Miklos Szeredi · 7 years ago
  43. 471ec5d ovl: struct cattr cleanups by Amir Goldstein · 7 years ago
  44. 6cf0076 ovl: strip debug argument from ovl_do_ helpers by Amir Goldstein · 7 years ago
  45. 795939a ovl: add support for "xino" mount and config options by Amir Goldstein · 7 years ago
  46. e487d88 ovl: constant st_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  47. 5148626 ovl: allocate anon bdev per unique lower fs by Amir Goldstein · 7 years ago
  48. 2ca3c14 ovl: check lower ancestry on encode of lower dir file handle by Amir Goldstein · 7 years ago
  49. 8383f17 ovl: wire up NFS export operations by Amir Goldstein · 7 years ago
  50. c62520a ovl: store 'has_upper' and 'opaque' as bit flags by Amir Goldstein · 7 years ago
  51. ad1d615 ovl: use directory index entries for consistency verification by Amir Goldstein · 7 years ago
  52. f168f10 ovl: add support for "nfs_export" configuration by Amir Goldstein · 7 years ago
  53. 0512244 ovl: generalize ovl_verify_origin() and helpers by Amir Goldstein · 7 years ago
  54. 1eff1a1 ovl: simplify arguments to ovl_check_origin_fh() by Amir Goldstein · 7 years ago
  55. d583ed7 ovl: store layer index in ovl_layer by Amir Goldstein · 7 years ago
  56. 972d009 ovl: force r/o mount when index dir creation fails by Amir Goldstein · 7 years ago
  57. a683737 ovl: disable index when no xattr support by Amir Goldstein · 7 years ago
  58. 2ba9d57 ovl: take mnt_want_write() for work/index dir setup by Amir Goldstein · 7 years ago
  59. 31747ed ovl: hash directory inodes for fsnotify by Amir Goldstein · 7 years ago
  60. e8d4bfe ovl: Sync upper dirty data when syncing overlayfs by Chengguang Xu · 7 years ago
  61. 438c84c ovl: don't follow redirects if redirect_dir=off by Miklos Szeredi · 7 years ago
  62. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  63. d976807 ovl: remove unneeded arg from ovl_verify_origin() by Amir Goldstein · 7 years ago
  64. ad20448 ovl: rename ufs to ofs by Miklos Szeredi · 7 years ago
  65. 4155c10 ovl: clean up getting lower layers by Miklos Szeredi · 7 years ago
  66. bca44b5 ovl: clean up workdir creation by Miklos Szeredi · 7 years ago
  67. 5064975 ovl: clean up getting upper layer by Miklos Szeredi · 7 years ago
  68. 520d7c8 ovl: move ovl_get_workdir() and ovl_get_lower_layers() by Miklos Szeredi · 7 years ago
  69. 6e88256 ovl: reduce the number of arguments for ovl_workdir_create() by Miklos Szeredi · 7 years ago
  70. c6fe625 ovl: change order of setup in ovl_fill_super() by Miklos Szeredi · 7 years ago
  71. a9075cd ovl: factor out ovl_free_fs() helper by Miklos Szeredi · 7 years ago
  72. 95e6d41 ovl: grab reference to workbasedir early by Miklos Szeredi · 7 years ago
  73. f7e3a7d ovl: split out ovl_get_indexdir() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  74. c0d91fb ovl: split out ovl_get_lower_layers() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  75. 8ed61dc ovl: split out ovl_get_workdir() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  76. 21a3b31 ovl: split out ovl_get_upper() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  77. 53dbb0b ovl: split out ovl_get_lowerstack() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  78. 87ad447 ovl: split out ovl_get_workpath() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  79. 6ee8acf ovl: split out ovl_get_upperpath() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  80. 8aafcb5 ovl: use path_put_init() in error paths for ovl_fill_super() by Miklos Szeredi · 7 years ago
  81. 2a9c6d0 ovl: allocate anonymous devs for lowerdirs by Chandan Rajendra · 7 years ago
  82. b934363 ovl: re-structure overlay lower layers in-memory by Chandan Rajendra · 8 years ago
  83. ee023c3 ovl: move include of ovl_entry.h into overlayfs.h by Amir Goldstein · 7 years ago
  84. b79e05a ovl: no direct iteration for dir with origin xattr by Amir Goldstein · 8 years ago
  85. b3885bd ovl: add NULL check in ovl_alloc_inode by Hirofumi Nakagawa · 7 years ago
  86. 85fdee1 ovl: fix regression caused by exclusive upper/work dir protection by Amir Goldstein · 7 years ago
  87. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  88. cd91304 ovl: fix relatime for directories by Miklos Szeredi · 7 years ago
  89. 495e642 vfs: add flags to d_real() by Miklos Szeredi · 7 years ago
  90. 191a398 ovl: cleanup d_real for negative by Miklos Szeredi · 7 years ago
  91. 4edb83b ovl: constant d_ino for non-merge dirs by Miklos Szeredi · 7 years ago
  92. 1d88f18 ovl: fix xattr get and set with selinux by Miklos Szeredi · 8 years ago
  93. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
  94. a59f97f ovl: remove unneeded check for IS_ERR() by Amir Goldstein · 8 years ago
  95. 8fc646b ovl: fix random return value on mount by Amir Goldstein · 8 years ago
  96. caf70cb ovl: cleanup orphan index entries by Amir Goldstein · 8 years ago
  97. 55acc66 ovl: add flag for upper in ovl_entry by Miklos Szeredi · 8 years ago
  98. 415543d ovl: cleanup bad and stale index entries on mount by Amir Goldstein · 8 years ago
  99. 54fb347 ovl: verify index dir matches upper dir by Amir Goldstein · 8 years ago
  100. 8b88a2e ovl: verify upper root dir matches lower root dir by Amir Goldstein · 8 years ago