Age | Commit message (Expand) | Author | Files | Lines |
2020-11-12 | ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fh | Pavel Tikhomirov | 1 | -4/+6 |
2020-09-02 | ovl: pass ovl_fs down to functions accessing private xattrs | Miklos Szeredi | 1 | -1/+1 |
2020-07-16 | ovl: relax WARN_ON() when decoding lower directory file handle | Amir Goldstein | 1 | -1/+1 |
2020-06-04 | ovl: add accessor for ofs->upper_mnt | Miklos Szeredi | 1 | -3/+3 |
2020-05-13 | ovl: return required buffer size for file handles | Lubos Dolezel | 1 | -10/+8 |
2020-05-13 | ovl: potential crash in ovl_fid_to_fh() | Dan Carpenter | 1 | -0/+3 |
2020-03-17 | ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for old | Al Viro | 1 | -17/+21 |
2020-03-17 | ovl: decide if revalidate needed on a per-dentry basis | Miklos Szeredi | 1 | -0/+2 |
2020-01-24 | ovl: layer is const | Miklos Szeredi | 1 | -6/+6 |
2020-01-22 | ovl: generalize the lower_layers[] array | Amir Goldstein | 1 | -4/+2 |
2020-01-22 | ovl: use pr_fmt auto generate prefix | lijiazi | 1 | -6/+6 |
2019-12-10 | ovl: make sure that real fid is 32bit aligned in memory | Amir Goldstein | 1 | -31/+49 |
2019-09-11 | ovl: Fix dereferencing possible ERR_PTR() | Ding Xiang | 1 | -2/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-04-26 | ovl_lookup_real_one(): don't bother with strlen() | Al Viro | 1 | -1/+1 |
2018-11-21 | ovl: fix decode of dir file handle with multi lower layers | Amir Goldstein | 1 | -3/+3 |
2018-07-20 | ovl: Modify ovl_lookup() and friends to lookup metacopy dentry | Vivek Goyal | 1 | -0/+3 |
2018-05-31 | ovl: Pass argument to ovl_get_inode() in a structure | Vivek Goyal | 1 | -1/+7 |
2018-04-12 | ovl: consistent i_ino for non-samefs with xino | Amir Goldstein | 1 | -1/+1 |
2018-04-12 | ovl: cleanup setting OVL_INDEX | Vivek Goyal | 1 | -3/+0 |
2018-04-12 | ovl: lookup in inode cache first when decoding lower file handle | Amir Goldstein | 1 | -25/+33 |
2018-04-12 | ovl: do not try to reconnect a disconnected origin dentry | Amir Goldstein | 1 | -2/+2 |
2018-04-12 | ovl: disambiguate ovl_encode_fh() | Amir Goldstein | 1 | -6/+6 |
2018-02-26 | ovl: fix ptr_ret.cocci warnings | Fengguang Wu | 1 | -1/+1 |
2018-02-16 | ovl: check ERR_PTR() return value from ovl_lookup_real() | Amir Goldstein | 1 | -2/+2 |
2018-02-16 | ovl: check lower ancestry on encode of lower dir file handle | Amir Goldstein | 1 | -44/+166 |
2018-02-05 | ovl: check ERR_PTR() return value from ovl_encode_fh() | Amir Goldstein | 1 | -0/+3 |
2018-01-24 | ovl: lookup indexed ancestor of lower dir | Amir Goldstein | 1 | -1/+40 |
2018-01-24 | ovl: lookup connected ancestor of dir in inode cache | Amir Goldstein | 1 | -6/+93 |
2018-01-24 | ovl: decode pure lower dir file handles | Amir Goldstein | 1 | -17/+26 |
2018-01-24 | ovl: decode indexed dir file handles | Amir Goldstein | 1 | -0/+13 |
2018-01-24 | ovl: decode lower file handles of unlinked but open files | Amir Goldstein | 1 | -2/+21 |
2018-01-24 | ovl: decode indexed non-dir file handles | Amir Goldstein | 1 | -25/+46 |
2018-01-24 | ovl: decode lower non-dir file handles | Amir Goldstein | 1 | -11/+42 |
2018-01-24 | ovl: encode lower file handles | Amir Goldstein | 1 | -8/+2 |
2018-01-24 | ovl: copy up before encoding non-connectable dir file handle | Amir Goldstein | 1 | -4/+49 |
2018-01-24 | ovl: encode non-indexed upper file handles | Amir Goldstein | 1 | -5/+35 |
2018-01-24 | ovl: decode connected upper dir file handles | Amir Goldstein | 1 | -1/+230 |
2018-01-24 | ovl: decode pure upper file handles | Amir Goldstein | 1 | -0/+97 |
2018-01-24 | ovl: encode pure upper file handles | Amir Goldstein | 1 | -0/+98 |