freebsd-dev/sys/fs/udf
Konstantin Belousov 1c4ca77890 Add d_off support for multiple filesystems.
The d_off field has been added to the dirent structure recently.
Currently filesystems don't support this feature.  Support has been
added and tested for zfs, ufs, ext2fs, fdescfs, msdosfs and unionfs.
A stub implementation is available for cd9660, nandfs, udf and
pseudofs but hasn't been tested.

Motivation for this feature: our usecase is for a userspace nfs server
(nfs-ganesha) with zfs.  At the moment we cache direntry offsets by
calling lseek once per entry, with this patch we can get the offset
directly from getdirentries(2) calls which provides a significant
speedup.

Submitted by:	Jack Halford <jack@gandi.net>
Reviewed by:	mckusick, pfg, rmacklem (previous versions)
Sponsored by:	Gandi.net
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D17917
2018-11-14 14:18:35 +00:00
..
ecma167-udf.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
osta.c
osta.h
udf_iconv.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
udf_mount.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
udf_vfsops.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
udf_vnops.c Add d_off support for multiple filesystems. 2018-11-14 14:18:35 +00:00
udf.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00