1c4ca77890
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 |
||
---|---|---|
.. | ||
bmap.c | ||
bmap.h | ||
nandfs_alloc.c | ||
nandfs_bmap.c | ||
nandfs_buffer.c | ||
nandfs_cleaner.c | ||
nandfs_cpfile.c | ||
nandfs_dat.c | ||
nandfs_dir.c | ||
nandfs_fs.h | ||
nandfs_ifile.c | ||
nandfs_mount.h | ||
nandfs_segment.c | ||
nandfs_subr.c | ||
nandfs_subr.h | ||
nandfs_sufile.c | ||
nandfs_vfsops.c | ||
nandfs_vnops.c | ||
nandfs.h |