|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Mon, 13 Oct 2008
Massive documentation update for the distributed storage. New release.
$ git commit -a -m "Documentation update." Created commit 4886f36: Documentation update. 7 files changed, 476 insertions(+), 18 deletions(-) $ git-diff-tree -r --stat origin master warning: refname 'origin' is ambiguous. drivers/block/Kconfig | 2 + drivers/block/Makefile | 2 + drivers/block/dst/Kconfig | 14 + drivers/block/dst/Makefile | 3 + drivers/block/dst/crypto.c | 731 +++++++++++++++++++++++++++++ drivers/block/dst/dcore.c | 963 +++++++++++++++++++++++++++++++++++++++ drivers/block/dst/export.c | 662 ++++++++++++++++++++++++++ drivers/block/dst/state.c | 838 ++++++++++++++++++++++++++++++++++ drivers/block/dst/thread_pool.c | 345 ++++++++++++++ drivers/block/dst/trans.c | 335 ++++++++++++++ include/linux/connector.h | 4 +- include/linux/dst.h | 572 +++++++++++++++++++++++ 12 files changed, 4470 insertions(+), 1 deletions(-)As usual one can grab new release from the archive or via GIT tree. /devel/dst :: Link / Comments () |