| Commit message (Expand) | Author | Age | Files | Lines |
* | ovl: fix possible use after free on redirect dir lookup | Amir Goldstein | 2017-01-18 | 1 | -9/+18 |
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2016-12-17 | 1 | -1/+0 |
|\ |
|
| * | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2016-12-09 | 1 | -1/+0 |
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-12-16 | 10 | -784/+1084 |
|\ \ |
|
| * | | ovl: fix return value of ovl_fill_super | Geliang Tang | 2016-12-16 | 1 | -0/+2 |
| * | | ovl: clean up kstat usage | Al Viro | 2016-12-16 | 4 | -39/+45 |
| * | | ovl: fold ovl_copy_up_truncate() into ovl_copy_up() | Amir Goldstein | 2016-12-16 | 3 | -37/+13 |
| * | | ovl: create directories inside merged parent opaque | Amir Goldstein | 2016-12-16 | 1 | -2/+12 |
| * | | ovl: opaque cleanup | Miklos Szeredi | 2016-12-16 | 4 | -31/+25 |
| * | | ovl: show redirect_dir mount option | Amir Goldstein | 2016-12-16 | 1 | -0/+3 |
| * | | ovl: allow setting max size of redirect | Miklos Szeredi | 2016-12-16 | 1 | -3/+7 |
| * | | ovl: allow redirect_dir to default to "on" | Miklos Szeredi | 2016-12-16 | 2 | -0/+19 |
| * | | ovl: check for emptiness of redirect dir | Amir Goldstein | 2016-12-16 | 1 | -9/+22 |
| * | | ovl: redirect on rename-dir | Miklos Szeredi | 2016-12-16 | 6 | -28/+176 |
| * | | ovl: lookup redirects | Miklos Szeredi | 2016-12-16 | 4 | -2/+123 |
| * | | ovl: consolidate lookup for underlying layers | Miklos Szeredi | 2016-12-16 | 1 | -70/+86 |
| * | | ovl: fix nested overlayfs mount | Amir Goldstein | 2016-12-16 | 1 | -2/+2 |
| * | | ovl: check namelen | Miklos Szeredi | 2016-12-16 | 3 | -21/+35 |
| * | | ovl: split super.c | Miklos Szeredi | 2016-12-16 | 6 | -546/+572 |
| * | | ovl: use d_is_dir() | Miklos Szeredi | 2016-12-16 | 1 | -2/+2 |
| * | | ovl: simplify lookup | Miklos Szeredi | 2016-12-16 | 1 | -29/+25 |
| * | | ovl: check lower existence of rename target | Miklos Szeredi | 2016-12-16 | 1 | -52/+11 |
| * | | ovl: rename: simplify handling of lower/merged directory | Miklos Szeredi | 2016-12-16 | 2 | -21/+12 |
| * | | ovl: get rid of PURE type | Miklos Szeredi | 2016-12-16 | 3 | -13/+6 |
| * | | ovl: check lower existence when removing | Miklos Szeredi | 2016-12-16 | 3 | -3/+56 |
| * | | ovl: add ovl_dentry_is_whiteout() | Miklos Szeredi | 2016-12-16 | 3 | -3/+9 |
| * | | ovl: don't check sticky | Miklos Szeredi | 2016-12-16 | 1 | -24/+0 |
| * | | ovl: don't check rename to self | Miklos Szeredi | 2016-12-16 | 1 | -12/+3 |
| * | | ovl: treat special files like a regular fs | Miklos Szeredi | 2016-12-16 | 4 | -19/+16 |
| * | | ovl: rename ovl_rename2() to ovl_rename() | Miklos Szeredi | 2016-12-16 | 1 | -4/+4 |
| * | | ovl: use vfs_clone_file_range() for copy up if possible | Amir Goldstein | 2016-12-16 | 1 | -1/+8 |
| * | | Revert "ovl: get_write_access() in truncate" | Miklos Szeredi | 2016-12-16 | 1 | -21/+0 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | don't open-code file_inode() | Al Viro | 2016-12-04 | 1 | -1/+1 |
* | | ovl: fix d_real() for stacked fs | Miklos Szeredi | 2016-11-29 | 1 | -3/+3 |
|/ |
|
* | ovl: fsync after copy-up | Miklos Szeredi | 2016-10-31 | 1 | -0/+2 |
* | ovl: fix get_acl() on tmpfs | Miklos Szeredi | 2016-10-31 | 1 | -3/+0 |
* | ovl: update S_ISGID when setting posix ACLs | Miklos Szeredi | 2016-10-31 | 1 | -0/+15 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-14 | 1 | -5/+6 |
|\ |
|
| * | overlayfs: Fix setting IOP_XATTR flag | Vivek Goyal | 2016-10-14 | 1 | -5/+6 |
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-10-14 | 4 | -93/+56 |
|\ \
| |/
|/| |
|
| * | ovl: use vfs_get_link() | Miklos Szeredi | 2016-10-14 | 2 | -49/+7 |
| * | ovl: use generic_readlink | Miklos Szeredi | 2016-10-14 | 1 | -20/+1 |
| * | ovl: explain error values when removing acl from workdir | Miklos Szeredi | 2016-10-14 | 1 | -0/+13 |
| * | ovl: Fix info leak in ovl_lookup_temp() | Richard Weinberger | 2016-09-21 | 1 | -1/+4 |
| * | ovl: during copy up, switch to mounter's creds early | Vivek Goyal | 2016-09-19 | 2 | -11/+11 |
| * | ovl: lookup: do getxattr with mounter's permission | Miklos Szeredi | 2016-09-16 | 1 | -11/+9 |
| * | ovl: copy_up_xattr(): use strnlen | Miklos Szeredi | 2016-09-16 | 1 | -1/+11 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 2 | -3/+3 |
|\ \ |
|
| * | | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 2 | -3/+3 |
| |/ |
|