From: Johannes Thumshirn <jth@kernel.org>
To: David Sterba <dsterba@suse.cz>
Cc: "linux-btrfs @ vger . kernel . org" <linux-btrfs@vger.kernel.org>,
Johannes Thumshirn <johannes.thumshirn@wdc.com>
Subject: [PATCH 0/5] btrfs-progs: support creating authenticated file-systems
Date: Tue, 28 Apr 2020 13:11:03 +0200 [thread overview]
Message-ID: <20200428111109.5687-1-jth@kernel.org> (raw)
From: Johannes Thumshirn <johannes.thumshirn@wdc.com>
This series adds support for passing in an authentication key and using
HMAC(SHA256) for mkfs, dump-super and fsck.
Johannes Thumshirn (5):
btrfs-progs: pass in fs_info to btrfs_csum_data
btrfs-progs: add auth_key argument to open_ctree_fs_info
btrfs-progs: Add HMAC(SHA256) support
btrfs-progs: add --auth-key to dump-super
btrfs-progs: add auth key to check
btrfs-find-root.c | 2 +-
btrfs-sb-mod.c | 4 ++--
check/main.c | 15 ++++++++++++---
cmds/filesystem.c | 2 +-
cmds/inspect-dump-super.c | 38 +++++++++++++++++++++++++++-----------
cmds/inspect-dump-tree.c | 2 +-
cmds/rescue-chunk-recover.c | 4 ++--
cmds/rescue.c | 2 +-
cmds/restore.c | 2 +-
common/utils.c | 3 +++
configure.ac | 1 -
convert/common.c | 2 +-
crypto/hash.c | 23 +++++++++++++++++++++++
crypto/hash.h | 2 ++
ctree.c | 1 +
ctree.h | 3 +++
disk-io.c | 39 ++++++++++++++++++++++++---------------
disk-io.h | 8 +++++---
file-item.c | 2 +-
image/main.c | 5 +++--
mkfs/common.c | 10 ++++++++++
mkfs/common.h | 3 +++
mkfs/main.c | 25 +++++++++++++++++++++++--
23 files changed, 150 insertions(+), 48 deletions(-)
--
2.16.4
next reply other threads:[~2020-04-28 11:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 11:11 Johannes Thumshirn [this message]
2020-04-28 11:11 ` [PATCH 1/5] btrfs-progs: pass in fs_info to btrfs_csum_data Johannes Thumshirn
2020-04-28 11:11 ` [PATCH 2/5] btrfs-progs: add auth_key argument to open_ctree_fs_info Johannes Thumshirn
2020-04-28 11:11 ` [PATCH 3/5] btrfs-progs: Add HMAC(SHA256) support Johannes Thumshirn
2020-04-29 11:45 ` Johannes Thumshirn
2020-04-28 11:11 ` [PATCH 4/5] btrfs-progs: add --auth-key to dump-super Johannes Thumshirn
2020-04-28 11:11 ` [PATCH 5/5] btrfs-progs: add auth key to check Johannes Thumshirn
2020-04-28 11:11 ` [PATCH 0/5] btrfs-progs: support creating authenticated file-systems Johannes Thumshirn
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=20200428111109.5687-1-jth@kernel.org \
--to=jth@kernel.org \
--cc=dsterba@suse.cz \
--cc=johannes.thumshirn@wdc.com \
--cc=linux-btrfs@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).