linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/17] pramfs: persistent and protected RAM filesystem
@ 2011-01-06 12:00 Marco Stornelli
  2011-01-06 14:03 ` Peter Zijlstra
  2011-01-11 19:01 ` Marco Stornelli
  0 siblings, 2 replies; 14+ messages in thread
From: Marco Stornelli @ 2011-01-06 12:00 UTC (permalink / raw)
  To: Linux Kernel; +Cc: Linux FS Devel, Linux Embedded, Tim Bird

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.

Here the stats:

 Documentation/filesystems/pramfs.txt |  179 ++++++
 Documentation/filesystems/xip.txt    |    2 +
 arch/Kconfig                         |    3 +
 arch/x86/Kconfig                     |    1 +
 fs/Kconfig                           |    8 +-
 fs/Makefile                          |    1 +
 fs/pramfs/Kconfig                    |   72 +++
 fs/pramfs/Makefile                   |   14 +
 fs/pramfs/acl.c                      |  433 +++++++++++++
 fs/pramfs/acl.h                      |   86 +++
 fs/pramfs/balloc.c                   |  147 +++++
 fs/pramfs/desctree.c                 |  181 ++++++
 fs/pramfs/desctree.h                 |   44 ++
 fs/pramfs/dir.c                      |  208 +++++++
 fs/pramfs/file.c                     |  326 ++++++++++
 fs/pramfs/inode.c                    |  848 ++++++++++++++++++++++++++
 fs/pramfs/ioctl.c                    |  121 ++++
 fs/pramfs/namei.c                    |  371 ++++++++++++
 fs/pramfs/pram.h                     |  269 +++++++++
 fs/pramfs/pramfs_test.c              |   47 ++
 fs/pramfs/super.c                    |  940 +++++++++++++++++++++++++++++
 fs/pramfs/symlink.c                  |   76 +++
 fs/pramfs/wprotect.c                 |   41 ++
 fs/pramfs/wprotect.h                 |  151 +++++
 fs/pramfs/xattr.c                    | 1104 ++++++++++++++++++++++++++++++++++
 fs/pramfs/xattr.h                    |  131 ++++
 fs/pramfs/xattr_security.c           |   78 +++
 fs/pramfs/xattr_trusted.c            |   65 ++
 fs/pramfs/xattr_user.c               |   68 +++
 fs/pramfs/xip.c                      |   83 +++
 fs/pramfs/xip.h                      |   28 +
 include/linux/magic.h                |    1 +
 include/linux/pram_fs.h              |  130 ++++
 include/linux/pram_fs_sb.h           |   45 ++
 34 files changed, 6299 insertions(+), 3 deletions(-)


Marco 

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 00/17] pramfs: persistent and protected RAM filesystem
@ 2012-06-10  9:13 Marco Stornelli
  2012-06-10 11:20 ` Christian Stroetmann
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Marco Stornelli @ 2012-06-10  9:13 UTC (permalink / raw)
  To: Linux FS Devel; +Cc: Linux Kernel

Hi all,

after the merge of pramfs in the LTSI kernel and after the "hot topic" 
NVM Mapping API, here a new submission of pramfs code. Even if the code 
won't be in mainline the review is really useful to me, so any comment 
is welcome.

The patch series is based on 3.5-rc2.

Pramfs documentation:

http://pramfs.sourceforge.net

Git repo:

git://pramfs.git.sourceforge.net/gitroot/pramfs/pramfs

Marco

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-06-16  6:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 12:00 [PATCH 00/17] pramfs: persistent and protected RAM filesystem Marco Stornelli
2011-01-06 14:03 ` Peter Zijlstra
2011-01-06 16:26   ` Marco Stornelli
2011-01-06 16:58     ` Marco Stornelli
2011-01-06 18:22       ` Luck, Tony
2011-01-06 18:31         ` Marco Stornelli
2011-01-11 13:33           ` Pavel Machek
2011-01-11 19:01 ` Marco Stornelli
  -- strict thread matches above, loose matches on Subject: below --
2012-06-10  9:13 Marco Stornelli
2012-06-10 11:20 ` Christian Stroetmann
2012-06-11  6:28   ` Marco Stornelli
2012-06-13 18:57 ` Florian Weimer
2012-06-14  6:17   ` Marco Stornelli
2012-06-16  6:57 ` Marco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).