Re: [PATCH v4 1/2] fuse: zero the partial EOF page when extending a file

From: Miklos Szeredi

Date: Mon Aug 24 2026 - 11:45:21 EST


On Mon, 24 Aug 2026 at 16:31, Jimmy Zuber <jamz@xxxxxxxxxx> wrote:

> This unmaps the stale mappings and zeroes the partial tail of the old EOF
> folio, so a later read returns zeros. Truncating [old EOF, write start) before
> a buffered write keeps the dropped range disjoint from the written data, so a
> write that lands inside the old EOF folio is preserved.

Applied, thanks.

Miklos