New distributed storage release.
DST is a very feature-rich network block device capable to be a base block in high-performance and high-available local/network RAIDs.
This release contains some code movement from structure to structure and small comments cleanups.
It is the 9′th official release, second resend of the essentially the same code and at lest third ask for inclusion.
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 | 973 +++++++++++++++++++++++++++++++++++++++ drivers/block/dst/export.c | 664 ++++++++++++++++++++++++++ drivers/block/dst/state.c | 839 +++++++++++++++++++++++++++++++++ drivers/block/dst/thread_pool.c | 345 ++++++++++++++ drivers/block/dst/trans.c | 335 ++++++++++++++ include/linux/connector.h | 4 +- include/linux/dst.h | 587 +++++++++++++++++++++++ 12 files changed, 4498 insertions(+), 1 deletions(-)
I added Andrew Morton to the receiver list, let’s how many comments it will take this time.
Not sure if any. There was a single review (by Andrew only), where only some space issues left unresolved. Updated version was never commented.

Comments are currently closed.