Files
mirror_zfs/include/sys
George Melikov 522f2629c8 zio_compress: introduce max size threshold
Now default compression is lz4, which can stop
compression process by itself on incompressible data.
If there are additional size checks -
we will only make our compressratio worse.

New usable compression thresholds are:
- less than BPE_PAYLOAD_SIZE (embedded_data feature);
- at least one saved sector.

Old 12.5% threshold is left to minimize affect
on existing user expectations of CPU utilization.

If data wasn't compressed - it will be saved as
ZIO_COMPRESS_OFF, so if we really need to recompress
data without ashift info and check anything -
we can just compress it with zero threshold.
So, we don't need a new feature flag here!

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes #9416
2024-09-19 17:23:58 -07:00
..
2024-05-31 15:13:39 -07:00
2024-09-14 13:47:59 -07:00
2024-09-14 13:47:59 -07:00
2022-05-10 10:18:51 -07:00
2024-09-14 13:47:59 -07:00
2024-09-14 13:47:59 -07:00
2021-06-07 09:02:47 -07:00
2024-09-14 13:47:59 -07:00
2023-01-10 13:39:22 -08:00
2024-09-14 13:47:59 -07:00
2024-09-04 14:17:02 -07:00
2024-09-04 14:17:02 -07:00
2024-09-14 13:47:59 -07:00
2024-09-14 13:47:59 -07:00
2023-03-14 15:25:50 -07:00
2023-05-09 09:03:10 -07:00
2024-09-14 13:47:59 -07:00
2024-08-16 12:02:39 -07:00
2017-10-11 16:54:48 -04:00
2023-09-01 18:00:30 -07:00
2024-04-09 16:23:19 -07:00
2019-06-19 09:48:12 -07:00
2024-09-17 13:53:39 -07:00
2022-07-11 14:16:13 -07:00
2024-05-31 15:13:30 -07:00
2024-05-31 15:13:16 -07:00
2024-09-04 14:17:02 -07:00
2024-09-14 13:47:59 -07:00
2024-09-14 13:47:59 -07:00
2024-09-14 13:47:59 -07:00
2023-11-08 10:19:41 -08:00
2023-11-08 10:19:41 -08:00
2018-02-08 15:28:18 -08:00
2024-04-22 09:42:38 -07:00
2024-09-14 13:47:59 -07:00
2022-06-29 14:08:54 -07:00
2024-09-14 13:47:59 -07:00
2023-01-05 09:31:55 -08:00