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