ChucksProjects
From Linux NFS
(Difference between revisions)
Chucklever (Talk | contribs) (New page: == Mount notes == * Scalable mounting (more efficient use of network resources; mountd connection caching) * Rewrite nfs(5) * Real unit testing * Useful error reporting * C...) |
Chucklever (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | == Mount | + | == Mount == |
* Scalable mounting (more efficient use of network resources; mountd connection caching) | * Scalable mounting (more efficient use of network resources; mountd connection caching) | ||
Line 10: | Line 10: | ||
* Support for server failover options | * Support for server failover options | ||
* Testing of -o remount | * Testing of -o remount | ||
+ | |||
+ | [[MountNotes|More notes]] | ||
== NFS client build testing [[BuildTestNotes|notes]] == | == NFS client build testing [[BuildTestNotes|notes]] == |
Revision as of 22:04, 15 August 2007
Contents |
Mount
- Scalable mounting (more efficient use of network resources; mountd connection caching)
- Rewrite nfs(5)
- Real unit testing
- Useful error reporting
- Complete internationalization
- Proper implementation of break-back retries
- Support for IPv6
- Support for server failover options
- Testing of -o remount
NFS client build testing notes
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