aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
Commit message (Expand)AuthorAge
* ovl: fix regression caused by overlapping layers detectionAmir Goldstein2019-07-16
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-21
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
* | ovl: fix typo in MODULE_PARM_DESCNicolas Schier2019-06-18
* | ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann2019-06-18
* | ovl: don't fail with disconnected lower NFSMiklos Szeredi2019-06-18
|/
* ovl: detect overlapping layersAmir Goldstein2019-05-29
* overlayfs: make use of ->free_inode()Al Viro2019-05-01
* ovl: automatically enable redirect_dir on metacopy=onMiklos Szeredi2018-11-01
* ovl: relax requirement for non null uuid of lower fsAmir Goldstein2018-10-26
* ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi2018-09-10
* ovl: Do not expose metacopy only dentry from d_real()Vivek Goyal2018-07-20
* ovl: Store lower data inode in ovl_inodeVivek Goyal2018-07-20
* ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal2018-07-20
* ovl: Provide a mount option metacopy=on/off for metadata copyupVivek Goyal2018-07-20
* vfs: remove open_flags from d_real()Miklos Szeredi2018-07-18
* Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi2018-07-18
* Revert "vfs: add flags to d_real()"Miklos Szeredi2018-07-18
* Revert "ovl: fix relatime for directories"Miklos Szeredi2018-07-18
* ovl: deal with overlay files in ovl_d_real()Miklos Szeredi2018-07-18
* ovl: return dentry from ovl_create_real()Miklos Szeredi2018-05-31
* ovl: struct cattr cleanupsAmir Goldstein2018-05-31
* ovl: strip debug argument from ovl_do_ helpersAmir Goldstein2018-05-31
* ovl: add support for "xino" mount and config optionsAmir Goldstein2018-04-12
* ovl: constant st_ino for non-samefs with xinoAmir Goldstein2018-04-12
* ovl: allocate anon bdev per unique lower fsAmir Goldstein2018-04-12
* ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein2018-02-16
* ovl: wire up NFS export operationsAmir Goldstein2018-01-24
* ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein2018-01-24
* ovl: use directory index entries for consistency verificationAmir Goldstein2018-01-24
* ovl: add support for "nfs_export" configurationAmir Goldstein2018-01-24
* ovl: generalize ovl_verify_origin() and helpersAmir Goldstein2018-01-24
* ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein2018-01-24
* ovl: store layer index in ovl_layerAmir Goldstein2018-01-24
* ovl: force r/o mount when index dir creation failsAmir Goldstein2018-01-24
* ovl: disable index when no xattr supportAmir Goldstein2018-01-24
* ovl: take mnt_want_write() for work/index dir setupAmir Goldstein2018-01-19
* ovl: hash directory inodes for fsnotifyAmir Goldstein2018-01-19
* ovl: Sync upper dirty data when syncing overlayfsChengguang Xu2017-12-11
* ovl: don't follow redirects if redirect_dir=offMiklos Szeredi2017-12-11
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein2017-11-10
* ovl: rename ufs to ofsMiklos Szeredi2017-11-10
* ovl: clean up getting lower layersMiklos Szeredi2017-11-10
* ovl: clean up workdir creationMiklos Szeredi2017-11-10
* ovl: clean up getting upper layerMiklos Szeredi2017-11-10
* ovl: move ovl_get_workdir() and ovl_get_lower_layers()Miklos Szeredi2017-11-10
* ovl: reduce the number of arguments for ovl_workdir_create()Miklos Szeredi2017-11-10
* ovl: change order of setup in ovl_fill_super()Miklos Szeredi2017-11-10
* ovl: factor out ovl_free_fs() helperMiklos Szeredi2017-11-10