All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] btrfs-progs: add encryption support
@ 2023-06-29 19:57 Sweet Tea Dorminy
  2023-06-29 19:57 ` [PATCH 1/8] btrfs-progs: add new FEATURE_INCOMPAT_ENCRYPT flag Sweet Tea Dorminy
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sweet Tea Dorminy @ 2023-06-29 19:57 UTC (permalink / raw)
  To: linux-btrfs, kernel-team; +Cc: Sweet Tea Dorminy

This is the progs side of the encryption feature [1]. The first four
changes are attempts to replicate the relevant kernel changes precisely
to the equivalents in kernel-shared; the next four add support to check
and dump-tree.

[1] https://lore.kernel.org/linux-btrfs/cover.1687988380.git.sweettea-kernel@dorminy.me/T/#t

Sweet Tea Dorminy (8):
  btrfs-progs: add new FEATURE_INCOMPAT_ENCRYPT flag
  btrfs-progs: start tracking extent encryption context info
  btrfs-progs: add inode encryption contexts
  btrfs-progs: save and load fscrypt extent contexts
  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                    | 28 ++++++++-------
 kernel-shared/accessors.h       | 31 ++++++++++++++++
 kernel-shared/ctree.h           |  3 +-
 kernel-shared/fscrypt.h         | 30 ++++++++++++++++
 kernel-shared/print-tree.c      | 64 +++++++++++++++++++++++++++++++--
 kernel-shared/tree-checker.c    | 37 ++++++++++++++-----
 kernel-shared/uapi/btrfs.h      |  1 +
 kernel-shared/uapi/btrfs_tree.h | 16 ++++++++-
 8 files changed, 184 insertions(+), 26 deletions(-)
 create mode 100644 kernel-shared/fscrypt.h


base-commit: a0f1c5308320d781d13f6ecd8c127c6609b32281
-- 
2.40.1


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

end of thread, other threads:[~2023-06-29 19:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29 19:57 [PATCH 0/8] btrfs-progs: add encryption support Sweet Tea Dorminy
2023-06-29 19:57 ` [PATCH 1/8] btrfs-progs: add new FEATURE_INCOMPAT_ENCRYPT flag Sweet Tea Dorminy
2023-06-29 19:58 ` [PATCH 2/8] btrfs-progs: start tracking extent encryption context info Sweet Tea Dorminy
2023-06-29 19:58 ` [PATCH 3/8] btrfs-progs: add inode encryption contexts Sweet Tea Dorminy
2023-06-29 19:58 ` [PATCH 4/8] btrfs-progs: save and load fscrypt extent contexts Sweet Tea Dorminy
2023-06-29 19:58 ` [PATCH 5/8] btrfs-progs: interpret encrypted file extents Sweet Tea Dorminy
2023-06-29 19:58 ` [PATCH 6/8] btrfs-progs: handle fscrypt context items Sweet Tea Dorminy
2023-06-29 19:58 ` [PATCH 7/8] btrfs-progs: escape unprintable characters in names Sweet Tea Dorminy
2023-06-29 19:58 ` [PATCH 8/8] btrfs-progs: check: update inline extent length checking Sweet Tea Dorminy

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.