mirror_zfs/lib/libspl/include/sys
George Wilson 2efea7c82c ZFS Reads may result in unneccesary calls to zil_commit
ZFS supports O_RSYNC for read operations and when specified will ensure
the same level of data integrity that O_DSYNC and O_SYNC provides for
writes. O_RSYNC by itself has no effect so it must be combined with
either O_DSYNC or O_SYNC. However, many platforms don't support O_RSYNC
and have mapped O_SYNC to mean O_RSYNC within ZFS. This is incorrect
and causes unnecessary calls to zil_commit. Only platforms which
support O_RSYNC should implement the zil_commit functionality in the
read code path.

Reviewed-by: Matt Ahrens <mahrens@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Wilson <george.wilson@delphix.com>
Closes #8523
2019-03-22 13:09:11 -07:00
..
dktp
acl_impl.h
acl.h
bitmap.h
byteorder.h
callb.h
cmn_err.h
cred.h
debug.h
dkio.h
dklabel.h
errno.h Fix header inclusions for standards conformance 2017-04-12 08:58:09 -07:00
feature_tests.h
file.h ZFS Reads may result in unneccesary calls to zil_commit 2019-03-22 13:09:11 -07:00
int_limits.h
int_types.h
inttypes.h
isa_defs.h Fix kernel unaligned access on sparc64 2018-07-11 13:10:40 -07:00
kmem.h
kstat.h Add pool state /proc entry, "SUSPENDED" pools 2018-06-06 09:33:54 -07:00
list_impl.h
list.h
Makefile.am Update build system and packaging 2018-05-29 16:00:33 -07:00
mhd.h
mkdev.h
mnttab.h
mount.h Native Encryption for ZFS on Linux 2017-08-14 10:36:48 -07:00
param.h
policy.h
poll.h Fix header inclusions for standards conformance 2017-04-12 08:58:09 -07:00
priv.h
processor.h
signal.h Fix header inclusions for standards conformance 2017-04-12 08:58:09 -07:00
stack.h
stat.h
stdtypes.h Update build system and packaging 2018-05-29 16:00:33 -07:00
strings.h Update build system and packaging 2018-05-29 16:00:33 -07:00
stropts.h
sunddi.h
sysmacros.h Update build system and packaging 2018-05-29 16:00:33 -07:00
systeminfo.h Add libtpool (thread pools) 2017-08-09 15:31:08 -07:00
time.h Linux 4.18 compat: inode timespec -> timespec64 2018-06-19 21:51:18 -07:00
types32.h Update build system and packaging 2018-05-29 16:00:33 -07:00
types.h Update build system and packaging 2018-05-29 16:00:33 -07:00
tzfile.h
uio.h
va_list.h
varargs.h
vnode.h
vtoc.h
zone.h