Age | Commit message (Expand) | Author |
2018-05-31 | ovl: use inode_insert5() to hash a newly created inode | Amir Goldstein |
2018-05-31 | ovl: Pass argument to ovl_get_inode() in a structure | Vivek Goyal |
2018-04-12 | ovl: consistent i_ino for non-samefs with xino | Amir Goldstein |
2018-04-12 | ovl: constant st_ino for non-samefs with xino | Amir Goldstein |
2018-04-12 | ovl: allocate anon bdev per unique lower fs | Amir Goldstein |
2018-04-12 | ovl: factor out ovl_map_dev_ino() helper | Amir Goldstein |
2018-04-12 | ovl: cleanup ovl_update_time() | Miklos Szeredi |
2018-04-12 | ovl: cleanup setting OVL_INDEX | Vivek Goyal |
2018-04-12 | ovl: set lower layer st_dev only if setting lower st_ino | Amir Goldstein |
2018-04-12 | ovl: set i_ino to the value of st_ino for NFS export | Amir Goldstein |
2018-02-16 | ovl: hash non-dir by lower inode for fsnotify | Amir Goldstein |
2018-01-24 | ovl: lookup connected ancestor of dir in inode cache | Amir Goldstein |
2018-01-24 | ovl: hash non-indexed dir by upper inode for NFS export | Amir Goldstein |
2018-01-24 | ovl: decode lower file handles of unlinked but open files | Amir Goldstein |
2018-01-24 | ovl: copy up of disconnected dentries | Amir Goldstein |
2018-01-24 | ovl: do not pass overlay dentry to ovl_get_inode() | Amir Goldstein |
2018-01-24 | ovl: unbless lower st_ino of unverified origin | Amir Goldstein |
2018-01-19 | ovl: hash directory inodes for fsnotify | Amir Goldstein |
2017-11-09 | ovl: relax same fs constraint for constant st_ino | Amir Goldstein |
2017-11-09 | ovl: return anonymous st_dev for lower inodes | Chandan Rajendra |
2017-11-09 | ovl: move include of ovl_entry.h into overlayfs.h | Amir Goldstein |
2017-11-09 | ovl: no direct iteration for dir with origin xattr | Amir Goldstein |
2017-11-09 | ovl: lockdep annotate of nested OVL_I(inode)->lock | Amir Goldstein |
2017-10-24 | ovl: fix EIO from lookup of non-indexed upper | Amir Goldstein |
2017-09-12 | ovl: fix false positive ESTALE on lookup | Amir Goldstein |
2017-07-27 | ovl: check snprintf return | Miklos Szeredi |
2017-07-20 | ovl: fix xattr get and set with selinux | Miklos Szeredi |
2017-07-04 | ovl: cleanup orphan index entries | Amir Goldstein |
2017-07-04 | ovl: persistent overlay inode nlink for indexed inodes | Amir Goldstein |
2017-07-04 | ovl: implement index dir copy up | Amir Goldstein |
2017-07-04 | ovl: hash overlay non-dir inodes by copy up origin | Miklos Szeredi |
2017-07-04 | ovl: lookup index entry for copy up origin | Amir Goldstein |
2017-07-04 | ovl: move impure to ovl_inode | Miklos Szeredi |
2017-07-04 | ovl: move __upperdentry to ovl_inode | Miklos Szeredi |
2017-07-04 | ovl: use i_private only as a key | Miklos Szeredi |
2017-07-04 | ovl: simplify getting inode | Miklos Szeredi |
2017-05-29 | ovl: filter trusted xattr for non-admin | Miklos Szeredi |
2017-05-05 | ovl: merge getattr for dir and nondir | Miklos Szeredi |
2017-05-05 | ovl: constant st_ino/st_dev across copy up | Amir Goldstein |
2017-03-08 | ovl: lockdep annotate of nested stacked overlayfs inode lock | Amir Goldstein |
2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar |
2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds |
2016-12-16 | ovl: fold ovl_copy_up_truncate() into ovl_copy_up() | Amir Goldstein |
2016-12-16 | ovl: treat special files like a regular fs | Miklos Szeredi |
2016-12-16 | Revert "ovl: get_write_access() in truncate" | Miklos Szeredi |
2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi |
2016-10-31 | ovl: fix get_acl() on tmpfs | Miklos Szeredi |
2016-10-14 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |