util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/1] libblkid: Initial support for Stratis
@ 2018-01-05 17:15 Tony Asleson
  2018-01-05 17:15 ` [PATCH RFC 1/1] libblkid: Add support for stratis Tony Asleson
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Asleson @ 2018-01-05 17:15 UTC (permalink / raw)
  To: util-linux

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-09 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 17:15 [PATCH RFC 0/1] libblkid: Initial support for Stratis Tony Asleson
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

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).