User:Chucklever
From Linux NFS
(Difference between revisions)
Chucklever (Talk | contribs) (Add works in progress -- about to copy in network tracing primer from calpg wiki) |
Chucklever (Talk | contribs) |
||
Line 5: | Line 5: | ||
See also [http://oss.oracle.com/~cel my Oracle web page] and the [[To do | NFSv4 "to do" list]] | See also [http://oss.oracle.com/~cel my Oracle web page] and the [[To do | NFSv4 "to do" list]] | ||
- | === | + | === Articles and Notes === |
* [[NetworkTracing]] | * [[NetworkTracing]] | ||
* [[FileSyncer]] | * [[FileSyncer]] | ||
* [[StorageUnificationTool]] | * [[StorageUnificationTool]] | ||
+ | |||
+ | === A Wish List === | ||
+ | |||
+ | * Rebuild the NFS server and client XDR layer from the ground up | ||
+ | ** More complete type checking and error reporting | ||
+ | ** Each function called with a simplified virtual API | ||
+ | ** All functions re-entrant so we can remove the BKL | ||
+ | * Mount | ||
+ | ** Real unit testing | ||
+ | ** Useful error reporting | ||
+ | ** Complete internationalization | ||
+ | * Construct productized performance tools based on /proc/self/mounstats |
Revision as of 21:48, 15 August 2007
Chuck Lever
My personal linux kernel git repo is here .
See also my Oracle web page and the NFSv4 "to do" list
Articles and Notes
A Wish List
- Rebuild the NFS server and client XDR layer from the ground up
- More complete type checking and error reporting
- Each function called with a simplified virtual API
- All functions re-entrant so we can remove the BKL
- Mount
- Real unit testing
- Useful error reporting
- Complete internationalization
- Construct productized performance tools based on /proc/self/mounstats