summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2020-07-22ovl: fix unneeded call to ovl_change_flags()Amir Goldstein
2020-07-22ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein
2020-07-22ovl: inode reference leak in ovl_is_inuse true case.youngjun
2020-07-22ovl: fix regression with re-formatted lower squashfsAmir Goldstein
2020-06-17ovl: initialize error in ovl_copy_xattrYuxuan Shui
2020-06-17ovl: fix out of bounds access warning in ovl_check_fb_len()Amir 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-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
2020-01-24ovl: fix corner case of conflicting lower layer uuidAmir Goldstein
2020-01-24ovl: generalize the lower_fs[] arrayAmir Goldstein
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein
2020-01-22ovl: generalize the lower_layers[] arrayAmir Goldstein
2020-01-22ovl: improving copy-up efficiency for big sparse fileChengguang Xu
2020-01-22ovl: use ovl_inode_lock in ovl_llseek()Amir Goldstein
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi
2020-01-22ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-10ovl: relax WARN_ON() on rename to selfAmir Goldstein
2019-12-10ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein
2019-12-10ovl: don't use a temp buf for encoding real fhAmir Goldstein
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein
2019-12-10ovl: fix lookup failure on multi lower squashfsAmir Goldstein
2019-11-15new helper: lookup_positive_unlocked()Al Viro