1. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  2. 335d3fc ovl: implement volatile-specific fsync error behaviour by Sargun Dhillon · 4 years ago
  3. 03fedf9 ovl: skip getxattr of security labels by Amir Goldstein · 4 years ago
  4. e04527f ovl: fix dentry leak in ovl_get_redirect by Liangyan · 4 years ago
  5. b854cc6 ovl: avoid deadlock on directory ioctl by Miklos Szeredi · 4 years ago
  6. 554677b ovl: perform vfs_getxattr() with mounter creds by Miklos Szeredi · 4 years ago
  7. 9efb069 ovl: add warning on user_ns mismatch by Miklos Szeredi · 4 years ago
  8. 029a52a overlayfs: do not mount on top of idmapped mounts by Christian Brauner · 4 years ago
  9. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  10. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years ago
  11. 9fe6145 namei: introduce struct renamedata by Christian Brauner · 4 years ago
  12. c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years ago
  13. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
  14. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  15. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  16. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  17. 0558c1b capability: handle idmapped mounts by Christian Brauner · 4 years ago
  18. 459c7c5 ovl: unprivieged mounts by Miklos Szeredi · 4 years, 1 month ago
  19. 87b2c60 ovl: do not get metacopy for userxattr by Miklos Szeredi · 4 years, 1 month ago
  20. b6650da ovl: do not fail because of O_NOATIME by Miklos Szeredi · 4 years, 1 month ago
  21. 6939f97 ovl: do not fail when setting origin xattr by Miklos Szeredi · 4 years, 1 month ago
  22. 2d2f2d7 ovl: user xattr by Miklos Szeredi · 4 years, 1 month ago
  23. 82a763e ovl: simplify file splice by Miklos Szeredi · 4 years, 1 month ago
  24. 89bdfaf ovl: make ioctl() safe by Miklos Szeredi · 4 years, 1 month ago
  25. c846af0 ovl: check privs before decoding file handle by Miklos Szeredi · 4 years, 1 month ago
  26. c11faf3 ovl: fix incorrect extent info in metacopy case by Chengguang Xu · 4 years, 6 months ago
  27. cef4cbf ovl: expand warning in ovl_d_real() by Miklos Szeredi · 4 years, 2 months ago
  28. 0a8d0b6 ovl: warn about orphan metacopy by Kevin Locke · 4 years, 4 months ago
  29. 5830fb6 ovl: introduce new "uuid=off" option for inodes index feature by Pavel Tikhomirov · 4 years, 3 months ago
  30. 1cdb0cb ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fh by Pavel Tikhomirov · 4 years, 3 months ago
  31. be4df0c ovl: use generic vfs_ioc_setflags_prepare() helper by Amir Goldstein · 4 years, 3 months ago
  32. 61536be ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories by Amir Goldstein · 4 years, 3 months ago
  33. 8f6ee74 ovl: rearrange ovl_can_list() by Miklos Szeredi · 4 years, 4 months ago
  34. 43d193f ovl: enumerate private xattrs by Miklos Szeredi · 4 years, 4 months ago
  35. 610afc0 ovl: pass ovl_fs down to functions accessing private xattrs by Miklos Szeredi · 4 years, 4 months ago
  36. 26150ab ovl: drop flags argument from ovl_do_setxattr() by Miklos Szeredi · 4 years, 4 months ago
  37. 7109704 ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs by Miklos Szeredi · 4 years, 4 months ago
  38. d5dc748 ovl: use ovl_do_getxattr() for private xattr by Miklos Szeredi · 4 years, 4 months ago
  39. 92f0d6c ovl: fold ovl_getxattr() into ovl_get_redirect_xattr() by Miklos Szeredi · 4 years, 4 months ago
  40. de7a52c ovl: clean up ovl_getxattr() in copy_up.c by Miklos Szeredi · 4 years, 4 months ago
  41. fee0f29 duplicate ovl_getxattr() by Miklos Szeredi · 4 years, 4 months ago
  42. c86243b0 ovl: provide a mount option "volatile" by Vivek Goyal · 4 years, 4 months ago
  43. 235ce9e ovl: check for incompatible features in work dir by Amir Goldstein · 4 years, 4 months ago
  44. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  45. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  46. 4518dfc ovl: fix lookup of indexed hardlinks with metacopy by Amir Goldstein · 4 years, 6 months ago
  47. 81a33c1 ovl: fix unneeded call to ovl_change_flags() by Amir Goldstein · 4 years, 7 months ago
  48. f0e1266e ovl: fix mount option checks for nfs_export with no upperdir by Amir Goldstein · 4 years, 6 months ago
  49. 470c156 ovl: force read-only sb on failure to create index dir by Amir Goldstein · 4 years, 6 months ago
  50. a888db3 ovl: fix regression with re-formatted lower squashfs by Amir Goldstein · 4 years, 6 months ago
  51. 2039636 ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=on by Amir Goldstein · 4 years, 7 months ago
  52. 124c2de ovl: relax WARN_ON() when decoding lower directory file handle by Amir Goldstein · 4 years, 7 months ago
  53. d78a0dc ovl: remove not used argument in ovl_check_origin by youngjun · 4 years, 7 months ago
  54. 5ac8e80 ovl: change ovl_copy_up_flags static by youngjun · 4 years, 7 months ago
  55. 24f1400 ovl: inode reference leak in ovl_is_inuse true case. by youngjun · 4 years, 7 months ago
  56. 52435c8 Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 4 years, 7 months ago
  57. 2068cf7 ovl: remove unnecessary lock check by youngjun · 4 years, 7 months ago
  58. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  59. 74c6e38 ovl: make oip->index bool by Miklos Szeredi · 4 years, 7 months ago
  60. b778e1e ovl: only pass ->ki_flags to ovl_iocb_to_rwf() by Miklos Szeredi · 4 years, 7 months ago
  61. df820f8 ovl: make private mounts longterm by Miklos Szeredi · 4 years, 7 months ago
  62. b8e42a6 ovl: get rid of redundant members in struct ovl_fs by Miklos Szeredi · 4 years, 7 months ago
  63. 08f4c7c ovl: add accessor for ofs->upper_mnt by Miklos Szeredi · 4 years, 7 months ago
  64. 520da69 ovl: initialize error in ovl_copy_xattr by Yuxuan Shui · 4 years, 7 months ago
  65. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 7 months ago
  66. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
  67. 1434a65 ovl: drop negative dentry in upper layer by Chengguang Xu · 4 years, 7 months ago
  68. 05acefb ovl: check permission to open real file by Miklos Szeredi · 4 years, 7 months ago
  69. 292f902 ovl: call secutiry hook in ovl_real_ioctl() by Miklos Szeredi · 4 years, 7 months ago
  70. 56230d9 ovl: verify permissions in ovl_path_open() by Miklos Szeredi · 4 years, 7 months ago
  71. 48bd024 ovl: switch to mounter creds in readdir by Miklos Szeredi · 4 years, 7 months ago
  72. 130fdbc ovl: pass correct flags for opening real directory by Miklos Szeredi · 4 years, 7 months ago
  73. 21d8d66 ovl: fix redirect traversal on metacopy dentries by Vivek Goyal · 4 years, 7 months ago
  74. 28166ab ovl: initialize OVL_UPPERDATA in ovl_lookup() by Vivek Goyal · 4 years, 7 months ago
  75. 6815f47 ovl: use only uppermetacopy state in ovl_lookup() by Vivek Goyal · 4 years, 7 months ago
  76. 59fb201 ovl: simplify setting of origin for index lookup by Vivek Goyal · 4 years, 7 months ago
  77. 522f6e6 ovl: fix out of bounds access warning in ovl_check_fb_len() by Amir Goldstein · 4 years, 7 months ago
  78. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  79. 144da23 ovl: return required buffer size for file handles by Lubos Dolezel · 4 years, 8 months ago
  80. 399c109 ovl: sync dirty data when remounting to ro mode by Chengguang Xu · 4 years, 9 months ago
  81. c21c839 ovl: whiteout inode sharing by Chengguang Xu · 4 years, 8 months ago
  82. 654255f ovl: inherit SB_NOSEC flag from upperdir by Jeffle Xu · 4 years, 8 months ago
  83. 32b1924b2 ovl: skip overlayfs superblocks at global sync by Konstantin Khlebnikov · 4 years, 9 months ago
  84. 62a8a85 ovl: index dir act as work dir by Amir Goldstein · 4 years, 9 months ago
  85. 773cb4c ovl: prepare to copy up without workdir by Amir Goldstein · 4 years, 9 months ago
  86. 3011645 ovl: cleanup non-empty directories in ovl_indexdir_cleanup() by Amir Goldstein · 4 years, 9 months ago
  87. b0def88 ovl: resolve more conflicting mount options by Amir Goldstein · 4 years, 9 months ago
  88. 9aafc1b ovl: potential crash in ovl_fid_to_fh() by Dan Carpenter · 4 years, 8 months ago
  89. 15fd2ea ovl: clear ATTR_OPEN from attr->ia_valid by Vivek Goyal · 4 years, 9 months ago
  90. e67f021 ovl: clear ATTR_FILE from attr->ia_valid by Vivek Goyal · 4 years, 9 months ago
  91. 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 9 months ago
  92. 926e94d ovl: enable xino automatically in more cases by Amir Goldstein · 4 years, 11 months ago
  93. dfe51d4 ovl: avoid possible inode number collisions with xino=on by Amir Goldstein · 4 years, 11 months ago
  94. 4d314f7 ovl: use a private non-persistent ino pool by Amir Goldstein · 4 years, 11 months ago
  95. 83552ea ovl: fix WARN_ON nlink drop to zero by Miklos Szeredi · 4 years, 9 months ago
  96. a5a8468 ovl: fix a typo in comment by Chengguang Xu · 5 years ago
  97. 0efbe7c ovl: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  98. 504f384 ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for old by Al Viro · 5 years ago
  99. d80172c ovl: strict upper fs requirements for remote upper fs by Amir Goldstein · 4 years, 11 months ago
  100. cad218a ovl: check if upper fs supports RENAME_WHITEOUT by Amir Goldstein · 4 years, 11 months ago