1. 30c17eb ovl: simplify empty checking by Miklos Szeredi · 8 years ago
  2. 29c42e8 qstr: constify instances in overlayfs by Al Viro · 8 years ago
  3. dbc816d ovl: clear nlink on rmdir by Miklos Szeredi · 8 years ago
  4. 76bc8e2 ovl: disallow overlayfs as upperdir by Miklos Szeredi · 8 years ago
  5. 656189d ovl: fix warning by Miklos Szeredi · 8 years ago
  6. 5f21501 ovl: remove duplicated include from super.c by Wei Yongjun · 8 years ago
  7. 500cac3 ovl: append MAY_READ when diluting write checks by Vivek Goyal · 8 years ago
  8. e29841a ovl: dilute permission checks on lower only if not special file by Vivek Goyal · 8 years ago
  9. d837a49 ovl: fix POSIX ACL setting by Miklos Szeredi · 8 years ago
  10. 51f7e52 ovl: share inode for hard link by Miklos Szeredi · 8 years ago
  11. 39b681f ovl: store real inode pointer in ->i_private by Miklos Szeredi · 8 years ago
  12. a999d7e ovl: permission: return ECHILD instead of ENOENT by Miklos Szeredi · 8 years ago
  13. d719e8f ovl: update atime on upper by Miklos Szeredi · 8 years ago
  14. bb0d2b8 ovl: fix sgid on directory by Miklos Szeredi · 8 years ago
  15. 9c630eb ovl: simplify permission checking by Miklos Szeredi · 8 years ago
  16. 754f8cb ovl: do not require mounter to have MAY_WRITE on lower by Vivek Goyal · 8 years ago
  17. 1175b6b ovl: do operations on underlying file system in mounter's context by Vivek Goyal · 8 years ago
  18. c0ca3d7 ovl: modify ovl_permission() to do checks on two inodes by Vivek Goyal · 8 years ago
  19. 39a25b2 ovl: define ->get_acl() for overlay inodes by Vivek Goyal · 8 years ago
  20. 72e4848 ovl: move some common code in a function by Vivek Goyal · 8 years ago
  21. 58ed4e7 ovl: store ovl_entry in inode->i_private for all inodes by Andreas Gruenbacher · 8 years ago
  22. eead4f2 ovl: use generic_delete_inode by Miklos Szeredi · 8 years ago
  23. c1b2cc1 ovl: check mounter creds on underlying lookup by Miklos Szeredi · 8 years ago
  24. 1b91dbd Merge branch 'd_real' into overlayfs-next by Miklos Szeredi · 8 years ago
  25. cfc9fde ovl: verify upper dentry in ovl_remove_and_whiteout() by Maxim Patlasov · 8 years ago
  26. 07a2daa ovl: Copy up underlying inode's ->i_mode to overlay inode by Vivek Goyal · 8 years ago
  27. b99c2d9 ovl: handle ATTR_KILL* by Miklos Szeredi · 8 years ago
  28. e7c0b59 ovl: warn instead of error if d_type is not supported by Vivek Goyal · 8 years ago
  29. 2d90267 vfs: merge .d_select_inode() into .d_real() by Miklos Szeredi · 8 years ago
  30. 03bea60 ovl: get_write_access() in truncate by Miklos Szeredi · 8 years ago
  31. a4859d7 ovl: fix dentry leak for default_permissions by Miklos Szeredi · 8 years ago
  32. d0e13f5 ovl: fix uid/gid when creating over whiteout by Miklos Szeredi · 8 years ago
  33. b581755 ovl: xattr filter fix by Miklos Szeredi · 8 years ago
  34. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  35. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  36. 0121a32 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  37. 2176519 ovl: Do d_type check only if work dir creation was successful by Vivek Goyal · 8 years ago
  38. 3fe6e52 ovl: override creds with the ones from the superblock mounter by Antonio Murdaca · 8 years ago
  39. 0023541 restore killability of old mutex_lock_killable(&inode->i_mutex) users by Al Viro · 8 years ago
  40. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  41. 38b78a5 ovl: ignore permissions on underlying lookup by Miklos Szeredi · 8 years ago
  42. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 8 years ago
  43. b9e1d43 ovl_lookup_real(): use lookup_one_len_unlocked() by Al Viro · 8 years ago
  44. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  45. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  46. d101a12 fs: add file_dentry() by Miklos Szeredi · 8 years ago
  47. 6986c01 ovl: cleanup unused var in rename2 by Miklos Szeredi · 8 years ago
  48. 56656e9 ovl: rename is_merge to is_lowest by Miklos Szeredi · 8 years ago
  49. f134f24 ovl: fixed coding style warning by Sohom Bhattacharjee · 8 years ago
  50. 45aebea ovl: Ensure upper filesystem supports d_type by Vivek Goyal · 8 years ago
  51. fb5bb2c3 ovl: Warn on copy up if a process has a R/O fd open to the lower file by David Howells · 9 years ago
  52. 07f2af7 ovl: honor flag MS_SILENT at mount by Konstantin Khlebnikov · 9 years ago
  53. 11f3710 ovl: verify upper dentry before unlink and rename by Miklos Szeredi · 8 years ago
  54. b81de06 ovl: copy new uid/gid into overlayfs runtime inode by Konstantin Khlebnikov · 8 years ago
  55. 45d1173 ovl: ignore lower entries when checking purity of non-directory entries by Konstantin Khlebnikov · 8 years ago
  56. ce9113b ovl: fix getcwd() failure after unsuccessful rmdir by Rui Wang · 9 years ago
  57. b5891cf ovl: fix working on distributed fs as lower layer by Konstantin Khlebnikov · 8 years ago
  58. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  59. eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  60. e9f57eb Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  61. e458bcd fs/overlayfs/super.c needs pagemap.h by Andrew Morton · 8 years ago
  62. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  63. 84889d4 ovl: check dentry positiveness in ovl_cleanup_whiteouts() by Konstantin Khlebnikov · 9 years ago
  64. cf9a678 ovl: setattr: check permissions before copy-up by Miklos Szeredi · 9 years ago
  65. ed06e06 ovl: root: copy attr by Miklos Szeredi · 9 years ago
  66. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  67. 0f7ff2d ovl: get rid of the dead code left from broken (and disabled) optimizations by Al Viro · 9 years ago
  68. acff81e ovl: fix permission checking for setattr by Miklos Szeredi · 9 years ago
  69. 257f871 ovl: move super block magic number to magic.h by Stephen Hemminger · 9 years ago
  70. e4ad29f ovl: use a minimal buffer in ovl_copy_xattr by Vito Caputo · 9 years ago
  71. 97daf8b ovl: allow zero size xattr by Miklos Szeredi · 9 years ago
  72. 4bb0fb5 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 9 years ago
  73. 8d3095f ovl: default permissions by Miklos Szeredi · 9 years ago
  74. 5ffdbe8 ovl: free lower_mnt array in ovl_put_super by Konstantin Khlebnikov · 9 years ago
  75. 0f95502 ovl: free stack of paths in ovl_fill_super by Konstantin Khlebnikov · 9 years ago
  76. 1c8a47d ovl: fix open in stacked overlay by Miklos Szeredi · 9 years ago
  77. ab79efa ovl: fix dentry reference leak by David Howells · 9 years ago
  78. 0480334 ovl: use O_LARGEFILE in ovl_copy_up() by David Howells · 9 years ago
  79. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  80. 9391dd0 fix a braino in ovl_d_select_inode() by Al Viro · 9 years ago
  81. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  82. 320cd41 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 9 years ago
  83. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  84. cdb6727 ovl: lookup whiteouts outside iterate_dir() by Miklos Szeredi · 9 years ago
  85. 7c03b5d ovl: allow distributed fs as lower layer by Miklos Szeredi · 9 years ago
  86. a6f15d9 ovl: don't traverse automount points by Miklos Szeredi · 9 years ago
  87. 4bacc9c overlayfs: Make f_path always point to the overlay and f_inode to the underlay by David Howells · 9 years ago
  88. f25801e overlay: Call ovl_drop_write() earlier in ovl_dentry_open() by David Howells · 9 years ago
  89. cc6f67b ovl: mount read-only if workdir can't be created by Miklos Szeredi · 9 years ago
  90. d377c5e ovl: don't remove non-empty opaque directory by Miklos Szeredi · 9 years ago
  91. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  92. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  93. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  94. 3188b29 ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link by NeilBrown · 9 years ago
  95. 71cbad7 ovl: upper fs should not be R/O by hujianyang · 9 years ago
  96. 6be4506 ovl: check lowerdir amount for non-upper mount by hujianyang · 9 years ago
  97. bead55e ovl: print error message for invalid mount options by hujianyang · 9 years ago
  98. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  99. ce7b9fa Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-next by Al Viro · 9 years ago
  100. 4330397 ovl: discard independent cursor in readdir() by hujianyang · 10 years ago