Jump to content

HAMMER2: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added another ref
Filled in 1 bare reference(s) with reFill ()
Line 30: Line 30:
== History ==
== History ==


HAMMER2 file system is actively developed by Matthew Dillon, who initially planned to bring it up to minimal working state by July 2012 and ship the final version in 2013.<ref name="hammer2-design" /><ref name="hammer2-plan" /> During [[Google Summer of Code|Google Summer of Code 2013]] Daniel Flores implemented [[data compression|compression]] in HAMMER2 using [[LZ4 (compression algorithm)|LZ4]] and [[zlib]] algorithms.<ref>https://diit.cz/clanek/dragonfly-bsd-50-hammer2-900-000-procesu</ref><ref name="gsoc-compression" /> On June 4, 2014, DragonFly 3.8.0 was released featuring support for HAMMER2, although the file system was said to be not ready for use.<ref name="dfly38-release-notes" /> On October 16, 2017, DragonFly 5.0 was released with bootable support for HAMMER2, though file-system status is still marked as experimental.<ref name="dfly50-release-notes" />
HAMMER2 file system is actively developed by Matthew Dillon, who initially planned to bring it up to minimal working state by July 2012 and ship the final version in 2013.<ref name="hammer2-design" /><ref name="hammer2-plan" /> During [[Google Summer of Code|Google Summer of Code 2013]] Daniel Flores implemented [[data compression|compression]] in HAMMER2 using [[LZ4 (compression algorithm)|LZ4]] and [[zlib]] algorithms.<ref>{{cite web|url=https://diit.cz/clanek/dragonfly-bsd-50-hammer2-900-000-procesu|title=DragonFly BSD 5.0: HAMMER2 a 900 000 procesů|publisher=}}</ref><ref name="gsoc-compression" /> On June 4, 2014, DragonFly 3.8.0 was released featuring support for HAMMER2, although the file system was said to be not ready for use.<ref name="dfly38-release-notes" /> On October 16, 2017, DragonFly 5.0 was released with bootable support for HAMMER2, though file-system status is still marked as experimental.<ref name="dfly50-release-notes" />


== See also ==
== See also ==

Revision as of 00:11, 12 January 2018

HAMMER2
Developer(s)Matthew Dillon
Full nameHAMMER2
IntroducedJune 4, 2014 with DragonFly BSD 5.0
Features
File system
permissions
UNIX permissions
Transparent
compression
Yes
Transparent
encryption
Planned
Data deduplicationLive
Other
Supported
operating systems
DragonFly BSD

HAMMER2 is a successor to the HAMMER filesystem, redesigned from the ground up to support enhanced clustering. HAMMER2 supports online and batched deduplication, snapshots, directory entry indexing, multiple mountable filesystem roots, mountable snapshots, a low memory footprint, compression, encryption, zero-detection, and synchronization to other filesystems or nodes.

History

HAMMER2 file system is actively developed by Matthew Dillon, who initially planned to bring it up to minimal working state by July 2012 and ship the final version in 2013.[1][2] During Google Summer of Code 2013 Daniel Flores implemented compression in HAMMER2 using LZ4 and zlib algorithms.[3][4] On June 4, 2014, DragonFly 3.8.0 was released featuring support for HAMMER2, although the file system was said to be not ready for use.[5] On October 16, 2017, DragonFly 5.0 was released with bootable support for HAMMER2, though file-system status is still marked as experimental.[6]

See also

References

  1. ^ Dillon, Matthew (2012-02-08). "DESIGN document for HAMMER2 (08-Feb-2012 update)". {{cite web}}: Unknown parameter |mailinglist= ignored (help)
  2. ^ Dillon, Matthew (2011-05-11). "HAMMER2 announcement". users (Mailing list). {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  3. ^ "DragonFly BSD 5.0: HAMMER2 a 900 000 procesů".
  4. ^ "Block compression feature in HAMMER2". GSoC 2013. Google. Retrieved 2014-06-05.
  5. ^ "DragonFly Release 3.8". DragonFly BSD. 2014-06-04. Retrieved 2014-06-05.
  6. ^ "DragonFly Release 5.0". DragonFly BSD. 2017-10-16. Retrieved 2017-10-16.

Category:Distributed file systems Category:2014 software