freebsd-skq/sys/cddl
Andriy Gapon 6f98c83306 implement zfs_vptocnp() using z_parent property
This should allow vn_fullpath() to work even when vfs name cache is
disabled for zfs, which is the case when zfs properties like
casesensitivity and normalization are set non-default values.

The new code should be 100% reliable for directories and "mostly"
reliable for files, that is, when hardlinks across directories are
not used.

Reported by:	Frederic Chardon <chardon.frederic@gmail.com>
Reviewed by:	kib (vfs contract)
MFC after:	2 weeks
Differential Revision: https://reviews.freebsd.org/D8146
2016-10-07 06:29:24 +00:00
..
boot/zfs Bug 212114 - loader: zio_checksum_verify() must test spa for NULL pointer 2016-08-24 16:30:15 +00:00
compat/opensolaris Move implementations of uread() and uwrite() to the illumos compat layer. 2016-09-24 21:40:14 +00:00
contrib/opensolaris implement zfs_vptocnp() using z_parent property 2016-10-07 06:29:24 +00:00
dev Allow tracing of functions prefixed by "__". 2016-10-02 00:35:00 +00:00