summaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)Author
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein
2020-03-27ovl: avoid possible inode number collisions with xino=onAmir Goldstein
2020-03-27ovl: use a private non-persistent ino poolAmir Goldstein
2020-03-17ovl: strict upper fs requirements for remote upper fsAmir Goldstein
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein
2020-03-17ovl: allow remote upperMiklos Szeredi
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi
2020-03-17ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi
2020-03-17ovl: restructure dentry revalidationMiklos Szeredi
2020-03-17ovl: simplify i_ino initializationAmir Goldstein
2020-03-17ovl: factor out helper ovl_get_root()Amir Goldstein
2020-03-13ovl: fix some xino configurationsAmir Goldstein
2020-01-24ovl: implement async IO routinesJiufei Xue
2020-01-24ovl: layer is constMiklos Szeredi
2020-01-24ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein
2020-01-24ovl: fix corner case of conflicting lower layer uuidAmir Goldstein
2020-01-24ovl: generalize the lower_fs[] arrayAmir Goldstein
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein
2020-01-22ovl: generalize the lower_layers[] arrayAmir Goldstein
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi
2019-12-10ovl: fix lookup failure on multi lower squashfsAmir Goldstein
2019-07-16ovl: fix regression caused by overlapping layers detectionAmir Goldstein
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier
2019-06-18ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann
2019-06-18ovl: don't fail with disconnected lower NFSMiklos Szeredi
2019-05-29ovl: detect overlapping layersAmir Goldstein
2019-05-01overlayfs: make use of ->free_inode()Al Viro
2018-11-01ovl: automatically enable redirect_dir on metacopy=onMiklos Szeredi
2018-10-26ovl: relax requirement for non null uuid of lower fsAmir Goldstein
2018-09-10ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi
2018-07-20ovl: Do not expose metacopy only dentry from d_real()Vivek Goyal
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal
2018-07-20ovl: Provide a mount option metacopy=on/off for metadata copyupVivek Goyal
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi
2018-07-18Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi
2018-07-18Revert "ovl: fix relatime for directories"Miklos Szeredi
2018-07-18ovl: deal with overlay files in ovl_d_real()Miklos Szeredi
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi
2018-05-31ovl: struct cattr cleanupsAmir Goldstein
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein
2018-04-12ovl: add support for "xino" mount and config optionsAmir Goldstein
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein
2018-01-24ovl: wire up NFS export operationsAmir Goldstein
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein