9068: Move buffer allocation from volumes to GetBlockHandler.
[arvados.git] / services / keepstore / azure_blob_volume.go
2016-05-04 Tom Clegg9068: Move buffer allocation from volumes to GetBlockHa...
2016-03-29 radhikaMerge branch 'master' into 8703-job-components
2016-03-28 Peter AmstutzMerge branch 'master' into 8654-arv-jobs-cwl-runner
2016-03-24 Tom Clegg8556: Update method signature for current SDK version.
2016-03-21 Peter AmstutzMerge branch 'master' into 8654-arv-jobs-cwl-runner
2016-03-17 radhikaMerge branch '8561-node-pairing' of git.curoverse.com...
2016-03-16 radhikaMerge branch 'master' into 8561-node-pairing
2016-03-16 radhikacloses #8554
2016-03-16 radhikaMerge branch 'master' into 8554-trash-untrash-unix...
2016-03-14 radhika8554: improved tests
2016-03-11 Tom CleggAdd 'build/' from commit '555b039609a3c8700c27767c255fd...
2016-03-09 radhika8554: Add EmptyTrash api to Volume and implementation...
2016-03-01 Peter AmstutzAdd 'tools/arvbox/' from commit 'd3d368758db1f4a9fa5b89...
2016-03-01 Peter AmstutzMerge branch '6605-arv-copy-http' closes #6605
2016-02-29 Tom Clegg8099: 7263: Merge branch 'hgi/7263-even-better-busy...
2016-02-10 Tom CleggMerge branch '8284-fix-slurm-queue-timestamp-check...
2016-02-02 Peter AmstutzMerge branch '8206-gce-retry-init' closes #8206
2016-01-26 radhikaMerge branch 'master' into 8198-node-ip-address
2016-01-26 radhikarefs #8178
2016-01-26 radhikaMerge branch '8178-keepstore-trash-interface' of git...
2016-01-26 radhika8178: untrash should fail when ErrNotImplemented is...
2016-01-26 radhika8178: (for now) all volumes must return ErrNotImplement...
2016-01-26 radhika8178: All three currently supported volumes return...
2016-01-26 radhika8178: rename Delete api as Trash; add Untrash to volume...
2016-01-22 radhikaMerge branch '8178-keepstore-trash-interface' of git...
2016-01-22 radhika8178: (for now) all volumes must return ErrNotImplement...
2016-01-22 radhika8178: All three currently supported volumes return...
2016-01-22 radhika8178: rename Delete api as Trash; add Untrash to volume...
2016-01-21 radhika8178: All three currently supported volumes return...
2016-01-21 radhika8178: rename Delete api as Trash; add Untrash to volume...
2016-01-05 radhikaMerge branch 'master' into 7607-getting-started-flag
2015-12-16 Tom CleggMerge branch '7888-azure-read-mux' refs #7888
2015-12-16 Tom Clegg7888: Option to use multiple concurrent range requests...
2015-12-14 Peter AmstutzMerge branch '6429-crunch2-api' closes #6429
2015-12-11 Peter AmstutzMerge branch 'master' into 7454-azure-custom-data
2015-12-10 Tom CleggMerge branch '7393-s3-volume' closes #7393
2015-12-10 Tom Clegg7393: Add S3 volume type.
2015-10-26 Brett SmithMerge branch 'pr/25'
2015-10-21 Bryan CoscaMerge branch '7015-update-user-guide'
2015-10-20 Brett SmithMerge branch 'pr/28'
2015-10-16 Peter AmstutzMerge branch '6321-slurm-oserror' closes #6321
2015-10-15 Peter AmstutzMerge branch '7491-go-keepclient-retry' closes #7491
2015-10-15 Tom CleggMerge branch 'master' into wtsi-hgi-feature/arv-view
2015-10-14 radhikaMerge branch 'master' into 7167-keep-rsync
2015-10-14 Tom CleggMerge branch '7167-propagate-error' refs #7167
2015-10-14 Tom CleggMerge branch '7159-clean-index' refs #7159 refs #7168
2015-10-13 Tom Clegg7159: Address golint complaints
2015-10-13 Tom Clegg7159: Omit non-Keep blobs from index
2015-10-13 radhikaMerge branch 'master' into 7167-keep-rsync
2015-10-13 Tom Clegg7159: Return benign os.ErrNotExist error from Compare...
2015-10-13 Tom Clegg7159: Fix error handling when reading full size block...
2015-10-12 Tom CleggMerge branch '7159-empty-blob-race' refs #7159
2015-10-12 Tom Clegg7159: Log when waiting for get/put races
2015-10-12 Tom Clegg7159: Exclude new empty blocks from index.
2015-10-12 Tom Clegg7159: Work around CreateBlob race by polling for update...
2015-10-06 Peter AmstutzMerge branch '7286-nodeman-destroy-broken-nodes' closes...
2015-10-05 radhikaMerge branch 'master' into 7167-keep-rsync-test-setup
2015-10-02 Tom CleggMerge branch '7241-azure-blob-volume' closes #7241
2015-09-29 Tom CleggMerge branch 'master' into 7241-azure-blob-volume
2015-09-29 Tom Clegg7241: Use If-Match header to address Delete/Put races.
2015-09-28 Tom Clegg7241: Use new CreateBlockBlobFromReader and SetBlobMeta...
2015-09-25 Tom Clegg7241: Do not bother trying to add a volume if credentia...
2015-09-25 Tom Clegg7241: Add -azure-storage-replication flag.
2015-09-25 Tom Clegg7241: Stub Azure API calls
2015-09-24 Tom Clegg7241: Add Delete, IndexTo, Touch, and Mtime.
2015-09-23 Tom Clegg7241: Add Put() and Check()
2015-09-23 Tom Clegg7241: Accept command line flags for Azure blob volumes.
2015-09-22 Tom Clegg7241: Add AzureBlobVolume