Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / nfs3 / nfsd.c
2015-10-29 Michael VrableAdd proper per-file copyright notices/licenses and... master
2011-03-10 Michael VrableAdd a debug option to dump statistics counters every...
2010-11-30 Michael VrableAllow profile results to be written to a file.
2010-10-08 Michael VrableStart adding in selective encryption of cloud log items.
2010-09-27 Michael VrableImplement handling of unstable data in WRITE/COMMIT...
2010-09-20 Michael VrableUse a thread pool for inode fetches, and remove some...
2010-04-02 Michael VrableAdd general statistics-gathering infrastructure.
2010-03-31 Michael VrableA few minor fixes.
2010-02-19 Michael VrableDo not start the RPC services until the filesystem...
2010-02-05 Michael VrableMake storage backend selectable via environment variable.
2010-01-28 Michael VrableLet storage tuning options be set via environment varia...
2010-01-26 Michael VrableClean up logging in storage layer.
2010-01-26 Michael VrableSome changes to support asynchronous fetching of inodes.
2010-01-25 Michael VrableBluesky core initializes a fresh filesystem, so no...
2010-01-25 Michael VrableProperly decrement inode refcounts when finishing a...
2009-12-28 Michael VrableMinor cleanups.
2009-11-03 Michael VrableMove encryption into S3 backend.
2009-10-31 Michael VrableSplit BlueSky include files into public and private...
2009-09-23 Michael VrableMiscellaneous fixes.
2009-09-09 Michael VrableDirectory deserialization and loading of inodes from...
2009-09-04 Michael VrableAdd pluggable support for multiple storage backends.
2009-09-02 Michael VrableEncrypt data blocks being stored to S3.
2009-08-31 Michael VrableImplement flushing of file blocks to Amazon S3.
2009-08-31 Michael VrableLink against libs3 for access to Amazon S3.
2009-08-23 Michael VrableBasic READDIR; not much tested.
2009-08-21 Michael VrableHook NFS proxy together with BlueSky core.
2009-08-20 Michael VrableInitial start on a user-level NFS server.