1. db69997 ovl: fix missing revert_creds() on error path by Dan Carpenter · 3 years, 8 months ago
  2. a1e6a0d ovl: allow upperdir inside lowerdir by Miklos Szeredi · 3 years, 7 months ago
  3. e8ffaca ovl: expand warning in ovl_d_real() by Miklos Szeredi · 4 years ago
  4. 335a285 ovl: skip getxattr of security labels by Amir Goldstein · 4 years ago
  5. df094aa0 ovl: perform vfs_getxattr() with mounter creds by Miklos Szeredi · 3 years, 10 months ago
  6. ecdd962 ovl: fix dentry leak in ovl_get_redirect by Liangyan · 3 years, 11 months ago
  7. 09b696b ovl: fix unneeded call to ovl_change_flags() by Amir Goldstein · 4 years, 5 months ago
  8. 93f75b0 ovl: relax WARN_ON() when decoding lower directory file handle by Amir Goldstein · 4 years, 5 months ago
  9. 6270654 ovl: inode reference leak in ovl_is_inuse true case. by youngjun · 4 years, 5 months ago
  10. 4996065 ovl: fix regression with re-formatted lower squashfs by Amir Goldstein · 4 years, 4 months ago
  11. 98a3dea ovl: initialize error in ovl_copy_xattr by Yuxuan Shui · 4 years, 6 months ago
  12. 66458aa ovl: fix value of i_ino for lower hardlink corner case by Amir Goldstein · 5 years ago
  13. 0884628 ovl: fix lseek overflow on 32bit by Miklos Szeredi · 4 years, 10 months ago
  14. 809e16a6 ovl: fix wrong WARN_ON() in ovl_cache_update_ino() by Amir Goldstein · 5 years ago
  15. 82a0e25 ovl: relax WARN_ON() on rename to self by Amir Goldstein · 5 years ago
  16. f96384a ovl: fix corner case of non-unique st_dev;st_ino by Amir Goldstein · 5 years ago
  17. 84514aa ovl: fix lookup failure on multi lower squashfs by Amir Goldstein · 5 years ago
  18. 5c2e9f3 ovl: filter of trusted xattr results in audit by Mark Salyzyn · 5 years ago
  19. 97f024b ovl: Fix dereferencing possible ERR_PTR() by Ding Xiang · 5 years ago
  20. 0be0bfd ovl: fix regression caused by overlapping layers detection by Amir Goldstein · 5 years ago
  21. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 5 years ago
  22. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 5 years ago
  23. 6dde1e4 ovl: make i_ino consistent with st_ino in more cases by Amir Goldstein · 5 years ago
  24. 253e748 ovl: fix typo in MODULE_PARM_DESC by Nicolas Schier · 5 years ago
  25. 1dac6f5b ovl: fix bogus -Wmaybe-unitialized warning by Arnd Bergmann · 5 years ago
  26. 9179c21d ovl: don't fail with disconnected lower NFS by Miklos Szeredi · 5 years ago
  27. 941d935 ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls by Amir Goldstein · 5 years ago
  28. 146d62e ovl: detect overlapping layers by Amir Goldstein · 6 years ago
  29. b21d9c43 ovl: support the FS_IOC_FS[SG]ETXATTR ioctls by Amir Goldstein · 5 years ago
  30. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 5 years ago
  31. 7e9890a Merge tag 'ovl-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  32. acf3062 ovl: relax WARN_ON() for overlapping layers use case by Amir Goldstein · 6 years ago
  33. d27fb65 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  34. 98487de ovl: check the capability before cred overridden by Jiufei Xue · 6 years ago
  35. d989903 ovl: do not generate duplicate fsnotify events for "fake" path by Amir Goldstein · 6 years ago
  36. 9e46b84 ovl: support stacked SEEK_HOLE/SEEK_DATA by Amir Goldstein · 6 years ago
  37. 3428030 ovl: fix missing upper fs freeze protection on copy up for ioctl by Amir Goldstein · 6 years ago
  38. 0b269ded overlayfs: make use of ->free_inode() by Al Viro · 6 years ago
  39. 230c640 ovl_lookup_real_one(): don't bother with strlen() by Al Viro · 6 years ago
  40. 993a0b2 ovl: Do not lose security.capability xattr over metadata file copy-up by Vivek Goyal · 6 years ago
  41. 5f32879 ovl: During copy up, first copy up data and then xattrs by Vivek Goyal · 6 years ago
  42. ec7ba11 Revert "ovl: relax permission checking on underlying layers" by Miklos Szeredi · 6 years ago
  43. 155b8a0 ovl: fix decode of dir file handle with multi lower layers by Amir Goldstein · 6 years ago
  44. 91ff20f ovl: fix missing override creds in link of a metacopy upper by Amir Goldstein · 6 years ago
  45. c2aa1a4 Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  46. d47748e ovl: automatically enable redirect_dir on metacopy=on by Miklos Szeredi · 6 years ago
  47. 5e12758 ovl: check whiteout in ovl_create_over_whiteout() by Miklos Szeredi · 6 years ago
  48. df36583 vfs: plumb remap flags through the vfs dedupe functions by Darrick J. Wong · 6 years ago
  49. 452ce65 vfs: plumb remap flags through the vfs clone functions by Darrick J. Wong · 6 years ago
  50. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  51. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  52. 14fa085 ovl: using posix_acl_xattr_size() to get size instead of posix_acl_to_xattr() by Chengguang Xu · 6 years ago
  53. 1e92e30 ovl: abstract ovl_inode lock with a helper by Amir Goldstein · 6 years ago
  54. 0e32992 ovl: remove the 'locked' argument of ovl_nlink_{start,end} by Amir Goldstein · 6 years ago
  55. 9df085f ovl: relax requirement for non null uuid of lower fs by Amir Goldstein · 6 years ago
  56. 6b52243 ovl: fold copy-up helpers into callers by Miklos Szeredi · 6 years ago
  57. b10cdcd ovl: untangle copy up call chain by Amir Goldstein · 6 years ago
  58. 007ea44 ovl: relax permission checking on underlying layers by Miklos Szeredi · 6 years ago
  59. 6cd0787 ovl: fix recursive oi->lock in ovl_link() by Amir Goldstein · 6 years ago
  60. 1f244dc ovl: clean up error handling in ovl_get_tmpfile() by Miklos Szeredi · 6 years ago
  61. babf477 ovl: fix error handling in ovl_verify_set_fh() by Amir Goldstein · 6 years ago
  62. 1a8f8d2 ovl: fix format of setxattr debug by Miklos Szeredi · 6 years ago
  63. 601350f ovl: fix access beyond unterminated strings by Amir Goldstein · 6 years ago
  64. 69383c5 ovl: make symbol 'ovl_aops' static by Wei Yongjun · 6 years ago
  65. a725356 vfs: swap names of {do,vfs}_clone_file_range() by Amir Goldstein · 6 years ago
  66. d9d150a ovl: fix freeze protection bypass in ovl_clone_file_range() by Amir Goldstein · 6 years ago
  67. 898cc19 ovl: fix freeze protection bypass in ovl_write_iter() by Amir Goldstein · 6 years ago
  68. 63e1325 ovl: fix memory leak on unlink of indexed file by Amir Goldstein · 6 years ago
  69. 8c25741 ovl: fix oopses in ovl_fill_super() failure paths by Miklos Szeredi · 6 years ago
  70. b833a36 ovl: add ovl_fadvise() by Amir Goldstein · 6 years ago
  71. 5b910bd ovl: fix GPF in swapfile_activate of file from overlayfs over xfs by Amir Goldstein · 6 years ago
  72. 80d3481 ovl: respect FIEMAP_FLAG_SYNC flag by Amir Goldstein · 6 years ago
  73. 6faf05c ovl: set I_CREATING on inode being created by Miklos Szeredi · 6 years ago
  74. 989974c ovl: Enable metadata only feature by Vivek Goyal · 7 years ago
  75. 935a074 ovl: Do not do metacopy only for ioctl modifying file attr by Vivek Goyal · 7 years ago
  76. 997336f ovl: Do not do metadata only copy-up for truncate operation by Vivek Goyal · 7 years ago
  77. d1e6f6a ovl: add helper to force data copy-up by Vivek Goyal · 7 years ago
  78. 0a2d0d3 ovl: Check redirect on index as well by Vivek Goyal · 7 years ago
  79. 4120fe6 ovl: Set redirect on upper inode when it is linked by Vivek Goyal · 7 years ago
  80. 7bb0838 ovl: Set redirect on metacopy files upon rename by Vivek Goyal · 7 years ago
  81. 6012487 ovl: Do not set dentry type ORIGIN for broken hardlinks by Vivek Goyal · 7 years ago
  82. a00c2d5 ovl: Add an inode flag OVL_CONST_INO by Vivek Goyal · 7 years ago
  83. 0b17c28 ovl: Treat metacopy dentries as type OVL_PATH_MERGE by Vivek Goyal · 7 years ago
  84. b8a8824 ovl: Check redirects for metacopy files by Vivek Goyal · 7 years ago
  85. 0618a81 ovl: Move some dir related ovl_lookup_single() code in else block by Vivek Goyal · 7 years ago
  86. 2c3d735 ovl: Do not expose metacopy only dentry from d_real() by Vivek Goyal · 7 years ago
  87. 8c444d2 ovl: Open file with data except for the case of fsync by Vivek Goyal · 7 years ago
  88. 4823d49 ovl: Add helper ovl_inode_realdata() by Vivek Goyal · 7 years ago
  89. 2664bd0 ovl: Store lower data inode in ovl_inode by Vivek Goyal · 7 years ago
  90. 67d756c2 ovl: Fix ovl_getattr() to get number of blocks from lower by Vivek Goyal · 7 years ago
  91. 647d253 ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry by Vivek Goyal · 7 years ago
  92. 4f93b42 ovl: Copy up meta inode data from lowest data inode by Vivek Goyal · 7 years ago
  93. 9d3dfea ovl: Modify ovl_lookup() and friends to lookup metacopy dentry by Vivek Goyal · 7 years ago
  94. 027065b ovl: Use out_err instead of out_nomem by Vivek Goyal · 7 years ago
  95. 0c28887 ovl: A new xattr OVL_XATTR_METACOPY for file on upper by Vivek Goyal · 7 years ago
  96. 2002df8 ovl: Add helper ovl_already_copied_up() by Vivek Goyal · 7 years ago
  97. 44d5bf1 ovl: Copy up only metadata during copy up where it makes sense by Vivek Goyal · 7 years ago
  98. bd64e57 ovl: During copy up, first copy up metadata and then data by Vivek Goyal · 7 years ago
  99. d579104 ovl: Provide a mount option metacopy=on/off for metadata copyup by Vivek Goyal · 7 years ago
  100. d6eac03 ovl: Move the copy up helpers to copy_up.c by Vivek Goyal · 7 years ago