public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* R/W compressed fs support??
@ 2002-04-10 13:08 Tim Kay
  2002-04-10 18:19 ` Padraig Brady
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Kay @ 2002-04-10 13:08 UTC (permalink / raw)
  To: linux-kernel

Hello,
	Does anyone know of a Linux equivalent to DoubleSpace or whatever that 
allows you read and _write_ to a compressed partiton or filesystem (in a way 
that is transparent to the progs using the fs). I know there was e2compr but 
that doesn't seem to have been touched in nearly 2 years, and is 2.2 
specific, Infotec and the CBD patch seem to have died and zlibc seems to be a 
read only solution. I'd have thought this would have been a biggie for 
embedded device people but there doesn't seem to be anything out there. 

	Any pointers greatfully received....

T.I.A.

Tim

----------------
Tim Kay
systems administrator
Advfn.com Plc


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

* Re: R/W compressed fs support??
  2002-04-10 13:08 R/W compressed fs support?? Tim Kay
@ 2002-04-10 18:19 ` Padraig Brady
  2002-04-12  7:26   ` Eric W. Biederman
  0 siblings, 1 reply; 3+ messages in thread
From: Padraig Brady @ 2002-04-10 18:19 UTC (permalink / raw)
  To: timk; +Cc: linux-kernel

e2compr for 2.4 is being implemented by alcatel (France).
I've successfully used it with 2.4.16 (against filesystems
created with the 2.2 version). although I haven't stressed
it yet. "Denis Richard" <dri@sxb.bsf.alcatel.fr> should
have more info (and the 769777 byte patch).

Padraig.

Tim Kay wrote:
> Hello,
> 	Does anyone know of a Linux equivalent to DoubleSpace or whatever that 
> allows you read and _write_ to a compressed partiton or filesystem (in a way 
> that is transparent to the progs using the fs). I know there was e2compr but 
> that doesn't seem to have been touched in nearly 2 years, and is 2.2 
> specific, Infotec and the CBD patch seem to have died and zlibc seems to be a 
> read only solution. I'd have thought this would have been a biggie for 
> embedded device people but there doesn't seem to be anything out there. 
> 
> 	Any pointers greatfully received....
> 
> T.I.A.
> 
> Tim



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

* Re: R/W compressed fs support??
  2002-04-10 18:19 ` Padraig Brady
@ 2002-04-12  7:26   ` Eric W. Biederman
  0 siblings, 0 replies; 3+ messages in thread
From: Eric W. Biederman @ 2002-04-12  7:26 UTC (permalink / raw)
  To: Padraig Brady; +Cc: timk, linux-kernel

Padraig Brady <padraig@antefacto.com> writes:

> e2compr for 2.4 is being implemented by alcatel (France).
> I've successfully used it with 2.4.16 (against filesystems
> created with the 2.2 version). although I haven't stressed
> it yet. "Denis Richard" <dri@sxb.bsf.alcatel.fr> should
> have more info (and the 769777 byte patch).
> 
> Padraig.
> 
> Tim Kay wrote:
> > Hello,
> > 	Does anyone know of a Linux equivalent to DoubleSpace or whatever that
> > allows you read and _write_ to a compressed partiton or filesystem (in a way
> > that is transparent to the progs using the fs). I know there was e2compr but
> > that doesn't seem to have been touched in nearly 2 years, and is 2.2 specific,
> 
> > Infotec and the CBD patch seem to have died and zlibc seems to be a read only
> > solution. I'd have thought this would have been a biggie for embedded device
> > people but there doesn't seem to be anything out there. 	Any pointers
> > greatfully received....
> > T.I.A.
> > Tim

To do this efficiently this requires allocate on write support which
is just being developed for the kernel.  But the dirty data in the page
cache certainly helps.  And since the 2.2.x code didn't use the page cache
it was a challenge to port forward.  For most users disks have gotten
so big that it isn't much of an issue anymore.

Though seeing as I have filled my 20GB disk with code it might be worth
taking a look at.

Eric

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

end of thread, other threads:[~2002-04-12  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-10 13:08 R/W compressed fs support?? Tim Kay
2002-04-10 18:19 ` Padraig Brady
2002-04-12  7:26   ` Eric W. Biederman

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