[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LRH.2.02.2107270946180.876@file01.intranet.prod.int.rdu2.redhat.com>
Date: Tue, 27 Jul 2021 11:47:37 -0400 (EDT)
From: Mikulas Patocka <mpatocka@...hat.com>
To: Alexander Viro <viro@...iv.linux.org.uk>,
Matthew Wilcox <willy@...radead.org>, Jan Kara <jack@...e.cz>,
Zhongwei Cai <sunrise_l@...u.edu.cn>,
Mingkai Dong <mingkaidong@...il.com>,
Dan Williams <dan.j.williams@...el.com>,
Vishal Verma <vishal.l.verma@...el.com>,
Dave Jiang <dave.jiang@...el.com>,
Ira Weiny <ira.weiny@...el.com>,
Eric Sandeen <esandeen@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>,
"Theodore Ts'o" <tytso@....edu>
cc: linux-kernel <linux-kernel@...r.kernel.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
linux-nvdimm <linux-nvdimm@...ts.01.org>, nvdimm@...ts.linux.dev
Subject: [RFC v4] nvfs: a filesystem for persistent memory
Hi
I announce a new version of NVFS - a filesystem for persistent memory.
You can download it at:
http://people.redhat.com/~mpatocka/nvfs/
git://leontynka.twibright.com/nvfs.git
Description of the filesystem layout:
http://people.redhat.com/~mpatocka/nvfs/INTERNALS
Changes since the last release:
* updated for the kernels 5.13 and 5.14-rc
* add the ability to export the NVFS filesystem over NFS:
- each directory contains a pointer to its parent directory
- add the 'generation' field to inodes
- the ability to open files by inode numbers
* fixed some endianity conversions
* fixed some sparse warnings
* fixed a bug in extended attributes
Mikulas
Powered by blists - more mailing lists