lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f36adf661f37582b51b05c9d8d0a41ea60812b68.camel@kernel.org>
Date:   Tue, 13 Jul 2021 07:54:36 -0400
From:   Jeff Layton <jlayton@...nel.org>
To:     Christoph Hellwig <hch@...radead.org>,
        David Howells <dhowells@...hat.com>
Cc:     torvalds@...ux-foundation.org,
        "Matthew Wilcox (Oracle)" <willy@...radead.org>,
        linux-mm@...ck.org, linux-cachefs@...hat.com,
        linux-afs@...ts.infradead.org, linux-nfs@...r.kernel.org,
        linux-cifs@...r.kernel.org, ceph-devel@...r.kernel.org,
        v9fs-developer@...ts.sourceforge.net,
        linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] netfs: Add MAINTAINERS record

On Tue, 2021-07-13 at 06:44 +0100, Christoph Hellwig wrote:
> On Mon, Jul 12, 2021 at 01:26:32PM +0100, David Howells wrote:
> > Add a MAINTAINERS record for the new netfs helper library.
> 
> Btw, any reason why this code is called netfs?  It is a library
> that seems to mostly be glue code for fscache as far as I can tell and
> has nothing to do with networking at all.

It's infrastructure for network filesystems.

The original impetus was hooking up fscache, though the helper code also
works with fscache disabled. We also have some work in progress to plumb
in fscrypt support, and David is also looking at adding
writepage/writepages support too.

readpage/readpages/writepage/writepages operations in network
filesystems are quite "fiddly", and they all do it in subtly different
ways (and not always for good reasons).

The new read helper infrastructure abstracts a lot of that away, and
gives netfs's a simpler set of operations to deal with. We're hoping to
do the same with writepage/writepages helpers soon.
-- 
Jeff Layton <jlayton@...nel.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ