aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds11-219/+405
2020-06-08ovl: remove unnecessary lock checkyoungjun1-6/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+1
2020-06-04ovl: make oip->index boolMiklos Szeredi2-2/+2
2020-06-04ovl: only pass ->ki_flags to ovl_iocb_to_rwf()Miklos Szeredi1-4/+3
2020-06-04ovl: make private mounts longtermMiklos Szeredi1-1/+6
2020-06-04ovl: get rid of redundant members in struct ovl_fsMiklos Szeredi2-55/+48
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi7-30/+35
2020-06-04ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-4/+0
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-03ovl: drop negative dentry in upper layerChengguang Xu1-7/+28
2020-06-03ovl: check permission to open real fileMiklos Szeredi1-2/+14
2020-06-03ovl: call secutiry hook in ovl_real_ioctl()Miklos Szeredi1-1/+4
2020-06-02ovl: verify permissions in ovl_path_open()Miklos Szeredi1-1/+26
2020-06-02ovl: switch to mounter creds in readdirMiklos Szeredi1-6/+21
2020-06-02ovl: pass correct flags for opening real directoryMiklos Szeredi1-3/+9
2020-06-02ovl: fix redirect traversal on metacopy dentriesVivek Goyal1-12/+14
2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal3-10/+5
2020-06-02ovl: use only uppermetacopy state in ovl_lookup()Vivek Goyal1-29/+28
2020-06-02ovl: simplify setting of origin for index lookupVivek Goyal1-12/+17
2020-06-02ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein1-0/+3
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2020-05-13ovl: return required buffer size for file handlesLubos Dolezel1-10/+8
2020-05-13ovl: sync dirty data when remounting to ro modeChengguang Xu1-1/+10
2020-05-13ovl: whiteout inode sharingChengguang Xu6-15/+48
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: prepare to copy up without workdirAmir Goldstein1-3/+4
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein3-17/+14
2020-05-13ovl: resolve more conflicting mount optionsAmir Goldstein1-0/+48
2020-05-13ovl: potential crash in ovl_fid_to_fh()Dan Carpenter1-0/+3
2020-04-30ovl: clear ATTR_OPEN from attr->ia_validVivek Goyal1-3/+14
2020-04-30ovl: clear ATTR_FILE from attr->ia_validVivek Goyal1-0/+7
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab1-3/+3
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein4-18/+33
2020-03-27ovl: avoid possible inode number collisions with xino=onAmir Goldstein3-17/+45
2020-03-27ovl: use a private non-persistent ino poolAmir Goldstein3-3/+15
2020-03-27ovl: fix WARN_ON nlink drop to zeroMiklos Szeredi1-2/+24
2020-03-17ovl: fix a typo in commentChengguang Xu1-1/+1
2020-03-17ovl: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-17ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for oldAl Viro1-17/+21
2020-03-17ovl: strict upper fs requirements for remote upper fsAmir Goldstein1-6/+18
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein3-1/+71
2020-03-17ovl: allow remote upperMiklos Szeredi3-4/+9
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi6-16/+30
2020-03-17ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi3-10/+10
2020-03-17ovl: restructure dentry revalidationMiklos Szeredi1-25/+26
2020-03-17ovl: ignore failure to copy up unknown xattrsMiklos Szeredi1-2/+14