lkml.org 
[lkml]   [2004]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] [Request for inclusion] Filesystem in Userspace
    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@ucw.cz>
    [unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2005-03-22 14:08    [W:2.835 / U:0.180 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site