These patches come from the 2.4 NFSv4 client implementation. All of these should be applied to the 2.5 code base (these patches have not been readjusted to 2.5.68, so they may not apply cleanly, but it should be obvious how to make them apply).
There is still a problem in rpc_show_tasks that can cause an oops when RPC debug tracing is enabled.
When the "rsize" mount option is set smaller than the client's page size, NFSv4 reads fail (bug 7).
Add debugging trace messages to rpc_pipe.c.
Fix up debugging trace messages in auth_gss.
Don't 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).
Export the network protocol (TCP/UDP) to gssd. (bug 51).
Make NFS client compile without NFSv4 enabled.
Minor idmap.c cleanup.
Cleanup: delete unused variable.
Last modified: Wed Apr 23 22:39:01 EDT 2003