1. 9b6faee ovl: check ERR_PTR() return value from ovl_encode_fh() by Amir Goldstein · 7 years ago
  2. 2aed489 ovl: fix regression in fsnotify of overlay merge dir by Amir Goldstein · 7 years ago
  3. 8383f17 ovl: wire up NFS export operations by Amir Goldstein · 7 years ago
  4. 0617015 ovl: lookup indexed ancestor of lower dir by Amir Goldstein · 7 years ago
  5. 4b91c30 ovl: lookup connected ancestor of dir in inode cache by Amir Goldstein · 7 years ago
  6. 7a9dade ovl: hash non-indexed dir by upper inode for NFS export by Amir Goldstein · 7 years ago
  7. 9889251 ovl: decode pure lower dir file handles by Amir Goldstein · 7 years ago
  8. 3b0bfc6 ovl: decode indexed dir file handles by Amir Goldstein · 7 years ago
  9. 9436a1a ovl: decode lower file handles of unlinked but open files by Amir Goldstein · 7 years ago
  10. f71bd9c ovl: decode indexed non-dir file handles by Amir Goldstein · 7 years ago
  11. f941866 ovl: decode lower non-dir file handles by Amir Goldstein · 7 years ago
  12. 03e1c58 ovl: encode lower file handles by Amir Goldstein · 7 years ago
  13. 05e1f11 ovl: copy up before encoding non-connectable dir file handle by Amir Goldstein · 7 years ago
  14. b305e84 ovl: encode non-indexed upper file handles by Amir Goldstein · 7 years ago
  15. 3985b70 ovl: decode connected upper dir file handles by Amir Goldstein · 7 years ago
  16. 8556a42 ovl: decode pure upper file handles by Amir Goldstein · 7 years ago
  17. 8ed5eec ovl: encode pure upper file handles by Amir Goldstein · 7 years ago
  18. c62520a ovl: store 'has_upper' and 'opaque' as bit flags by Amir Goldstein · 7 years ago
  19. aa3ff3c ovl: copy up of disconnected dentries by Amir Goldstein · 7 years ago
  20. 829c28b ovl: use d_splice_alias() in place of d_add() in lookup by Amir Goldstein · 7 years ago
  21. 0aceb53 ovl: do not pass overlay dentry to ovl_get_inode() by Amir Goldstein · 7 years ago
  22. 91ffe7b ovl: factor out ovl_get_index_fh() helper by Amir Goldstein · 7 years ago
  23. 24f0b17 ovl: whiteout orphan index entries on mount by Amir Goldstein · 7 years ago
  24. e7dd0e7 ovl: whiteout index when union nlink drops to zero by Amir Goldstein · 7 years ago
  25. 89a1755 ovl: cleanup dir index when dir nlink drops to zero by Amir Goldstein · 7 years ago
  26. 016b720 ovl: index directories on copy up for NFS export by Amir Goldstein · 7 years ago
  27. fbd2d20 ovl: index all non-dir on copy up for NFS export by Amir Goldstein · 7 years ago
  28. 24b33ee ovl: create ovl_need_index() helper by Amir Goldstein · 7 years ago
  29. 9ee60ce ovl: cleanup temp index entries by Amir Goldstein · 7 years ago
  30. e8f9e5b ovl: verify directory index entries on mount by Amir Goldstein · 7 years ago
  31. 7db25d3 ovl: verify whiteout index entries on mount by Amir Goldstein · 7 years ago
  32. ad1d615 ovl: use directory index entries for consistency verification by Amir Goldstein · 7 years ago
  33. 86eaa13 ovl: unbless lower st_ino of unverified origin by Amir Goldstein · 7 years ago
  34. 37b12916 ovl: verify stored origin fh matches lower dir by Amir Goldstein · 7 years ago
  35. f168f10 ovl: add support for "nfs_export" configuration by Amir Goldstein · 7 years ago
  36. 60b8664 ovl: update documentation of inodes index feature by Amir Goldstein · 7 years ago
  37. 0512244 ovl: generalize ovl_verify_origin() and helpers by Amir Goldstein · 7 years ago
  38. 1eff1a1 ovl: simplify arguments to ovl_check_origin_fh() by Amir Goldstein · 7 years ago
  39. 2e1a5328 ovl: factor out ovl_check_origin_fh() by Amir Goldstein · 7 years ago
  40. d583ed7 ovl: store layer index in ovl_layer by Amir Goldstein · 7 years ago
  41. 972d009 ovl: force r/o mount when index dir creation fails by Amir Goldstein · 7 years ago
  42. a683737 ovl: disable index when no xattr support by Amir Goldstein · 7 years ago
  43. 9678e63 ovl: fix inconsistent d_ino for legacy merge dir by Amir Goldstein · 7 years ago
  44. a5a927a ovl: take mnt_want_write() for removing impure xattr by Amir Goldstein · 7 years ago
  45. 2ba9d57 ovl: take mnt_want_write() for work/index dir setup by Amir Goldstein · 7 years ago
  46. f816781 ovl: fix another overlay: warning prefix by Amir Goldstein · 7 years ago
  47. 6d0a8a9 ovl: take lower dir inode mutex outside upper sb_writers lock by Amir Goldstein · 7 years ago
  48. d796e77 ovl: fix failure to fsync lower dir by Amir Goldstein · 7 years ago
  49. 31747ed ovl: hash directory inodes for fsnotify by Amir Goldstein · 7 years ago
  50. da2e6b7 ovl: fix overlay: warning prefix by Amir Goldstein · 7 years ago
  51. 7879cb4 ovl: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  52. e8d4bfe ovl: Sync upper dirty data when syncing overlayfs by Chengguang Xu · 7 years ago
  53. b02a16e ovl: update ctx->pos on impure dir iteration by Amir Goldstein · 7 years ago
  54. 08d8f8a ovl: Pass ovl_get_nlink() parameters in right order by Vivek Goyal · 7 years ago
  55. 438c84c ovl: don't follow redirects if redirect_dir=off by Miklos Szeredi · 7 years ago
  56. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  57. b04a234 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  58. d976807 ovl: remove unneeded arg from ovl_verify_origin() by Amir Goldstein · 7 years ago
  59. 5455f92 ovl: Put upperdentry if ovl_check_origin() fails by Vivek Goyal · 7 years ago
  60. ad20448 ovl: rename ufs to ofs by Miklos Szeredi · 7 years ago
  61. 4155c10 ovl: clean up getting lower layers by Miklos Szeredi · 7 years ago
  62. bca44b5 ovl: clean up workdir creation by Miklos Szeredi · 7 years ago
  63. 5064975 ovl: clean up getting upper layer by Miklos Szeredi · 7 years ago
  64. 520d7c8 ovl: move ovl_get_workdir() and ovl_get_lower_layers() by Miklos Szeredi · 7 years ago
  65. 6e88256 ovl: reduce the number of arguments for ovl_workdir_create() by Miklos Szeredi · 7 years ago
  66. c6fe625 ovl: change order of setup in ovl_fill_super() by Miklos Szeredi · 7 years ago
  67. a9075cd ovl: factor out ovl_free_fs() helper by Miklos Szeredi · 7 years ago
  68. 95e6d41 ovl: grab reference to workbasedir early by Miklos Szeredi · 7 years ago
  69. f7e3a7d ovl: split out ovl_get_indexdir() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  70. c0d91fb ovl: split out ovl_get_lower_layers() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  71. 8ed61dc ovl: split out ovl_get_workdir() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  72. 21a3b31 ovl: split out ovl_get_upper() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  73. 53dbb0b ovl: split out ovl_get_lowerstack() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  74. 87ad447 ovl: split out ovl_get_workpath() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  75. 6ee8acf ovl: split out ovl_get_upperpath() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  76. 8aafcb5 ovl: use path_put_init() in error paths for ovl_fill_super() by Miklos Szeredi · 7 years ago
  77. f30536f ovl: update cache version of impure parent on rename by Amir Goldstein · 7 years ago
  78. a0c5ad3 ovl: relax same fs constraint for constant st_ino by Amir Goldstein · 7 years ago
  79. ba1e563 ovl: return anonymous st_dev for lower inodes by Chandan Rajendra · 7 years ago
  80. 2a9c6d0 ovl: allocate anonymous devs for lowerdirs by Chandan Rajendra · 7 years ago
  81. b934363 ovl: re-structure overlay lower layers in-memory by Chandan Rajendra · 7 years ago
  82. ee023c3 ovl: move include of ovl_entry.h into overlayfs.h by Amir Goldstein · 7 years ago
  83. 07f6fff ovl: fix rmdir problem on non-merge dir with origin xattr by zhangyi (F) · 7 years ago
  84. 95e598e ovl: simplify ovl_check_empty_and_clear() by zhangyi (F) · 7 years ago
  85. b79e05a ovl: no direct iteration for dir with origin xattr by Amir Goldstein · 7 years ago
  86. 4eae06d ovl: lockdep annotate of nested OVL_I(inode)->lock by Amir Goldstein · 7 years ago
  87. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  88. fa0096e ovl: do not cleanup unsupported index entries by Amir Goldstein · 7 years ago
  89. 7937a56 ovl: handle ENOENT on index lookup by Amir Goldstein · 7 years ago
  90. 6eaf011 ovl: fix EIO from lookup of non-indexed upper by Amir Goldstein · 7 years ago
  91. 506458e locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 7 years ago
  92. 0ce5cdc ovl: Return -ENOMEM if an allocation fails ovl_lookup() by Dan Carpenter · 7 years ago
  93. b3885bd ovl: add NULL check in ovl_alloc_inode by Hirofumi Nakagawa · 7 years ago
  94. 85fdee1 ovl: fix regression caused by exclusive upper/work dir protection by Amir Goldstein · 7 years ago
  95. 5820dc0 ovl: fix missing unlock_rename() in ovl_do_copy_up() by Amir Goldstein · 7 years ago
  96. dc7ab67 ovl: fix dentry leak in ovl_indexdir_cleanup() by Amir Goldstein · 7 years ago
  97. 9f4ec90 ovl: fix dput() of ERR_PTR in ovl_cleanup_index() by Amir Goldstein · 7 years ago
  98. e0082a0 ovl: fix error value printed in ovl_lookup_index() by Amir Goldstein · 7 years ago
  99. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  100. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago