These patches come from the 2.4 NFSv4 client implementation. All have been tested with 2.5.70.
This is the final rpc_show_tasks bug. This problem was introduced by the first fix for this bug because I didn't realize that function arguments are placed on the stack in reverse order.
When the "rsize" mount option is set smaller than the client's page size, NFSv4 reads fail (bug 7).
The RPC client should not retry bad RPC ACCEPT codes (bug 6).
Make sure dtsize is always at least PAGE_CACHE_SIZE bytes. (bug 43).
Fix NFSv4 attribute/data cache coherency problems when writing. (bug 32).
Make NFS client compile without NFSv4 enabled.
Idmap.c doesn't properly NULL-terminate strings it sends to the idmapper daemon.
Add debugging trace messages to rpc_pipe.c.
Fix up debugging trace messages in auth_gss.
Remove broken support for asynchronous NFS O_DIRECT in preparation for supporting working synchronous NFS O_DIRECT.
Last modified: Tue May 27 18:26:08 EDT 2003