Hi everyone, I have a rather large pile of bug fixes to send in for 6.12^H^H13-rc. Most of the fstests fixes you've already seen before, but I've been working on some new bug fixes for the kernel. The code that's already been reviewed is ready for merging, and I was going to ask for a merge last week. But. But then I decided to look at a warning from the page allocator and that unravelled a bunch more broken stuff. So now we have some fixes for the transaction code, a couple more fixes that got lost in the rtrmap series, an unlock bug, and the quota code. Ah, the quota code. I'm removing what I hope is the last place where reclaim and/or the AIL can have to do a disk read in order to write dirty data back to disk. Fixing that was pretty annoying until I got the other bits settled. Here's all the new stuff: [PATCHSET v3] fstests: random fixes for v2024.11.17 [PATCH 06/16] generic/562: handle ENOSPC while cloning gracefully [PATCH 15/16] generic/454: actually set attr value for llamapirate [PATCH 16/16] xfs/122: add tests for commitrange structures [PATCHSET] xfs: bug fixes for 6.13 [PATCH 11/21] xfs: update btree keys correctly when _insrec splits an [PATCH 12/21] xfs: fix scrub tracepoints when inode-rooted btrees are [PATCH 13/21] xfs: unlock inodes when erroring out of [PATCH 14/21] xfs: only run precommits once per transaction object [PATCH 15/21] xfs: remove recursion in __xfs_trans_commit [PATCH 16/21] xfs: don't lose solo superblock counter update [PATCH 17/21] xfs: don't lose solo dquot update transactions [PATCH 18/21] xfs: separate dquot buffer reads from xfs_dqflush [PATCH 19/21] xfs: clean up log item accesses in [PATCH 20/21] xfs: attach dquot buffer to dquot log item buffer [PATCH 21/21] xfs: convert quotacheck to attach dquot buffers --D