More cleanups to move RPC layer towards being asynchronous.
[bluesky.git] / nfs3 /
2010-01-13 Michael VrableMore cleanups to move RPC layer towards being asynchronous.
2010-01-13 Michael VrableRPC header file cleanup.
2010-01-12 Michael VrableRewrite NFS RPC dispatching.
2010-01-11 Michael VrableAdd a new option to make caching writethrough instead...
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-11-03 Michael VrableMove encryption into S3 backend.
2009-10-31 Michael VrableSplit BlueSky include files into public and private...
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-16 Michael VrableUse and link to included libs3.
2009-09-14 Michael VrableNFS file unlink operation.
2009-09-11 Michael VrableNFSv3 mkdir.
2009-09-09 Michael VrableDirectory deserialization and loading of inodes from...
2009-09-04 Michael VrableAdd pluggable support for multiple storage backends.
2009-09-03 Michael VrableWork to add inode serialization/deserialization routines.
2009-09-02 Michael VrableEncrypt data blocks being stored to S3.
2009-09-01 Michael VrableNFSv3 SETATTR operation.
2009-09-01 Michael VrableCMake build tweaks.
2009-09-01 Michael Vrable.gitignore updates for CMake.
2009-09-01 Michael VrableCMake reorganization.
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-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.