Re: Discard support (was Re: [PATCH] swap: send callback when swapslot is freed)

From: John Robinson
Date: Sun Aug 16 2009 - 19:28:05 EST


On 16/08/2009 20:29, Alan Cox wrote:
trim is mostly for ssd's though, and those tend to not have the "goes
for a hike" behavior as much......

Bench one.

I wonder if it's worse to batch stuff up, because then the trim itself
gets bigger and might take longer.....

They seem to implement a sort of async single threaded trim, which can
only have one outstanding trim at a time.

I'm slightly out of my depth here, but: if a single TRIM is issued, which apparently returns quickly, can one then revert to issuing ordinary commands like reads and writes and have them complete as quickly as they normally do, or does any following command have to wait until the trim completes? This could be useful if it turned out we won't stall these devices as long as we don't issue more than one TRIM every few seconds; we could keep a TRIM coalesce queue down to being (say) 5 seconds long (or at least, a configurable small number of seconds).

Cheers,

John.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/