1. 795939a ovl: add support for "xino" mount and config options by Amir Goldstein · 7 years ago
  2. adbf4f7 ovl: consistent d_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  3. 12574a9 ovl: consistent i_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  4. e487d88 ovl: constant st_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  5. 5148626 ovl: allocate anon bdev per unique lower fs by Amir Goldstein · 7 years ago
  6. da309e8 ovl: factor out ovl_map_dev_ino() helper by Amir Goldstein · 7 years ago
  7. 8f35cf5 ovl: cleanup ovl_update_time() by Miklos Szeredi · 7 years ago
  8. 3a29177 ovl: add WARN_ON() for non-dir redirect cases by Miklos Szeredi · 7 years ago
  9. 0471a9c ovl: cleanup setting OVL_INDEX by Vivek Goyal · 7 years ago
  10. 102b0d1 ovl: set d->is_dir and d->opaque for last path element by Vivek Goyal · 7 years ago
  11. e9b77f9 ovl: Do not check for redirect if this is last layer by Vivek Goyal · 7 years ago
  12. 8b58924 ovl: lookup in inode cache first when decoding lower file handle by Amir Goldstein · 7 years ago
  13. 8a22efa ovl: do not try to reconnect a disconnected origin dentry by Amir Goldstein · 7 years ago
  14. 5b2cccd ovl: disambiguate ovl_encode_fh() by Amir Goldstein · 7 years ago
  15. 9f99e50 ovl: set lower layer st_dev only if setting lower st_ino by Amir Goldstein · 7 years ago
  16. 3ec9b3f ovl: fix lookup with middle layer opaque dir and absolute path redirects by Amir Goldstein · 7 years ago
  17. 452061f ovl: Set d->last properly during lookup by Vivek Goyal · 7 years ago
  18. 695b46e ovl: set i_ino to the value of st_ino for NFS export by Amir Goldstein · 7 years ago
  19. 36cd95d ovl: update Kconfig texts by Miklos Szeredi · 7 years ago
  20. d1fe96c ovl: redirect_dir=nofollow should not follow redirect for opaque lower by Vivek Goyal · 7 years ago
  21. b5095f2 ovl: fix ptr_ret.cocci warnings by Fengguang Wu · 7 years ago
  22. 7168179 ovl: check ERR_PTR() return value from ovl_lookup_real() by Amir Goldstein · 7 years ago
  23. 2ca3c14 ovl: check lower ancestry on encode of lower dir file handle by Amir Goldstein · 7 years ago
  24. 764baba ovl: hash non-dir by lower inode for fsnotify by Amir Goldstein · 7 years ago
  25. 9b6faee ovl: check ERR_PTR() return value from ovl_encode_fh() by Amir Goldstein · 7 years ago
  26. 2aed489 ovl: fix regression in fsnotify of overlay merge dir by Amir Goldstein · 7 years ago
  27. 8383f17 ovl: wire up NFS export operations by Amir Goldstein · 7 years ago
  28. 0617015 ovl: lookup indexed ancestor of lower dir by Amir Goldstein · 7 years ago
  29. 4b91c30 ovl: lookup connected ancestor of dir in inode cache by Amir Goldstein · 7 years ago
  30. 7a9dade ovl: hash non-indexed dir by upper inode for NFS export by Amir Goldstein · 7 years ago
  31. 9889251 ovl: decode pure lower dir file handles by Amir Goldstein · 7 years ago
  32. 3b0bfc6 ovl: decode indexed dir file handles by Amir Goldstein · 7 years ago
  33. 9436a1a ovl: decode lower file handles of unlinked but open files by Amir Goldstein · 7 years ago
  34. f71bd9c ovl: decode indexed non-dir file handles by Amir Goldstein · 7 years ago
  35. f941866 ovl: decode lower non-dir file handles by Amir Goldstein · 7 years ago
  36. 03e1c58 ovl: encode lower file handles by Amir Goldstein · 7 years ago
  37. 05e1f11 ovl: copy up before encoding non-connectable dir file handle by Amir Goldstein · 7 years ago
  38. b305e84 ovl: encode non-indexed upper file handles by Amir Goldstein · 7 years ago
  39. 3985b70 ovl: decode connected upper dir file handles by Amir Goldstein · 7 years ago
  40. 8556a42 ovl: decode pure upper file handles by Amir Goldstein · 7 years ago
  41. 8ed5eec ovl: encode pure upper file handles by Amir Goldstein · 7 years ago
  42. c62520a ovl: store 'has_upper' and 'opaque' as bit flags by Amir Goldstein · 7 years ago
  43. aa3ff3c ovl: copy up of disconnected dentries by Amir Goldstein · 7 years ago
  44. 829c28b ovl: use d_splice_alias() in place of d_add() in lookup by Amir Goldstein · 7 years ago
  45. 0aceb53 ovl: do not pass overlay dentry to ovl_get_inode() by Amir Goldstein · 7 years ago
  46. 91ffe7b ovl: factor out ovl_get_index_fh() helper by Amir Goldstein · 7 years ago
  47. 24f0b17 ovl: whiteout orphan index entries on mount by Amir Goldstein · 7 years ago
  48. e7dd0e7 ovl: whiteout index when union nlink drops to zero by Amir Goldstein · 7 years ago
  49. 89a1755 ovl: cleanup dir index when dir nlink drops to zero by Amir Goldstein · 7 years ago
  50. 016b720 ovl: index directories on copy up for NFS export by Amir Goldstein · 7 years ago
  51. fbd2d20 ovl: index all non-dir on copy up for NFS export by Amir Goldstein · 7 years ago
  52. 24b33ee ovl: create ovl_need_index() helper by Amir Goldstein · 7 years ago
  53. 9ee60ce ovl: cleanup temp index entries by Amir Goldstein · 7 years ago
  54. e8f9e5b ovl: verify directory index entries on mount by Amir Goldstein · 7 years ago
  55. 7db25d3 ovl: verify whiteout index entries on mount by Amir Goldstein · 7 years ago
  56. ad1d615 ovl: use directory index entries for consistency verification by Amir Goldstein · 7 years ago
  57. 86eaa13 ovl: unbless lower st_ino of unverified origin by Amir Goldstein · 7 years ago
  58. 37b12916 ovl: verify stored origin fh matches lower dir by Amir Goldstein · 7 years ago
  59. f168f10 ovl: add support for "nfs_export" configuration by Amir Goldstein · 7 years ago
  60. 60b8664 ovl: update documentation of inodes index feature by Amir Goldstein · 7 years ago
  61. 0512244 ovl: generalize ovl_verify_origin() and helpers by Amir Goldstein · 7 years ago
  62. 1eff1a1 ovl: simplify arguments to ovl_check_origin_fh() by Amir Goldstein · 7 years ago
  63. 2e1a5328 ovl: factor out ovl_check_origin_fh() by Amir Goldstein · 7 years ago
  64. d583ed7 ovl: store layer index in ovl_layer by Amir Goldstein · 7 years ago
  65. 972d009 ovl: force r/o mount when index dir creation fails by Amir Goldstein · 7 years ago
  66. a683737 ovl: disable index when no xattr support by Amir Goldstein · 7 years ago
  67. 9678e63 ovl: fix inconsistent d_ino for legacy merge dir by Amir Goldstein · 7 years ago
  68. a5a927a ovl: take mnt_want_write() for removing impure xattr by Amir Goldstein · 7 years ago
  69. 2ba9d57 ovl: take mnt_want_write() for work/index dir setup by Amir Goldstein · 7 years ago
  70. f816781 ovl: fix another overlay: warning prefix by Amir Goldstein · 7 years ago
  71. 6d0a8a9 ovl: take lower dir inode mutex outside upper sb_writers lock by Amir Goldstein · 7 years ago
  72. d796e77 ovl: fix failure to fsync lower dir by Amir Goldstein · 7 years ago
  73. 31747ed ovl: hash directory inodes for fsnotify by Amir Goldstein · 7 years ago
  74. da2e6b7 ovl: fix overlay: warning prefix by Amir Goldstein · 7 years ago
  75. 7879cb4 ovl: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  76. e8d4bfe ovl: Sync upper dirty data when syncing overlayfs by Chengguang Xu · 7 years ago
  77. b02a16e ovl: update ctx->pos on impure dir iteration by Amir Goldstein · 7 years ago
  78. 08d8f8a ovl: Pass ovl_get_nlink() parameters in right order by Vivek Goyal · 7 years ago
  79. 438c84c ovl: don't follow redirects if redirect_dir=off by Miklos Szeredi · 7 years ago
  80. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  81. b04a234 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  82. d976807 ovl: remove unneeded arg from ovl_verify_origin() by Amir Goldstein · 7 years ago
  83. 5455f92 ovl: Put upperdentry if ovl_check_origin() fails by Vivek Goyal · 7 years ago
  84. ad20448 ovl: rename ufs to ofs by Miklos Szeredi · 7 years ago
  85. 4155c10 ovl: clean up getting lower layers by Miklos Szeredi · 7 years ago
  86. bca44b5 ovl: clean up workdir creation by Miklos Szeredi · 7 years ago
  87. 5064975 ovl: clean up getting upper layer by Miklos Szeredi · 7 years ago
  88. 520d7c8 ovl: move ovl_get_workdir() and ovl_get_lower_layers() by Miklos Szeredi · 7 years ago
  89. 6e88256 ovl: reduce the number of arguments for ovl_workdir_create() by Miklos Szeredi · 7 years ago
  90. c6fe625 ovl: change order of setup in ovl_fill_super() by Miklos Szeredi · 7 years ago
  91. a9075cd ovl: factor out ovl_free_fs() helper by Miklos Szeredi · 7 years ago
  92. 95e6d41 ovl: grab reference to workbasedir early by Miklos Szeredi · 7 years ago
  93. f7e3a7d ovl: split out ovl_get_indexdir() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  94. c0d91fb ovl: split out ovl_get_lower_layers() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  95. 8ed61dc ovl: split out ovl_get_workdir() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  96. 21a3b31 ovl: split out ovl_get_upper() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  97. 53dbb0b ovl: split out ovl_get_lowerstack() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  98. 87ad447 ovl: split out ovl_get_workpath() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  99. 6ee8acf ovl: split out ovl_get_upperpath() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  100. 8aafcb5 ovl: use path_put_init() in error paths for ovl_fill_super() by Miklos Szeredi · 7 years ago