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@xxxxxxxxxx> ---------------------------------------------------------------- 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(-)