Module Name: src Committed By: manu Date: Sun Apr 8 15:04:41 UTC 2012
Modified Files: src/sys/fs/puffs: puffs_msgif.h puffs_node.c puffs_sys.h puffs_vfsops.c puffs_vnops.c Log Message: Add name and atttribute cache with filesytem provided TTL. lookup, create, mknod, mkdir, symlink, getattr and setattr messages have been extended so that attributes and their TTL can be provided by the filesytem. lookup, create, mknod, mkdir, and symlink messages are also extended so that the filesystem can provide name TTL. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/fs/puffs/puffs_msgif.h cvs rdiff -u -r1.23 -r1.24 src/sys/fs/puffs/puffs_node.c cvs rdiff -u -r1.78 -r1.79 src/sys/fs/puffs/puffs_sys.h cvs rdiff -u -r1.100 -r1.101 src/sys/fs/puffs/puffs_vfsops.c cvs rdiff -u -r1.164 -r1.165 src/sys/fs/puffs/puffs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.