Dominique Martinet [off-list ref] wrote:
I've also manually confirmed one of the big improvements I'd been asking
for (that writes in cached modes, which used to be chunked to 4k, and
are now properly aggregated, so e.g 'dd bs=1M count=1' will properly
issue a minimal number of TWRITE calls capped by msize) -- this is
great!
After the merge window, we can look at enabling multipage folios for 9p.
I've noticed we don't cache xattrs are all,
I haven't given this any particular thought. We could attach them to the
cachefile object as xattrs, but it means you have to do two xattr lookups in
the event of a cache miss.
At this point, I'm going to ask Christian to stack the extra patch on his
branch rather than folding it down and retagging.
I've got a couple of questions below, but:
I'll address those separately.
Tested-by: Dominique Martinet <asmadeus@codewreck.org>
Acked-by: Dominique Martinet <asmadeus@codewreck.org>
Thanks!
David