All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: djwong@kernel.org, torvalds@linux-foundation.org
Cc: david@fromorbit.com, linux-xfs@vger.kernel.org
Subject: [GIT PULL 3/3] xfs: more bug fixes for 6.3-rc3
Date: Sat, 25 Mar 2023 11:38:32 -0700	[thread overview]
Message-ID: <167976583288.986322.6784084002958308994.stg-ugh@frogsfrogsfrogs> (raw)

Hi Linus,

Please pull this branch with yet more bug fixes.  The first bugfix
addresses a longstanding problem where we use the wrong file mapping
cursors when trying to compute the speculative preallocation quantity.
This has been causing sporadic crashes when alwayscow mode is engaged.
The other two fixes correct minor problems in more recent changes

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any problems.

--D

The following changes since commit e9b60c7f97130795c7aa81a649ae4b93a172a277:

pcpcntr: remove percpu_counter_sum_all() (2023-03-19 10:02:04 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.3-fixes-7

for you to fetch changes up to 4dfb02d5cae80289384c4d3c6ddfbd92d30aced9:

xfs: fix mismerged tracepoints (2023-03-24 13:16:01 -0700)

----------------------------------------------------------------
More fixes for 6.3-rc3:

* Fix the new allocator tracepoints because git am mismerged the
changes such that the trace_XXX got rebased to be in function YYY
instead of XXX.
* Ensure that the perag AGFL_RESET state is consistent with whatever
we've just read off the disk.
* Fix a bug where we used the wrong iext cursor during a write begin.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Darrick J. Wong (3):
xfs: pass the correct cursor to xfs_iomap_prealloc_size
xfs: clear incore AGFL_RESET state if it's not needed
xfs: fix mismerged tracepoints

fs/xfs/libxfs/xfs_alloc.c | 10 ++++++----
fs/xfs/xfs_iomap.c        |  5 ++++-
2 files changed, 10 insertions(+), 5 deletions(-)

             reply	other threads:[~2023-03-25 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-25 18:38 Darrick J. Wong [this message]
2023-03-25 20:20 ` [GIT PULL 3/3] xfs: more bug fixes for 6.3-rc3 pr-tracker-bot

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=167976583288.986322.6784084002958308994.stg-ugh@frogsfrogsfrogs \
    --to=djwong@kernel.org \
    --cc=david@fromorbit.com \
    --cc=linux-xfs@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.