* built-in rotating and compressed files: rotfs and zfs
@ 2004-01-22 15:34 porte64
2004-01-22 15:59 ` Charles P. Wright
0 siblings, 1 reply; 2+ messages in thread
From: porte64 @ 2004-01-22 15:34 UTC (permalink / raw)
To: linux-fsdevel
Many applications make heavy usage of compressed files
and some need rotating files.
Though compression methods are almost stabilized as standards,
one still does need special tools like zcat to read from them.
But many applications are not aware of zcat, zcat cannot read
byte ranges within binary files ...
Hence a proposal: how about implementing a file compression
and a file rotation within the kernel ?
- This would make system calls like read() and write() transparent
... so it would brought transparency to all applications
- e.g. syslog messages would be compressed on-the-fly, backup
utilities would not have to delay job queues due to compression
overcost.
- Humans would not have to bother about disk usage and machine
power when uncompressing files.
So many advantages !
Now, one open question: is it better to implement this at file
level (one extra attribute) or at file system level
(designing zfs and rotfs) ?
Regards
Phil
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: built-in rotating and compressed files: rotfs and zfs
2004-01-22 15:34 built-in rotating and compressed files: rotfs and zfs porte64
@ 2004-01-22 15:59 ` Charles P. Wright
0 siblings, 0 replies; 2+ messages in thread
From: Charles P. Wright @ 2004-01-22 15:59 UTC (permalink / raw)
To: porte64; +Cc: linux-fsdevel
Look at FiST, which is available from http://www.filesystems.org. The
FiST package includes gzipfs, a stackable file system that compresses
and decompresses data on the fly.
Charles
On Thu, 2004-01-22 at 10:34, porte64@free.fr wrote:
> Many applications make heavy usage of compressed files
> and some need rotating files.
>
> Though compression methods are almost stabilized as standards,
> one still does need special tools like zcat to read from them.
> But many applications are not aware of zcat, zcat cannot read
> byte ranges within binary files ...
>
> Hence a proposal: how about implementing a file compression
> and a file rotation within the kernel ?
> - This would make system calls like read() and write() transparent
> ... so it would brought transparency to all applications
> - e.g. syslog messages would be compressed on-the-fly, backup
> utilities would not have to delay job queues due to compression
> overcost.
> - Humans would not have to bother about disk usage and machine
> power when uncompressing files.
>
> So many advantages !
> Now, one open question: is it better to implement this at file
> level (one extra attribute) or at file system level
> (designing zfs and rotfs) ?
>
> Regards
> Phil
> -
> To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-22 15:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-22 15:34 built-in rotating and compressed files: rotfs and zfs porte64
2004-01-22 15:59 ` Charles P. Wright
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.