summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2020-06-03ovl: check permission to open real fileMiklos Szeredi
2020-06-03ovl: call secutiry hook in ovl_real_ioctl()Miklos Szeredi
2020-06-02ovl: verify permissions in ovl_path_open()Miklos Szeredi
2020-06-02ovl: switch to mounter creds in readdirMiklos Szeredi
2020-06-02ovl: pass correct flags for opening real directoryMiklos Szeredi
2020-06-02ovl: fix redirect traversal on metacopy dentriesVivek Goyal
2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal
2020-06-02ovl: use only uppermetacopy state in ovl_lookup()Vivek Goyal
2020-06-02ovl: simplify setting of origin for index lookupVivek Goyal
2020-06-02ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-05-13ovl: return required buffer size for file handlesLubos Dolezel
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: prepare to copy up without workdirAmir Goldstein
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein
2020-05-13ovl: resolve more conflicting mount optionsAmir Goldstein
2020-05-13ovl: potential crash in ovl_fid_to_fh()Dan Carpenter
2020-04-30ovl: clear ATTR_OPEN from attr->ia_validVivek Goyal
2020-04-30ovl: clear ATTR_FILE from attr->ia_validVivek Goyal
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab
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-27ovl: fix WARN_ON nlink drop to zeroMiklos Szeredi
2020-03-17ovl: fix a typo in commentChengguang Xu
2020-03-17ovl: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-17ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for oldAl Viro
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: ignore failure to copy up unknown xattrsMiklos Szeredi
2020-03-17ovl: simplify i_ino initializationAmir Goldstein
2020-03-17ovl: factor out helper ovl_get_root()Amir Goldstein
2020-03-17ovl: fix out of date comment and unreachable codeAmir Goldstein
2020-03-17ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein
2020-03-13ovl: fix lockdep warning for async writeMiklos Szeredi
2020-03-13ovl: fix some xino configurationsAmir Goldstein
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein
2020-02-03ovl: fix lseek overflow on 32bitMiklos Szeredi
2020-01-24ovl: add splice file read write helperMurphy Zhou
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