All of lore.kernel.org
 help / color / mirror / Atom feed
* 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

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.