linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [0/4] DST: Distributed storage: Succumbed to live ant.
@ 2008-01-22 19:38 Evgeniy Polyakov
  2008-01-22 19:38 ` [1/4] DST: Distributed storage documentation Evgeniy Polyakov
  0 siblings, 1 reply; 26+ messages in thread
From: Evgeniy Polyakov @ 2008-01-22 19:38 UTC (permalink / raw)
  To: lkml; +Cc: netdev, linux-fsdevel


Distributed storage: Succumbed to live ant.

I'm pleased to announce the 14'th release of the distributed
storage subsystem (DST).

DST allows to form a storage on top of local and remote nodes
and combine them into linear or mirroring setup, which in
turn can be exported to remote nodes.

This is a maintenance release only.

Short changelog:
 * do not allocate big enough address structure on stack during
	local export node initialization
	Thanks to Serge Leschinsky and Konstantin Kalin for testing.

Overall list of features of the DST can be found on project's homepage:

http://tservice.net.ru/~s0mbre/old/?section=projects&item=dst

DST is also exported as a git tree available for clone and pull from
http://tservice.net.ru/~s0mbre/archive/dst/dst.git

Thank you.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [0/4] DST: Distributed storage: Groundhogs strike back: no New Year for humans
@ 2007-12-26 11:22 Evgeniy Polyakov
  2007-12-26 11:22 ` [1/4] DST: Distributed storage documentation Evgeniy Polyakov
  0 siblings, 1 reply; 26+ messages in thread
From: Evgeniy Polyakov @ 2007-12-26 11:22 UTC (permalink / raw)
  To: lkml; +Cc: netdev, linux-fsdevel


Distributed storage: Groundhogs strike back: no New Year for humans

I'm pleased to announce the 13'th release of the distributed
storage subsystem (DST).

DST allows to form a storage on top of local and remote nodes
and combine them into linear or mirroring setup, which in
turn can be exported to remote nodes.

Short changelog:
 * mirroring algorithm improvements
 * debug cleanups
 * extended mirroring initialization
 * documentation update
 * name is 'Groundhogs strike back: no New Year for humans' now

Overall list of features of the DST can be found on project's homepage:

http://tservice.net.ru/~s0mbre/old/?section=projects&item=dst

DST is also exported as a git tree available for clone and pull from
http://tservice.net.ru/~s0mbre/archive/dst/dst.git

Thank you.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>



^ permalink raw reply	[flat|nested] 26+ messages in thread
* [0/4] DST: Distributed storage.
@ 2007-12-10 11:47 Evgeniy Polyakov
  2007-12-10 11:47 ` [1/4] DST: Distributed storage documentation Evgeniy Polyakov
  0 siblings, 1 reply; 26+ messages in thread
From: Evgeniy Polyakov @ 2007-12-10 11:47 UTC (permalink / raw)
  To: lkml; +Cc: netdev, linux-fsdevel


Distributed storage.

I'm pleased to announce the 11'th release of the distributed
storage subsystem (DST). This is a maintenance release and includes
bug fixes and simple feature extensions only.

DST allows to form a storage on top of local and remote nodes
and combine them into linear or mirroring setup, which in
turn can be exported to remote nodes.

Short changelog:
 * wakeup state when mirror detected error to seedup reconnect
 * if connecting in csum mode to no-csum server, do not enable csums
 * do not clean queue until all users are removed
 * allow to increase size of the storage in linear add callback 
	(with this change it is possible to add nodes into linear array
	in real time without stopping storage. Filesystem has to be prepared
	for the case when underlying device has changed its size.
	Real-time addon of mirror nodes is also supported)
 * allow to delete gendisk only after device was started
 * dst debug config option
 * Name: Gamardjoba, genacvale! ('Hi friend' in georgian)

Great thanks to Matthew Hodgson <matthew@mxtelecom.com> for debugging!

Overall list of features of the DST can be found on project's homepage:

http://tservice.net.ru/~s0mbre/old/?section=projects&item=dst

Thank you.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>



^ permalink raw reply	[flat|nested] 26+ messages in thread
* [0/4] DST: Distributed storage.
@ 2007-12-04 14:37 Evgeniy Polyakov
  2007-12-04 14:37 ` [1/4] DST: Distributed storage documentation Evgeniy Polyakov
  0 siblings, 1 reply; 26+ messages in thread
From: Evgeniy Polyakov @ 2007-12-04 14:37 UTC (permalink / raw)
  To: lkml; +Cc: netdev, linux-fsdevel


Distributed storage.

I'm pleased to announce the 10'th release of the distributed
storage subsystem (DST). This is a maintenance release and includes
bug fixes and simple feature extensions only.

DST allows to form a storage on top of local and remote nodes
and combine them into linear or mirroring setup, which in
turn can be exported to remote nodes.

Short changelog:
 * fixed bug with XFS metadata update (it can provide slab pages to the
	DST, so it is not allowed to transfer them using ->sendpage())
 * fixed async error completion path
 * extended netlink communication channel to report errors back to userspace
 * DST name is now "The 10'th dynasty of smuggled slothes"
 * number of fixes for userspace DST target

Great thanks to Matthew Hodgson <matthew@mxtelecom.com> for debugging and
fixes for userspace DST target and preliminary netlink extension patches.

Overall list of features of the DST can be found on project's homepage:

http://tservice.net.ru/~s0mbre/old/?section=projects&item=dst

Thank you.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>



^ permalink raw reply	[flat|nested] 26+ messages in thread
* [0/4] dst: Distributed storage.
@ 2007-11-29 12:53 Evgeniy Polyakov
  2007-11-29 12:53 ` [1/4] dst: Distributed storage documentation Evgeniy Polyakov
  0 siblings, 1 reply; 26+ messages in thread
From: Evgeniy Polyakov @ 2007-11-29 12:53 UTC (permalink / raw)
  To: lkml; +Cc: netdev, linux-fsdevel


Distributed storage.

I'm pleased to announce the 9'th release of the distributed
storage subsystem (DST). This is maintenance release and include
bug fixing only.

DST allows to form a storage on top of local and remote nodes
and combine them into linear or mirroring setup, which in
turn can be exported to remote nodes.

Short changelog:
 * use node's size in sectors instead of bytes
 * fixed old/new ages for the first node. 
	Error spotted by Matthew Hodgson <matthew@mxtelecom.com>
 * fixed debug printk declaration
 * it is now called 'astonishingly screwed tapeworm'

Overall list of features of the DST can be found on project's homepage:

http://tservice.net.ru/~s0mbre/old/?section=projects&item=dst

Thank you.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>



^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2008-01-22 19:38 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20071214133747.GC31971@2ka.mipt.ru>
2007-12-17 15:03 ` [0/4] DST: Distributed storage Evgeniy Polyakov
2007-12-17 15:03   ` [1/4] DST: Distributed storage documentation Evgeniy Polyakov
2007-12-17 15:03     ` [2/4] DST: Core distributed storage files Evgeniy Polyakov
2007-12-17 15:03       ` [3/4] DST: Network state machine Evgeniy Polyakov
2007-12-17 15:03         ` [4/4] DST: Algorithms used in distributed storage Evgeniy Polyakov
2007-12-17 16:27     ` [1/4] DST: Distributed storage documentation Kay Sievers
2007-12-18  1:00   ` [0/4] DST: Distributed storage David Chinner
2007-12-18 11:08     ` Evgeniy Polyakov
2008-01-22 19:38 [0/4] DST: Distributed storage: Succumbed to live ant Evgeniy Polyakov
2008-01-22 19:38 ` [1/4] DST: Distributed storage documentation Evgeniy Polyakov
  -- strict thread matches above, loose matches on Subject: below --
2007-12-26 11:22 [0/4] DST: Distributed storage: Groundhogs strike back: no New Year for humans Evgeniy Polyakov
2007-12-26 11:22 ` [1/4] DST: Distributed storage documentation Evgeniy Polyakov
2007-12-10 11:47 [0/4] DST: Distributed storage Evgeniy Polyakov
2007-12-10 11:47 ` [1/4] DST: Distributed storage documentation Evgeniy Polyakov
2007-12-10 12:51   ` Kay Sievers
2007-12-10 12:58     ` Evgeniy Polyakov
2007-12-10 14:31       ` Kay Sievers
2007-12-10 14:50         ` Evgeniy Polyakov
2007-12-10 15:12           ` Evgeniy Polyakov
2007-12-10 19:02           ` Kay Sievers
2007-12-10 19:33             ` Evgeniy Polyakov
2007-12-10 19:44               ` Kay Sievers
2007-12-10 19:51                 ` Evgeniy Polyakov
2007-12-10 19:56                   ` Kay Sievers
2007-12-10 20:03                     ` Evgeniy Polyakov
2007-12-04 14:37 [0/4] DST: Distributed storage Evgeniy Polyakov
2007-12-04 14:37 ` [1/4] DST: Distributed storage documentation Evgeniy Polyakov
2007-11-29 12:53 [0/4] dst: Distributed storage Evgeniy Polyakov
2007-11-29 12:53 ` [1/4] dst: Distributed storage documentation Evgeniy Polyakov
2007-12-03  4:50   ` Matt Mackall
2007-12-03 11:16     ` Evgeniy Polyakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).