index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
inode.c
Age
Commit message (
Expand
)
Author
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-28
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
2015-12-11
ovl: setattr: check permissions before copy-up
Miklos Szeredi
2015-12-09
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
2015-12-06
ovl: get rid of the dead code left from broken (and disabled) optimizations
Al Viro
2015-12-06
ovl: fix permission checking for setattr
Miklos Szeredi
2015-10-12
ovl: default permissions
Miklos Szeredi
2015-10-12
ovl: fix open in stacked overlay
Miklos Szeredi
2015-07-12
fix a braino in ovl_d_select_inode()
Al Viro
2015-06-19
overlayfs: Make f_path always point to the overlay and f_inode to the underlay
David Howells
2015-06-19
overlay: Call ovl_drop_write() earlier in ovl_dentry_open()
David Howells
2015-05-11
switch ->put_link() from dentry to inode
Al Viro
2015-05-11
don't pass nameidata to ->follow_link()
Al Viro
2015-05-11
new ->follow_link() and ->put_link() calling conventions
Al Viro
2015-05-11
ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link
NeilBrown
2014-12-12
ovl: Use macros to present ovl_xattr
hujianyang
2014-12-12
ovl: Cleanup redundant blank lines
hujianyang
2014-12-12
ovl: make path-type a bitmap
Miklos Szeredi
2014-11-20
ovl: fix race in private xattr checks
Miklos Szeredi
2014-10-23
overlay filesystem
Miklos Szeredi