All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: stable@vger.kernel.org
Cc: linux-ext4@vger.kernel.org
Subject: [PATCH 5.10 0/2] Selected ext4 fast-commit fixes for 5.10-stable
Date: Sat,  7 Jan 2023 12:37:11 -0800	[thread overview]
Message-ID: <20230107203713.158042-1-ebiggers@kernel.org> (raw)

The recent ext4 fast-commit fixes with 'Cc stable' didn't apply to 5.10
due to conflicts.  Since the fast-commit support in 5.10 is rudimentary
and hard to backport fixes too, this series backports the two most
important fixes only.  Please apply to 5.10-stable.

Eric Biggers (2):
  ext4: disable fast-commit of encrypted dir operations
  ext4: don't set up encryption key during jbd2 transaction

 fs/ext4/ext4.h              |  4 ++--
 fs/ext4/fast_commit.c       | 42 +++++++++++++++++++++--------------
 fs/ext4/fast_commit.h       |  1 +
 fs/ext4/namei.c             | 44 ++++++++++++++++++++-----------------
 include/trace/events/ext4.h |  7 ++++--
 5 files changed, 57 insertions(+), 41 deletions(-)

-- 
2.39.0


             reply	other threads:[~2023-01-07 20:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-07 20:37 Eric Biggers [this message]
2023-01-07 20:37 ` [PATCH 5.10 1/2] ext4: disable fast-commit of encrypted dir operations Eric Biggers
2023-01-07 20:37 ` [PATCH 5.10 2/2] ext4: don't set up encryption key during jbd2 transaction Eric Biggers
2023-01-12 12:40 ` [PATCH 5.10 0/2] Selected ext4 fast-commit fixes for 5.10-stable Greg KH

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=20230107203713.158042-1-ebiggers@kernel.org \
    --to=ebiggers@kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    --cc=stable@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.