Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / nfs3 / rpc.c
2015-10-29 Michael VrableAdd proper per-file copyright notices/licenses and... master
2010-11-30 Michael VrableWrite profile data if and only if requested.
2010-11-29 Michael VrableReduce debugging messages in non-verbose mode.
2010-11-23 Michael VrableStart to add request time profiling.
2010-04-26 Michael VrableFix a memory leak in the NFS-over-UDP code.
2010-04-02 Michael VrableImprove statistics gathered.
2010-04-02 Michael VrableAdd general statistics-gathering infrastructure.
2010-03-31 Michael VrableDisable most debugging print messages; should help...
2010-03-30 Michael VrableTrack number of unanswered RPC requests, for debugging.
2010-03-16 Michael VrableProvide a simple configurable limit on the number of...
2010-03-10 Michael VrableAdd UDP transport support to the NFS server.
2010-02-23 Michael VrableFix a typo in SunRPC decoding.
2010-02-03 Michael VrableWork on a client for generating a synthetic stream...
2010-02-02 Michael VrableCreate a runtime option for sync/async frontend request...
2010-02-01 Michael VrableSIGUSR1 causes nfsd to dump filesystem state now for...
2010-01-28 Michael VrableFix a deadlock and a few memory leaks.
2010-01-26 Michael VrableClean up logging in storage layer.
2010-01-26 Michael VrableImplement multi-threaded request processing and locking...
2010-01-25 Michael VrableNFS cache writeback is now invoked periodically by...
2010-01-25 Michael VrableProperly decrement inode refcounts when finishing a...
2010-01-21 Michael VrableTrack time to process each NFS RPC received.
2010-01-20 Michael VrableAdd support for dumping filesystem state for debugging...
2010-01-14 Michael VrableRemove some debugging messages.
2010-01-14 Michael VrableEliminate last static buffer in async_rpc_send_reply.
2010-01-13 Michael VrableRemove most static variables in the NFS server functions.
2010-01-13 Michael VrableContinuing rework for async RPC.
2010-01-13 Michael VrableMore async RPC work.
2010-01-13 Michael VrableMore cleanups to move RPC layer towards being asynchronous.
2010-01-12 Michael VrableRewrite NFS RPC dispatching.
2010-01-11 Michael VrableAdd a new option to make caching writethrough instead...
2009-08-20 Michael VrableInitial start on a user-level NFS server.