All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernard Hatt <bernard.hatt@ntlworld.com>
To: Linux kernel <linux-kernel@vger.kernel.org>
Subject: Yet another filesystem - sffs
Date: Tue, 30 Nov 2004 08:22:22 +0000	[thread overview]
Message-ID: <41AC2DBE.1080501@ntlworld.com> (raw)


I had an idea for a filesystem as an alternative to using a raw disk
partition for storing a single (large) data file (eg. a DVD image or a
database data file), adding the convenience of a file length, permissions
and a uid/gid.

As I now have some functional code (a 'compile outside the kernel'
module, only tested against i386/2.6.9) I thought I'd share the sffs
(single file file-system) code for comments/testing.

Performance for a single file is between 0 and 40% faster than ext2,
(though sffs is not a general purpose filesystem).

Some more details/benchmarks:
         http://www.arkady.demon.co.uk/sffs
the code can be downloaded from:
         http://www.arkady.demon.co.uk/sffs/sffs-latest.tar.gz (13.5k)

Regards,

Bernard





             reply	other threads:[~2004-11-30  8:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-30  8:22 Bernard Hatt [this message]
2004-11-30 11:32 ` Yet another filesystem - sffs Miquel van Smoorenburg
2004-11-30 19:45   ` Bernard Hatt
2004-11-30 13:23 ` Pavel Machek
2004-11-30 15:24   ` Martin Mares

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41AC2DBE.1080501@ntlworld.com \
    --to=bernard.hatt@ntlworld.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.