From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Stornelli Subject: Re: [PATCH 00/17] pramfs: persistent and protected RAM filesystem Date: Thu, 06 Jan 2011 17:26:10 +0100 Message-ID: <4D25ED22.3070900@gmail.com> References: <4D25AEEE.1050401@gmail.com> <1294322613.2016.333.camel@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Linux Kernel , Linux FS Devel , Linux Embedded , Tim Bird , Tony Luck To: Peter Zijlstra Return-path: In-Reply-To: <1294322613.2016.333.camel@laptop> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Il 06/01/2011 15:03, Peter Zijlstra ha scritto: > On Thu, 2011-01-06 at 13:00 +0100, Marco Stornelli wrote: >> Hi all, >> >> after several reviews is time to submit the code for mainline. Thanks to >> CELF to believe and support actively the project and thanks to Tim Bird. > > Tony Luck was also playing with something like this I believe. > Yes, I know. Even if the approach is different. He is trying to use a persistent space record-based and with a simple fs interface to store oops or something like this. The idea here is a little bit different, i.e. to have a place (a generic piece of memory) to write not sensible and temporary information with a complete fs structure. However we are on the same road :) Marco