mbox series

[GIT,PULL,3/3] xfs: more bug fixes for 6.3-rc3

Message ID 167976583288.986322.6784084002958308994.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/3] xfs: bug fixes for 6.3-rc2 | expand

Pull-request

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

Message

Darrick J. Wong March 25, 2023, 6:38 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 25, 2023, 8:20 p.m. UTC | #1
The pull request you sent on Sat, 25 Mar 2023 11:38:32 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5b9ff397a26aeb94180e0d459fda9731c3c617ba

Thank you!