Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757491AbYJGVTX (ORCPT ); Tue, 7 Oct 2008 17:19:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754539AbYJGVTG (ORCPT ); Tue, 7 Oct 2008 17:19:06 -0400 Received: from relay.2ka.mipt.ru ([194.85.80.65]:42439 "EHLO 2ka.mipt.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753810AbYJGVTE (ORCPT ); Tue, 7 Oct 2008 17:19:04 -0400 Date: Wed, 8 Oct 2008 01:19:25 +0400 From: Evgeniy Polyakov To: linux-kernel@vger.kernel.org Cc: linux-fsdevel@vger.kernel.org, netdev@vger.kernel.org Subject: [0/3] The new POHMELFS release. Message-ID: <20081007211925.GA1274@2ka.mipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2675 Lines: 64 Hello. I'm pleased to announce the new POHMELFS release. This is a major change in the Parallel Optimized Host Message Exchange Layered File System: completely rewritten distributed (byte-range) locking subsystem. Locks are actually byte-range, but since every Linux FS locks the whole inode, POHMELFS locks also do this. Multiple writers are somewhat serialized and thus cache is coherent (pages either contain valid data or they are not uptodate) on all clients at any time. Other changes made in this release: * Documentation update. Fixed by Adam Langley (agl_imperialviolet.org) * Add/del/show commands patch from Varun Chandramohan (varunc_linux.vnet.ibm.com) * Bug fixes and cleanups. POHMELFS is a very high performance parallel network filesystem with local coherent cache of data and metadata. Its main goal is distributed processing of the data. Features supported by POHMELFS: * Local coherent cache for data and metadata. * Completely async processing of all events (hard and symlinks are the only exceptions) including object creation and data reading and writing. * Flexible object architecture optimized for network processing. Ability to create long pathes to object and remove arbitrary huge directories in single network command. * High performance is one of the main design goals. * Very fast and scalable multithreaded userspace server. Being in userspace it works with any underlying filesystem and still is much faster than async in-kernel NFS one. * Transactions support. Full failover for all operations. Resending transactions to different servers on timeout or error. * Client is able to switch between different servers (if one goes down, client automatically reconnects to second and so on). * Client parallel extensions: ability to write to multiple servers and balance reading between them. * Client dynamical server reconfiguration: ability to add/remove servers from working set in run-time. * Strong authentification and possible data encryption in network channel. POHMELFS roadmap now includes distributed and parallel facilities of the server. 1. POHMELFS homepage. http://tservice.net.ru/~s0mbre/old/?section=projects&item=pohmelfs 2. POHMELFS archive. http://tservice.net.ru/~s0mbre/archive/pohmelfs/ 3. GIT trees. http://tservice.net.ru/~s0mbre/cgi-bin/gitweb.cgi 4. Development status. http://tservice.net.ru/~s0mbre/blog//devel/fs -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/