1. b7bf990 ovl: fix corner case of non-constant st_dev;st_ino by Amir Goldstein · 5 years ago
  2. 07f1e59 ovl: generalize the lower_fs[] array by Amir Goldstein · 5 years ago
  3. 0f831ec ovl: simplify ovl_same_sb() helper by Amir Goldstein · 5 years ago
  4. b1f9d38 ovl: use ovl_inode_lock in ovl_llseek() by Amir Goldstein · 5 years ago
  5. 1bd0a3a ovl: use pr_fmt auto generate prefix by lijiazi · 5 years ago
  6. 9c6d8f1 ovl: fix corner case of non-unique st_dev;st_ino by Amir Goldstein · 5 years ago
  7. 5c2e9f3 ovl: filter of trusted xattr results in audit by Mark Salyzyn · 5 years ago
  8. 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
  9. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  10. 6dde1e4 ovl: make i_ino consistent with st_ino in more cases by Amir Goldstein · 6 years ago
  11. 146d62e ovl: detect overlapping layers by Amir Goldstein · 6 years ago
  12. acf3062 ovl: relax WARN_ON() for overlapping layers use case by Amir Goldstein · 6 years ago
  13. ec7ba11 Revert "ovl: relax permission checking on underlying layers" by Miklos Szeredi · 6 years ago
  14. 007ea44 ovl: relax permission checking on underlying layers by Miklos Szeredi · 6 years ago
  15. 69383c5 ovl: make symbol 'ovl_aops' static by Wei Yongjun · 6 years ago
  16. 5b910bd ovl: fix GPF in swapfile_activate of file from overlayfs over xfs by Amir Goldstein · 6 years ago
  17. 80d3481 ovl: respect FIEMAP_FLAG_SYNC flag by Amir Goldstein · 6 years ago
  18. 997336f ovl: Do not do metadata only copy-up for truncate operation by Vivek Goyal · 7 years ago
  19. a00c2d5 ovl: Add an inode flag OVL_CONST_INO by Vivek Goyal · 7 years ago
  20. 2664bd0 ovl: Store lower data inode in ovl_inode by Vivek Goyal · 7 years ago
  21. 67d756c2 ovl: Fix ovl_getattr() to get number of blocks from lower by Vivek Goyal · 7 years ago
  22. 9d3dfea ovl: Modify ovl_lookup() and friends to lookup metacopy dentry by Vivek Goyal · 7 years ago
  23. 027065b ovl: Use out_err instead of out_nomem by Vivek Goyal · 7 years ago
  24. d6eac03 ovl: Move the copy up helpers to copy_up.c by Vivek Goyal · 7 years ago
  25. 9cec54c ovl: Initialize ovl_inode->redirect in ovl_get_inode() by Vivek Goyal · 7 years ago
  26. 9e142c4 ovl: add ovl_fiemap() by Miklos Szeredi · 7 years ago
  27. d1d04ef ovl: stack file ops by Miklos Szeredi · 7 years ago
  28. 46e5d0a ovl: copy up file size as well by Miklos Szeredi · 7 years ago
  29. 5812160 Revert "Revert "ovl: get_write_access() in truncate"" by Miklos Szeredi · 7 years ago
  30. d9854c8 ovl: copy up times by Miklos Szeredi · 7 years ago
  31. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  32. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  33. 01b39dc ovl: use inode_insert5() to hash a newly created inode by Amir Goldstein · 7 years ago
  34. ac6a52e ovl: Pass argument to ovl_get_inode() in a structure by Vivek Goyal · 7 years ago
  35. 12574a9 ovl: consistent i_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  36. e487d88 ovl: constant st_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  37. 5148626 ovl: allocate anon bdev per unique lower fs by Amir Goldstein · 7 years ago
  38. da309e8 ovl: factor out ovl_map_dev_ino() helper by Amir Goldstein · 7 years ago
  39. 8f35cf5 ovl: cleanup ovl_update_time() by Miklos Szeredi · 7 years ago
  40. 0471a9c ovl: cleanup setting OVL_INDEX by Vivek Goyal · 7 years ago
  41. 9f99e50 ovl: set lower layer st_dev only if setting lower st_ino by Amir Goldstein · 7 years ago
  42. 695b46e ovl: set i_ino to the value of st_ino for NFS export by Amir Goldstein · 7 years ago
  43. 764baba ovl: hash non-dir by lower inode for fsnotify by Amir Goldstein · 7 years ago
  44. 4b91c30 ovl: lookup connected ancestor of dir in inode cache by Amir Goldstein · 7 years ago
  45. 7a9dade ovl: hash non-indexed dir by upper inode for NFS export by Amir Goldstein · 8 years ago
  46. 9436a1a ovl: decode lower file handles of unlinked but open files by Amir Goldstein · 7 years ago
  47. aa3ff3c ovl: copy up of disconnected dentries by Amir Goldstein · 7 years ago
  48. 0aceb53 ovl: do not pass overlay dentry to ovl_get_inode() by Amir Goldstein · 7 years ago
  49. 86eaa13 ovl: unbless lower st_ino of unverified origin by Amir Goldstein · 7 years ago
  50. 31747ed ovl: hash directory inodes for fsnotify by Amir Goldstein · 7 years ago
  51. a0c5ad3 ovl: relax same fs constraint for constant st_ino by Amir Goldstein · 7 years ago
  52. ba1e563 ovl: return anonymous st_dev for lower inodes by Chandan Rajendra · 7 years ago
  53. ee023c3 ovl: move include of ovl_entry.h into overlayfs.h by Amir Goldstein · 7 years ago
  54. b79e05a ovl: no direct iteration for dir with origin xattr by Amir Goldstein · 8 years ago
  55. 4eae06d ovl: lockdep annotate of nested OVL_I(inode)->lock by Amir Goldstein · 7 years ago
  56. 6eaf011 ovl: fix EIO from lookup of non-indexed upper by Amir Goldstein · 7 years ago
  57. 939ae4e ovl: fix false positive ESTALE on lookup by Amir Goldstein · 7 years ago
  58. 6787341 ovl: check snprintf return by Miklos Szeredi · 7 years ago
  59. 1d88f18 ovl: fix xattr get and set with selinux by Miklos Szeredi · 8 years ago
  60. caf70cb ovl: cleanup orphan index entries by Amir Goldstein · 8 years ago
  61. 5f8415d ovl: persistent overlay inode nlink for indexed inodes by Amir Goldstein · 8 years ago
  62. 59be097 ovl: implement index dir copy up by Amir Goldstein · 8 years ago
  63. b9ac5c27 ovl: hash overlay non-dir inodes by copy up origin by Miklos Szeredi · 8 years ago
  64. 359f392 ovl: lookup index entry for copy up origin by Amir Goldstein · 8 years ago
  65. 13c7207 ovl: move impure to ovl_inode by Miklos Szeredi · 8 years ago
  66. 09d8b58 ovl: move __upperdentry to ovl_inode by Miklos Szeredi · 8 years ago
  67. 25b7713 ovl: use i_private only as a key by Miklos Szeredi · 8 years ago
  68. e6d2ebd ovl: simplify getting inode by Miklos Szeredi · 8 years ago
  69. a082c6f ovl: filter trusted xattr for non-admin by Miklos Szeredi · 8 years ago
  70. 5b71209 ovl: merge getattr for dir and nondir by Miklos Szeredi · 8 years ago
  71. 72b608f ovl: constant st_ino/st_dev across copy up by Amir Goldstein · 8 years ago
  72. b1eaa95 ovl: lockdep annotate of nested stacked overlayfs inode lock by Amir Goldstein · 8 years ago
  73. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  74. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  75. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  76. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  77. 9aba652 ovl: fold ovl_copy_up_truncate() into ovl_copy_up() by Amir Goldstein · 8 years ago
  78. ca4c8a3 ovl: treat special files like a regular fs by Miklos Szeredi · 8 years ago
  79. 31c3a70 Revert "ovl: get_write_access() in truncate" by Miklos Szeredi · 8 years ago
  80. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  81. b93d4a0 ovl: fix get_acl() on tmpfs by Miklos Szeredi · 8 years ago
  82. 1a892b4 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  83. 7764235b ovl: use vfs_get_link() by Miklos Szeredi · 8 years ago
  84. 78a3fa4 ovl: use generic_readlink by Miklos Szeredi · 8 years ago
  85. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  86. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  87. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  88. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  89. 8eac98b ovl: during copy up, switch to mounter's creds early by Vivek Goyal · 8 years ago
  90. 7cb3511 ovl: listxattr: use strnlen() by Miklos Szeredi · 8 years ago
  91. 0eb45fc ovl: Switch to generic_getxattr by Andreas Gruenbacher · 8 years ago
  92. 0e585cc ovl: Switch to generic_removexattr by Andreas Gruenbacher · 8 years ago
  93. fe2b759 ovl: Fix OVL_XATTR_PREFIX by Andreas Gruenbacher · 8 years ago
  94. 2a3a2a3 ovl: don't cache acl on overlay layer by Miklos Szeredi · 8 years ago
  95. 5201dc4 ovl: use cached acl on underlying layer by Miklos Szeredi · 8 years ago
  96. 0956254 ovl: don't copy up opaqueness by Miklos Szeredi · 8 years ago
  97. 500cac3 ovl: append MAY_READ when diluting write checks by Vivek Goyal · 9 years ago
  98. e29841a ovl: dilute permission checks on lower only if not special file by Vivek Goyal · 9 years ago
  99. d837a49 ovl: fix POSIX ACL setting by Miklos Szeredi · 8 years ago
  100. 51f7e52 ovl: share inode for hard link by Miklos Szeredi · 8 years ago