Message ID | 20210426055036.2103620-1-naohiro.aota@wdc.com (mailing list archive) |
---|---|
Headers | show |
Series | implement zone-aware probing/wiping for zoned btrfs | expand |
On Mon, Apr 26, 2021 at 02:50:33PM +0900, Naohiro Aota wrote: > Naohiro Aota (3): > blkid: implement zone-aware probing > blkid: add magic and probing for zoned btrfs > blkid: support zone reset for wipefs > > include/blkdev.h | 9 ++ > lib/blkdev.c | 29 ++++++ > libblkid/src/blkidP.h | 5 + > libblkid/src/probe.c | 99 +++++++++++++++++-- > libblkid/src/superblocks/btrfs.c | 159 ++++++++++++++++++++++++++++++- > 5 files changed, 292 insertions(+), 9 deletions(-) Merged to the "next" branch (on github) and it will be merged to the "master" later after v2.37 release. Thanks! (and extra thank for the examples :-) Karel