1. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  2. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  3. 01b39dc ovl: use inode_insert5() to hash a newly created inode by Amir Goldstein · 6 years ago
  4. ac6a52e ovl: Pass argument to ovl_get_inode() in a structure by Vivek Goyal · 6 years ago
  5. 137ec52 ovl: create helper ovl_create_temp() by Amir Goldstein · 6 years ago
  6. 95a1c81 ovl: return dentry from ovl_create_real() by Miklos Szeredi · 6 years ago
  7. 471ec5d ovl: struct cattr cleanups by Amir Goldstein · 6 years ago
  8. 6cf0076 ovl: strip debug argument from ovl_do_ helpers by Amir Goldstein · 6 years ago
  9. 12574a9 ovl: consistent i_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  10. e487d88 ovl: constant st_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  11. da309e8 ovl: factor out ovl_map_dev_ino() helper by Amir Goldstein · 7 years ago
  12. 8a22efa ovl: do not try to reconnect a disconnected origin dentry by Amir Goldstein · 7 years ago
  13. 5b2cccd ovl: disambiguate ovl_encode_fh() by Amir Goldstein · 7 years ago
  14. 2ca3c14 ovl: check lower ancestry on encode of lower dir file handle by Amir Goldstein · 7 years ago
  15. 0617015 ovl: lookup indexed ancestor of lower dir by Amir Goldstein · 7 years ago
  16. 4b91c30 ovl: lookup connected ancestor of dir in inode cache by Amir Goldstein · 7 years ago
  17. 3b0bfc6 ovl: decode indexed dir file handles by Amir Goldstein · 7 years ago
  18. 9436a1a ovl: decode lower file handles of unlinked but open files by Amir Goldstein · 7 years ago
  19. f941866 ovl: decode lower non-dir file handles by Amir Goldstein · 7 years ago
  20. 8556a42 ovl: decode pure upper file handles by Amir Goldstein · 7 years ago
  21. 8ed5eec ovl: encode pure upper file handles by Amir Goldstein · 7 years ago
  22. c62520a ovl: store 'has_upper' and 'opaque' as bit flags by Amir Goldstein · 7 years ago
  23. 0aceb53 ovl: do not pass overlay dentry to ovl_get_inode() by Amir Goldstein · 7 years ago
  24. 91ffe7b ovl: factor out ovl_get_index_fh() helper by Amir Goldstein · 7 years ago
  25. e7dd0e7 ovl: whiteout index when union nlink drops to zero by Amir Goldstein · 7 years ago
  26. 24b33ee ovl: create ovl_need_index() helper by Amir Goldstein · 7 years ago
  27. ad1d615 ovl: use directory index entries for consistency verification by Amir Goldstein · 7 years ago
  28. f168f10 ovl: add support for "nfs_export" configuration by Amir Goldstein · 7 years ago
  29. 0512244 ovl: generalize ovl_verify_origin() and helpers by Amir Goldstein · 7 years ago
  30. 1eff1a1 ovl: simplify arguments to ovl_check_origin_fh() by Amir Goldstein · 7 years ago
  31. 9678e63 ovl: fix inconsistent d_ino for legacy merge dir by Amir Goldstein · 7 years ago
  32. 7879cb4 ovl: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  33. d976807 ovl: remove unneeded arg from ovl_verify_origin() by Amir Goldstein · 7 years ago
  34. b934363 ovl: re-structure overlay lower layers in-memory by Chandan Rajendra · 7 years ago
  35. ee023c3 ovl: move include of ovl_entry.h into overlayfs.h by Amir Goldstein · 7 years ago
  36. b79e05a ovl: no direct iteration for dir with origin xattr by Amir Goldstein · 7 years ago
  37. 6eaf011 ovl: fix EIO from lookup of non-indexed upper by Amir Goldstein · 7 years ago
  38. 5820dc0 ovl: fix missing unlock_rename() in ovl_do_copy_up() by Amir Goldstein · 7 years ago
  39. 4edb83b ovl: constant d_ino for non-merge dirs by Miklos Szeredi · 7 years ago
  40. 1d88f18 ovl: fix xattr get and set with selinux by Miklos Szeredi · 7 years ago
  41. 961af64 ovl: fix origin verification of index dir by Amir Goldstein · 7 years ago
  42. caf70cb ovl: cleanup orphan index entries by Amir Goldstein · 7 years ago
  43. 5f8415d ovl: persistent overlay inode nlink for indexed inodes by Amir Goldstein · 7 years ago
  44. 55acc66 ovl: add flag for upper in ovl_entry by Miklos Szeredi · 7 years ago
  45. 415543d ovl: cleanup bad and stale index entries on mount by Amir Goldstein · 7 years ago
  46. 359f392 ovl: lookup index entry for copy up origin by Amir Goldstein · 7 years ago
  47. 54fb347 ovl: verify index dir matches upper dir by Amir Goldstein · 7 years ago
  48. 8b88a2e ovl: verify upper root dir matches lower root dir by Amir Goldstein · 7 years ago
  49. 02bcd15 ovl: introduce the inodes index dir feature by Amir Goldstein · 7 years ago
  50. ad0af71 vfs: introduce inode 'inuse' lock by Amir Goldstein · 7 years ago
  51. 13c7207 ovl: move impure to ovl_inode by Miklos Szeredi · 7 years ago
  52. 09d8b58 ovl: move __upperdentry to ovl_inode by Miklos Szeredi · 7 years ago
  53. 25b7713 ovl: use i_private only as a key by Miklos Szeredi · 7 years ago
  54. e6d2ebd ovl: simplify getting inode by Miklos Szeredi · 7 years ago
  55. 01633fd overlayfs: use uuid_t instead of uuid_be by Christoph Hellwig · 7 years ago
  56. f3a1568 ovl: mark upper merge dir with type origin entries "impure" by Amir Goldstein · 7 years ago
  57. ee1d6d37 ovl: mark upper dir with type origin entries "impure" by Amir Goldstein · 7 years ago
  58. 3d27573 ovl: remove unused arg from ovl_lookup_temp() by Miklos Szeredi · 7 years ago
  59. 21a2287 ovl: handle rename when upper doesn't support xattr by Amir Goldstein · 7 years ago
  60. 82b749b ovl: check on mount time if upper fs supports setting xattr by Amir Goldstein · 7 years ago
  61. 5b71209 ovl: merge getattr for dir and nondir by Miklos Szeredi · 7 years ago
  62. 5954850 ovl: set the ORIGIN type flag by Amir Goldstein · 7 years ago
  63. 3a1e819 ovl: store file handle of lower inode on copy up by Amir Goldstein · 7 years ago
  64. 7bcd74b ovl: check if all layers are on the same fs by Amir Goldstein · 7 years ago
  65. 39d3d60 ovl: introduce copy up waitqueue by Amir Goldstein · 8 years ago
  66. e7f5242 ovl: check if upperdir fs supports O_TMPFILE by Amir Goldstein · 8 years ago
  67. 32a3d84 ovl: clean up kstat usage by Al Viro · 8 years ago
  68. 9aba652 ovl: fold ovl_copy_up_truncate() into ovl_copy_up() by Amir Goldstein · 8 years ago
  69. 5cf5b47 ovl: opaque cleanup by Miklos Szeredi · 8 years ago
  70. a6c6065 ovl: redirect on rename-dir by Miklos Szeredi · 8 years ago
  71. 02b69b2 ovl: lookup redirects by Miklos Szeredi · 8 years ago
  72. bbb1e54 ovl: split super.c by Miklos Szeredi · 8 years ago
  73. 370e55a ovl: rename: simplify handling of lower/merged directory by Miklos Szeredi · 8 years ago
  74. 38e813d ovl: get rid of PURE type by Miklos Szeredi · 8 years ago
  75. 2aff453 ovl: check lower existence when removing by Miklos Szeredi · 8 years ago
  76. c412ce4 ovl: add ovl_dentry_is_whiteout() by Miklos Szeredi · 8 years ago
  77. ca4c8a3 ovl: treat special files like a regular fs by Miklos Szeredi · 8 years ago
  78. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  79. 0eb45fc ovl: Switch to generic_getxattr by Andreas Gruenbacher · 8 years ago
  80. 0e585cc ovl: Switch to generic_removexattr by Andreas Gruenbacher · 8 years ago
  81. fe2b759 ovl: Fix OVL_XATTR_PREFIX by Andreas Gruenbacher · 8 years ago
  82. eea2fb4 ovl: proper cleanup of workdir by Miklos Szeredi · 8 years ago
  83. 0956254 ovl: don't copy up opaqueness by Miklos Szeredi · 8 years ago
  84. d837a49 ovl: fix POSIX ACL setting by Miklos Szeredi · 8 years ago
  85. 51f7e52 ovl: share inode for hard link by Miklos Szeredi · 8 years ago
  86. 39b681f ovl: store real inode pointer in ->i_private by Miklos Szeredi · 8 years ago
  87. d719e8f ovl: update atime on upper by Miklos Szeredi · 8 years ago
  88. 9c630eb ovl: simplify permission checking by Miklos Szeredi · 8 years ago
  89. 39a25b2 ovl: define ->get_acl() for overlay inodes by Vivek Goyal · 8 years ago
  90. 1b91dbd Merge branch 'd_real' into overlayfs-next by Miklos Szeredi · 8 years ago
  91. 07a2daa ovl: Copy up underlying inode's ->i_mode to overlay inode by Vivek Goyal · 8 years ago
  92. 2d90267 vfs: merge .d_select_inode() into .d_real() by Miklos Szeredi · 8 years ago
  93. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  94. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  95. 0121a32 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  96. 3fe6e52 ovl: override creds with the ones from the superblock mounter by Antonio Murdaca · 8 years ago
  97. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  98. 45aebea ovl: Ensure upper filesystem supports d_type by Vivek Goyal · 9 years ago
  99. e9f57eb Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 9 years ago
  100. 0f7ff2d ovl: get rid of the dead code left from broken (and disabled) optimizations by Al Viro · 9 years ago