lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 25 Aug 2011 17:06:56 +0200
From:	Philipp Reisner <philipp.reisner@...bit.com>
To:	linux-kernel@...r.kernel.org, Jens Axboe <axboe@...nel.dk>
Cc:	drbd-dev@...ts.linbit.com
Subject: [RFC 000/118] drbd: part 1 of adding multiple volume support to drbd

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ