summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-02ovl: check for incompatible features in work dirAmir Goldstein1-7/+18
2020-07-16ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein1-13/+18
2020-07-16ovl: force read-only sb on failure to create index dirAmir Goldstein1-5/+6
2020-07-16ovl: fix regression with re-formatted lower squashfsAmir Goldstein1-0/+12
2020-07-16ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein1-9/+7
2020-07-16ovl: inode reference leak in ovl_is_inuse true case.youngjun1-1/+10
2020-06-08ovl: remove unnecessary lock checkyoungjun1-6/+1
2020-06-04ovl: make private mounts longtermMiklos Szeredi1-1/+6
2020-06-04ovl: get rid of redundant members in struct ovl_fsMiklos Szeredi1-52/+47
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi1-20/+20
2020-05-13ovl: sync dirty data when remounting to ro modeChengguang Xu1-1/+10
2020-05-13ovl: whiteout inode sharingChengguang Xu1-0/+4
2020-05-13ovl: inherit SB_NOSEC flag from upperdirJeffle Xu1-0/+12
2020-05-13ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov1-2/+3
2020-05-13ovl: index dir act as work dirAmir Goldstein1-5/+9
2020-05-13ovl: resolve more conflicting mount optionsAmir Goldstein1-0/+48
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein1-9/+3
2020-03-27ovl: avoid possible inode number collisions with xino=onAmir Goldstein1-5/+8
2020-03-27ovl: use a private non-persistent ino poolAmir Goldstein1-0/+1
2020-03-17ovl: strict upper fs requirements for remote upper fsAmir Goldstein1-6/+18
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein1-0/+69
2020-03-17ovl: allow remote upperMiklos Szeredi1-2/+6
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi1-16/+5
2020-03-17ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi1-7/+7
2020-03-17ovl: restructure dentry revalidationMiklos Szeredi1-25/+26
2020-03-17ovl: simplify i_ino initializationAmir Goldstein1-2/+11
2020-03-17ovl: factor out helper ovl_get_root()Amir Goldstein1-15/+29
2020-03-13ovl: fix some xino configurationsAmir Goldstein1-1/+8
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/gre...Linus 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