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.

2009-12-31 07:47
1.0.0

Existem apenas pequenas alterações nesta versão. Informação sobre a licença foi adicionada ao topo de cada arquivo. As informações sobre a licença foi atualizada para QuickLZ após entrar em contato com o autor. Um bug onde lessfs iria travar a desfragmentação quando o backend file_io tinha sido selecionado foi corrigido.
There are only minor changes this release. License information has been added to the top of every file. The license information has been updated for QuickLZ after contacting the author. A bug where lessfs would crash upon defragmentation when the file_io backend had been selected has been fixed.

2009-12-22 07:03
0.9.6

Esta versão corrige uma errada free () que podia falhar lessfs na inicialização quando o hash tigre foi selecionado. Ele muda mklessfs de modo a suportar a criação automática de directórios e banco de dados substitui. mklessfs relatório de erro agora melhorou. Há ainda limpeza de código geral.
This release fixes an erroneous free() that could crash lessfs upon startup when the tiger hash was selected. It changes mklessfs so that it supports automatic directory creation and database overwrites. mklessfs now has improved error reporting. There are further general code cleanups.

2009-12-17 06:27
0.9.4

Esta versão corrige duas falhas de memória que estão relacionados com hardlink operações e uma fuga de memória em outros file_io. Ela também resolve um problema com cp-a causada por não inicializar st_ [a / c / m] time.tv_nsec.
This release fixes two memory leaks that are related to hardlink operations and one other memory leak in file_io. It also solves a problem with cp -a caused by not initializing st_[a/c/m]time.tv_nsec.

2009-12-13 06:58
0.9.2

Esta versão corrige alguns problemas onde as permissões não foram devidamente definidas em arquivos abertos. Ela também resolve um problema com o contador de ligações de diretórios. Desempenho de algumas operações de meta dados melhorou.
This release fixes some problems where permissions were not properly set on open files. It also solves a problem with the link count of directories. Performance for some meta data operations has improved.

2009-12-09 19:03
0.9.0

Esta versão do FSX lessfs passa todos os testes de Linux. Foi confirmado que esta versão corrige os problemas que as pessoas estavam relatando com o rsync.
This version of lessfs passes all the fsx-linux tests. It has been confirmed that this release fixes the problems that people were reporting with rsync.

Project Resources