summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-8/+10
* ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi2020-09-021-1/+1
* ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrsMiklos Szeredi2020-09-021-1/+1
* ovl: provide a mount option "volatile"Vivek Goyal2020-09-021-3/+71
* ovl: check for incompatible features in work dirAmir Goldstein2020-09-021-7/+18
* ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein2020-07-161-13/+18
* ovl: force read-only sb on failure to create index dirAmir Goldstein2020-07-161-5/+6
* ovl: fix regression with re-formatted lower squashfsAmir Goldstein2020-07-161-0/+12
* ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein2020-07-161-9/+7
* ovl: inode reference leak in ovl_is_inuse true case.youngjun2020-07-161-1/+10
* ovl: remove unnecessary lock checkyoungjun2020-06-081-6/+1
* ovl: make private mounts longtermMiklos Szeredi2020-06-041-1/+6
* ovl: get rid of redundant members in struct ovl_fsMiklos Szeredi2020-06-041-52/+47
* ovl: add accessor for ofs->upper_mntMiklos Szeredi2020-06-041-20/+20
* ovl: sync dirty data when remounting to ro modeChengguang Xu2020-05-131-1/+10
* ovl: whiteout inode sharingChengguang Xu2020-05-131-0/+4
* ovl: inherit SB_NOSEC flag from upperdirJeffle Xu2020-05-131-0/+12
* ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov2020-05-131-2/+3
* ovl: index dir act as work dirAmir Goldstein2020-05-131-5/+9
* ovl: resolve more conflicting mount optionsAmir Goldstein2020-05-131-0/+48
* ovl: enable xino automatically in more casesAmir Goldstein2020-03-271-9/+3
* ovl: avoid possible inode number collisions with xino=onAmir Goldstein2020-03-271-5/+8
* ovl: use a private non-persistent ino poolAmir Goldstein2020-03-271-0/+1
* ovl: strict upper fs requirements for remote upper fsAmir Goldstein2020-03-171-6/+18
* ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein2020-03-171-0/+69
* ovl: allow remote upperMiklos Szeredi2020-03-171-2/+6
* ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi2020-03-171-16/+5
* ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi2020-03-171-7/+7
* ovl: restructure dentry revalidationMiklos Szeredi2020-03-171-25/+26
* ovl: simplify i_ino initializationAmir Goldstein2020-03-171-2/+11
* ovl: factor out helper ovl_get_root()Amir Goldstein2020-03-171-15/+29
* ovl: fix some xino configurationsAmir Goldstein2020-03-131-1/+8
* ovl: implement async IO routinesJiufei Xue2020-01-241-4/+10
* ovl: layer is constMiklos Szeredi2020-01-241-11/+12
* ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein2020-01-241-5/+10
* ovl: fix corner case of conflicting lower layer uuidAmir Goldstein2020-01-241-2/+6
* ovl: generalize the lower_fs[] arrayAmir Goldstein2020-01-241-31/+34
* ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-241-10/+11
* ovl: generalize the lower_layers[] arrayAmir Goldstein2020-01-221-19/+25
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-221-42/+43
* ovl: fix lookup failure on multi lower squashfsAmir Goldstein2019-12-101-7/+17
* ovl: fix regression caused by overlapping layers detectionAmir Goldstein2019-07-161-26/+47
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | ovl: fix typo in MODULE_PARM_DESCNicolas Schier2019-06-181-6/+6
* | ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann2019-06-181-2/+2
* | ovl: don't fail with disconnected lower NFSMiklos Szeredi2019-06-181-17/+9
|/
* ovl: detect overlapping layersAmir Goldstein2019-05-291-17/+152
* overlayfs: make use of ->free_inode()Al Viro2019-05-011-7/+6
* ovl: automatically enable redirect_dir on metacopy=onMiklos Szeredi2018-11-011-7/+29