|
|
Log in / Subscribe / Register

A filesystem "change journal" and other topics

A filesystem "change journal" and other topics

Posted Jun 10, 2018 14:37 UTC (Sun) by bfields (subscriber, #19510)
In reply to: A filesystem "change journal" and other topics by nix
Parent article: A filesystem "change journal" and other topics

"But this all requires a way to tell what has changed (not only locally, thanks, I want to know if my NFS server gets stuff modified by a client, too, so the server can back it up, yes I know NFS makes this nice and hard: saying "NFSv4 only" is acceptable to me)."

knfsd isn't really *that* special a filesystem user. If the filesystem supported a feature like this, I don't see why we'd have any trouble making it work properly for exported filesystems, and I doubt the protocol would matter.


to post comments

A filesystem "change journal" and other topics

Posted Jun 11, 2018 5:49 UTC (Mon) by nix (subscriber, #2304) [Link]

I guess it *used* to be special because it was the only thing which had to open files by inode number. Now we have open_by_handle_at() this problem has to be solved in any case, even for local filesystems :)


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds