1. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  2. 335d3fc ovl: implement volatile-specific fsync error behaviour by Sargun Dhillon · 4 years ago
  3. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  4. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  5. 87b2c60 ovl: do not get metacopy for userxattr by Miklos Szeredi · 4 years, 1 month ago
  6. 2d2f2d7 ovl: user xattr by Miklos Szeredi · 4 years, 1 month ago
  7. c846af0 ovl: check privs before decoding file handle by Miklos Szeredi · 4 years, 1 month ago
  8. 1cdb0cb ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fh by Pavel Tikhomirov · 4 years, 3 months ago
  9. 43d193f ovl: enumerate private xattrs by Miklos Szeredi · 4 years, 5 months ago
  10. 610afc0 ovl: pass ovl_fs down to functions accessing private xattrs by Miklos Szeredi · 4 years, 5 months ago
  11. 26150ab ovl: drop flags argument from ovl_do_setxattr() by Miklos Szeredi · 4 years, 5 months ago
  12. d5dc748 ovl: use ovl_do_getxattr() for private xattr by Miklos Szeredi · 4 years, 5 months ago
  13. 92f0d6c ovl: fold ovl_getxattr() into ovl_get_redirect_xattr() by Miklos Szeredi · 4 years, 5 months ago
  14. fee0f29 duplicate ovl_getxattr() by Miklos Szeredi · 4 years, 5 months ago
  15. 08f4c7c ovl: add accessor for ofs->upper_mnt by Miklos Szeredi · 4 years, 8 months ago
  16. 56230d9 ovl: verify permissions in ovl_path_open() by Miklos Szeredi · 4 years, 8 months ago
  17. c21c839 ovl: whiteout inode sharing by Chengguang Xu · 4 years, 9 months ago
  18. bccece1 ovl: allow remote upper by Miklos Szeredi · 4 years, 10 months ago
  19. f428884 ovl: decide if revalidate needed on a per-dentry basis by Miklos Szeredi · 4 years, 10 months ago
  20. 7925dad ovl: separate detection of remote upper layer from stacked overlay by Miklos Szeredi · 4 years, 10 months ago
  21. 62c832e ovl: simplify i_ino initialization by Amir Goldstein · 5 years ago
  22. 735c907 ovl: fix out of date comment and unreachable code by Amir Goldstein · 5 years ago
  23. 531d304 ovl: fix lock in ovl_llseek() by Amir Goldstein · 5 years ago
  24. 1346416 ovl: layer is const by Miklos Szeredi · 5 years ago
  25. 0f831ec ovl: simplify ovl_same_sb() helper by Amir Goldstein · 5 years ago
  26. 1bd0a3a ovl: use pr_fmt auto generate prefix by lijiazi · 5 years ago
  27. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  28. 146d62e ovl: detect overlapping layers by Amir Goldstein · 6 years ago
  29. 993a0b2 ovl: Do not lose security.capability xattr over metadata file copy-up by Vivek Goyal · 6 years ago
  30. 1e92e30 ovl: abstract ovl_inode lock with a helper by Amir Goldstein · 6 years ago
  31. 0e32992 ovl: remove the 'locked' argument of ovl_nlink_{start,end} by Amir Goldstein · 6 years ago
  32. 9df085f ovl: relax requirement for non null uuid of lower fs by Amir Goldstein · 6 years ago
  33. 63e1325 ovl: fix memory leak on unlink of indexed file by Amir Goldstein · 6 years ago
  34. 0a2d0d3 ovl: Check redirect on index as well by Vivek Goyal · 7 years ago
  35. 6012487 ovl: Do not set dentry type ORIGIN for broken hardlinks by Vivek Goyal · 7 years ago
  36. 0b17c28 ovl: Treat metacopy dentries as type OVL_PATH_MERGE by Vivek Goyal · 7 years ago
  37. 4823d49 ovl: Add helper ovl_inode_realdata() by Vivek Goyal · 7 years ago
  38. 2664bd0 ovl: Store lower data inode in ovl_inode by Vivek Goyal · 7 years ago
  39. 67d756c2 ovl: Fix ovl_getattr() to get number of blocks from lower by Vivek Goyal · 7 years ago
  40. 647d253 ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry by Vivek Goyal · 7 years ago
  41. 4f93b42 ovl: Copy up meta inode data from lowest data inode by Vivek Goyal · 7 years ago
  42. 9d3dfea ovl: Modify ovl_lookup() and friends to lookup metacopy dentry by Vivek Goyal · 7 years ago
  43. 0c28887 ovl: A new xattr OVL_XATTR_METACOPY for file on upper by Vivek Goyal · 7 years ago
  44. 2002df8 ovl: Add helper ovl_already_copied_up() by Vivek Goyal · 7 years ago
  45. 4f35729 ovl: copy up inode flags by Miklos Szeredi · 7 years ago
  46. d9854c8 ovl: copy up times by Miklos Szeredi · 7 years ago
  47. e487d88 ovl: constant st_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  48. 5148626 ovl: allocate anon bdev per unique lower fs by Amir Goldstein · 7 years ago
  49. da309e8 ovl: factor out ovl_map_dev_ino() helper by Amir Goldstein · 7 years ago
  50. 695b46e ovl: set i_ino to the value of st_ino for NFS export by Amir Goldstein · 7 years ago
  51. c62520a ovl: store 'has_upper' and 'opaque' as bit flags by Amir Goldstein · 7 years ago
  52. aa3ff3c ovl: copy up of disconnected dentries by Amir Goldstein · 7 years ago
  53. e7dd0e7 ovl: whiteout index when union nlink drops to zero by Amir Goldstein · 7 years ago
  54. 89a1755 ovl: cleanup dir index when dir nlink drops to zero by Amir Goldstein · 7 years ago
  55. 016b720 ovl: index directories on copy up for NFS export by Amir Goldstein · 7 years ago
  56. fbd2d20 ovl: index all non-dir on copy up for NFS export by Amir Goldstein · 7 years ago
  57. 24b33ee ovl: create ovl_need_index() helper by Amir Goldstein · 7 years ago
  58. f168f10 ovl: add support for "nfs_export" configuration by Amir Goldstein · 7 years ago
  59. 31747ed ovl: hash directory inodes for fsnotify by Amir Goldstein · 7 years ago
  60. b934363 ovl: re-structure overlay lower layers in-memory by Chandan Rajendra · 8 years ago
  61. ee023c3 ovl: move include of ovl_entry.h into overlayfs.h by Amir Goldstein · 7 years ago
  62. b79e05a ovl: no direct iteration for dir with origin xattr by Amir Goldstein · 8 years ago
  63. 5820dc0 ovl: fix missing unlock_rename() in ovl_do_copy_up() by Amir Goldstein · 7 years ago
  64. 9f4ec90 ovl: fix dput() of ERR_PTR in ovl_cleanup_index() by Amir Goldstein · 7 years ago
  65. 4edb83b ovl: constant d_ino for non-merge dirs by Miklos Szeredi · 7 years ago
  66. 1d88f18 ovl: fix xattr get and set with selinux by Miklos Szeredi · 8 years ago
  67. caf70cb ovl: cleanup orphan index entries by Amir Goldstein · 8 years ago
  68. 5f8415d ovl: persistent overlay inode nlink for indexed inodes by Amir Goldstein · 8 years ago
  69. 59be097 ovl: implement index dir copy up by Amir Goldstein · 8 years ago
  70. 55acc66 ovl: add flag for upper in ovl_entry by Miklos Szeredi · 8 years ago
  71. 15932c4 ovl: defer upper dir lock to tempfile link by Amir Goldstein · 8 years ago
  72. b9ac5c27 ovl: hash overlay non-dir inodes by copy up origin by Miklos Szeredi · 8 years ago
  73. 02bcd15 ovl: introduce the inodes index dir feature by Amir Goldstein · 8 years ago
  74. ad0af71 vfs: introduce inode 'inuse' lock by Amir Goldstein · 8 years ago
  75. 04a01ac ovl: move cache and version to ovl_inode by Miklos Szeredi · 8 years ago
  76. a015daf ovl: use ovl_inode mutex to synchronize concurrent copy up by Amir Goldstein · 8 years ago
  77. 13c7207 ovl: move impure to ovl_inode by Miklos Szeredi · 8 years ago
  78. cf31c46 ovl: move redirect to ovl_inode by Miklos Szeredi · 8 years ago
  79. 09d8b58 ovl: move __upperdentry to ovl_inode by Miklos Szeredi · 8 years ago
  80. 25b7713 ovl: use i_private only as a key by Miklos Szeredi · 8 years ago
  81. e6d2ebd ovl: simplify getting inode by Miklos Szeredi · 8 years ago
  82. f3a1568 ovl: mark upper merge dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  83. ee1d6d37 ovl: mark upper dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  84. 21a2287 ovl: handle rename when upper doesn't support xattr by Amir Goldstein · 8 years ago
  85. 82b749b ovl: check on mount time if upper fs supports setting xattr by Amir Goldstein · 8 years ago
  86. b948abf Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  87. 5954850 ovl: set the ORIGIN type flag by Amir Goldstein · 8 years ago
  88. 7bcd74b ovl: check if all layers are on the same fs 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. e58bc92 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  92. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  93. 39d3d60 ovl: introduce copy up waitqueue by Amir Goldstein · 8 years ago
  94. 5cf5b47 ovl: opaque cleanup by Miklos Szeredi · 8 years ago
  95. a6c6065 ovl: redirect on rename-dir by Miklos Szeredi · 8 years ago
  96. bbb1e54 ovl: split super.c by Miklos Szeredi · 8 years ago