1. bc8df7a ovl: Add an alternative type of whiteout by Alexander Larsson · 1 year, 5 months ago
  2. 162d064 ovl: reorder ovl_want_write() after ovl_inode_lock() by Amir Goldstein · 1 year, 6 months ago
  3. af5f239 ovl: store enum redirect_mode in config instead of a string by Amir Goldstein · 1 year, 7 months ago
  4. e4599d4 ovl: negate the ofs->share_whiteout boolean by Amir Goldstein · 1 year, 7 months ago
  5. 0af950f ovl: move ovl_entry into ovl_inode by Amir Goldstein · 1 year, 9 months ago
  6. b07d5cc ovl: update of dentry revalidate flags after copy up by Amir Goldstein · 1 year, 9 months ago
  7. f2d4014 fs: port inode_init_owner() to mnt_idmap by Christian Brauner · 2 years ago
  8. e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years ago
  9. 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 2 years ago
  10. c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years ago
  11. 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years ago
  12. 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years ago
  13. 6df7cc2 Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 2 years, 1 month ago
  14. 5b0db512 ovl: Use ovl mounter's fsuid and fsgid in ovl_link() by Zhang Tianci · 2 years, 4 months ago
  15. 31acceb ovl: use posix acl api by Christian Brauner · 2 years, 4 months ago
  16. 0e64185 ovl: implement set acl method by Christian Brauner · 2 years, 4 months ago
  17. 6c0a8bf ovl: implement get acl method by Christian Brauner · 2 years, 4 months ago
  18. cac2f8b fs: rename current get acl method by Christian Brauner · 2 years, 4 months ago
  19. 2878dff ovl: use ovl_copy_{real,upper}attr() wrappers by Christian Brauner · 2 years, 9 months ago
  20. dad7017 ovl: use ovl_path_getxattr() wrapper by Christian Brauner · 2 years, 9 months ago
  21. 22f289c ovl: use ovl_lookup_upper() wrapper by Christian Brauner · 2 years, 9 months ago
  22. a15506e ovl: use ovl_do_notify_change() wrapper by Christian Brauner · 2 years, 9 months ago
  23. 5272eaf ovl: pass ofs to setattr operations by Christian Brauner · 2 years, 9 months ago
  24. 576bb26 ovl: pass ofs to creation operations by Christian Brauner · 2 years, 9 months ago
  25. c914c0e ovl: use wrappers to all vfs_*xattr() calls by Amir Goldstein · 2 years, 9 months ago
  26. 1f5573c ovl: fix warning in ovl_create_real() by Miklos Szeredi · 3 years, 2 months ago
  27. a295aef ovl: fix missing negative dentry check in ovl_rename() by Zheng Liang · 3 years, 3 months ago
  28. 52d5a0c ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup() by chenying · 3 years, 5 months ago
  29. 1fc31aa ovl: do not set overlay.opaque for new directories by Vyacheslav Yurkov · 3 years, 7 months ago
  30. a0c236b ovl: pass ovl_fs to ovl_check_setxattr() by Amir Goldstein · 3 years, 7 months ago
  31. 66dbfab ovl: stack fileattr ops by Miklos Szeredi · 3 years, 9 months ago
  32. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
  33. e04527f ovl: fix dentry leak in ovl_get_redirect by Liangyan · 4 years ago
  34. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  35. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years ago
  36. c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years ago
  37. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  38. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  39. 610afc0 ovl: pass ovl_fs down to functions accessing private xattrs by Miklos Szeredi · 4 years, 4 months ago
  40. 28166ab ovl: initialize OVL_UPPERDATA in ovl_lookup() by Vivek Goyal · 4 years, 7 months ago
  41. c21c839 ovl: whiteout inode sharing by Chengguang Xu · 4 years, 9 months ago
  42. 83552ea ovl: fix WARN_ON nlink drop to zero by Miklos Szeredi · 4 years, 9 months ago
  43. cad218a ovl: check if upper fs supports RENAME_WHITEOUT by Amir Goldstein · 4 years, 11 months ago
  44. f428884 ovl: decide if revalidate needed on a per-dentry basis by Miklos Szeredi · 4 years, 10 months ago
  45. 1bd0a3a ovl: use pr_fmt auto generate prefix by lijiazi · 5 years ago
  46. 6889ee5 ovl: relax WARN_ON() on rename to self by Amir Goldstein · 5 years ago
  47. 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
  48. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  49. 253e748 ovl: fix typo in MODULE_PARM_DESC by Nicolas Schier · 6 years ago
  50. acf3062 ovl: relax WARN_ON() for overlapping layers use case by Amir Goldstein · 6 years ago
  51. 91ff20f ovl: fix missing override creds in link of a metacopy upper by Amir Goldstein · 6 years ago
  52. 5e12758 ovl: check whiteout in ovl_create_over_whiteout() by Miklos Szeredi · 6 years ago
  53. 14fa085 ovl: using posix_acl_xattr_size() to get size instead of posix_acl_to_xattr() by Chengguang Xu · 7 years ago
  54. 0e32992 ovl: remove the 'locked' argument of ovl_nlink_{start,end} by Amir Goldstein · 6 years ago
  55. 6cd0787 ovl: fix recursive oi->lock in ovl_link() by Amir Goldstein · 6 years ago
  56. 6faf05c ovl: set I_CREATING on inode being created by Miklos Szeredi · 6 years ago
  57. 4120fe6 ovl: Set redirect on upper inode when it is linked by Vivek Goyal · 7 years ago
  58. 7bb0838 ovl: Set redirect on metacopy files upon rename by Vivek Goyal · 7 years ago
  59. d9854c8 ovl: copy up times by Miklos Szeredi · 6 years ago
  60. 01b39dc ovl: use inode_insert5() to hash a newly created inode by Amir Goldstein · 7 years ago
  61. dd8ac699 ovl: return EIO on internal error by Miklos Szeredi · 7 years ago
  62. f73cc77 ovl: make ovl_create_real() cope with vfs_mkdir() safely by Al Viro · 7 years ago
  63. 137ec52 ovl: create helper ovl_create_temp() by Amir Goldstein · 7 years ago
  64. 95a1c81 ovl: return dentry from ovl_create_real() by Miklos Szeredi · 7 years ago
  65. 471ec5d ovl: struct cattr cleanups by Amir Goldstein · 7 years ago
  66. 6cf0076 ovl: strip debug argument from ovl_do_ helpers by Amir Goldstein · 7 years ago
  67. a8b9e0c ovl: remove WARN_ON() real inode attributes mismatch by Amir Goldstein · 7 years ago
  68. e7dd0e7 ovl: whiteout index when union nlink drops to zero by Amir Goldstein · 7 years ago
  69. 6d0a8a9 ovl: take lower dir inode mutex outside upper sb_writers lock by Amir Goldstein · 7 years ago
  70. da2e6b7 ovl: fix overlay: warning prefix by Amir Goldstein · 7 years ago
  71. f30536f ovl: update cache version of impure parent on rename by Amir Goldstein · 7 years ago
  72. 07f6fff ovl: fix rmdir problem on non-merge dir with origin xattr by zhangyi (F) · 8 years ago
  73. 95e598e ovl: simplify ovl_check_empty_and_clear() by zhangyi (F) · 7 years ago
  74. 5820dc0 ovl: fix missing unlock_rename() in ovl_do_copy_up() by Amir Goldstein · 7 years ago
  75. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  76. 4edb83b ovl: constant d_ino for non-merge dirs by Miklos Szeredi · 7 years ago
  77. ea3dad1 ovl: mark parent impure on ovl_link() by Amir Goldstein · 7 years ago
  78. 5f8415d ovl: persistent overlay inode nlink for indexed inodes by Amir Goldstein · 8 years ago
  79. 55acc66 ovl: add flag for upper in ovl_entry by Miklos Szeredi · 8 years ago
  80. 415543d ovl: cleanup bad and stale index entries on mount by Amir Goldstein · 8 years ago
  81. 09d8b58 ovl: move __upperdentry to ovl_inode by Miklos Szeredi · 8 years ago
  82. 9020df3 ovl: compare inodes by Miklos Szeredi · 8 years ago
  83. f681eb1 ovl: fix nlink leak in ovl_rename() by Amir Goldstein · 8 years ago
  84. f3a1568 ovl: mark upper merge dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  85. ee1d6d37 ovl: mark upper dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  86. 3d27573 ovl: remove unused arg from ovl_lookup_temp() by Miklos Szeredi · 8 years ago
  87. 21a2287 ovl: handle rename when upper doesn't support xattr by Amir Goldstein · 8 years ago
  88. 5b6c905 ovl: persistent inode numbers for upper hardlinks by Amir Goldstein · 8 years ago
  89. 5b71209 ovl: merge getattr for dir and nondir by Miklos Szeredi · 8 years ago
  90. b7a807d ovl: persistent inode number for directories by Amir Goldstein · 8 years ago
  91. 4a99f3c ovl: do not set overlay.opaque on non-dir create by Amir Goldstein · 8 years ago
  92. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  93. 32a3d84 ovl: clean up kstat usage by Al Viro · 8 years ago
  94. 97c684c ovl: create directories inside merged parent opaque by Amir Goldstein · 8 years ago
  95. 5cf5b47 ovl: opaque cleanup by Miklos Szeredi · 8 years ago
  96. 3ea22a7 ovl: allow setting max size of redirect by Miklos Szeredi · 8 years ago
  97. d159511 ovl: check for emptiness of redirect dir by Amir Goldstein · 8 years ago
  98. a6c6065 ovl: redirect on rename-dir by Miklos Szeredi · 8 years ago
  99. 3ee23ff ovl: check lower existence of rename target by Miklos Szeredi · 8 years ago
  100. 370e55a ovl: rename: simplify handling of lower/merged directory by Miklos Szeredi · 8 years ago