Files
mirror_zfs/module
Rich Ercolani cc565f557b Corrected edge case in uncompressed ARC->L2ARC handling
I genuinely don't know why this didn't come up before,
but adding the LZ4 early abort pointed out this flaw,
in which we're allocating a buffer of one size, and
then telling the compressor that we're handing it buffers
of a different size, which may be Very Different - say,
allocating 512b and then telling it the inputs are 128k.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Amanakis <gamanakis@gmail.com>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes #13375
2022-06-14 18:10:21 -07:00
..
2021-04-07 13:27:11 -07:00
2022-05-20 10:33:24 -07:00
2021-11-02 09:50:30 -07:00
2022-06-01 14:24:49 -07:00
2020-06-10 09:24:15 -07:00
2020-06-10 09:24:15 -07:00
2020-08-20 10:30:06 -07:00