/freebsd/tests/sys/fs/fusefs/ |
H A D | link.cc | diff 002e54b0aa8f651012fced4223b4cad484f2d08d Thu May 09 03:16:34 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: clear a dir's attr cache when its contents change
Any change to a directory's contents should cause its mtime and ctime to be updated by the FUSE daemon. Clear its attribute cache so we'll get the new attributs the next time that they're needed. This affects the following VOPs: VOP_CREATE, VOP_LINK, VOP_MKDIR, VOP_MKNOD, VOP_REMOVE, VOP_RMDIR, and VOP_SYMLINK
Reported by: pjdfstest Sponsored by: The FreeBSD Foundation
|
H A D | symlink.cc | diff 002e54b0aa8f651012fced4223b4cad484f2d08d Thu May 09 03:16:34 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: clear a dir's attr cache when its contents change
Any change to a directory's contents should cause its mtime and ctime to be updated by the FUSE daemon. Clear its attribute cache so we'll get the new attributs the next time that they're needed. This affects the following VOPs: VOP_CREATE, VOP_LINK, VOP_MKDIR, VOP_MKNOD, VOP_REMOVE, VOP_RMDIR, and VOP_SYMLINK
Reported by: pjdfstest Sponsored by: The FreeBSD Foundation
|
H A D | rmdir.cc | diff 002e54b0aa8f651012fced4223b4cad484f2d08d Thu May 09 03:16:34 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: clear a dir's attr cache when its contents change
Any change to a directory's contents should cause its mtime and ctime to be updated by the FUSE daemon. Clear its attribute cache so we'll get the new attributs the next time that they're needed. This affects the following VOPs: VOP_CREATE, VOP_LINK, VOP_MKDIR, VOP_MKNOD, VOP_REMOVE, VOP_RMDIR, and VOP_SYMLINK
Reported by: pjdfstest Sponsored by: The FreeBSD Foundation
|
H A D | unlink.cc | diff 002e54b0aa8f651012fced4223b4cad484f2d08d Thu May 09 03:16:34 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: clear a dir's attr cache when its contents change
Any change to a directory's contents should cause its mtime and ctime to be updated by the FUSE daemon. Clear its attribute cache so we'll get the new attributs the next time that they're needed. This affects the following VOPs: VOP_CREATE, VOP_LINK, VOP_MKDIR, VOP_MKNOD, VOP_REMOVE, VOP_RMDIR, and VOP_SYMLINK
Reported by: pjdfstest Sponsored by: The FreeBSD Foundation
|
H A D | create.cc | diff 002e54b0aa8f651012fced4223b4cad484f2d08d Thu May 09 03:16:34 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: clear a dir's attr cache when its contents change
Any change to a directory's contents should cause its mtime and ctime to be updated by the FUSE daemon. Clear its attribute cache so we'll get the new attributs the next time that they're needed. This affects the following VOPs: VOP_CREATE, VOP_LINK, VOP_MKDIR, VOP_MKNOD, VOP_REMOVE, VOP_RMDIR, and VOP_SYMLINK
Reported by: pjdfstest Sponsored by: The FreeBSD Foundation
|
H A D | mockfs.cc | diff 002e54b0aa8f651012fced4223b4cad484f2d08d Thu May 09 03:16:34 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: clear a dir's attr cache when its contents change
Any change to a directory's contents should cause its mtime and ctime to be updated by the FUSE daemon. Clear its attribute cache so we'll get the new attributs the next time that they're needed. This affects the following VOPs: VOP_CREATE, VOP_LINK, VOP_MKDIR, VOP_MKNOD, VOP_REMOVE, VOP_RMDIR, and VOP_SYMLINK
Reported by: pjdfstest Sponsored by: The FreeBSD Foundation
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_node.h | diff 002e54b0aa8f651012fced4223b4cad484f2d08d Thu May 09 03:16:34 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: clear a dir's attr cache when its contents change
Any change to a directory's contents should cause its mtime and ctime to be updated by the FUSE daemon. Clear its attribute cache so we'll get the new attributs the next time that they're needed. This affects the following VOPs: VOP_CREATE, VOP_LINK, VOP_MKDIR, VOP_MKNOD, VOP_REMOVE, VOP_RMDIR, and VOP_SYMLINK
Reported by: pjdfstest Sponsored by: The FreeBSD Foundation
|
H A D | fuse_internal.c | diff 002e54b0aa8f651012fced4223b4cad484f2d08d Thu May 09 03:16:34 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: clear a dir's attr cache when its contents change
Any change to a directory's contents should cause its mtime and ctime to be updated by the FUSE daemon. Clear its attribute cache so we'll get the new attributs the next time that they're needed. This affects the following VOPs: VOP_CREATE, VOP_LINK, VOP_MKDIR, VOP_MKNOD, VOP_REMOVE, VOP_RMDIR, and VOP_SYMLINK
Reported by: pjdfstest Sponsored by: The FreeBSD Foundation
|
H A D | fuse_vnops.c | diff 002e54b0aa8f651012fced4223b4cad484f2d08d Thu May 09 03:16:34 CEST 2019 Alan Somers <asomers@FreeBSD.org> fusefs: clear a dir's attr cache when its contents change
Any change to a directory's contents should cause its mtime and ctime to be updated by the FUSE daemon. Clear its attribute cache so we'll get the new attributs the next time that they're needed. This affects the following VOPs: VOP_CREATE, VOP_LINK, VOP_MKDIR, VOP_MKNOD, VOP_REMOVE, VOP_RMDIR, and VOP_SYMLINK
Reported by: pjdfstest Sponsored by: The FreeBSD Foundation
|