PNFS Implementation Issues
From Linux NFS
(Difference between revisions)
| Line 1: | Line 1: | ||
<ul> | <ul> | ||
<li>'''NFSv4 File Layout Complex Layout Type'''-Current implementation sprinkles read.c and write.c with code to manage the read/write offset value. Need to work towards implementation that removes layout specific code from general code.[[ComplexFileLayout Original Patch|Original Patch]]</li> | <li>'''NFSv4 File Layout Complex Layout Type'''-Current implementation sprinkles read.c and write.c with code to manage the read/write offset value. Need to work towards implementation that removes layout specific code from general code.[[ComplexFileLayout Original Patch|Original Patch]]</li> | ||
| + | |||
| + | <li> '''NFSv4.1 Slot table implementation''' - Need to optimize the implementation for finding the lowest slot in the slot table implementation (nfs4_find_slot()).</li> | ||
| + | |||
</ul> | </ul> | ||
Revision as of 17:59, 19 March 2007
- NFSv4 File Layout Complex Layout Type-Current implementation sprinkles read.c and write.c with code to manage the read/write offset value. Need to work towards implementation that removes layout specific code from general code.Original Patch
- NFSv4.1 Slot table implementation - Need to optimize the implementation for finding the lowest slot in the slot table implementation (nfs4_find_slot()).