1. 6faf05c ovl: set I_CREATING on inode being created by Miklos Szeredi · 6 years ago
  2. 989974c ovl: Enable metadata only feature by Vivek Goyal · 7 years ago
  3. 935a074 ovl: Do not do metacopy only for ioctl modifying file attr by Vivek Goyal · 7 years ago
  4. 997336f ovl: Do not do metadata only copy-up for truncate operation by Vivek Goyal · 7 years ago
  5. d1e6f6a ovl: add helper to force data copy-up by Vivek Goyal · 7 years ago
  6. 0a2d0d3 ovl: Check redirect on index as well by Vivek Goyal · 7 years ago
  7. 4120fe6 ovl: Set redirect on upper inode when it is linked by Vivek Goyal · 7 years ago
  8. 7bb0838 ovl: Set redirect on metacopy files upon rename by Vivek Goyal · 7 years ago
  9. 6012487 ovl: Do not set dentry type ORIGIN for broken hardlinks by Vivek Goyal · 7 years ago
  10. a00c2d5 ovl: Add an inode flag OVL_CONST_INO by Vivek Goyal · 7 years ago
  11. 0b17c28 ovl: Treat metacopy dentries as type OVL_PATH_MERGE by Vivek Goyal · 7 years ago
  12. b8a8824 ovl: Check redirects for metacopy files by Vivek Goyal · 7 years ago
  13. 0618a81 ovl: Move some dir related ovl_lookup_single() code in else block by Vivek Goyal · 7 years ago
  14. 2c3d735 ovl: Do not expose metacopy only dentry from d_real() by Vivek Goyal · 7 years ago
  15. 8c444d2 ovl: Open file with data except for the case of fsync by Vivek Goyal · 7 years ago
  16. 4823d49 ovl: Add helper ovl_inode_realdata() by Vivek Goyal · 7 years ago
  17. 2664bd0 ovl: Store lower data inode in ovl_inode by Vivek Goyal · 7 years ago
  18. 67d756c2 ovl: Fix ovl_getattr() to get number of blocks from lower by Vivek Goyal · 7 years ago
  19. 647d253 ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry by Vivek Goyal · 7 years ago
  20. 4f93b42 ovl: Copy up meta inode data from lowest data inode by Vivek Goyal · 7 years ago
  21. 9d3dfea ovl: Modify ovl_lookup() and friends to lookup metacopy dentry by Vivek Goyal · 7 years ago
  22. 027065b ovl: Use out_err instead of out_nomem by Vivek Goyal · 7 years ago
  23. 0c28887 ovl: A new xattr OVL_XATTR_METACOPY for file on upper by Vivek Goyal · 7 years ago
  24. 2002df8 ovl: Add helper ovl_already_copied_up() by Vivek Goyal · 7 years ago
  25. 44d5bf1 ovl: Copy up only metadata during copy up where it makes sense by Vivek Goyal · 7 years ago
  26. bd64e57 ovl: During copy up, first copy up metadata and then data by Vivek Goyal · 7 years ago
  27. d579104 ovl: Provide a mount option metacopy=on/off for metadata copyup by Vivek Goyal · 7 years ago
  28. d6eac03 ovl: Move the copy up helpers to copy_up.c by Vivek Goyal · 7 years ago
  29. 9cec54c ovl: Initialize ovl_inode->redirect in ovl_get_inode() by Vivek Goyal · 7 years ago
  30. 670c232 ovl: obsolete "check_copy_up" module option by Miklos Szeredi · 6 years ago
  31. fb16043 vfs: remove open_flags from d_real() by Miklos Szeredi · 6 years ago
  32. de2a4a5 Partially revert "locks: fix file locking on overlayfs" by Miklos Szeredi · 6 years ago
  33. 4ab3031 Revert "vfs: add flags to d_real()" by Miklos Szeredi · 6 years ago
  34. 88059de Revert "ovl: fix relatime for directories" by Miklos Szeredi · 6 years ago
  35. 8ede205 ovl: add reflink/copyfile/dedup support by Miklos Szeredi · 6 years ago
  36. f7c7239 ovl: add O_DIRECT support by Miklos Szeredi · 6 years ago
  37. 9e142c4 ovl: add ovl_fiemap() by Miklos Szeredi · 6 years ago
  38. dab5ca8 ovl: add lsattr/chattr support by Miklos Szeredi · 6 years ago
  39. aab8848 ovl: add ovl_fallocate() by Miklos Szeredi · 6 years ago
  40. 2f50283 ovl: add ovl_mmap() by Miklos Szeredi · 6 years ago
  41. de30dfd ovl: add ovl_fsync() by Miklos Szeredi · 6 years ago
  42. 2a92e07 ovl: add ovl_write_iter() by Miklos Szeredi · 6 years ago
  43. 16914e6 ovl: add ovl_read_iter() by Miklos Szeredi · 6 years ago
  44. 2ef66b8 ovl: add helper to return real file by Miklos Szeredi · 6 years ago
  45. d1d04ef ovl: stack file ops by Miklos Szeredi · 6 years ago
  46. e8c985b ovl: deal with overlay files in ovl_d_real() by Miklos Szeredi · 6 years ago
  47. 46e5d0a ovl: copy up file size as well by Miklos Szeredi · 6 years ago
  48. 5812160 Revert "Revert "ovl: get_write_access() in truncate"" by Miklos Szeredi · 6 years ago
  49. 4f35729 ovl: copy up inode flags by Miklos Szeredi · 6 years ago
  50. d9854c8 ovl: copy up times by Miklos Szeredi · 6 years ago
  51. 6781069 ovl: fix wrong use of impure dir cache in ovl_iterate() by Amir Goldstein · 6 years ago
  52. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  53. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  54. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  55. 01b39dc ovl: use inode_insert5() to hash a newly created inode by Amir Goldstein · 7 years ago
  56. ac6a52e ovl: Pass argument to ovl_get_inode() in a structure by Vivek Goyal · 7 years ago
  57. b148cba ovl: clean up copy-up error paths by Miklos Szeredi · 7 years ago
  58. dd8ac699 ovl: return EIO on internal error by Miklos Szeredi · 7 years ago
  59. f73cc77 ovl: make ovl_create_real() cope with vfs_mkdir() safely by Al Viro · 7 years ago
  60. 137ec52 ovl: create helper ovl_create_temp() by Amir Goldstein · 7 years ago
  61. 95a1c81 ovl: return dentry from ovl_create_real() by Miklos Szeredi · 7 years ago
  62. 471ec5d ovl: struct cattr cleanups by Amir Goldstein · 7 years ago
  63. 6cf0076 ovl: strip debug argument from ovl_do_ helpers by Amir Goldstein · 7 years ago
  64. a8b9e0c ovl: remove WARN_ON() real inode attributes mismatch by Amir Goldstein · 7 years ago
  65. 4280f74 ovl: Kconfig documentation fixes by Miklos Szeredi · 7 years ago
  66. 795939a ovl: add support for "xino" mount and config options by Amir Goldstein · 7 years ago
  67. adbf4f7 ovl: consistent d_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  68. 12574a9 ovl: consistent i_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  69. e487d88 ovl: constant st_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  70. 5148626 ovl: allocate anon bdev per unique lower fs by Amir Goldstein · 7 years ago
  71. da309e8 ovl: factor out ovl_map_dev_ino() helper by Amir Goldstein · 7 years ago
  72. 8f35cf5 ovl: cleanup ovl_update_time() by Miklos Szeredi · 7 years ago
  73. 3a29177 ovl: add WARN_ON() for non-dir redirect cases by Miklos Szeredi · 7 years ago
  74. 0471a9c ovl: cleanup setting OVL_INDEX by Vivek Goyal · 7 years ago
  75. 102b0d1 ovl: set d->is_dir and d->opaque for last path element by Vivek Goyal · 7 years ago
  76. e9b77f9 ovl: Do not check for redirect if this is last layer by Vivek Goyal · 7 years ago
  77. 8b58924 ovl: lookup in inode cache first when decoding lower file handle by Amir Goldstein · 7 years ago
  78. 8a22efa ovl: do not try to reconnect a disconnected origin dentry by Amir Goldstein · 7 years ago
  79. 5b2cccd ovl: disambiguate ovl_encode_fh() by Amir Goldstein · 7 years ago
  80. 9f99e50 ovl: set lower layer st_dev only if setting lower st_ino by Amir Goldstein · 7 years ago
  81. 3ec9b3f ovl: fix lookup with middle layer opaque dir and absolute path redirects by Amir Goldstein · 7 years ago
  82. 452061f ovl: Set d->last properly during lookup by Vivek Goyal · 7 years ago
  83. 695b46e ovl: set i_ino to the value of st_ino for NFS export by Amir Goldstein · 7 years ago
  84. 36cd95df ovl: update Kconfig texts by Miklos Szeredi · 7 years ago
  85. d1fe96c ovl: redirect_dir=nofollow should not follow redirect for opaque lower by Vivek Goyal · 7 years ago
  86. b5095f2 ovl: fix ptr_ret.cocci warnings by Fengguang Wu · 7 years ago
  87. 7168179 ovl: check ERR_PTR() return value from ovl_lookup_real() by Amir Goldstein · 7 years ago
  88. 2ca3c14 ovl: check lower ancestry on encode of lower dir file handle by Amir Goldstein · 7 years ago
  89. 764baba ovl: hash non-dir by lower inode for fsnotify by Amir Goldstein · 7 years ago
  90. 9b6faee ovl: check ERR_PTR() return value from ovl_encode_fh() by Amir Goldstein · 7 years ago
  91. 2aed489 ovl: fix regression in fsnotify of overlay merge dir by Amir Goldstein · 7 years ago
  92. 8383f17 ovl: wire up NFS export operations by Amir Goldstein · 7 years ago
  93. 0617015 ovl: lookup indexed ancestor of lower dir by Amir Goldstein · 7 years ago
  94. 4b91c30 ovl: lookup connected ancestor of dir in inode cache by Amir Goldstein · 7 years ago
  95. 7a9dade ovl: hash non-indexed dir by upper inode for NFS export by Amir Goldstein · 7 years ago
  96. 9889251 ovl: decode pure lower dir file handles by Amir Goldstein · 7 years ago
  97. 3b0bfc6 ovl: decode indexed dir file handles by Amir Goldstein · 7 years ago
  98. 9436a1a ovl: decode lower file handles of unlinked but open files by Amir Goldstein · 7 years ago
  99. f71bd9c ovl: decode indexed non-dir file handles by Amir Goldstein · 7 years ago
  100. f941866 ovl: decode lower non-dir file handles by Amir Goldstein · 7 years ago