summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
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
2019-09-11ovl: filter of trusted xattr results in auditMark Salyzyn
2019-09-11ovl: Fix dereferencing possible ERR_PTR()Ding Xiang
2019-07-16ovl: fix regression caused by overlapping layers detectionAmir Goldstein
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19ovl: make i_ino consistent with st_ino in more casesAmir Goldstein
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier
2019-06-18ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann
2019-06-18ovl: don't fail with disconnected lower NFSMiklos Szeredi