Re: [PATCH v3 0/3] symlink length caching

From: Al Viro

Date: Mon Feb 02 2026 - 23:19:21 EST


On Thu, Nov 21, 2024 at 01:34:44PM +0100, Christian Brauner wrote:

> [1/3] vfs: support caching symlink lengths in inodes
> https://git.kernel.org/vfs/vfs/c/5cbb3c7e0051
> [2/3] ext4: use inode_set_cached_link()
> https://git.kernel.org/vfs/vfs/c/740456f67017
> [3/3] tmpfs: use inode_set_cached_link()
> https://git.kernel.org/vfs/vfs/c/30071e02c163

_Very_ belated note: that needs D/f/porting.rst chunk that would cover
readlink_copy() calling conventions change.