Re: [PATCH 0/3] ext4: Fix credit estimates for extent tree modifications
Ojaswin Mujoo <[email protected]>
| Newsgroups | org.kernel.vger.linux-ext4 |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Aug 09, 2026 at 09:33:48PM -0400, Theodore Ts'o wrote: > > On Wed, 05 Aug 2026 17:35:46 +0200, Jan Kara wrote: > > 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 > > > > [...] > > Applied, thanks! > > [1/3] ext4: Teach ext4_meta_trans_blocks() about number of allocated extents > commit: 25b2a7e8d420c49fc46f25b6f953603e4dae1dbf > [2/3] ext4: Fix transaction overflow during writeback > commit: 46e8e31771f4f1c5e1cdec37a889a6730e42e9f1 > [3/3] ext4: Fix estimate extent index blocks in ext4_ext_index_trans_blocks() > commit: 9091c97be34083587a75db174aab51551d8e8543 > > Best regards, > -- > Theodore Ts'o <[email protected]> Hey Ted, I just noticed that the RVBs were not picked in your ext4/dev branch. I think they got missed somehow. Regards, ojaswin