Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / bluesky / file.c
2015-10-29 Michael VrableAdd proper per-file copyright notices/licenses and... master
2011-03-11 Michael VrableOptimize overwrites of the last block of a file
2011-03-11 Michael VrableUpdate to a warning message to provide more debugging...
2011-03-11 Michael VrableTweaks to code that handles read-modify-write on data...
2011-03-07 Michael VrableOptimize complete overwrites of file system blocks
2010-11-29 Michael VrableMore work on request profiling.
2010-11-12 Michael VrableAdd a prefetch method. At the moment it is a no-op.
2010-08-27 Michael VrableAdd in some support for journal replay.
2010-08-22 Michael VrableFix a longstanding(?) memory-leak bug when truncating...
2010-08-19 Michael VrableAdd a target size for the cache, and prune the cache...
2010-08-16 Michael VrableFirst attempt at supporting reading data back from...
2010-08-11 Michael VrableImprove tracking of memory usage in BlueSky.
2010-08-10 Michael VrableMore fixes to BlueSky cache management.
2010-08-04 Michael VrableRework caching of data blocks to eliminate double-caching.
2010-08-04 Michael VrableFix up reference counting for cloud log items.
2010-08-04 Michael VrableA few attempted bugfixes for log data lifetimes.
2010-08-03 Michael VrableImprove the reading back of objects committed to the...
2010-08-03 Michael VrablePreliminary support for dropping cached file data from...
2010-07-30 Michael VrableGradually converting code to use cloud logs for storing...
2010-07-29 Michael Vrable(Mostly) merge local and cloud logging together.
2010-07-26 Michael VrableSome initial work on logging gathering data into cloud...
2010-07-19 Michael VrableAllow batched log writes when writing dirty inodes.
2010-04-01 Michael VrableAdd warnings for failed storage operations.
2010-03-31 Michael VrableDisable most debugging print messages; should help...
2010-03-17 Michael VrableTrack memory usage statistics for cached data.
2010-03-12 Michael VrableFix memory leak in bluesky_block_fetch.
2010-03-05 Michael VrableStart fetch of all blocks in a read at the start of...
2010-03-04 Michael VrablePartial work on parallel data fetches from S3 for large...
2010-02-05 Michael VrableDo not drop data from cache immediately after a write.
2010-02-05 Michael VrableAdd very rudimentary eviction data blocks from the...
2010-01-13 Michael VrableFix for a segfault when resizing files.
2010-01-06 Michael VrableSilence some compiler warnings.
2009-12-28 Michael VrableFix up logic for handling short data blocks.
2009-12-09 Michael VrableTrack when cached file data is written out.
2009-12-07 Michael VrableMore work on writeback caching.
2009-12-01 Michael VrableWork on a storage barrier operation.
2009-11-29 Michael VrableSome initial work to support delayed flushing of data.
2009-11-22 Michael VrableAdd reference counting to asynchronous storage operations.
2009-11-12 Michael VrableExtra logging, begin defining BlueSky-specific error...
2009-11-12 Michael VrableDo not pad the final block of a file with zeroes.
2009-11-03 Michael VrableMove encryption into S3 backend.
2009-10-31 Michael VrableSplit BlueSky include files into public and private...
2009-10-30 Michael VrableRemove some debugging log messages.
2009-10-27 Michael VrableAdd high-resolution timekeeping functions (primarily...
2009-09-04 Michael VrableProof-of-concept flushing of inodes to disk.
2009-09-04 Michael VrableAdd pluggable support for multiple storage backends.
2009-09-04 Michael VrableSplit handling of file data out of inode.c.