Open Source data deduplication for less.

March 25th, 2009

lessfs – A high performance inline data deduplicating filesystem for Linux.

lessfs is released under the GNU GPLv3 license and can be downloaded from:

http://sourceforge.net/project/showfiles.php?group_id=257120

Read the rest of this entry »

Lessfs-1.0.1 released.

January 24th, 2010

This fixes a rare race condition that can cause lessfs to segfault and crash.

Lessfs-1.0.0 stable released.

December 30th, 2009

Lessfs has finally made it to 1.0.0 And even better, sourceforge tells me that it’s now stable. ;-)

Only minor changes this release:

Added license information at the top of every file. Updated the license information for QuickLZ after contacting the author. And finally solved a bug where lessfs would crash upon defragmentation when the file_io backend had been selected.

Lessfs-0.9.6 is available for download.

December 21st, 2009

Fixes an erroneous free() that can crash lessfs upon startup when the tiger hash is selected. Changes mklessfs so that it supports automatic directory creation and database overwrites. mklessfs now has improved error reporting. And some general code cleanups.

Lessfs-0.9.5 is available for download.

December 17th, 2009

This version of lessfs has been scrutinized for memory leaks. Several small leaks have been fixed. One small issue with lessfs_utimes has also been solved.

Lessfs-0.9.4 is available for download.

December 16th, 2009

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 caused by not initializing st_[a/c/m]time.tv_nsec.
Thanks to Wolfgang Zuleger for doing a great job on analyzing these bugs.

Lessfs-0.9.2 is available for download.

December 12th, 2009

This release fixes some problems where permissions where not properly set on open files. It also fixes a problem with an incorrect link count of directories. Performance for some meta data operations has also improved.

Working towards 1.0 stable…

Lessfs-0.9.0 is available for download.

December 9th, 2009

This version of lessfs passes all the fsx-linux tests. It has been confirmed that this release fixes the problems that people where reporting with rsync.

A Linux data deduplication wishlist

November 18th, 2009

Open discussion about data deduplication for Linux in general.

Would you like a data deduplicating blockdevice in userspace or in the kernel?

Would you prefer lessfs-2.0 with replication and snapshots?

Your opinion counts!

Lessfs-0.8.3 is available for download.

November 15th, 2009

This release fixes a major bug in the truncate code. This bug causes lessfs to crash with ccrypt and rsync -inline.

Lessfs-0.8.2 is available for download.

November 9th, 2009

Lessfs-0.8.2 is mostly a bugfix release.
Fixes a bug that causes lessfsck and mklessfs to segfault when compiled
with encryption support and encryption disabled in the config.
Fixes a bug that causes lessfs to segfault on umount when compiled
with encryption support and encryption disabled in the config.
lessfsck,listdb and mklessfs are now installed in /usr/sbin
instead of /usr/bin.