util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Asleson <tasleson@redhat.com>
To: util-linux@vger.kernel.org
Subject: [PATCH RFC 0/1] libblkid: Initial support for Stratis
Date: Fri,  5 Jan 2018 11:15:38 -0600	[thread overview]
Message-ID: <20180105171539.5948-1-tasleson@redhat.com> (raw)

My initial pass at adding support to libblkid for Stratis
https://github.com/stratis-storage.

Documentation including on disk format (needs a couple of updates):
https://stratis-storage.github.io/StratisSoftwareDesign.pdf

I would like to add the appropriate sample super block img and associated 
test(s) to this patch series as well.  However, at the moment I'm not exactly 
sure how to do that.  Pointers to how that is accomplished would be greatly
appreciated, otherwise I will splunk around in the code base until I figure it
out.

Thanks!

Regards,
Tony Asleson

Tony Asleson (1):
  libblkid: Add support for stratis

 libblkid/src/Makemodule.am             |   1 +
 libblkid/src/superblocks/stratis.c     | 104 +++++++++++++++++++++++++++++++++
 libblkid/src/superblocks/superblocks.c |   1 +
 libblkid/src/superblocks/superblocks.h |   1 +
 4 files changed, 107 insertions(+)
 create mode 100644 libblkid/src/superblocks/stratis.c

-- 
2.13.6


             reply	other threads:[~2018-01-05 17:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-05 17:15 Tony Asleson [this message]
2018-01-05 17:15 ` [PATCH RFC 1/1] libblkid: Add support for stratis Tony Asleson
2018-01-08 11:16   ` Karel Zak
2018-01-09 21:13     ` Tony Asleson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180105171539.5948-1-tasleson@redhat.com \
    --to=tasleson@redhat.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).