All of lore.kernel.org
 help / color / mirror / Atom feed
* FUSE passthrough after opening?
@ 2024-03-22 15:25 Josh Triplett
  0 siblings, 0 replies; only message in thread
From: Josh Triplett @ 2024-03-22 15:25 UTC (permalink / raw)
  To: Alessio Balsini; +Cc: linux-fsdevel, linux-kernel

I'm really happy to see the FUSE passthrough support merged!

I have a use case for which it'd be nice to start FUSE passthrough
some time after the initial open: I have a network-backed filesystem,
and in some cases I'd like to serve an initial request before retrieving
the full file. For instance, for a library .so file, I'd love to service
the initial 832-byte read while still downloading the full file.

Would it be possible to add support for transitioning an open FUSE file
to being backed by passthrough *after* the initial open? Could that work
with the current passthrough architecture? (I realize that this might be
more complex, as the initial open is a good time to directly substitute
a file from the underlying filesystem.)

Thanks,
Josh Triplett

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-22 15:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22 15:25 FUSE passthrough after opening? Josh Triplett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.