PNFS Implementation Issues
From Linux NFS
- 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()).