> * 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 --
| Linus Torvalds | Linux 2.6.26-rc4 |
| Satyam Sharma | Re: 2.6.23-rc6-mm1 |
| Chuck Ebbert | Why do so many machines need "noapic"? |
| Jan Engelhardt | Re: LSM conversion to static interface |
| Theo de Raadt | That whole "Linux stealing our code" thing |
| Marco Peereboom | Re: Real men don't attack straw men |
| Marius ROMAN | 1440x900 resolution problem |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
git: | |
| Martin Langhoff | Re: git versus CVS (versus bk) |
| Linus Torvalds | People unaware of the importance of "git gc"? |
| Martin Langhoff | Handling large files with GIT |
| Jeff King | Re: Git vs Monotone |
| David Miller | [GIT]: Networking |
| Matheos Worku | 2.6.24 BUG: soft lockup - CPU#X |
| Auke Kok | [PATCH] e1000e: test MSI interrupts |
| Wang Jian | drivers/net/phy/marvell.c: 88e1111 can't get out sleep mode |
