aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsGravatar Miklos Szeredi 1-8/+10
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Gravatar Miklos Szeredi 1-1/+1
2020-09-02ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrsGravatar Miklos Szeredi 1-1/+1
2020-09-02ovl: provide a mount option "volatile"Gravatar Vivek Goyal 1-3/+71
2020-09-02ovl: check for incompatible features in work dirGravatar Amir Goldstein 1-7/+18
2020-07-16ovl: fix mount option checks for nfs_export with no upperdirGravatar Amir Goldstein 1-13/+18
2020-07-16ovl: force read-only sb on failure to create index dirGravatar Amir Goldstein 1-5/+6
2020-07-16ovl: fix regression with re-formatted lower squashfsGravatar Amir Goldstein 1-0/+12
2020-07-16ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onGravatar Amir Goldstein 1-9/+7
2020-07-16ovl: inode reference leak in ovl_is_inuse true case.Gravatar youngjun 1-1/+10
2020-06-08ovl: remove unnecessary lock checkGravatar youngjun 1-6/+1
2020-06-04ovl: make private mounts longtermGravatar Miklos Szeredi 1-1/+6
2020-06-04ovl: get rid of redundant members in struct ovl_fsGravatar Miklos Szeredi 1-52/+47
2020-06-04ovl: add accessor for ofs->upper_mntGravatar Miklos Szeredi 1-20/+20
2020-05-13ovl: sync dirty data when remounting to ro modeGravatar Chengguang Xu 1-1/+10
2020-05-13ovl: whiteout inode sharingGravatar Chengguang Xu 1-0/+4
2020-05-13ovl: inherit SB_NOSEC flag from upperdirGravatar Jeffle Xu 1-0/+12
2020-05-13ovl: skip overlayfs superblocks at global syncGravatar Konstantin Khlebnikov 1-2/+3
2020-05-13ovl: index dir act as work dirGravatar Amir Goldstein 1-5/+9
2020-05-13ovl: resolve more conflicting mount optionsGravatar Amir Goldstein 1-0/+48
2020-03-27ovl: enable xino automatically in more casesGravatar Amir Goldstein 1-9/+3
2020-03-27ovl: avoid possible inode number collisions with xino=onGravatar Amir Goldstein 1-5/+8
2020-03-27ovl: use a private non-persistent ino poolGravatar Amir Goldstein 1-0/+1
2020-03-17ovl: strict upper fs requirements for remote upper fsGravatar Amir Goldstein 1-6/+18
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTGravatar Amir Goldstein 1-0/+69
2020-03-17ovl: allow remote upperGravatar Miklos Szeredi 1-2/+6
2020-03-17ovl: decide if revalidate needed on a per-dentry basisGravatar Miklos Szeredi 1-16/+5
2020-03-17ovl: separate detection of remote upper layer from stacked overlayGravatar Miklos Szeredi 1-7/+7
2020-03-17ovl: restructure dentry revalidationGravatar Miklos Szeredi 1-25/+26
2020-03-17ovl: simplify i_ino initializationGravatar Amir Goldstein 1-2/+11
2020-03-17ovl: factor out helper ovl_get_root()Gravatar Amir Goldstein 1-15/+29
2020-03-13ovl: fix some xino configurationsGravatar Amir Goldstein 1-1/+8
2020-01-24ovl: implement async IO routinesGravatar Jiufei Xue 1-4/+10
2020-01-24ovl: layer is constGravatar Miklos Szeredi 1-11/+12
2020-01-24ovl: fix corner case of non-constant st_dev;st_inoGravatar Amir Goldstein 1-5/+10
2020-01-24ovl: fix corner case of conflicting lower layer uuidGravatar Amir Goldstein 1-2/+6
2020-01-24ovl: generalize the lower_fs[] arrayGravatar Amir Goldstein 1-31/+34
2020-01-24ovl: simplify ovl_same_sb() helperGravatar Amir Goldstein 1-10/+11
2020-01-22ovl: generalize the lower_layers[] arrayGravatar Amir Goldstein 1-19/+25
2020-01-22ovl: use pr_fmt auto generate prefixGravatar lijiazi 1-42/+43
2019-12-10ovl: fix lookup failure on multi lower squashfsGravatar Amir Goldstein 1-7/+17
2019-07-16ovl: fix regression caused by overlapping layers detectionGravatar Amir Goldstein 1-26/+47
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-18ovl: fix typo in MODULE_PARM_DESCGravatar Nicolas Schier 1-6/+6
2019-06-18ovl: fix bogus -Wmaybe-unitialized warningGravatar Arnd Bergmann 1-2/+2
2019-06-18ovl: don't fail with disconnected lower NFSGravatar Miklos Szeredi 1-17/+9
2019-05-29ovl: detect overlapping layersGravatar Amir Goldstein 1-17/+152
2019-05-01overlayfs: make use of ->free_inode()Gravatar Al Viro 1-7/+6
2018-11-01ovl: automatically enable redirect_dir on metacopy=onGravatar Miklos Szeredi 1-7/+29