freebsd-dev/sys/compat/cloudabi
Thomas Munro f270658873 vfs: track sequential reads and writes separately
For software like PostgreSQL and SQLite that sometimes reads sequentially
while also writing sequentially some distance behind with interleaved
syscalls on the same fd, performance is better on UFS if we do
sequential access heuristics separately for reads and writes.

Patch originally by Andrew Gierth in 2008, updated and proposed by me with
his permission.

Reviewed by:	mjg, kib, tmunro
Approved by:	mjg (mentor)
Obtained from:	Andrew Gierth <andrew@tao11.riddles.org.uk>
Differential Revision:	https://reviews.freebsd.org/D25024
2020-06-21 08:51:24 +00:00
..
cloudabi_clock.c
cloudabi_errno.c Create new EINTEGRITY error with message "Integrity check failed". 2019-01-17 06:35:45 +00:00
cloudabi_fd.c shm: correct KPI mistake introduced around memfd_create 2020-01-05 04:06:40 +00:00
cloudabi_file.c vfs: track sequential reads and writes separately 2020-06-21 08:51:24 +00:00
cloudabi_futex.c
cloudabi_mem.c
cloudabi_proc.c
cloudabi_proto.h
cloudabi_random.c
cloudabi_sock.c Improve handling of control message truncation. 2018-08-07 16:36:48 +00:00
cloudabi_thread.c
cloudabi_util.h
cloudabi_vdso.c Add sys/systm.h to several places that use vm headers. 2020-02-04 18:56:26 +00:00
cloudabi_vdso.lds