From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Philipp Reisner To: linux-kernel@vger.kernel.org, Jens Axboe Date: Thu, 25 Aug 2011 17:06:56 +0200 Message-Id: <1314284934-17999-1-git-send-email-philipp.reisner@linbit.com> Cc: drbd-dev@lists.linbit.com Subject: [Drbd-dev] [RFC 000/118] drbd: part 1 of adding multiple volume support to drbd List-Id: Coordination of development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This the first request for review of drbd-8.4. The complete set has 500 patches. In this first series there are only 118 of these. The most noticeable change is the support for multiple replicated volumes in a single DRBD connection. Write-ordering is obeyed among all writes in all volumes in a single connection. This feature is really important for users who use DRBD for mirroring over longer distances. (Protocol A). 0001 - 0012 cleanups 0013 - 0026 replace the hash tables of drbd_requests with two interval trees 0027 have a look at the idr_for_each_entry(). Outside of drbd's directory. 0028 - 0035 introduced a new object which represents a DRBD connection; move a view members from the device object to the new conenction object 0036 - 0041 Introduce volume numbers into the protocol 0042 - 0052 cleanups; renames; 0053 Improvements to handling of conflicting writes 0054 - 0060 cleanups; renames; 0061 - 0064 code reorganisation 0065 IO latency bugfix 0066 - 0099 moving members from the device object to the connection object; converting function from the device object to the connection obj 0100 - 0118 work on the state engine to match the new object model