1. 1f5573c ovl: fix warning in ovl_create_real() by Miklos Szeredi · 3 years, 2 months ago
  2. 0cad624 vfs: add rcu argument to ->get_acl() callback by Miklos Szeredi · 3 years, 4 months ago
  3. ca45275 ovl: add ovl_allow_offline_changes() helper by Vyacheslav Yurkov · 3 years, 7 months ago
  4. 096a218 ovl: consistent behavior for immutable/append-only inodes by Amir Goldstein · 3 years, 6 months ago
  5. 72db821 ovl: copy up sync/noatime fileattr flags by Amir Goldstein · 3 years, 6 months ago
  6. a0c236b ovl: pass ovl_fs to ovl_check_setxattr() by Amir Goldstein · 3 years, 6 months ago
  7. d652502e Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 8 months ago
  8. c4fe8ae ovl: remove unneeded ioctls by Miklos Szeredi · 3 years, 9 months ago
  9. 66dbfab ovl: stack fileattr ops by Miklos Szeredi · 3 years, 9 months ago
  10. 5e717c6 ovl: add debug print to ovl_do_getxattr() by Amir Goldstein · 3 years, 9 months ago
  11. 65cd913 ovl: invalidate readdir cache on changes to dir with origin by Amir Goldstein · 3 years, 9 months ago
  12. 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
  13. 335d3fc ovl: implement volatile-specific fsync error behaviour by Sargun Dhillon · 4 years ago
  14. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  15. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years ago
  16. 9fe6145 namei: introduce struct renamedata by Christian Brauner · 4 years ago
  17. c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years ago
  18. 2d2f2d7 ovl: user xattr by Miklos Szeredi · 4 years ago
  19. 1cdb0cb ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fh by Pavel Tikhomirov · 4 years, 3 months ago
  20. 61536be ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories by Amir Goldstein · 4 years, 3 months ago
  21. 43d193f ovl: enumerate private xattrs by Miklos Szeredi · 4 years, 4 months ago
  22. 610afc0 ovl: pass ovl_fs down to functions accessing private xattrs by Miklos Szeredi · 4 years, 4 months ago
  23. 26150ab ovl: drop flags argument from ovl_do_setxattr() by Miklos Szeredi · 4 years, 4 months ago
  24. d5dc748 ovl: use ovl_do_getxattr() for private xattr by Miklos Szeredi · 4 years, 4 months ago
  25. fee0f29 duplicate ovl_getxattr() by Miklos Szeredi · 4 years, 4 months ago
  26. 5ac8e80 ovl: change ovl_copy_up_flags static by youngjun · 4 years, 6 months ago
  27. 74c6e38 ovl: make oip->index bool by Miklos Szeredi · 4 years, 7 months ago
  28. 522f6e6 ovl: fix out of bounds access warning in ovl_check_fb_len() by Amir Goldstein · 4 years, 7 months ago
  29. c21c839 ovl: whiteout inode sharing by Chengguang Xu · 4 years, 8 months ago
  30. 3011645 ovl: cleanup non-empty directories in ovl_indexdir_cleanup() by Amir Goldstein · 4 years, 9 months ago
  31. 926e94d ovl: enable xino automatically in more cases by Amir Goldstein · 4 years, 10 months ago
  32. 0efbe7c ovl: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  33. cad218a ovl: check if upper fs supports RENAME_WHITEOUT by Amir Goldstein · 4 years, 10 months ago
  34. f428884 ovl: decide if revalidate needed on a per-dentry basis by Miklos Szeredi · 4 years, 10 months ago
  35. 62c832e ovl: simplify i_ino initialization by Amir Goldstein · 5 years ago
  36. 531d304 ovl: fix lock in ovl_llseek() by Amir Goldstein · 4 years, 10 months ago
  37. 2406a30 ovl: implement async IO routines by Jiufei Xue · 5 years ago
  38. 1346416 ovl: layer is const by Miklos Szeredi · 5 years ago
  39. 0f831ec ovl: simplify ovl_same_sb() helper by Amir Goldstein · 5 years ago
  40. 1bd0a3a ovl: use pr_fmt auto generate prefix by lijiazi · 5 years ago
  41. cbe7fba ovl: make sure that real fid is 32bit aligned in memory by Amir Goldstein · 5 years ago
  42. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  43. 146d62e ovl: detect overlapping layers by Amir Goldstein · 6 years ago
  44. 3428030 ovl: fix missing upper fs freeze protection on copy up for ioctl by Amir Goldstein · 6 years ago
  45. 993a0b2 ovl: Do not lose security.capability xattr over metadata file copy-up by Vivek Goyal · 6 years ago
  46. 1e92e30 ovl: abstract ovl_inode lock with a helper by Amir Goldstein · 6 years ago
  47. 0e32992 ovl: remove the 'locked' argument of ovl_nlink_{start,end} by Amir Goldstein · 6 years ago
  48. 1a8f8d2 ovl: fix format of setxattr debug by Miklos Szeredi · 6 years ago
  49. d1e6f6a ovl: add helper to force data copy-up by Vivek Goyal · 7 years ago
  50. 0a2d0d3 ovl: Check redirect on index as well by Vivek Goyal · 7 years ago
  51. a00c2d5 ovl: Add an inode flag OVL_CONST_INO by Vivek Goyal · 7 years ago
  52. 4823d49 ovl: Add helper ovl_inode_realdata() by Vivek Goyal · 7 years ago
  53. 2664bd0 ovl: Store lower data inode in ovl_inode by Vivek Goyal · 7 years ago
  54. 67d756c2 ovl: Fix ovl_getattr() to get number of blocks from lower by Vivek Goyal · 7 years ago
  55. 647d253 ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry by Vivek Goyal · 7 years ago
  56. 4f93b42 ovl: Copy up meta inode data from lowest data inode by Vivek Goyal · 7 years ago
  57. 9d3dfea ovl: Modify ovl_lookup() and friends to lookup metacopy dentry by Vivek Goyal · 7 years ago
  58. 0c28887 ovl: A new xattr OVL_XATTR_METACOPY for file on upper by Vivek Goyal · 7 years ago
  59. 2002df8 ovl: Add helper ovl_already_copied_up() by Vivek Goyal · 7 years ago
  60. d6eac03 ovl: Move the copy up helpers to copy_up.c by Vivek Goyal · 7 years ago
  61. 9cec54c ovl: Initialize ovl_inode->redirect in ovl_get_inode() by Vivek Goyal · 7 years ago
  62. d1d04ef ovl: stack file ops by Miklos Szeredi · 6 years ago
  63. 46e5d0a ovl: copy up file size as well by Miklos Szeredi · 6 years ago
  64. 4f35729 ovl: copy up inode flags by Miklos Szeredi · 6 years ago
  65. d9854c8 ovl: copy up times by Miklos Szeredi · 6 years ago
  66. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  67. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  68. 01b39dc ovl: use inode_insert5() to hash a newly created inode by Amir Goldstein · 7 years ago
  69. ac6a52e ovl: Pass argument to ovl_get_inode() in a structure by Vivek Goyal · 7 years ago
  70. 137ec52 ovl: create helper ovl_create_temp() by Amir Goldstein · 7 years ago
  71. 95a1c81 ovl: return dentry from ovl_create_real() by Miklos Szeredi · 7 years ago
  72. 471ec5d ovl: struct cattr cleanups by Amir Goldstein · 7 years ago
  73. 6cf0076 ovl: strip debug argument from ovl_do_ helpers by Amir Goldstein · 7 years ago
  74. 12574a9 ovl: consistent i_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  75. e487d88 ovl: constant st_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  76. da309e8 ovl: factor out ovl_map_dev_ino() helper by Amir Goldstein · 7 years ago
  77. 8a22efa ovl: do not try to reconnect a disconnected origin dentry by Amir Goldstein · 7 years ago
  78. 5b2cccd ovl: disambiguate ovl_encode_fh() by Amir Goldstein · 7 years ago
  79. 2ca3c14 ovl: check lower ancestry on encode of lower dir file handle by Amir Goldstein · 7 years ago
  80. 0617015 ovl: lookup indexed ancestor of lower dir by Amir Goldstein · 7 years ago
  81. 4b91c30 ovl: lookup connected ancestor of dir in inode cache by Amir Goldstein · 7 years ago
  82. 3b0bfc6 ovl: decode indexed dir file handles by Amir Goldstein · 7 years ago
  83. 9436a1a ovl: decode lower file handles of unlinked but open files by Amir Goldstein · 7 years ago
  84. f941866 ovl: decode lower non-dir file handles by Amir Goldstein · 7 years ago
  85. 8556a42 ovl: decode pure upper file handles by Amir Goldstein · 7 years ago
  86. 8ed5eec ovl: encode pure upper file handles by Amir Goldstein · 7 years ago
  87. c62520a ovl: store 'has_upper' and 'opaque' as bit flags by Amir Goldstein · 7 years ago
  88. 0aceb53 ovl: do not pass overlay dentry to ovl_get_inode() by Amir Goldstein · 7 years ago
  89. 91ffe7b ovl: factor out ovl_get_index_fh() helper by Amir Goldstein · 7 years ago
  90. e7dd0e7 ovl: whiteout index when union nlink drops to zero by Amir Goldstein · 7 years ago
  91. 24b33ee ovl: create ovl_need_index() helper by Amir Goldstein · 7 years ago
  92. ad1d615 ovl: use directory index entries for consistency verification by Amir Goldstein · 7 years ago
  93. f168f10 ovl: add support for "nfs_export" configuration by Amir Goldstein · 7 years ago
  94. 0512244 ovl: generalize ovl_verify_origin() and helpers by Amir Goldstein · 7 years ago
  95. 1eff1a1 ovl: simplify arguments to ovl_check_origin_fh() by Amir Goldstein · 7 years ago
  96. 9678e63 ovl: fix inconsistent d_ino for legacy merge dir by Amir Goldstein · 7 years ago
  97. 7879cb4 ovl: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  98. d976807 ovl: remove unneeded arg from ovl_verify_origin() by Amir Goldstein · 7 years ago
  99. b934363 ovl: re-structure overlay lower layers in-memory by Chandan Rajendra · 7 years ago
  100. ee023c3 ovl: move include of ovl_entry.h into overlayfs.h by Amir Goldstein · 7 years ago