./filesystems/fuse-lzofs, Filesystem which allows you to use transparently compressed files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20060306nb2, Package name: fuse-lzofs-20060306nb2, Maintainer: pkgsrc-users

LZOlayer File System is a file system which allows you to use transparently
compressed files, just as they would be normal files.

Both read and write operations are possible, along with other most common
system calls. It consumes little memory in my opinion, because files are
divided into blocks, which can be decompressed separately. In other words,
if you (or an application) would like to read byte 4,500,000 in a file
sized 5,000,000 bytes, it only decompresses a block which contain wanted
data. Write operation is based on a packet gathering and after reaching its
limit it 'syncs' the data. It allows it's user to write/modify files pretty
fast, despite the fact it's block divided.

LZOlayer File System was meant to support only LZO compression algorithm,
because it has extremely low compression/decompression time. However,
currently it supports LZO and ZLIB (but only one at the run-time!)
compression algorithms.


Required to run:
[archivers/lzo]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 17.255 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-09 18:30:30 by Masatake Daimon | Files touched by this commit (3)
Log message:
Fix an upstream bug: truncate() writes a wrong file size in the header

The upstream has disappeared. We can't send the patch anywhere.
   2022-01-09 16:14:39 by Masatake Daimon | Files touched by this commit (3)
Log message:
Fix a segfault on non-32bits platforms
   2021-10-26 12:25:31 by Nia Alarie | Files touched by this commit (47)
Log message:
filesystems: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:51:05 by Nia Alarie | Files touched by this commit (47)
Log message:
filesystems: Remove SHA1 hashes for distfiles
   2021-05-14 16:17:41 by Nia Alarie | Files touched by this commit (1)
Log message:
fuse-lzofs: needs zlib
   2017-08-16 22:45:48 by Thomas Klausner | Files touched by this commit (209)
Log message:
Comment out dead sites.
   2015-11-03 01:15:02 by Alistair G. Crooks | Files touched by this commit (39)
Log message:
Add SHA512 digests for distfiles for filesystems category

Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
   2012-10-03 18:08:34 by Aleksej Saushev | Files touched by this commit (35)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.