aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-16ovl: fix regression caused by overlapping layers detectionGravatar Amir Goldstein 1-26/+47
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-18ovl: fix typo in MODULE_PARM_DESCGravatar Nicolas Schier 1-6/+6
2019-06-18ovl: fix bogus -Wmaybe-unitialized warningGravatar Arnd Bergmann 1-2/+2
2019-06-18ovl: don't fail with disconnected lower NFSGravatar Miklos Szeredi 1-17/+9
2019-05-29ovl: detect overlapping layersGravatar Amir Goldstein 1-17/+152
2019-05-01overlayfs: make use of ->free_inode()Gravatar Al Viro 1-7/+6
2018-11-01ovl: automatically enable redirect_dir on metacopy=onGravatar Miklos Szeredi 1-7/+29
2018-10-26ovl: relax requirement for non null uuid of lower fsGravatar Amir Goldstein 1-2/+30
2018-09-10ovl: fix oopses in ovl_fill_super() failure pathsGravatar Miklos Szeredi 1-12/+14
2018-07-20ovl: Do not expose metacopy only dentry from d_real()Gravatar Vivek Goyal 1-2/+5
2018-07-20ovl: Store lower data inode in ovl_inodeGravatar Vivek Goyal 1-2/+6
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperGravatar Vivek Goyal 1-0/+1
2018-07-20ovl: Provide a mount option metacopy=on/off for metadata copyupGravatar Vivek Goyal 1-3/+43
2018-07-18vfs: remove open_flags from d_real()Gravatar Miklos Szeredi 1-33/+3
2018-07-18Partially revert "locks: fix file locking on overlayfs"Gravatar Miklos Szeredi 1-1/+1
2018-07-18Revert "vfs: add flags to d_real()"Gravatar Miklos Szeredi 1-2/+2
2018-07-18Revert "ovl: fix relatime for directories"Gravatar Miklos Szeredi 1-3/+0
2018-07-18ovl: deal with overlay files in ovl_d_real()Gravatar Miklos Szeredi 1-0/+4
2018-05-31ovl: return dentry from ovl_create_real()Gravatar Miklos Szeredi 1-3/+4
2018-05-31ovl: struct cattr cleanupsGravatar Amir Goldstein 1-3/+1
2018-05-31ovl: strip debug argument from ovl_do_ helpersGravatar Amir Goldstein 1-1/+1
2018-04-12ovl: add support for "xino" mount and config optionsGravatar Amir Goldstein 1-3/+70
2018-04-12ovl: constant st_ino for non-samefs with xinoGravatar Amir Goldstein 1-4/+22
2018-04-12ovl: allocate anon bdev per unique lower fsGravatar Amir Goldstein 1-18/+48
2018-02-16ovl: check lower ancestry on encode of lower dir file handleGravatar Amir Goldstein 1-0/+1
2018-01-24ovl: wire up NFS export operationsGravatar Amir Goldstein 1-0/+3
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsGravatar Amir Goldstein 1-3/+3
2018-01-24ovl: use directory index entries for consistency verificationGravatar Amir Goldstein 1-4/+16
2018-01-24ovl: add support for "nfs_export" configurationGravatar Amir Goldstein 1-5/+44
2018-01-24ovl: generalize ovl_verify_origin() and helpersGravatar Amir Goldstein 1-4/+4
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Gravatar Amir Goldstein 1-4/+1
2018-01-24ovl: store layer index in ovl_layerGravatar Amir Goldstein 1-0/+1
2018-01-24ovl: force r/o mount when index dir creation failsGravatar Amir Goldstein 1-3/+9
2018-01-24ovl: disable index when no xattr supportGravatar Amir Goldstein 1-1/+2
2018-01-19ovl: take mnt_want_write() for work/index dir setupGravatar Amir Goldstein 1-8/+17
2018-01-19ovl: hash directory inodes for fsnotifyGravatar Amir Goldstein 1-0/+1
2017-12-11ovl: Sync upper dirty data when syncing overlayfsGravatar Chengguang Xu 1-4/+15
2017-12-11ovl: don't follow redirects if redirect_dir=offGravatar Miklos Szeredi 1-17/+51
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-5/+5
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Gravatar Amir Goldstein 1-5/+3
2017-11-10ovl: rename ufs to ofsGravatar Miklos Szeredi 1-114/+114
2017-11-10ovl: clean up getting lower layersGravatar Miklos Szeredi 1-52/+48
2017-11-10ovl: clean up workdir creationGravatar Miklos Szeredi 1-16/+15
2017-11-10ovl: clean up getting upper layerGravatar Miklos Szeredi 1-22/+13
2017-11-10ovl: move ovl_get_workdir() and ovl_get_lower_layers()Gravatar Miklos Szeredi 1-101/+101
2017-11-10ovl: reduce the number of arguments for ovl_workdir_create()Gravatar Miklos Szeredi 1-16/+15
2017-11-10ovl: change order of setup in ovl_fill_super()Gravatar Miklos Szeredi 1-16/+14
2017-11-10ovl: factor out ovl_free_fs() helperGravatar Miklos Szeredi 1-45/+27