public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Yet another filesystem - sffs
@ 2004-11-30  8:22 Bernard Hatt
  2004-11-30 11:32 ` Miquel van Smoorenburg
  2004-11-30 13:23 ` Pavel Machek
  0 siblings, 2 replies; 5+ messages in thread
From: Bernard Hatt @ 2004-11-30  8:22 UTC (permalink / raw)
  To: Linux kernel


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





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

end of thread, other threads:[~2004-11-30 19:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-30  8:22 Yet another filesystem - sffs Bernard Hatt
2004-11-30 11:32 ` Miquel van Smoorenburg
2004-11-30 19:45   ` Bernard Hatt
2004-11-30 13:23 ` Pavel Machek
2004-11-30 15:24   ` Martin Mares

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox