From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Stornelli Subject: [PATCH 00/16] pramfs: persistent and protected RAM Filesystem Date: Sun, 10 Oct 2010 18:26:59 +0200 Message-ID: <4CB1E953.9070407@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Linux Embedded , Tim Bird , Linux FS Devel To: Linux Kernel Return-path: Received: from mail-ww0-f44.google.com ([74.125.82.44]:51675 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751233Ab0JJQaO (ORCPT ); Sun, 10 Oct 2010 12:30:14 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi all, after a lot of improvement, test, bug fix and new features, it's the moment for third round with the kernel community to submit PRAMFS for mainline. Since the last review (June 2009) a lot of things are changed: - removed any reference of BKL - fixed the endianess for the fs layout - added support for extended attributes, ACLs and security labels - moved out any pte manipulations from fs and inserted them in mm - implemented the new truncate convention - fixed problems with 64bit archs ...and much more. Complete "story" in the ChangeLog inserted in the documentation file. In addition, in the web site tech page (http:\\pramfs.sourceforge.net), you can find a lot of information about implementation, technical details, benchmarking and so on. All the work to mainline this feature is sponsored by the CE Linux Forum. Regards, Marco