mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-02-04 06:14:29 +03:00
2efea7c82c
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 |
||
---|---|---|
.. | ||
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 | ||
feature_tests.h | ||
file.h | ||
int_limits.h | ||
int_types.h | ||
inttypes.h | ||
isa_defs.h | ||
kmem.h | ||
kstat.h | ||
list_impl.h | ||
list.h | ||
Makefile.am | ||
mhd.h | ||
mkdev.h | ||
mnttab.h | ||
mount.h | ||
param.h | ||
policy.h | ||
poll.h | ||
priv.h | ||
processor.h | ||
signal.h | ||
stack.h | ||
stat.h | ||
stdtypes.h | ||
strings.h | ||
stropts.h | ||
sunddi.h | ||
sysmacros.h | ||
systeminfo.h | ||
time.h | ||
types32.h | ||
types.h | ||
tzfile.h | ||
uio.h | ||
va_list.h | ||
varargs.h | ||
vnode.h | ||
vtoc.h | ||
zone.h |