From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8129AC04A95 for ; Tue, 25 Oct 2022 12:35:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231772AbiJYMfc (ORCPT ); Tue, 25 Oct 2022 08:35:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231717AbiJYMfV (ORCPT ); Tue, 25 Oct 2022 08:35:21 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D00611440AF; Tue, 25 Oct 2022 05:35:18 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 7D51D22052; Tue, 25 Oct 2022 12:35:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1666701317; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OpgKvV3U18R8eSqeubndIO8GWS0L6TAXctfORtP3CxI=; b=V/ViMDgVSglQ6SU+K9thwThVT8zsLrqfx4VxaGK+IzARyZqJf3fdIyzO+ggzgk9g1RmNsL wqzhBaj5+ScmTIlODWM1eMsXV/gXUrVpzdJM4XmSbGotBGXg4o4PpaEEFuzWitCIikHYwn E+cG/ZBZ81VnQkBTcamxEy7G/2PsAjg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1666701317; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OpgKvV3U18R8eSqeubndIO8GWS0L6TAXctfORtP3CxI=; b=VfdZngUUElTfHf7hUYAntFbEg6aQLSmIUjqSTtNTXVWBJb3QAkN2WNapnjBS4FjNBvzD42 MrD30DHHWIMPEfBw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 2FAE813A64; Tue, 25 Oct 2022 12:35:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 4biHCgXYV2PPHgAAMHmgww (envelope-from ); Tue, 25 Oct 2022 12:35:17 +0000 Date: Tue, 25 Oct 2022 14:35:03 +0200 From: David Sterba To: Sweet Tea Dorminy Cc: "Theodore Y. Ts'o" , Jaegeuk Kim , Eric Biggers , Chris Mason , Josef Bacik , David Sterba , linux-fscrypt@vger.kernel.org, linux-btrfs@vger.kernel.org, kernel-team@meta.com Subject: Re: [PATCH v4 00/21] btrfs: add fscrypt integration Message-ID: <20221025123503.GJ5824@twin.jikos.cz> Reply-To: dsterba@suse.cz References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-fscrypt@vger.kernel.org On Mon, Oct 24, 2022 at 07:13:10PM -0400, Sweet Tea Dorminy wrote: > Omar Sandoval (11): > btrfs: store directory encryption state > Sweet Tea Dorminy (10): > btrfs: use struct qstr instead of name and namelen > btrfs: setup qstrings from dentrys using fscrypt helper > btrfs: use struct fscrypt_str instead of struct qstr FYI, the patches listed above have been addded to misc-next as they're preparatory (no fscrypt related code there except using fscrypt_name). There are some fixups so you may encounter minor conflicts when rebasing.