aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/export.c
AgeCommit message (Expand)Author
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2023-11-20ovl: remove redundant ofs->indexdir memberAmir Goldstein
2023-11-18ovl: stop using d_alloc_anon()/d_instantiate_anon()Amir Goldstein
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein
2023-10-03ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi
2023-08-12ovl: support encoding non-decodable file handlesAmir Goldstein
2023-06-19ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein
2023-06-19ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein
2023-06-19ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-12-08ovl: do not reconnect upper index records in ovl_indexdir_cleanup()Amir Goldstein
2022-12-08ovl: fix comment typosJiangshan Yi
2022-12-08ovl: Use "buf" flexible array for memcpy() destinationKees Cook
2022-07-28ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang
2022-04-28ovl: handle idmappings for layer lookupChristian Brauner
2021-08-10ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi
2020-07-16ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi
2020-05-13ovl: return required buffer size for file handlesLubos Dolezel
2020-05-13ovl: potential crash in ovl_fid_to_fh()Dan Carpenter
2020-03-17ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for oldAl Viro
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi
2020-01-24ovl: layer is constMiklos Szeredi
2020-01-22ovl: generalize the lower_layers[] arrayAmir Goldstein
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein
2019-09-11ovl: Fix dereferencing possible ERR_PTR()Ding Xiang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro
2018-11-21ovl: fix decode of dir file handle with multi lower layersAmir Goldstein
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: cleanup setting OVL_INDEXVivek Goyal
2018-04-12ovl: lookup in inode cache first when decoding lower file handleAmir Goldstein
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein
2018-02-26ovl: fix ptr_ret.cocci warningsFengguang Wu
2018-02-16ovl: check ERR_PTR() return value from ovl_lookup_real()Amir Goldstein
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein
2018-02-05ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein
2018-01-24ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein
2018-01-24ovl: decode pure lower dir file handlesAmir Goldstein
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein