1. 9391dd0 fix a braino in ovl_d_select_inode() by Al Viro · 9 years ago
  2. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. 320cd41 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 9 years ago
  4. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. cdb6727 ovl: lookup whiteouts outside iterate_dir() by Miklos Szeredi · 9 years ago
  6. 7c03b5d ovl: allow distributed fs as lower layer by Miklos Szeredi · 9 years ago
  7. a6f15d9 ovl: don't traverse automount points by Miklos Szeredi · 9 years ago
  8. 4bacc9c overlayfs: Make f_path always point to the overlay and f_inode to the underlay by David Howells · 9 years ago
  9. f25801e overlay: Call ovl_drop_write() earlier in ovl_dentry_open() by David Howells · 9 years ago
  10. cc6f67b ovl: mount read-only if workdir can't be created by Miklos Szeredi · 9 years ago
  11. d377c5e ovl: don't remove non-empty opaque directory by Miklos Szeredi · 9 years ago
  12. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  13. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  14. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  15. 3188b29 ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link by NeilBrown · 9 years ago
  16. 71cbad7 ovl: upper fs should not be R/O by hujianyang · 9 years ago
  17. 6be4506 ovl: check lowerdir amount for non-upper mount by hujianyang · 9 years ago
  18. bead55e ovl: print error message for invalid mount options by hujianyang · 9 years ago
  19. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  20. 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
  21. 4330397 ovl: discard independent cursor in readdir() by hujianyang · 9 years ago
  22. 3cdf6fe ovl: Prevent rw remount when it should be ro mount by Seunghun Lee · 9 years ago
  23. a425c03 ovl: Fix opaque regression in ovl_lookup by hujianyang · 9 years ago
  24. 2f83fd8 ovl: Fix kernel panic while mounting overlayfs by hujianyang · 9 years ago
  25. cead89b ovl: Use macros to present ovl_xattr by hujianyang · 10 years ago
  26. 1ba3872 ovl: Cleanup redundant blank lines by hujianyang · 10 years ago
  27. a78d9f0d ovl: support multiple lower layers by Miklos Szeredi · 9 years ago
  28. 53a08cb ovl: make upperdir optional by Miklos Szeredi · 9 years ago
  29. ab50882 ovl: improve mount helpers by Miklos Szeredi · 9 years ago
  30. 3b7a9a2 ovl: mount: change order of initialization by Miklos Szeredi · 9 years ago
  31. 4ebc581 ovl: allow statfs if no upper layer by Miklos Szeredi · 9 years ago
  32. 09e1032 ovl: lookup ENAMETOOLONG on lower means ENOENT by Miklos Szeredi · 9 years ago
  33. 3e01cee ovl: check whiteout on lowest layer as well by Miklos Szeredi · 9 years ago
  34. 3d3c6b8 ovl: multi-layer lookup by Miklos Szeredi · 9 years ago
  35. 9d7459d ovl: multi-layer readdir by Miklos Szeredi · 9 years ago
  36. 5ef88da ovl: helper to iterate layers by Miklos Szeredi · 9 years ago
  37. dd66266 ovl: add mutli-layer infrastructure by Miklos Szeredi · 9 years ago
  38. 263b4a0 ovl: dont replace opaque dir by Miklos Szeredi · 9 years ago
  39. 1afaba1 ovl: make path-type a bitmap by Miklos Szeredi · 9 years ago
  40. 49c21e1 ovl: check whiteout while reading directory by Miklos Szeredi · 9 years ago
  41. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 9 years ago
  42. 7676895 ovl: ovl_dir_fsync() cleanup by Miklos Szeredi · 10 years ago
  43. c9f00fd ovl: pass dentry into ovl_dir_read_merged() by Miklos Szeredi · 10 years ago
  44. 71d5092 ovl: use lockless_dereference() for upperdentry by Miklos Szeredi · 10 years ago
  45. 91c7794 ovl: allow filenames with comma by Miklos Szeredi · 10 years ago
  46. 5214846 ovl: fix race in private xattr checks by Miklos Szeredi · 10 years ago
  47. a105d68 ovl: fix remove/copy-up race by Miklos Szeredi · 10 years ago
  48. ef94b18 ovl: rename filesystem type to "overlay" by Miklos Szeredi · 10 years ago
  49. 3f822c6 ovl: don't poison cursor by Miklos Szeredi · 10 years ago
  50. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  51. 9f2f7d4c ovl: initialize ->is_cursor by Miklos Szeredi · 10 years ago
  52. d1b72cc overlayfs: fix lockdep misannotation by Miklos Szeredi · 10 years ago
  53. c209653 ovl: fix check for cursor by Miklos Szeredi · 10 years ago
  54. d45f00a overlayfs: barriers for opening upper-layer directory by Al Viro · 10 years ago
  55. db6ec21 overlayfs: embed middle into overlay_readdir_data by Al Viro · 10 years ago
  56. 49be4fb overlayfs: embed root into overlay_readdir_data by Al Viro · 10 years ago
  57. 68bf861 overlayfs: make ovl_cache_entry->name an array instead of pointer by Al Viro · 10 years ago
  58. 3d268c9 overlayfs: don't hold ->i_mutex over opening the real directory by Al Viro · 10 years ago
  59. 69c433e fs: limit filesystem stacking depth by Miklos Szeredi · 10 years ago
  60. f45827e8 overlayfs: implement show_options by Erez Zadok · 10 years ago
  61. cc25963 overlayfs: add statfs support by Andy Whitcroft · 10 years ago
  62. e9be9d5 overlay filesystem by Miklos Szeredi · 10 years ago