aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/cloud/file_block_cache.h
Commit message (Expand)AuthorAge
* Validate the file signatures before issusing a content read in GCS. Remove theGravatar Ruoxin Sang2018-05-18
* GCS: Extract block cache interface from implementation.Gravatar Brennan Saeta2018-03-02
* Add a FlushCaches() method to the FileSystem interface, and provide an implem...Gravatar A. Unique TensorFlower2018-01-04
* Remove a series of allocations and memcpys from the GCS read path (TF infeed ...Gravatar A. Unique TensorFlower2017-12-19
* Improve caching behavior of GCS filesystemGravatar Brennan Saeta2017-11-21
* Allow GCS file block fetches to proceed concurrently.Gravatar A. Unique TensorFlower2017-09-27
* FileBlockCache will now run a thread to prune files with expired blocks, if c...Gravatar A. Unique TensorFlower2017-07-18
* FileBlockCache is now a filesystem-wide shared cache with a configurable maxi...Gravatar A. Unique TensorFlower2017-07-14
* Adds a file cache to the GCS filesystem, with configurable max staleness for ...Gravatar A. Unique TensorFlower2017-07-13
* Add a block cache to the GCS filesystem, with block size defaulted to the rea...Gravatar A. Unique TensorFlower2017-07-05