Age | Commit message (Expand) | Author | Files | Lines |
2017-07-20 | ovl: fix xattr get and set with selinux | Miklos Szeredi | 1 | -3/+4 |
2017-07-13 | ovl: fix origin verification of index dir | Amir Goldstein | 1 | -1/+2 |
2017-07-04 | ovl: cleanup orphan index entries | Amir Goldstein | 1 | -0/+3 |
2017-07-04 | ovl: persistent overlay inode nlink for indexed inodes | Amir Goldstein | 1 | -0/+5 |
2017-07-04 | ovl: add flag for upper in ovl_entry | Miklos Szeredi | 1 | -0/+2 |
2017-07-04 | ovl: cleanup bad and stale index entries on mount | Amir Goldstein | 1 | -1/+5 |
2017-07-04 | ovl: lookup index entry for copy up origin | Amir Goldstein | 1 | -0/+2 |
2017-07-04 | ovl: verify index dir matches upper dir | Amir Goldstein | 1 | -2/+4 |
2017-07-04 | ovl: verify upper root dir matches lower root dir | Amir Goldstein | 1 | -0/+3 |
2017-07-04 | ovl: introduce the inodes index dir feature | Amir Goldstein | 1 | -0/+2 |
2017-07-04 | vfs: introduce inode 'inuse' lock | Amir Goldstein | 1 | -0/+2 |
2017-07-04 | ovl: move impure to ovl_inode | Miklos Szeredi | 1 | -1/+6 |
2017-07-04 | ovl: move __upperdentry to ovl_inode | Miklos Szeredi | 1 | -5/+7 |
2017-07-04 | ovl: use i_private only as a key | Miklos Szeredi | 1 | -12/+1 |
2017-07-04 | ovl: simplify getting inode | Miklos Szeredi | 1 | -3/+2 |
2017-06-05 | overlayfs: use uuid_t instead of uuid_be | Christoph Hellwig | 1 | -1/+1 |
2017-05-29 | ovl: mark upper merge dir with type origin entries "impure" | Amir Goldstein | 1 | -4/+11 |
2017-05-19 | ovl: mark upper dir with type origin entries "impure" | Amir Goldstein | 1 | -0/+3 |
2017-05-19 | ovl: remove unused arg from ovl_lookup_temp() | Miklos Szeredi | 1 | -1/+1 |
2017-05-19 | ovl: handle rename when upper doesn't support xattr | Amir Goldstein | 1 | -1/+0 |
2017-05-18 | ovl: check on mount time if upper fs supports setting xattr | Amir Goldstein | 1 | -0/+3 |
2017-05-05 | ovl: merge getattr for dir and nondir | Miklos Szeredi | 1 | -0/+2 |
2017-05-05 | ovl: set the ORIGIN type flag | Amir Goldstein | 1 | -0/+2 |
2017-05-05 | ovl: store file handle of lower inode on copy up | Amir Goldstein | 1 | -0/+36 |
2017-05-05 | ovl: check if all layers are on the same fs | Amir Goldstein | 1 | -0/+1 |
2017-02-07 | ovl: introduce copy up waitqueue | Amir Goldstein | 1 | -0/+2 |
2017-02-07 | ovl: check if upperdir fs supports O_TMPFILE | Amir Goldstein | 1 | -0/+9 |
2016-12-16 | ovl: clean up kstat usage | Al Viro | 1 | -1/+6 |
2016-12-16 | ovl: fold ovl_copy_up_truncate() into ovl_copy_up() | Amir Goldstein | 1 | -2/+1 |
2016-12-16 | ovl: opaque cleanup | Miklos Szeredi | 1 | -1/+1 |
2016-12-16 | ovl: redirect on rename-dir | Miklos Szeredi | 1 | -0/+4 |
2016-12-16 | ovl: lookup redirects | Miklos Szeredi | 1 | -0/+1 |
2016-12-16 | ovl: split super.c | Miklos Szeredi | 1 | -17/+17 |
2016-12-16 | ovl: rename: simplify handling of lower/merged directory | Miklos Szeredi | 1 | -3/+0 |
2016-12-16 | ovl: get rid of PURE type | Miklos Szeredi | 1 | -4/+2 |
2016-12-16 | ovl: check lower existence when removing | Miklos Szeredi | 1 | -0/+1 |
2016-12-16 | ovl: add ovl_dentry_is_whiteout() | Miklos Szeredi | 1 | -0/+1 |
2016-12-16 | ovl: treat special files like a regular fs | Miklos Szeredi | 1 | -1/+1 |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -2/+2 |
2016-09-01 | ovl: Switch to generic_getxattr | Andreas Gruenbacher | 1 | -2/+2 |
2016-09-01 | ovl: Switch to generic_removexattr | Andreas Gruenbacher | 1 | -4/+2 |
2016-09-01 | ovl: Fix OVL_XATTR_PREFIX | Andreas Gruenbacher | 1 | -2/+2 |
2016-09-01 | ovl: proper cleanup of workdir | Miklos Szeredi | 1 | -0/+2 |
2016-08-08 | ovl: don't copy up opaqueness | Miklos Szeredi | 1 | -0/+1 |
2016-07-29 | ovl: fix POSIX ACL setting | Miklos Szeredi | 1 | -3/+3 |
2016-07-29 | ovl: share inode for hard link | Miklos Szeredi | 1 | -0/+1 |
2016-07-29 | ovl: store real inode pointer in ->i_private | Miklos Szeredi | 1 | -4/+14 |
2016-07-29 | ovl: update atime on upper | Miklos Szeredi | 1 | -0/+4 |
2016-07-29 | ovl: simplify permission checking | Miklos Szeredi | 1 | -1/+0 |
2016-07-29 | ovl: define ->get_acl() for overlay inodes | Vivek Goyal | 1 | -0/+2 |