public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* compressed tmpfs
@ 2003-11-10 12:49 Tomasz Chmielewski
  2003-11-10 13:19 ` Jörn Engel
  2003-11-10 15:23 ` Paulo Marques
  0 siblings, 2 replies; 3+ messages in thread
From: Tomasz Chmielewski @ 2003-11-10 12:49 UTC (permalink / raw)
  To: linux-kernel

Hello,

I was looking for something like tmpfs, but with additional feature - 
that all the files in that file system would be compressed.

I think it could be nice for one's RAM, especially in embedded 
devices/diskless stations, at a little expense of efficiency.

Is there such a feature in 2.4 kernel yet, and, if not, where should I 
look for it?

There is e2compr module on http://sourceforge.net/projects/e2compr/, but 
I'm not sure if it can be easily applied to 2.4.22 kernel (seems like 
it's for 2.4.17 kernels only).


Regards,

Tomasz Chmielewski


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

* Re: compressed tmpfs
  2003-11-10 12:49 compressed tmpfs Tomasz Chmielewski
@ 2003-11-10 13:19 ` Jörn Engel
  2003-11-10 15:23 ` Paulo Marques
  1 sibling, 0 replies; 3+ messages in thread
From: Jörn Engel @ 2003-11-10 13:19 UTC (permalink / raw)
  To: Tomasz Chmielewski; +Cc: linux-kernel

On Mon, 10 November 2003 13:49:16 +0100, Tomasz Chmielewski wrote:
> 
> I was looking for something like tmpfs, but with additional feature - 
> that all the files in that file system would be compressed.
> 
> I think it could be nice for one's RAM, especially in embedded 
> devices/diskless stations, at a little expense of efficiency.
> 
> Is there such a feature in 2.4 kernel yet, and, if not, where should I 
> look for it?
> 
> There is e2compr module on http://sourceforge.net/projects/e2compr/, but 
> I'm not sure if it can be easily applied to 2.4.22 kernel (seems like 
> it's for 2.4.17 kernels only).

Jffs2 on a ramdisk comes close to what you want.  For something
better, you have to code it up yourself.

Jörn

-- 
Time? What's that? Time is only worth what you do with it.
-- Theo de Raadt

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

* Re: compressed tmpfs
  2003-11-10 12:49 compressed tmpfs Tomasz Chmielewski
  2003-11-10 13:19 ` Jörn Engel
@ 2003-11-10 15:23 ` Paulo Marques
  1 sibling, 0 replies; 3+ messages in thread
From: Paulo Marques @ 2003-11-10 15:23 UTC (permalink / raw)
  To: Tomasz Chmielewski; +Cc: linux-kernel


Tomasz Chmielewski wrote:

> Hello,
> 
> I was looking for something like tmpfs, but with additional feature - 

> that all the files in that file system would be compressed.


I'm working on something like a "compressed read/write loopback device", that 
might do what you want.

I hope to have something to show by the end of this week, so if you wait a 
little maybe i'll be able to solve your problem :)

-- 
Paulo Marques
Software Development Department
www.grupopie.com


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

end of thread, other threads:[~2003-11-10 15:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-10 12:49 compressed tmpfs Tomasz Chmielewski
2003-11-10 13:19 ` Jörn Engel
2003-11-10 15:23 ` Paulo Marques

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