Re: [PATCH 00/20] ceph: Ceph distributed file system client v0.10

From: Andi Kleen
Date: Thu Jul 16 2009 - 08:27:09 EST


Sage Weil <sage@xxxxxxxxxxxx> writes:

> This is v0.10 of the Ceph distributed file system client.
>
> Changes since v0.9:
> - fixed unaligned memory access (thanks for heads up to Stefan Richter)
> - a few code cleanups
> - MDS reconnect and op replay bugfixes. (The main milestone here is
> stable handling of MDS server failures and restarts, tested by
> running various workloads with the servers in restart loops.)
>
> What would people like to see for this to be merged into fs/?

Some more comments in the code probably wouldn't help. e.g. each
file should have some description at the top what it does.

What I always wonder with new complex networking protocols
(which ceph essentially is): has there been some auditing/testing
what happens when a server feeds unexpected/out of bounds data
to the client? e.g. a security audit would be good. Otherwise
you might end up with remote exploits.

-Andi

--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/