> * Fast and scalable multithreaded userspace server. Being inThat's interesting :-) That sounds great, but what do you mean by 'novel'? Don't other modern network filesystems use asynchronous requests and replies in some form? It seems like the obvious thing. By transactions, do you mean an atomic set of writes/changes? Or do you trace read dependencies too? This is extremely cool, and obviously the right thing to do. No sane network filesystem would be without it, one naively hopes :-) How is it different from NFSv4 leases and SMB oplocks? Or are they the same basic idea? With all those asynchronous requests, are your writeback caches fully coherent? Example. Client A reads file X (data: x0), then writes X (new data: x1), then reads Y (data: y0), then writes Y (data: y1). Client B reads Y then reads X. Is it guaranteed that client B cannot ever get data y1 and x0? A fully coherent system (meaning behaves like a local filesystem) does guarantee that. If cache requests for file X and file Y are independent, this is not guaranteed. -- Jamie -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| David Woodhouse | [PATCHv2 00/28] Allow built-in firmware to be accessed by request_firmware() |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Mike Travis | [RFC 00/15] x86_64: Optimize percpu accesses |
git: | |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| David Miller | [GIT]: Networking |
