PNFS Implementation Issues

From Linux NFS

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
-
<ul>
+
* '''NFSv4.1 Slot table implementation''' - Need to optimize the implementation for finding the lowest slot in the slot table implementation (nfs4_find_slot()).
-
<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>
+
* 2007/12/20: bhalevy: nfs4_setup_nfs4_program preps the global nfs_version4 structure. should be per server.
-
 
+
-
</ul>
+

Revision as of 23:37, 24 January 2008

  • NFSv4.1 Slot table implementation - Need to optimize the implementation for finding the lowest slot in the slot table implementation (nfs4_find_slot()).
  • 2007/12/20: bhalevy: nfs4_setup_nfs4_program preps the global nfs_version4 structure. should be per server.
Personal tools