index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovl: don't copy up opaqueness
Miklos Szeredi
2016-08-08
1
-1
/
+1
*
ovl: append MAY_READ when diluting write checks
Vivek Goyal
2016-07-29
1
-1
/
+4
*
ovl: dilute permission checks on lower only if not special file
Vivek Goyal
2016-07-29
1
-1
/
+1
*
ovl: fix POSIX ACL setting
Miklos Szeredi
2016-07-29
1
-7
/
+5
*
ovl: share inode for hard link
Miklos Szeredi
2016-07-29
1
-11
/
+40
*
ovl: store real inode pointer in ->i_private
Miklos Szeredi
2016-07-29
1
-8
/
+3
*
ovl: permission: return ECHILD instead of ENOENT
Miklos Szeredi
2016-07-29
1
-1
/
+1
*
ovl: update atime on upper
Miklos Szeredi
2016-07-29
1
-3
/
+26
*
ovl: simplify permission checking
Miklos Szeredi
2016-07-29
1
-45
/
+1
*
ovl: do not require mounter to have MAY_WRITE on lower
Vivek Goyal
2016-07-29
1
-0
/
+2
*
ovl: do operations on underlying file system in mounter's context
Vivek Goyal
2016-07-29
1
-6
/
+43
*
ovl: modify ovl_permission() to do checks on two inodes
Vivek Goyal
2016-07-29
1
-4
/
+14
*
ovl: define ->get_acl() for overlay inodes
Vivek Goyal
2016-07-29
1
-0
/
+17
*
ovl: store ovl_entry in inode->i_private for all inodes
Andreas Gruenbacher
2016-07-29
1
-37
/
+11
*
Merge branch 'd_real' into overlayfs-next
Miklos Szeredi
2016-07-27
1
-21
/
+10
|
\
|
*
vfs: merge .d_select_inode() into .d_real()
Miklos Szeredi
2016-06-30
1
-21
/
+10
*
|
ovl: Copy up underlying inode's ->i_mode to overlay inode
Vivek Goyal
2016-07-04
1
-2
/
+1
*
|
ovl: handle ATTR_KILL*
Miklos Szeredi
2016-07-04
1
-0
/
+3
*
|
ovl: get_write_access() in truncate
Miklos Szeredi
2016-06-29
1
-0
/
+21
*
|
ovl: fix dentry leak for default_permissions
Miklos Szeredi
2016-06-29
1
-3
/
+5
|
/
*
ovl: xattr filter fix
Miklos Szeredi
2016-06-06
1
-20
/
+6
*
switch ->setxattr() to passing dentry and inode separately
Al Viro
2016-05-27
1
-2
/
+3
*
->getxattr(): pass dentry and inode as separate arguments
Al Viro
2016-04-11
1
-2
/
+2
*
ovl: copy new uid/gid into overlayfs runtime inode
Konstantin Khlebnikov
2016-03-03
1
-0
/
+2
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-2
/
+2
*
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-01-21
1
-0
/
+36
|
\
|
*
ovl: setattr: check permissions before copy-up
Miklos Szeredi
2015-12-11
1
-0
/
+13
|
*
ovl: default permissions
Miklos Szeredi
2015-10-12
1
-0
/
+23
*
|
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
2015-12-30
1
-42
/
+3
*
|
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
2015-12-08
1
-4
/
+8
*
|
ovl: get rid of the dead code left from broken (and disabled) optimizations
Al Viro
2015-12-06
1
-7
/
+4
*
|
ovl: fix permission checking for setattr
Miklos Szeredi
2015-12-06
1
-4
/
+4
|
/
*
ovl: fix open in stacked overlay
Miklos Szeredi
2015-10-12
1
-0
/
+3
*
fix a braino in ovl_d_select_inode()
Al Viro
2015-07-12
1
-0
/
+3
*
overlayfs: Make f_path always point to the overlay and f_inode to the underlay
David Howells
2015-06-19
1
-8
/
+6
*
overlay: Call ovl_drop_write() earlier in ovl_dentry_open()
David Howells
2015-06-19
1
-10
/
+4
*
switch ->put_link() from dentry to inode
Al Viro
2015-05-11
1
-2
/
+2
*
don't pass nameidata to ->follow_link()
Al Viro
2015-05-10
1
-2
/
+2
*
new ->follow_link() and ->put_link() calling conventions
Al Viro
2015-05-10
1
-8
/
+10
*
ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link
NeilBrown
2015-05-10
1
-13
/
+12
*
ovl: Use macros to present ovl_xattr
hujianyang
2014-12-13
1
-1
/
+1
*
ovl: Cleanup redundant blank lines
hujianyang
2014-12-13
1
-1
/
+0
*
ovl: make path-type a bitmap
Miklos Szeredi
2014-12-13
1
-3
/
+6
*
ovl: fix race in private xattr checks
Miklos Szeredi
2014-11-20
1
-9
/
+18
*
overlay filesystem
Miklos Szeredi
2014-10-24
1
-0
/
+425