From: Sweet Tea Dorminy <sweettea-kernel@dorminy.me>
To: linux-btrfs@vger.kernel.org, kernel-team@fb.com
Cc: Sweet Tea Dorminy <sweettea-kernel@dorminy.me>
Subject: [PATCH 0/6] btrfs-progs: add encryption support
Date: Mon, 5 Sep 2022 20:01:01 -0400 [thread overview]
Message-ID: <cover.1662417859.git.sweettea-kernel@dorminy.me> (raw)
This changeset is a minimal set of changes to adapt to the kernel-side
changes for encryption in [1].
While the kernel-shared files could be updated to use fscrypt_names in
closer analogue to the kernel versions of the files, that is planned as
a followup.
[1] https://lore.kernel.org/linux-btrfs/cover.1662420176.git.sweettea-kernel@dorminy.me
Changelog:
v2:
- updated to match kernel changeset's fscrypt extent contexts and
changed format storing encrypted context length.
v1:
- https://lore.kernel.org/linux-btrfs/cover.1660729916.git.sweettea-kernel@dorminy.me
Sweet Tea Dorminy (6):
btrfs-progs: add fscrypt support to mkfs.
btrfs-progs: update to match renamed dir_type
btrfs-progs: interpret encrypted file extents.
btrfs-progs: handle fscrypt context items
btrfs-progs: escape unprintable characters in names
btrfs-progs: check: update inline extent length checking
check/main.c | 32 ++++++++++---------
check/mode-common.c | 4 +--
check/mode-lowmem.c | 6 ++--
cmds/restore.c | 2 +-
common/fsfeatures.c | 10 ++++++
kernel-shared/ctree.h | 51 +++++++++++++++++++++++++++---
kernel-shared/dir-item.c | 8 ++---
kernel-shared/fscrypt.h | 27 ++++++++++++++++
kernel-shared/inode.c | 4 ++-
kernel-shared/print-tree.c | 64 +++++++++++++++++++++++++++++++++++---
libbtrfsutil/btrfs.h | 2 ++
libbtrfsutil/btrfs_tree.h | 3 ++
12 files changed, 178 insertions(+), 35 deletions(-)
create mode 100644 kernel-shared/fscrypt.h
--
2.35.1
next reply other threads:[~2022-09-06 0:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-06 0:01 Sweet Tea Dorminy [this message]
2022-09-06 0:01 ` [PATCH 1/6] btrfs-progs: add fscrypt support to mkfs Sweet Tea Dorminy
2022-09-09 11:39 ` David Sterba
2022-09-06 0:01 ` [PATCH 2/6] btrfs-progs: update to match renamed dir_type Sweet Tea Dorminy
2022-09-06 0:01 ` [PATCH 3/6] btrfs-progs: interpret encrypted file extents Sweet Tea Dorminy
2022-09-09 11:42 ` David Sterba
2022-09-06 0:01 ` [PATCH 4/6] btrfs-progs: handle fscrypt context items Sweet Tea Dorminy
2022-09-06 0:01 ` [PATCH 5/6] btrfs-progs: escape unprintable characters in names Sweet Tea Dorminy
2022-09-06 0:01 ` [PATCH 6/6] btrfs-progs: check: update inline extent length checking Sweet Tea Dorminy
-- strict thread matches above, loose matches on Subject: below --
2022-08-17 14:42 [PATCH 0/6] btrfs-progs: add encryption support Sweet Tea Dorminy
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=cover.1662417859.git.sweettea-kernel@dorminy.me \
--to=sweettea-kernel@dorminy.me \
--cc=kernel-team@fb.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.