Re: [PATCH} libpager-ext2fs-add-bulk-page-write-support-for-DISK

2025-09-03 Thread Samuel Thibault
Hello, Thanks for this! Have you made some statistics on the gain? Milos Nikic, le mar. 02 sept. 2025 17:58:37 -0700, a ecrit: > -/* Strong override: only FILE_DATA uses bulk; others keep per-page path. */ > +/* Bulk write for DISK pager across [offset, offset + length). > + We always iterate

[PATCH} libpager-ext2fs-add-bulk-page-write-support-for-DISK

2025-09-02 Thread Milos Nikic
df73441edfe40faef9898ac0cca993c7902a53a0 Mon Sep 17 00:00:00 2001 From: Milos Nikic Date: Tue, 2 Sep 2025 17:50:47 -0700 Subject: [PATCH] libpager, ext2fs: add bulk page write support for DISK type too. Following FILE type where we sped up the ext2fs file write by about 25x now we do the same for DISK type. --- ext2fs