Harshavardhana
|
367772b988
|
Make sure to populate on disk data into memory upon first API requests
|
10 years ago |
Harshavardhana
|
350e6eb5bb
|
Merge pull request #683 from harshavardhana/pr_out_add_proper_command_paramters_for_donut
|
10 years ago |
Harshavardhana
|
07a6aafc94
|
Add proper command paramters for donut
|
10 years ago |
Harshavardhana
|
c65969077d
|
Merge pull request #682 from harshavardhana/pr_out_an_attempt_to_bring_in_memory_layer_into_donut_driver
|
10 years ago |
Harshavardhana
|
45a7eab804
|
An attempt to bring in memory layer into donut driver
|
10 years ago |
Harshavardhana
|
7ab16b5b83
|
Merge pull request #681 from harshavardhana/pr_out_keeping_the_lexical_order_same_add_optimizations_provide_a_comprehensive_response_from_listobjects_
Keeping the lexical order same add optimizations, provide a comprehensive response from ListObjects()
|
10 years ago |
Harshavardhana
|
f3c25bcfc4
|
Keeping the lexical order same add optimizations, provide a comprehensive response from ListObjects()
|
10 years ago |
Harshavardhana
|
795e48d492
|
Merge pull request #680 from harshavardhana/pr_out_rename_functions_for_their_purpose
|
10 years ago |
Harshavardhana
|
ae66ae42c4
|
Rename functions for their purpose
|
10 years ago |
Harshavardhana
|
9c2e861470
|
Merge pull request #679 from harshavardhana/pr_out_object_metadata_was_wrongly_misconstrued_to_be_mutable_handle_it
|
10 years ago |
Harshavardhana
|
9a4680475f
|
Object metadata was wrongly misconstrued to be mutable, handle it
|
10 years ago |
Harshavardhana
|
39f26acbc9
|
Merge pull request #678 from harshavardhana/pr_out_handle_racy_map_updates_in_listobjects_on_a_bucket
Avoid racy maps, read from disk on success return quickly. Many more optimizations
|
10 years ago |
Harshavardhana
|
3aa6d90c5e
|
Avoid racy maps, read from disk on success return quickly. Many more optimizations
|
10 years ago |
Harshavardhana
|
aab4937084
|
Merge pull request #677 from harshavardhana/pr_out_moving_to_more_typed_responses_this_removes_all_the_necessity_for_strconv
Donut moves to typed metadata, removing the necessity for strconv, parsing and string converstions
|
10 years ago |
Harshavardhana
|
68974918ac
|
Donut moves to typed metadata, removing the necessity for strconv, parsing and string converstions
|
10 years ago |
Harshavardhana
|
e3d8a9e0f1
|
Merge pull request #676 from harshavardhana/pr_out_add_new_metadata_definitions_and_use_them_wip
|
10 years ago |
Harshavardhana
|
767d3743ee
|
Add new metadata definitions and use them
|
10 years ago |
Harshavardhana
|
0cb3f76a91
|
Merge pull request #675 from harshavardhana/pr_out_import_quick_key_value_store_from_minio_client_for_persistent_state_files_primarily_for_donut
Import quick key value store from Minio Client for persistent state files, primarily for donut
|
10 years ago |
Harshavardhana
|
9958e34772
|
Import quick key value store from Minio Client for persistent state files, primarily for donut
|
10 years ago |
Harshavardhana
|
bd0dccd8f1
|
Merge pull request #674 from harshavardhana/pr_out_donut_cleanup_another_set
Donut cleanup another set
|
10 years ago |
Harshavardhana
|
fb9adb5524
|
Donut cleanup another set
- Make sure to close all readers
- Fix errors in api_testsuite c.Assert(err, IsNil) should be done right after each function call
|
10 years ago |
Harshavardhana
|
eec66f195a
|
Take all the ListObjects into bucket handlers
Earlier the listing would wait for all the objects to be processed
this is essentially very time consuming considering even for 100,000
files.
|
10 years ago |
Harshavardhana
|
8405c4d42f
|
Merge pull request #673 from harshavardhana/pr_out_remove_more_bloated_code_simplify
Remove more bloated code - simplify
|
10 years ago |
Harshavardhana
|
45e9d25931
|
Remove more bloated code - simplify
|
10 years ago |
Harshavardhana
|
7ade42165f
|
Merge pull request #672 from harshavardhana/pr_out_add_simple_locking_for_donut_api_for_now_fixes_671
|
10 years ago |
Harshavardhana
|
82dcbf262d
|
Add simple locking for donut API for now - fixes #671
|
10 years ago |
Harshavardhana
|
5abcb7f348
|
Merge pull request #670 from harshavardhana/pr_out_go_vet_fixes_for_donut
|
10 years ago |
Harshavardhana
|
03b4d3b308
|
Go vet fixes for donut
|
10 years ago |
Harshavardhana
|
57a2b53178
|
Removing further bloated code simplifying
|
10 years ago |
Harshavardhana
|
a2c205ff2e
|
Use external package disk for donut.
|
10 years ago |
Harshavardhana
|
841ff01412
|
Move disk into its own package, remove bloated code
|
10 years ago |
Harshavardhana
|
1682c748ac
|
Remove unnecessary interfaces from donut, cleanup
|
10 years ago |
Harshavardhana
|
b915cc3611
|
Merge pull request #669 from harshavardhana/pr_out_add_sha256_and_sha512_windows_compatibility_layer
|
10 years ago |
Harshavardhana
|
3498872467
|
Add sha256 and sha512 windows compatibility layer
|
10 years ago |
Harshavardhana
|
2af863cefc
|
Merge pull request #668 from harshavardhana/pr_out_fix_a_bug_on_windows_regarding_blocksse3_calculation
|
10 years ago |
Harshavardhana
|
77d35b87d4
|
Fix a bug on windows regarding blockSSE3 calculation
|
10 years ago |
Harshavardhana
|
1056e7e180
|
Merge pull request #667 from harshavardhana/pr_out_add_windows_code_for_sha1_and_crc32c
|
10 years ago |
Harshavardhana
|
f1410731db
|
Add windows code for sha1 and crc32c
|
10 years ago |
Harshavardhana
|
fbee8f8122
|
Merge pull request #665 from harshavardhana/pr_out_fix_wrong_tmpfs_listing_in_document_filesystem_map
|
10 years ago |
Harshavardhana
|
ba2d3dea74
|
Fix wrong TMPFS listing in donut filesystem map
|
10 years ago |
Harshavardhana
|
792e6c2d3a
|
Merge pull request #664 from harshavardhana/pr_out_trim_iodine_path_properly_so_that_now_errors_have_github_com_minio_minio_prefixed
|
10 years ago |
Harshavardhana
|
e818bc7187
|
Trim iodine path properly, so that now errors have github.com/minio/minio prefixed
|
10 years ago |
Harshavardhana
|
3e9141d22d
|
Merge pull request #663 from harshavardhana/pr_out_add_missing_strongly_typed_errors_for_donut
|
10 years ago |
Harshavardhana
|
2fd52ca284
|
Add missing strongly typed errors for Donut
|
10 years ago |
Harshavardhana
|
a4fda9fa9c
|
Merge pull request #662 from vadmeste/enhance_golang_env_check
Check if go binary belongs to the go installation pointed by GOROOT env
|
10 years ago |
Anis Elleuch
|
4bed0aa526
|
Check if go binary belongs to the go installation pointed by GOROOT env
|
10 years ago |
Harshavardhana
|
d0dd047bef
|
Merge pull request #661 from harshavardhana/pr_out_fix_builddeps_paths_for_golang_installation
|
10 years ago |
Harshavardhana
|
7a060110ff
|
Fix BUILDDEPS paths for golang installation
|
10 years ago |
Harshavardhana
|
c340a10e8f
|
Merge pull request #660 from harshavardhana/pr_out_verify_d_donut_to_be_non_nil_usually_happens_when_multiple_go_versions_compilations_are_linked_possible_cause_for_659
|
10 years ago |
Harshavardhana
|
3bf64f5669
|
Verify d.donut to be non-nil, usually happens when multiple go versions compilations are linked - possible cause for #659
|
10 years ago |