All of lore.kernel.org
 help / color / mirror / Atom feed
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: Wed, 17 Aug 2022 10:42:53 -0400	[thread overview]
Message-ID: <cover.1660729916.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.1660744500.git.sweettea-kernel@dorminy.me

Sweet Tea Dorminy (6):
  btrfs-progs: add fscrypt feature flag.
  btrfs-progs: adjust for new dir flag.
  btrfs-progs: interpret encrypted file extents.
  btrfs-progs: handle fscrypt context items
  btrfs-progs: escape unprintable characters in names
  btrfs-progs: 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      | 48 +++++++++++++++++++++++++---
 kernel-shared/dir-item.c   |  8 ++---
 kernel-shared/fscrypt.h    | 32 +++++++++++++++++++
 kernel-shared/inode.c      |  4 ++-
 kernel-shared/print-tree.c | 64 +++++++++++++++++++++++++++++++++++---
 libbtrfsutil/btrfs.h       |  2 ++
 libbtrfsutil/btrfs_tree.h  |  3 ++
 12 files changed, 181 insertions(+), 34 deletions(-)
 create mode 100644 kernel-shared/fscrypt.h

-- 
2.35.1


             reply	other threads:[~2022-08-17 14:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-17 14:42 Sweet Tea Dorminy [this message]
2022-08-17 14:42 ` [PATCH 1/6] btrfs-progs: add fscrypt feature flag Sweet Tea Dorminy
2022-08-17 14:42 ` [PATCH 2/6] btrfs-progs: adjust for new dir flag Sweet Tea Dorminy
2022-08-17 14:42 ` [PATCH 3/6] btrfs-progs: interpret encrypted file extents Sweet Tea Dorminy
2022-08-17 14:42 ` [PATCH 4/6] btrfs-progs: handle fscrypt context items Sweet Tea Dorminy
2022-08-17 14:42 ` [PATCH 5/6] btrfs-progs: escape unprintable characters in names Sweet Tea Dorminy
2022-08-17 14:42 ` [PATCH 6/6] btrfs-progs: update inline extent length checking Sweet Tea Dorminy
  -- strict thread matches above, loose matches on Subject: below --
2022-09-06  0:01 [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.1660729916.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.