Re: [PATCH] [Request for inclusion] Filesystem in Userspace

From: Jan Hudec
Date: Thu Nov 25 2004 - 02:50:05 EST


On Thu, Nov 25, 2004 at 08:29:58 +0100, Miklos Szeredi wrote:
>
> > > There are already "strange" filesystems in the kernel which cannot
> > > really get rid of dirty data. I'm thinking of tmpfs and ramfs.
> > > Neither of them are prone to deadlock, though both of them are "worse
> > > off" than a userspace filesystem, in the sense that they have not even
> > > the remotest chance of getting rid of the dirty data.
> > >
> > > Of course, implementing this is probably not trivial. But I don't see
> > > it as a theoretical problem as Linus does.
> > >
> > > Is there something which I'm missing here?
> >
> > But they KNOW that they won't be able to get rid of the dirty data. But
> > fuse does not.
>
> Why not? I can set bdi->memory_backed to 1 just like ramfs, implement
> my own writeback thread, and voila, no deadlock.

Yes, you can. Just you have to take care never to occupy too much
memory.

> Of course I believe, that it's probably easier to tweak the page cache
> to teach it that fuse pages _can_ be written back, but not reliably
> like a disk filesystem. And there's the small problem of limiting the
> number of writable pages allocated to FUSE.

It's not that easy. How do you tell when the page is no longer likely to
get cleaned?

The file backing would be easier, but to be really easy, the interface
would be a bit different (and actualy simpler, since it would need no
data channel, just a control one).

The trick is, that the coda file-granularity interface is not that hard
to extend to page-granularity. Several filesystems allow "files with
holes". So the fuse process could just touch a file and truncate it to
desired length on open. Then kernel would tell it which pages it wants
and the process would acknowledge when they are actualy filled. For
write, kernel would just notify the process of dirty ranges and what --
and when -- the process does with that is not kernel's business.

The legacy interface should still be easy to support in a library.

-------------------------------------------------------------------------------
Jan 'Bulb' Hudec <bulb@xxxxxx>

Attachment: signature.asc
Description: Digital signature