tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Fullfs file system



Hi, I've started working on this. Just trying to get the basic functionality
implemented first - a layerfs layer, descended from nullfs, where writes
are rejected with ENOSPC.

I was wondering if I can post any questions/ask for help regarding the
project on this list?

-- IC

________________________________________
From: Martin Husemann <martin%duskware.de@localhost>
Sent: Wednesday, February 28, 2024 4:36 PM
To: Ice Cream
Cc: tech-kern%NetBSD.org@localhost
Subject: Re: Fullfs file system

On Wed, Feb 28, 2024 at 12:17:54PM +0000, Ice Cream wrote:
> Hi, is anyone working on this
> https://wiki.netbsd.org/projects/project/fullfs/ ? If not, I'd like to
> take it up. Can anybody give detailed info about it and point to files
> in the source code that need to be worked on?

This is all abpout new code, for an example of somwhat similar code you
could look at e.g. src/sys/miscfs/umapfs and mount_umap(8).

Martin


Home | Main Index | Thread Index | Old Index