zfs/tests/zfs-tests/tests/functional/checksum
Finix1979 320f0c6022
Add Linux posix_fadvise support
The purpose of this PR is to accepts fadvise ioctl from userland
to do read-ahead by demand.

It could dramatically improve sequential read performance especially
when primarycache is set to metadata or zfs_prefetch_disable is 1.

If the file is mmaped, generic_fadvise is also called for page cache
read-ahead besides dmu_prefetch.

Only POSIX_FADV_WILLNEED and POSIX_FADV_SEQUENTIAL are supported in
this PR currently.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Finix Yan <yancw@info2soft.com>
Closes #13694
2022-09-08 10:29:41 -07:00
..
cleanup.ksh Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
default.cfg Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
filetest_001_pos.ksh Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
filetest_002_pos.ksh Add Linux posix_fadvise support 2022-09-08 10:29:41 -07:00
run_blake3_test.ksh Introduce BLAKE3 checksums as an OpenZFS feature 2022-06-08 15:55:57 -07:00
run_edonr_test.ksh tests: move C test helpers into test cmd 2022-04-01 18:01:39 -07:00
run_sha2_test.ksh tests: move C test helpers into test cmd 2022-04-01 18:01:39 -07:00
run_skein_test.ksh tests: move C test helpers into test cmd 2022-04-01 18:01:39 -07:00
setup.ksh Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00