summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/export.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-22/+1
|\
| * ovl: stop using d_alloc_anon()/d_instantiate_anon()Amir Goldstein2023-11-181-22/+1
* | ovl: remove redundant ofs->indexdir memberAmir Goldstein2023-11-201-2/+2
|/
* ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein2023-10-311-6/+1
* ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein2023-10-031-1/+1
* ovl: make consistent use of OVL_FS()Andrea Righi2023-08-121-5/+5
* ovl: support encoding non-decodable file handlesAmir Goldstein2023-08-121-6/+20
* ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein2023-06-191-2/+0
* ovl: move ovl_entry into ovl_inodeAmir Goldstein2023-06-191-10/+12
* ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein2023-06-191-8/+10
* ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein2023-06-191-1/+1
* ovl: update of dentry revalidate flags after copy upAmir Goldstein2023-06-191-2/+1
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* ovl: do not reconnect upper index records in ovl_indexdir_cleanup()Amir Goldstein2022-12-081-2/+2
* ovl: fix comment typosJiangshan Yi2022-12-081-1/+1
* ovl: Use "buf" flexible array for memcpy() destinationKees Cook2022-12-081-1/+1
* ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang2022-07-281-1/+1
* ovl: handle idmappings for layer lookupChristian Brauner2022-04-281-0/+5
* ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi2021-08-101-1/+1
* ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov2020-11-121-4/+6
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-1/+1
* ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein2020-07-161-1/+1
* ovl: add accessor for ofs->upper_mntMiklos Szeredi2020-06-041-3/+3
* ovl: return required buffer size for file handlesLubos Dolezel2020-05-131-10/+8
* ovl: potential crash in ovl_fid_to_fh()Dan Carpenter2020-05-131-0/+3
* ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for oldAl Viro2020-03-171-17/+21
* ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi2020-03-171-0/+2
* ovl: layer is constMiklos Szeredi2020-01-241-6/+6
* ovl: generalize the lower_layers[] arrayAmir Goldstein2020-01-221-4/+2
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-221-6/+6
* ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein2019-12-101-31/+49
* ovl: Fix dereferencing possible ERR_PTR()Ding Xiang2019-09-111-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-261-1/+1
* ovl: fix decode of dir file handle with multi lower layersAmir Goldstein2018-11-211-3/+3
* ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal2018-07-201-0/+3
* ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal2018-05-311-1/+7
* ovl: consistent i_ino for non-samefs with xinoAmir Goldstein2018-04-121-1/+1
* ovl: cleanup setting OVL_INDEXVivek Goyal2018-04-121-3/+0
* ovl: lookup in inode cache first when decoding lower file handleAmir Goldstein2018-04-121-25/+33
* ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein2018-04-121-2/+2
* ovl: disambiguate ovl_encode_fh()Amir Goldstein2018-04-121-6/+6
* ovl: fix ptr_ret.cocci warningsFengguang Wu2018-02-261-1/+1
* ovl: check ERR_PTR() return value from ovl_lookup_real()Amir Goldstein2018-02-161-2/+2
* ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein2018-02-161-44/+166
* ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein2018-02-051-0/+3
* ovl: lookup indexed ancestor of lower dirAmir Goldstein2018-01-241-1/+40
* ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein2018-01-241-6/+93
* ovl: decode pure lower dir file handlesAmir Goldstein2018-01-241-17/+26
* ovl: decode indexed dir file handlesAmir Goldstein2018-01-241-0/+13