summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)Author
2020-12-14ovl: unprivieged mountsMiklos Szeredi
2020-12-14ovl: user xattrMiklos Szeredi
2020-11-12ovl: expand warning in ovl_d_real()Miklos Szeredi
2020-11-12ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi
2020-09-02ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrsMiklos Szeredi
2020-09-02ovl: provide a mount option "volatile"Vivek Goyal
2020-09-02ovl: check for incompatible features in work dirAmir Goldstein
2020-07-16ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein
2020-07-16ovl: force read-only sb on failure to create index dirAmir Goldstein
2020-07-16ovl: fix regression with re-formatted lower squashfsAmir Goldstein
2020-07-16ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein
2020-07-16ovl: inode reference leak in ovl_is_inuse true case.youngjun
2020-06-08ovl: remove unnecessary lock checkyoungjun
2020-06-04ovl: make private mounts longtermMiklos Szeredi
2020-06-04ovl: get rid of redundant members in struct ovl_fsMiklos Szeredi
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi
2020-05-13ovl: sync dirty data when remounting to ro modeChengguang Xu
2020-05-13ovl: whiteout inode sharingChengguang Xu
2020-05-13ovl: inherit SB_NOSEC flag from upperdirJeffle Xu
2020-05-13ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov
2020-05-13ovl: index dir act as work dirAmir Goldstein
2020-05-13ovl: resolve more conflicting mount optionsAmir Goldstein
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