[PATCH 0/3] ext4: Fix credit estimates for extent tree modifications
Jan Kara <[email protected]> Wed, 5 Aug 2026 17:35:46 +0200
| Newsgroups | org.kernel.vger.linux-ext4 |
|---|---|
| Message-ID | <[email protected]> |
Hello! This patch set fixes credit estimates for extent tree modification during convertion of unwritten extents on writeback completion. Otherwise we are occasionally seeing assertion failures during extent conversion in end io completion callback due to insufficient transation credits. Honza