1. 2c5ca23 Merge tag 'ovl-update-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 2 years, 9 months ago
  2. a2ad63d VFS: add FMODE_CAN_ODIRECT file flag by NeilBrown · 2 years, 10 months ago
  3. bc70682 ovl: support idmapped layers by Christian Brauner · 3 years ago
  4. 8bc0095 ovl: handle idmappings in ovl_xattr_{g,s}et() by Christian Brauner · 3 years ago
  5. 8423b3b ovl: handle idmappings in layer open helpers by Christian Brauner · 3 years ago
  6. 4b7791b ovl: handle idmappings in ovl_permission() by Christian Brauner · 3 years ago
  7. 2878dff ovl: use ovl_copy_{real,upper}attr() wrappers by Christian Brauner · 3 years ago
  8. ffa5723 ovl: store lower path in ovl_inode by Amir Goldstein · 3 years ago
  9. ba9ea77 ovl: handle idmappings for layer lookup by Christian Brauner · 3 years ago
  10. 50db8d0 ovl: handle idmappings for layer fileattrs by Christian Brauner · 3 years ago
  11. dad7017 ovl: use ovl_path_getxattr() wrapper by Christian Brauner · 3 years ago
  12. 22f289c ovl: use ovl_lookup_upper() wrapper by Christian Brauner · 3 years ago
  13. a15506e ovl: use ovl_do_notify_change() wrapper by Christian Brauner · 3 years ago
  14. 1248ea4 ovl: pass layer mnt to ovl_open_realfile() by Amir Goldstein · 3 years ago
  15. 5272eaf ovl: pass ofs to setattr operations by Christian Brauner · 3 years ago
  16. c67cf65 ovl: handle idmappings in creation operations by Christian Brauner · 3 years ago
  17. b65c20a ovl: add ovl_upper_mnt_userns() wrapper by Christian Brauner · 3 years ago
  18. 576bb26 ovl: pass ofs to creation operations by Christian Brauner · 3 years ago
  19. c914c0e ovl: use wrappers to all vfs_*xattr() calls by Amir Goldstein · 3 years ago
  20. fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 3 years ago
  21. 24d7f48 Merge tag 'ovl-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 1 month ago
  22. 94fd197 ovl: don't fail copy up if no fileattr support on upper by Miklos Szeredi · 3 years, 2 months ago
  23. 4ee7e4a ovl: fix NULL pointer dereference in copy up warning by Christoph Fritz · 3 years, 2 months ago
  24. bb49e9e fs: add is_idmapped_mnt() helper by Christian Brauner · 3 years, 3 months ago
  25. 1bdd629 Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 4 months ago
  26. 5b0a414 ovl: fix filattr copy-up failure by Miklos Szeredi · 3 years, 4 months ago
  27. 1f5573c ovl: fix warning in ovl_create_real() by Miklos Szeredi · 3 years, 4 months ago
  28. 9a25440 ovl: fix use after free in struct ovl_aio_req by yangerkun · 3 years, 5 months ago
  29. 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 5 months ago
  30. 1dc1eed ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IO by Miklos Szeredi · 3 years, 5 months ago
  31. a295aef ovl: fix missing negative dentry check in ovl_rename() by Zheng Liang · 3 years, 6 months ago
  32. 332f606 ovl: enable RCU'd ->get_acl() by Miklos Szeredi · 3 years, 7 months ago
  33. 0cad624 vfs: add rcu argument to ->get_acl() callback by Miklos Szeredi · 3 years, 7 months ago
  34. 52d5a0c ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup() by chenying · 3 years, 7 months ago
  35. f945ca1 ovl: use kvalloc in xattr copy-up by Miklos Szeredi · 3 years, 8 months ago
  36. d8991e8 ovl: update ctime when changing fileattr by Chengguang Xu · 4 years ago
  37. b71759e ovl: skip checking lower file's i_writecount on truncate by Chengguang Xu · 3 years, 11 months ago
  38. ffb24e3 ovl: relax lookup error on mismatch origin ftype by Amir Goldstein · 3 years, 11 months ago
  39. 1fc31aa ovl: do not set overlay.opaque for new directories by Vyacheslav Yurkov · 3 years, 10 months ago
  40. ca45275 ovl: add ovl_allow_offline_changes() helper by Vyacheslav Yurkov · 3 years, 10 months ago
  41. e4522bc ovl: disable decoding null uuid with redirect_dir by Vyacheslav Yurkov · 3 years, 10 months ago
  42. 096a218 ovl: consistent behavior for immutable/append-only inodes by Amir Goldstein · 3 years, 9 months ago
  43. 72db821 ovl: copy up sync/noatime fileattr flags by Amir Goldstein · 3 years, 9 months ago
  44. a0c236b ovl: pass ovl_fs to ovl_check_setxattr() by Amir Goldstein · 3 years, 9 months ago
  45. 580c610 ovl: fix uninitialized pointer read in ovl_lookup_real_one() by Miklos Szeredi · 3 years, 7 months ago
  46. 9b91b6b ovl: fix deadlock in splice write by Miklos Szeredi · 3 years, 8 months ago
  47. 9011c27 ovl: skip stale entries in merge dir cache iteration by Amir Goldstein · 3 years, 11 months ago
  48. d652502e Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 10 months ago
  49. a4f7fae Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 11 months ago
  50. d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 11 months ago
  51. 2896900 ovl: fix reference counting in ovl_mmap error path by Christian König · 3 years, 11 months ago
  52. c4fe8ae ovl: remove unneeded ioctls by Miklos Szeredi · 4 years ago
  53. 66dbfab ovl: stack fileattr ops by Miklos Szeredi · 4 years ago
  54. 5e717c6 ovl: add debug print to ovl_do_getxattr() by Amir Goldstein · 4 years ago
  55. 65cd913 ovl: invalidate readdir cache on changes to dir with origin by Amir Goldstein · 4 years ago
  56. 708fa01 ovl: allow upperdir inside lowerdir by Miklos Szeredi · 4 years ago
  57. 321b46b ovl: show "userxattr" in the mount data by Giuseppe Scrivano · 4 years ago
  58. f48bbfb ovl: trivial typo fixes in the file inode.c by Bhaskar Chowdhury · 4 years ago
  59. 597534e ovl: fix misspellings using codespell tool by Xiong Zhenwu · 4 years ago
  60. 568edee ovl: do not copy attr several times by Chengguang Xu · 4 years ago
  61. c68e7ec ovl: remove ovl_map_dev_ino() return value by youngjun · 4 years, 1 month ago
  62. d7b49b1 ovl: fix error for ovl_fill_super() by Chengguang Xu · 4 years ago
  63. 7b279bb ovl: fix missing revert_creds() on error path by Dan Carpenter · 4 years ago
  64. eaab1d4 ovl: fix leaked dentry by Mickaël Salaün · 4 years ago
  65. b0e0f69 ovl: restrict lower null uuid for "xino=auto" by Amir Goldstein · 4 years ago
  66. e21a6c57 ovl: check that upperdir path is not on a read-only mount by Amir Goldstein · 4 years ago
  67. 1f0cb8b ovl: plumb through flush method by Sargun Dhillon · 4 years, 3 months ago
  68. 6e3e2c4 new helper: inode_wrong_type() by Al Viro · 4 years ago
  69. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
  70. 335d3fc ovl: implement volatile-specific fsync error behaviour by Sargun Dhillon · 4 years, 2 months ago
  71. 03fedf9 ovl: skip getxattr of security labels by Amir Goldstein · 4 years, 3 months ago
  72. e04527f ovl: fix dentry leak in ovl_get_redirect by Liangyan · 4 years, 3 months ago
  73. b854cc6 ovl: avoid deadlock on directory ioctl by Miklos Szeredi · 4 years, 2 months ago
  74. 554677b ovl: perform vfs_getxattr() with mounter creds by Miklos Szeredi · 4 years, 1 month ago
  75. 9efb069 ovl: add warning on user_ns mismatch by Miklos Szeredi · 4 years, 1 month ago
  76. 029a52a overlayfs: do not mount on top of idmapped mounts by Christian Brauner · 4 years, 2 months ago
  77. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
  78. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years, 2 months ago
  79. 9fe6145 namei: introduce struct renamedata by Christian Brauner · 4 years, 2 months ago
  80. c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years, 2 months ago
  81. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  82. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  83. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years, 2 months ago
  84. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years, 2 months ago
  85. 0558c1b capability: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  86. 459c7c5 ovl: unprivieged mounts by Miklos Szeredi · 4 years, 3 months ago
  87. 87b2c60 ovl: do not get metacopy for userxattr by Miklos Szeredi · 4 years, 3 months ago
  88. b6650da ovl: do not fail because of O_NOATIME by Miklos Szeredi · 4 years, 3 months ago
  89. 6939f97 ovl: do not fail when setting origin xattr by Miklos Szeredi · 4 years, 3 months ago
  90. 2d2f2d7 ovl: user xattr by Miklos Szeredi · 4 years, 3 months ago
  91. 82a763e ovl: simplify file splice by Miklos Szeredi · 4 years, 3 months ago
  92. 89bdfaf ovl: make ioctl() safe by Miklos Szeredi · 4 years, 3 months ago
  93. c846af0 ovl: check privs before decoding file handle by Miklos Szeredi · 4 years, 3 months ago
  94. c11faf3 ovl: fix incorrect extent info in metacopy case by Chengguang Xu · 4 years, 9 months ago
  95. cef4cbf ovl: expand warning in ovl_d_real() by Miklos Szeredi · 4 years, 4 months ago
  96. 0a8d0b6 ovl: warn about orphan metacopy by Kevin Locke · 4 years, 7 months ago
  97. 5830fb6 ovl: introduce new "uuid=off" option for inodes index feature by Pavel Tikhomirov · 4 years, 5 months ago
  98. 1cdb0cb ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fh by Pavel Tikhomirov · 4 years, 5 months ago
  99. be4df0c ovl: use generic vfs_ioc_setflags_prepare() helper by Amir Goldstein · 4 years, 5 months ago
  100. 61536be ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories by Amir Goldstein · 4 years, 5 months ago