Message ID | 87ikwh1wpg.fsf@debian-BULLSEYE-live-builder-AMD64 (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] xfs: bug fixes for 6.11 | expand |
The pull request you sent on Sat, 03 Aug 2024 20:20:49 +0530:
> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.11-fixes-1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d3426a6ed9d8398bfee2a1c5cd0ae50f2f4494a8
Thank you!
Hi Linus, Please pull this branch which contains XFS bug fixes for 6.11-rc2. A brief description of the fixes is provided below. 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. The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.11-fixes-1 for you to fetch changes up to 7bf888fa26e8f22bed4bc3965ab2a2953104ff96: xfs: convert comma to semicolon (2024-07-29 09:34:18 +0530) ---------------------------------------------------------------- Bug fixes for 6.11-rc1: * Fix memory leak when corruption is detected during scrubbing parent pointers. * Allow SECURE namespace xattrs to use reserved block pool to in order to prevent ENOSPC. * Save stack space by passing tracepoint's char array to file_path() instead of another stack variable. * Remove unused parameter in macro XFS_DQUOT_LOGRES. * Replace comma with semicolon in a couple of places. Signed-off-by: Chandan Babu R <chandanbabu@kernel.org> ---------------------------------------------------------------- Chen Ni (2): xfs: convert comma to semicolon xfs: convert comma to semicolon Darrick J. Wong (2): xfs: fix a memory leak xfs: fix file_path handling in tracepoints Eric Sandeen (1): xfs: allow SECURE namespace xattrs to use reserved block pool Julian Sun (1): xfs: remove unused parameter in macro XFS_DQUOT_LOGRES fs/xfs/libxfs/xfs_quota_defs.h | 2 +- fs/xfs/libxfs/xfs_trans_resv.c | 28 ++++++++++++++-------------- fs/xfs/scrub/agheader_repair.c | 2 +- fs/xfs/scrub/parent.c | 2 +- fs/xfs/scrub/trace.h | 10 ++++------ fs/xfs/xfs_attr_list.c | 2 +- fs/xfs/xfs_trace.h | 10 ++++------ fs/xfs/xfs_xattr.c | 19 ++++++++++++++++++- 8 files changed, 44 insertions(+), 31 deletions(-)