Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / nfs3 / nfs3.c
2015-10-29 Michael VrableAdd proper per-file copyright notices/licenses and... master
2011-03-09 rootTweak inode prefetching
2011-03-09 Michael VrableRework inode prefetching.
2010-09-27 Michael VrableImplement handling of unstable data in WRITE/COMMIT...
2010-08-11 Michael VrableNewly-created inodes should be marked as modified.
2010-07-15 Michael VrableAdd synchronous inode logging in the NFS server.
2010-04-01 Michael VrableFix filesystem locking when creating a new inode.
2010-03-31 Michael VrableDisable most debugging print messages; should help...
2010-03-30 Michael VrablePossible null pointer dereference fix.
2010-03-29 Michael VrableRework cache flushing logic--this version should work...
2010-03-24 Michael VrableMinor bugfix to pending store operation counts.
2010-03-19 Michael VrableAdd very simple write throttling when caches fill up.
2010-03-12 Michael VrableReturn success code from NFSv3 commit operations.
2010-03-10 Michael VrableRefine lock acquisition order for renames.
2010-02-23 Michael VrableAllow larger reads and writes.
2010-02-04 Michael VrableAllow NFS lookup requests to better proceed in parallel.
2010-01-28 Michael VrableAdd inode prefetching support in NFS readdirplus.
2010-01-27 Michael VrableSupport for sync operations on an inode.
2010-01-26 Michael VrableImplement multi-threaded request processing and locking...
2010-01-25 Michael VrableProperly decrement inode refcounts when finishing a...
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-07 Michael VrableImplement fsstat.
2010-01-07 Michael VrableImprove NFS readdirplus to estimate response sizes.
2010-01-06 Michael VrableWork on NFS rmdir operation.
2010-01-06 Michael VrableMostly-working NFS rename support.
2009-12-29 Michael VrablePreliminary NFS readdirplus support (not yet entirely...
2009-12-29 Michael VrableInclude post-opeation file attributes for the NFS write...
2009-12-29 Michael VrableCalculate size of symlinks.
2009-12-28 Michael VrablePreliminary symlink/readlink support.
2009-12-28 Michael VrableNFS link operation.
2009-12-28 Michael VrableMinor cleanups.
2009-10-08 Michael VrableAdd case-insensitive lookup support to BlueSky core.
2009-09-23 Michael VrableMake printf format specifiers 32/64-bit clean.
2009-09-23 Michael VrableMiscellaneous fixes.
2009-09-14 Michael VrableNFS file unlink operation.
2009-09-11 Michael VrableNFSv3 mkdir.
2009-09-03 Michael VrableWork to add inode serialization/deserialization routines.
2009-09-01 Michael VrableNFSv3 SETATTR operation.
2009-08-31 Michael VrableImplement flushing of file blocks to Amazon S3.
2009-08-28 Michael VrableFile read and write operations.
2009-08-26 Michael VrableSwitch to 31-bit directory cookies and a separate hasht...
2009-08-25 Michael VrableBegin adding write support.
2009-08-24 Michael VrableFix up current time computation (ensure 64-bit math...
2009-08-24 Michael VrableProperly fill in result code for lookups.
2009-08-24 Michael VrableRemove debug message.
2009-08-23 Michael VrableCREATE working (sort of).
2009-08-23 Michael VrableBasic READDIR; not much tested.
2009-08-23 Michael VrableLOOKUP operation.
2009-08-21 Michael VrableHook NFS proxy together with BlueSky core.
2009-08-20 Michael VrableInitial start on a user-level NFS server.