DragonFly kernel List (threaded) for 2007-11
DragonFly BSD
DragonFly kernel List (threaded) for 2007-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

HAMMER update 26-Nov 2007


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 26 Nov 2007 23:58:18 -0800 (PST)

    Work continues to progress well.  Most of the committed code has now been
    tested and is in reasonably good shape for operations occuring within
    a single cluster.

    (a cluster is just a 64MB chunk of disk in HAMMER terminology).

    Next up will be to add an option to have HAMMER physically delete data
    so I can test the B-Tree deletion code (ultimately this will be controlled
    by the retention policy).  At the moment it doesn't throw anything away
    at all which is great for testing as-of mounts, but not so good for
    life-testing the filesystem.

    After that I'll start working on extending the B-Tree across multiple
    clusters.  That's the last 'hard' bit of work for the filesystem.

    There is still a ton of less complex work after that... recovery code,
    streaming backup/mirroring code, retention policy & vacuuming, and so
    on and so forth. 

						    -Matt




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]