Download List

Projeto Descrição

Lessfs is a high performance inline data deduplicating file system for Linux. Lessfs complies to the POSIX standard and is very useful for backup purposes as well as providing storage for virtual machine images. Although lessfs is a file system that is implemented in user space with FUSE, it offers decent performance. Lessfs is capable of handling data rates up to 350MB/sec. It supports filesystem encryption.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-22 22:10
1.1.6

Esta versão adiciona dois novos recursos: replicação síncrona e supressão de fundo. A replicação síncrona permite Lessfs para suportar uma configuração master / slave. Neste caso, o mestre de forma síncrona replicar os dados para o escravo. O escravo é somente leitura. O mestre irá congelar para sempre quando o escravo se torna inacessível. Quando supressão de fundo é ativada, lessfs gerará uma discussão de fundo que irá cuidar da tarefa de eliminação truncamento /. Lessfs, portanto, retornar imediatamente depois de uma exclusão ou truncar operação.
This version adds two new features: synchronous replication and background deletion. Synchronous replication allows Lessfs to support a master/slave configuration. In this case, the master will synchronously replicate the data to the slave. The slave is read-only. The master will freeze forever when the slave becomes unreachable. When background deletion is enabled, lessfs will spawn a background thread that will take care of the truncation/deletion task. Lessfs will therefore return immediately after a delete or truncate operation.

2010-07-08 07:49
1.1.2

A série de Lessfs 1.1.0 adiciona suporte para muitos diferentes, incluindo hashes SHA-256, o tigre, e banheira de hidromassagem (64 bytes). Compressão foi melhorado e os algoritmos de compressão muitos estão agora disponíveis, incluindo bzip, gzip lzo, e desinflar. O backend file_io suporta criptografia. O desempenho aumentou para um nível onde lessfs supera muitos dos seus concorrentes quando se trata de escrever throughput.
The 1.1.0 series of Lessfs adds support for many different hashes including SHA-256, tiger, and whirlpool (64 bytes). Compression has been improved and many compression algorithms are now available, including bzip, gzip, lzo, and deflate. The file_io backend supports encryption. Performance has increased to a level where lessfs outperforms many of its rivals when it comes to write throughput.

2010-04-01 01:19
1.0.8

Esta versão permite lessfs a ser montada sem a necessidade de especificar as outras opções que o arquivo de configuração eo ponto de montagem. Lessfs agora oferece suporte a migração automática para versões mais antigas lessfs.
This release enables lessfs to be mounted without the need to specify options other than the configuration file and the mountpoint. Lessfs now provides automatic migration support for older lessfs versions.

2010-03-07 22:43
1.0.5

Esta versão corrige alguns pequenos problemas que estão relacionados com o registo apenas.
This release fixes some minor bugs that are related to logging only.

2010-03-05 08:51
1.0.4

Esta versão permite o suporte para as operações / check apontando. Lessfs não precisa mais fsck após um acidente. Outra novidade é a capacidade de executar um programa quando o espaço em disco cair abaixo de uma certa quantidade de espaço. Este programa pode ser usado para liberar espaço quando o armazenamento de dados qdbm é usado.
This release enables support for transactions/check pointing. Lessfs no longer needs fsck after a crash. Also new is the ability to run a program when disk space drops below a certain amount of space. This program can be used to free up space when the tokyocabinet datastore is used.

Project Resources