Re: [PATCH] Fuse: Add backing file support for uring_cmd

From: Moinak Bhattacharyya
Date: Mon Feb 24 2025 - 11:06:50 EST




On 2/24/25 6:08 AM, Miklos Szeredi wrote:

Right, this would be the least complex solution. We could also add
an ioctl(FUSE_DEV_IOC_LOOKUP_REPLY), which would work with the
non-uring API.

Thia would require a major version tick as we can't mantain back compat, unless I'm mistaken? If this is the track we want to take, I'm happy to send out another patchset with such a change. Would also need more extensive hooking into core FUSE request code.