History log of /dragonfly/sys/dev/disk/xdisk/Makefile (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0, v3.2.2
# ddfbb283 26-Oct-2012 Matthew Dillon <dillon@apollo.backplane.com>

hammer2 - dmsg blockdev work

* Adjust the LNK_CONN and LNK_SPAN messages to provide a cluster label
and a filesystem label instead of just a filesystem label.

* Change the cluster controller to i

hammer2 - dmsg blockdev work

* Adjust the LNK_CONN and LNK_SPAN messages to provide a cluster label
and a filesystem label instead of just a filesystem label.

* Change the cluster controller to index clusters based on the
peer_type, pfs_clid, and cl_label instead of just the pfs_clid.

HAMMER2 PFS's are primarily identified by pfs_clid and unique nodes
are identified by pfs_fsid. fs_label holds the HAMMER2 super-root
name.

BLOCK devices are primarily identified by cl_label and unique nodes
are identified by pfs_fsid. pfs_clid and fs_label are empty.

* Adjust the cluster controller's matching filters such that, e.g.
BLOCK device clients only have visibility to the BLOCK device server
for the cl_label in question, and do not have visibility to other
BLOCK device clients.

* Flesh out the hammer2 service daemons disk monitoring, have it attach
a pipe to the in-kernel disk via an ioctl().

* Continued work on the skeleton network disk exporter (kern/subr_disk*) and
network disk importer (dev/disk/xdisk/*). xdisk has not been added to the
build yet.

* Move a few more definitions from HAMMER2 to DMSG.

show more ...