Age | Commit message (Expand) | Author |
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 |
2016-10-14 | ovl: use vfs_get_link() | Miklos Szeredi |
2016-10-14 | ovl: use generic_readlink | Miklos Szeredi |
2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro |
2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |
2016-09-19 | ovl: during copy up, switch to mounter's creds early | Vivek Goyal |
2016-09-01 | ovl: listxattr: use strnlen() | Miklos Szeredi |
2016-09-01 | ovl: Switch to generic_getxattr | Andreas Gruenbacher |
2016-09-01 | ovl: Switch to generic_removexattr | Andreas Gruenbacher |
2016-09-01 | ovl: Fix OVL_XATTR_PREFIX | Andreas Gruenbacher |
2016-09-01 | ovl: don't cache acl on overlay layer | Miklos Szeredi |
2016-09-01 | ovl: use cached acl on underlying layer | Miklos Szeredi |
2016-08-08 | ovl: don't copy up opaqueness | Miklos Szeredi |
2016-07-29 | ovl: append MAY_READ when diluting write checks | Vivek Goyal |
2016-07-29 | ovl: dilute permission checks on lower only if not special file | Vivek Goyal |
2016-07-29 | ovl: fix POSIX ACL setting | Miklos Szeredi |
2016-07-29 | ovl: share inode for hard link | Miklos Szeredi |
2016-07-29 | ovl: store real inode pointer in ->i_private | Miklos Szeredi |
2016-07-29 | ovl: permission: return ECHILD instead of ENOENT | Miklos Szeredi |
2016-07-29 | ovl: update atime on upper | Miklos Szeredi |
2016-07-29 | ovl: simplify permission checking | Miklos Szeredi |
2016-07-29 | ovl: do not require mounter to have MAY_WRITE on lower | Vivek Goyal |
2016-07-29 | ovl: do operations on underlying file system in mounter's context | Vivek Goyal |
2016-07-29 | ovl: modify ovl_permission() to do checks on two inodes | Vivek Goyal |
2016-07-29 | ovl: define ->get_acl() for overlay inodes | Vivek Goyal |
2016-07-29 | ovl: store ovl_entry in inode->i_private for all inodes | Andreas Gruenbacher |
2016-07-27 | Merge branch 'd_real' into overlayfs-next | Miklos Szeredi |
2016-07-04 | ovl: Copy up underlying inode's ->i_mode to overlay inode | Vivek Goyal |
2016-07-04 | ovl: handle ATTR_KILL* | Miklos Szeredi |
2016-06-30 | vfs: merge .d_select_inode() into .d_real() | Miklos Szeredi |
2016-06-29 | ovl: get_write_access() in truncate | Miklos Szeredi |
2016-06-29 | ovl: fix dentry leak for default_permissions | Miklos Szeredi |
2016-06-06 | ovl: xattr filter fix | Miklos Szeredi |
2016-05-27 | switch ->setxattr() to passing dentry and inode separately | Al Viro |
2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments | Al Viro |
2016-03-03 | ovl: copy new uid/gid into overlayfs runtime inode | Konstantin Khlebnikov |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2016-01-21 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro |