Main Page

From Dazuko
(Difference between revisions)
Jump to: navigation, search
(posted 3.1.3-rc2 and 2.3.9-pre1)
(revert spam)
 
(37 intermediate revisions by 15 users not shown)
Line 1: Line 1:
 
=== <big>'''A Stackable Filesystem to Allow Online File Access Control'''</big> ===
 
=== <big>'''A Stackable Filesystem to Allow Online File Access Control'''</big> ===
  +
DazukoFS aims to be a mechanism to allow userspace applications to perform online file access control.
   
A mechanism is needed, which allows userspace applications to perform online file access control. DazukoFS aims to be that mechanism.
 
   
   
  +
<div style="padding:0.5em; margin-bottom:1em; border: 2px solid #a00;">
  +
<big>'''NOTICE'''</big>
   
=== News ([http://www.dazuko.org/news.rdf RSS]) ===
+
The Dazuko Project currently has no maintainer. If you are interested in taking on this responsibility, please post to the [[Mailing Lists]].
  +
</div>
   
  +
  +
  +
=== News ([http://dazuko.dnsalias.org/news.rdf RSS]) ===
  +
  +
*'''19 Mar 2011''' - DazukoFS 3.1.4 and Dazuko 2.3.9 have been released. See the various changelogs for details. John Ogness has now retired all responsibilities as maintainer of this project. If you are interested in becoming a maintainer of the Dazuko project, please post to the [[Mailing Lists]].
  +
*'''7 Nov 2010''' - A new release candidate is available. This includes support for mmap() writing, syscall restarts across events, and some fixes for changes introduced in the previous release candidates.
  +
*'''17 Oct 2010''' - Part of the patch to fix some error handling was accidentally left out of the last release candidate. It has now been included for 3.1.4-rc2.
  +
*'''16 Oct 2010''' - The first release candidate for DazukoFS 3.1.4 has been posted. This new version supports Linux 2.6.36 and addresses various fixes posted since the last release. It also introduces polling support for the DazukoFS control device.
  +
*'''3 Jul 2010''' - DazukoFS 3.1.3 is now the official stable release.
  +
*'''30 May 2010''' - DazukoFS 3.1.3-rc3 has been posted to support Linux 2.6.34.
 
*'''31 Mar 2010''' - Due to changes in the 2.6.33 API and build system, a new release candidate (DazukoFS) and pre-release version (Dazuko) have been posted.
 
*'''31 Mar 2010''' - Due to changes in the 2.6.33 API and build system, a new release candidate (DazukoFS) and pre-release version (Dazuko) have been posted.
*'''26 Jan 2010''' - A new Dazuko legacy version (2.3.8) has been posted. This allows Dazuko to be built on recent Linux kernels using Redirfs. A README.redirfs file has been added to the package to describe how to build Dazuko with Redirfs.
 
*'''1 Jan 2010''' - The first release candidate for 3.1.3 has been posted. This version addresses problems with mmap() writes as well as registered processes hitting their maximum open file limit.
 
*'''21 Nov 2009''' - Version 3.1.2 has been released to address a referencing problem when using the ignore feature (/dev/dazukofs.ign).
 
*'''9 Oct 2009''' - In the 3.1.0 version some includes were missing, which caused compile problems for the x86 architecture. A new stable version 3.1.1 has been released to address this issue.
 
* '''25 Sep 2009''' - After several months of error-free use, DazukoFS 3.1.0-rc2 has now been re-branded as 3.1.0, the new official stable version.
 
* '''2 Jul 2009''' - DazukoFS 3.1.0-rc2 was posted to address a bug regarding mmap() and stacking upon a filesystem that does not support memory mapped files.
 
* '''28 Jun 2009''' - After a great hacking session together with Lino Sanfilippo at the LinuxTag 2009 conference in Berlin, a lot of fixes and improvements were made to DazukoFS. As a result, a new development snapshot as well as a new stable release candidate 3.1.0-rc1 were posted. They have been updated to support Linux 2.6.30. Patches for various Linux kernel versions and distributions are not included in the packages.
 
* '''24 May 2009''' - DazukoFS 3.0.1-rc2 has been posted. rc1 contained a bug that didn't allow files to be created.
 
* '''30 Apr 2009''' - DazukoFS 3.0.1-rc1 has been posted. This release candidate includes several bug fixes for DazukoFS. The patches for various Linux kernel versions and distributions are not included in this package.
 
* '''23 Mar 2009''' - A new snapshot section has been added to the download page. This makes it easy to download the latest DazukoFS code. Although snapshots are not heavily tested, they should work correctly.
 
* '''17 Mar 2009''' - The legacy stable version was updated to 2.3.7. It includes a patch from Frantisek Hrbata to support FreeBSD 7.
 
* '''25 Feb 2009''' - The legacy stable version was updated to 2.3.6. It includes a patch from Frantisek Hrbata to support RedirFS 0.6. This makes it possible to use Dazuko 2.x with the latest Linux kernels.
 
* '''22 Feb 2009''' - DazukoFS 3.0.0 has been released. It is based on 3.0.0-rc4 and includes patches to support many other kernel versions. The Dazuko 2.x branch has been orphaned (i.e. it is no longer maintained). All efforts are now focussed exclusively on the DazukoFS 3.x branch.
 
* '''8 Feb 2009''' - A DazukoFS 3.0.0-rc6 version has been posted to address some errors in the patches to support older kernels.
 
* '''5 Feb 2009''' - Today marks 7 years of the Dazuko project. With the current transition to DazukoFS and efforts for Linux mainline acceptance underway, it is difficult to say where the project stands today. 2009 will certainly prove to be a landmark year for the project. [http://lists.gnu.org/archive/html/dazuko-devel/2009-02/msg00001.html Please read] an import update email posted to the Dazuko devel mailing list.
 
* '''3 Feb 2009''' - An updated DazukoFS patchset [http://lkml.org/lkml/2009/2/3/349 has been submitted] to the Linux Kernel Mailing List for inclusion in the Linux kernel. This patchset is based on the newly posted 3.0.0-rc5 version. Although this version requires Linux 2.6.29-rc3, the package includes patches to patch the code for Linux 2.6.26, 2.6.27, and openSUSE 11.0.
 
 
* [[Old News]]
 
* [[Old News]]

Latest revision as of 17:34, 4 December 2012

[edit] A Stackable Filesystem to Allow Online File Access Control

DazukoFS aims to be a mechanism to allow userspace applications to perform online file access control.


NOTICE

The Dazuko Project currently has no maintainer. If you are interested in taking on this responsibility, please post to the Mailing Lists.


[edit] News (RSS)

  • 19 Mar 2011 - DazukoFS 3.1.4 and Dazuko 2.3.9 have been released. See the various changelogs for details. John Ogness has now retired all responsibilities as maintainer of this project. If you are interested in becoming a maintainer of the Dazuko project, please post to the Mailing Lists.
  • 7 Nov 2010 - A new release candidate is available. This includes support for mmap() writing, syscall restarts across events, and some fixes for changes introduced in the previous release candidates.
  • 17 Oct 2010 - Part of the patch to fix some error handling was accidentally left out of the last release candidate. It has now been included for 3.1.4-rc2.
  • 16 Oct 2010 - The first release candidate for DazukoFS 3.1.4 has been posted. This new version supports Linux 2.6.36 and addresses various fixes posted since the last release. It also introduces polling support for the DazukoFS control device.
  • 3 Jul 2010 - DazukoFS 3.1.3 is now the official stable release.
  • 30 May 2010 - DazukoFS 3.1.3-rc3 has been posted to support Linux 2.6.34.
  • 31 Mar 2010 - Due to changes in the 2.6.33 API and build system, a new release candidate (DazukoFS) and pre-release version (Dazuko) have been posted.
  • Old News
Personal tools