Re: [RFC PATCH v2 00/12] Introduce the famfs shared-memory file system

2024-04-30 Thread John Groves
On 24/04/29 11:11PM, Kent Overstreet wrote: > On Mon, Apr 29, 2024 at 09:24:19PM -0500, John Groves wrote: > > On 24/04/29 07:08PM, Kent Overstreet wrote: > > > On Mon, Apr 29, 2024 at 07:32:55PM +0100, Matthew Wilcox wrote: > > > > On Mon, Apr 29, 2024 at 12:04:16PM -0500, John Groves wrote: > >

Re: [RFC PATCH v2 00/12] Introduce the famfs shared-memory file system

2024-04-30 Thread Matthew Wilcox
On Mon, Apr 29, 2024 at 09:11:52PM -0500, John Groves wrote: > On 24/04/29 07:32PM, Matthew Wilcox wrote: > > On Mon, Apr 29, 2024 at 12:04:16PM -0500, John Groves wrote: > > > This patch set introduces famfs[1] - a special-purpose fs-dax file system > > > for sharable disaggregated or

Re: [RFC PATCH v2 08/12] famfs: module operations & fs_context

2024-04-30 Thread Christian Brauner
On Mon, Apr 29, 2024 at 12:04:24PM -0500, John Groves wrote: > Start building up from the famfs module operations. This commit > includes the following: > > * Register as a file system > * Parse mount parameters > * Allocate or find (and initialize) a superblock via famfs_get_tree() > * Lookup