give out the Tumblr link
[ikiwiki.git] / index.mdwn
1 ## Ongoing DragonFly News
2
3 ### 2.6.1 Released, 06-Apr-2010!
4
5 The [[DragonFly 2.6.1 release|release26]] is now available!  This release features our
6 new swapcache, a tmpfs port, fast-fsync for HAMMER, improved random I/O, and numerous
7 other goodies.
8
9 ### 2.5.x Development news, 08-Feb-2010!
10
11 Our new swapcache is now fully operational in the development branch.  Swapcache is a general system
12 feature which expands the use of swap to cover clean filesystem data and meta-data (not just dirty
13 anonymous memory).  When used with a SSD (Solid State Drive) swapcache has an enormously positive
14 effect on system performance, almost acting like extended memory.  Even a small 40G SSD can cache
15 upwards of 80 million inodes for fast directory operations, or make your working dataset completely
16 free of slow HD seeks virtually without having to lift a finger.  The implications are staggering.
17
18 ### Summer of Code participation
19
20 DragonFly is in Google's [Summer of Code](http://socghop.appspot.com/org/home/google/gsoc2009/dragonflybsd) program for a third year!  Consult the [Summer of Code 2010](/docs/developer/gsoc2010/) page for a current list of projects and ideas.
21
22 <div class="digestbox">
23 More news from the <a href="http://www.shiningsilence.com/dbsdlog/">DragonFly Digest</a>
24 <ul>
25 <span class="digestcontent">[[!inline  pages="internal(digest/*)" feeds="no" template="digestitem"]]</span>
26 </ul>
27 Follow DragonFly news on <a href="http://dragonflybsd.tumblr.com/">Tumblr</a> and <a href="http://www.twitter.com/dragonflybsd">Twitter</a>.
28 </div>
29
30 ## What is DragonFly BSD?
31
32 DragonFly belongs to the same class of operating system as BSD and Linux
33 and is based on the same UNIX ideals and APIs.  DragonFly gives the BSD
34 base an opportunity to grow in an entirely different direction from the one
35 taken in the FreeBSD, NetBSD, and OpenBSD series.
36
37 The DragonFly project's
38 ultimate goal is to provide native clustering support in the kernel.
39 This involves the creation of a sophisticated cache management
40 framework for filesystem namespaces, file spaces, and VM spaces, which
41 allows heavily interactive programs to run across multiple machines with
42 cache coherency fully guaranteed in all respects.  This also involves being
43 able to chop up resources, including the cpu by way of a controlled VM
44 context, for safe assignment to unsecured third-party clusters over the
45 internet (though the security of such clusters itself might be in doubt,
46 the first and most important thing is for systems donating resources to not
47 be made vulnerable through their donation).
48
49 For more information, visit the [[History|History]] page.