aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-24ovl: implement async IO routinesJiufei Xue1-4/+10
2020-01-24ovl: layer is constMiklos Szeredi1-11/+12
2020-01-24ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein1-5/+10
2020-01-24ovl: fix corner case of conflicting lower layer uuidAmir Goldstein1-2/+6
2020-01-24ovl: generalize the lower_fs[] arrayAmir Goldstein1-31/+34
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein1-10/+11
2020-01-22ovl: generalize the lower_layers[] arrayAmir Goldstein1-19/+25
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi1-42/+43
2019-12-10ovl: fix lookup failure on multi lower squashfsAmir Goldstein1-7/+17
2019-07-16ovl: fix regression caused by overlapping layers detectionAmir Goldstein1-26/+47
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier1-6/+6
2019-06-18ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann1-2/+2
2019-06-18ovl: don't fail with disconnected lower NFSMiklos Szeredi1-17/+9
2019-05-29ovl: detect overlapping layersAmir Goldstein1-17/+152
2019-05-01overlayfs: make use of ->free_inode()Al Viro1-7/+6
2018-11-01ovl: automatically enable redirect_dir on metacopy=onMiklos Szeredi1-7/+29
2018-10-26ovl: relax requirement for non null uuid of lower fsAmir Goldstein1-2/+30
2018-09-10ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi1-12/+14
2018-07-20ovl: Do not expose metacopy only dentry from d_real()Vivek Goyal1-2/+5
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal1-2/+6
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal1-0/+1
2018-07-20ovl: Provide a mount option metacopy=on/off for metadata copyupVivek Goyal1-3/+43
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi1-33/+3
2018-07-18Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi1-1/+1
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi1-2/+2
2018-07-18Revert "ovl: fix relatime for directories"Miklos Szeredi1-3/+0
2018-07-18ovl: deal with overlay files in ovl_d_real()Miklos Szeredi1-0/+4
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi1-3/+4
2018-05-31ovl: struct cattr cleanupsAmir Goldstein1-3/+1
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein1-1/+1
2018-04-12ovl: add support for "xino" mount and config optionsAmir Goldstein1-3/+70
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein1-4/+22
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein1-18/+48
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein1-0/+1
2018-01-24ovl: wire up NFS export operationsAmir Goldstein1-0/+3
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein1-3/+3
2018-01-24ovl: use directory index entries for consistency verificationAmir Goldstein1-4/+16
2018-01-24ovl: add support for "nfs_export" configurationAmir Goldstein1-5/+44
2018-01-24ovl: generalize ovl_verify_origin() and helpersAmir Goldstein1-4/+4
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein1-4/+1
2018-01-24ovl: store layer index in ovl_layerAmir Goldstein1-0/+1
2018-01-24ovl: force r/o mount when index dir creation failsAmir Goldstein1-3/+9
2018-01-24ovl: disable index when no xattr supportAmir Goldstein1-1/+2
2018-01-19ovl: take mnt_want_write() for work/index dir setupAmir Goldstein1-8/+17
2018-01-19ovl: hash directory inodes for fsnotifyAmir Goldstein1-0/+1
2017-12-11ovl: Sync upper dirty data when syncing overlayfsChengguang Xu1-4/+15
2017-12-11ovl: don't follow redirects if redirect_dir=offMiklos Szeredi1-17/+51
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-5/+5