You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Harshavardhana 51a9d1bdb7
Avoid unnecessary allocations for XML parsing (#9017)
5 years ago
..
config Support for Kafka version in the config (#9001) 5 years ago
crypto Add custom policy claim name (#8764) 5 years ago
gateway metrics: Use StorageInfo() instead to have consistent info (#9006) 5 years ago
http acl: Support PUT calls with success for 'private' ACL's (#9000) 5 years ago
jwt fix a crash in base64 buffer pool (#8925) 5 years ago
logger fix routing issue for esoteric characters in gorilla/mux (#8967) 5 years ago
rest jwt: Simplify JWT parsing (#8802) 5 years ago
acl-handlers.go acl: Support PUT calls with success for 'private' ACL's (#9000) 5 years ago
admin-handlers-config-kv.go fix: remove extra newline from GetConfig() output (#8678) 5 years ago
admin-handlers-users.go Add more context aware error for policy parsing errors (#8726) 5 years ago
admin-handlers.go metrics: Use StorageInfo() instead to have consistent info (#9006) 5 years ago
admin-handlers_test.go log formatting only the first time (#8846) 5 years ago
admin-heal-ops.go heal: Optimize heal listing by avoiding batches (#8901) 5 years ago
admin-router.go Add new admin API to return Accounting Usage (#8689) 5 years ago
admin-server-info.go Use user CAs in checkEndpoint() call (#8911) 5 years ago
api-datatypes.go Add object retention at the per object (#8528) 5 years ago
api-errors.go Fix error messages returned by (Put)GetObjectLegalHold (#9013) 5 years ago
api-errors_test.go
api-headers.go Add ObjectTagging Support (#8754) 5 years ago
api-headers_test.go
api-resources.go
api-resources_test.go
api-response.go Add Support for Cache and S3 related metrics in Prometheus endpoint (#8591) 5 years ago
api-response_test.go
api-router.go Fix error messages returned by (Put)GetObjectLegalHold (#9013) 5 years ago
api-utils.go
api-utils_test.go
auth-handler.go acl: Support PUT calls with success for 'private' ACL's (#9000) 5 years ago
auth-handler_test.go Add support for multiple admins (#8487) 5 years ago
background-heal-ops.go metrics: Use StorageInfo() instead to have consistent info (#9006) 5 years ago
background-newdisks-heal-ops.go heal: Avoid spinning up object healing during startup (#8819) 5 years ago
benchmark-utils_test.go
bitrot-streaming.go
bitrot-whole.go
bitrot.go
bitrot_test.go
bootstrap-peer-server.go Fix dependencies graph for minio source compilation (#8717) 5 years ago
bucket-encryption-handlers.go acl: Support PUT calls with success for 'private' ACL's (#9000) 5 years ago
bucket-encryption.go Add support for bucket encryption feature (#8890) 5 years ago
bucket-encryption_test.go Add support for bucket encryption feature (#8890) 5 years ago
bucket-handlers-listobjects.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 5 years ago
bucket-handlers.go Avoid unnecessary allocations for XML parsing (#9017) 5 years ago
bucket-handlers_test.go Implement bucket expansion (#8509) 5 years ago
bucket-lifecycle-handler.go acl: Support PUT calls with success for 'private' ACL's (#9000) 5 years ago
bucket-notification-handlers.go Fix Retention, ObjectLock, LegalHold struct namespaces correctly. (#8909) 5 years ago
bucket-policy-handlers.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 5 years ago
bucket-policy-handlers_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 5 years ago
build-constants.go
common-main.go Fix an issue where MinIO was logging every error twice (#8953) 5 years ago
config-common.go
config-current.go fix: document _ENABLE for all notification targets (#8864) 5 years ago
config-current_test.go Avoid pointer based copy, instead use Clone() (#8547) 5 years ago
config-dir.go
config-encrypted.go lock: improve locker initialization at init (#8776) 5 years ago
config-encrypted_test.go
config-migrate.go Start using error wrapping with fmt.Errorf (#8588) 5 years ago
config-migrate_test.go Order all keys in config (#8541) 5 years ago
config-versions.go
config.go Initialize only one retry timer for all sub-systems (#8913) 5 years ago
consolelogger.go Fix crash in console logger and also handle bucket DNS updates (#8654) 5 years ago
copy-part-range.go
copy-part-range_test.go
crossdomain-xml-handler.go
crossdomain-xml-handler_test.go
daily-lifecycle-ops.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
data-usage.go Remove crawler concurrency (#9023) 5 years ago
disk-cache-backend.go Save metadata correctly in cache.json on PUT (#8985) 5 years ago
disk-cache-stats.go Add Support for Cache and S3 related metrics in Prometheus endpoint (#8591) 5 years ago
disk-cache-utils.go Allow caching based on a configurable number of hits. (#8891) 5 years ago
disk-cache-utils_test.go Allow caching based on a configurable number of hits. (#8891) 5 years ago
disk-cache.go Save metadata correctly in cache.json on PUT (#8985) 5 years ago
disk-cache_test.go Allow caching based on a configurable number of hits. (#8891) 5 years ago
dummy-data-generator_test.go
dummy-handlers.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 5 years ago
dynamic-timeouts.go
dynamic-timeouts_test.go
encryption-v1.go Add encryption buffer (#8626) 5 years ago
encryption-v1_test.go
endpoint-ellipses.go Allow proper setCount SLAs across zones (#8752) 5 years ago
endpoint-ellipses_test.go Avoid pointer based copy, instead use Clone() (#8547) 5 years ago
endpoint.go Validate XL sets on format (#8779) 5 years ago
endpoint_test.go Validate XL sets on format (#8779) 5 years ago
erasure-decode.go
erasure-decode_test.go
erasure-encode.go
erasure-encode_test.go Validate XL sets on format (#8779) 5 years ago
erasure-heal.go
erasure-heal_test.go
erasure-utils.go
erasure.go
erasure_test.go
etcd.go Start using error wrapping with fmt.Errorf (#8588) 5 years ago
fallocate.go
fallocate_linux.go
fallocate_linux_test.go
fastwalk.go Avoid select inside a recursive function to avoid CPU spikes (#8923) 5 years ago
format-disk-cache.go Use jsoniter whenever applicable instead of encoding/json (#8766) 5 years ago
format-disk-cache_test.go
format-fs.go Avoid double for loops in notification init (#8691) 5 years ago
format-fs_test.go
format-meta.go
format-xl.go usage typo: Fix creating .minio.sys/background-ops bucket (#8957) 5 years ago
format-xl_test.go xl: All nodes create meta volumes in its local disks (#8786) 5 years ago
fs-v1-helpers.go
fs-v1-helpers_test.go
fs-v1-metadata.go Add ObjectTagging Support (#8754) 5 years ago
fs-v1-metadata_test.go
fs-v1-multipart.go Fix bug preventing overwrite of object if (#8796) 5 years ago
fs-v1-multipart_test.go
fs-v1-rwpool.go
fs-v1-rwpool_test.go
fs-v1.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
fs-v1_test.go fix routing issue for esoteric characters in gorilla/mux (#8967) 5 years ago
gateway-common.go fix: erroneous high value for gateway received bytes metrics (#8978) 5 years ago
gateway-common_test.go
gateway-env.go
gateway-interface.go
gateway-main.go fix routing issue for esoteric characters in gorilla/mux (#8967) 5 years ago
gateway-main_test.go
gateway-metrics.go fix: erroneous high value for gateway received bytes metrics (#8978) 5 years ago
gateway-startup-msg.go
gateway-startup-msg_test.go
gateway-unsupported.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
generic-handlers.go acl: Support PUT calls with success for 'private' ACL's (#9000) 5 years ago
generic-handlers_test.go
global-heal.go Implement bucket expansion (#8509) 5 years ago
globals.go Add support for bucket encryption feature (#8890) 5 years ago
handler-utils.go jwt: Simplify JWT parsing (#8802) 5 years ago
handler-utils_test.go
hasher.go
healthcheck-handler.go metrics: Use StorageInfo() instead to have consistent info (#9006) 5 years ago
healthcheck-router.go
http-stats.go fix: avoid crash copy map before reading (#8825) 5 years ago
http-tracer.go trace - log request body (#8917) 5 years ago
http-traffic-recorder.go
httprange.go Cache only the range requested for range GETs (#8599) 5 years ago
httprange_test.go
iam-etcd-store.go Add etcd path prefix for all IAM assets (#8569) 5 years ago
iam-object-store.go reference format obtained doesn't need further validation (#8964) 5 years ago
iam.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
jwt.go jwt: Simplify JWT parsing (#8802) 5 years ago
jwt_test.go jwt: Simplify JWT parsing (#8802) 5 years ago
leak-detect_test.go
lifecycle.go Add support for bucket encryption feature (#8890) 5 years ago
local-locker.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
lock-rest-client.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
lock-rest-client_test.go
lock-rest-server-common.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
lock-rest-server-common_test.go jwt: Simplify JWT parsing (#8802) 5 years ago
lock-rest-server.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
main.go Fix version to be release-tag (#8730) 5 years ago
merge-walk-pool.go
merge-walk-pool_test.go
metrics-router.go
metrics.go metrics: Use StorageInfo() instead to have consistent info (#9006) 5 years ago
namespace-lock.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
namespace-lock_test.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
naughty-disk_test.go rest/storage: Remove racy LastError usage (#8817) 5 years ago
net.go fix: replica set deployment for multi tenants (#8673) 5 years ago
net_test.go Handle localhost distributed setups properly (#8577) 5 years ago
notification.go Add support for bucket encryption feature (#8890) 5 years ago
object-api-common.go Fix recursive deep scan of buckets (#8900) 5 years ago
object-api-datatypes.go Add ObjectTagging Support (#8754) 5 years ago
object-api-deleteobject_test.go
object-api-errors.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
object-api-getobject_test.go
object-api-getobjectinfo_test.go
object-api-input-checks.go Avoid object names with '//' to avoid hash inconsistencies (#8946) 5 years ago
object-api-interface.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
object-api-listobjects_test.go fix routing issue for esoteric characters in gorilla/mux (#8967) 5 years ago
object-api-multipart_test.go fix routing issue for esoteric characters in gorilla/mux (#8967) 5 years ago
object-api-putobject_test.go
object-api-utils.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
object-api-utils_test.go fix routing issue for esoteric characters in gorilla/mux (#8967) 5 years ago
object-handlers-common.go
object-handlers-common_test.go
object-handlers.go Avoid unnecessary allocations for XML parsing (#9017) 5 years ago
object-handlers_test.go
object-lock.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 5 years ago
object_api_suite_test.go
os-reliable.go Start using error wrapping with fmt.Errorf (#8588) 5 years ago
os-reliable_test.go
peer-rest-client-target.go New Admin Info (#8497) 5 years ago
peer-rest-client.go Add support for bucket encryption feature (#8890) 5 years ago
peer-rest-common.go Add support for bucket encryption feature (#8890) 5 years ago
peer-rest-server.go Add support for bucket encryption feature (#8890) 5 years ago
policy.go Initialize only one retry timer for all sub-systems (#8913) 5 years ago
policy_test.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 5 years ago
posix-dirent_fileino.go
posix-dirent_ino.go
posix-dirent_namelen_bsd.go
posix-dirent_namelen_linux.go
posix-diskid-check.go rest/storage: Remove racy LastError usage (#8817) 5 years ago
posix-errors.go fix: Avoid double usage calculation on every restart (#8856) 5 years ago
posix-errors_test.go
posix-list-dir_other.go
posix-list-dir_test.go
posix-list-dir_unix.go fix: Avoid double usage calculation on every restart (#8856) 5 years ago
posix-list-dir_windows.go
posix.go metrics: Use StorageInfo() instead to have consistent info (#9006) 5 years ago
posix_test.go posix: Do not take disk offline on I/O errors (#8836) 5 years ago
posix_unix_test.go
posix_windows_test.go
post-policy_test.go
postpolicyform.go
postpolicyform_test.go
prepare-storage.go reference format obtained doesn't need further validation (#8964) 5 years ago
retry.go
retry_test.go
routers.go fix routing issue for esoteric characters in gorilla/mux (#8967) 5 years ago
server-main.go Fix an issue where MinIO was logging every error twice (#8953) 5 years ago
server-main_test.go Implement bucket expansion (#8509) 5 years ago
server-rlimit.go
server-startup-msg.go metrics: Use StorageInfo() instead to have consistent info (#9006) 5 years ago
server-startup-msg_test.go Handle localhost distributed setups properly (#8577) 5 years ago
server_test.go acl: Support PUT calls with success for 'private' ACL's (#9000) 5 years ago
service.go
setup-type.go Allow proper setCount SLAs across zones (#8752) 5 years ago
signals.go Profiling: Add base, fix memory profiling (#8850) 5 years ago
signature-v2.go
signature-v2_test.go
signature-v4-parser.go
signature-v4-parser_test.go
signature-v4-utils.go
signature-v4-utils_test.go
signature-v4.go fix: support pre-sign signature for STS tokens (#8826) 5 years ago
signature-v4_test.go
storage-datatypes.go
storage-errors.go rest/storage: Remove racy LastError usage (#8817) 5 years ago
storage-interface.go rest/storage: Remove racy LastError usage (#8817) 5 years ago
storage-rest-client.go fix: multi-delete API write quorum failures (#8926) 5 years ago
storage-rest-common.go fix: multi-delete API write quorum failures (#8926) 5 years ago
storage-rest-server.go fix: multi-delete API write quorum failures (#8926) 5 years ago
storage-rest_test.go Handle localhost distributed setups properly (#8577) 5 years ago
streaming-signature-v4.go Migrate config to KV data format (#8392) 5 years ago
streaming-signature-v4_test.go
sts-datatypes.go
sts-errors.go
sts-handlers.go Add custom policy claim name (#8764) 5 years ago
test-utils_test.go Add support for bucket encryption feature (#8890) 5 years ago
tree-walk-pool.go Fix recursive deep scan of buckets (#8900) 5 years ago
tree-walk-pool_test.go
tree-walk.go Add Support for Cache and S3 related metrics in Prometheus endpoint (#8591) 5 years ago
tree-walk_test.go Add Support for Cache and S3 related metrics in Prometheus endpoint (#8591) 5 years ago
typed-errors.go
update-notifier.go
update-notifier_test.go
update.go fix: replica set deployment for multi tenants (#8673) 5 years ago
update_test.go fix: doc notifications formatting issues (#8661) 5 years ago
utils.go acl: Support PUT calls with success for 'private' ACL's (#9000) 5 years ago
utils_test.go fix: Avoid double usage calculation on every restart (#8856) 5 years ago
version_test.go
web-handler-context.go
web-handler-context_test.go
web-handlers.go metrics: Use StorageInfo() instead to have consistent info (#9006) 5 years ago
web-handlers_test.go jwt: Simplify JWT parsing (#8802) 5 years ago
web-router.go
xl-sets.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
xl-sets_test.go log formatting only the first time (#8846) 5 years ago
xl-v1-bucket.go Add support for bucket encryption feature (#8890) 5 years ago
xl-v1-common.go
xl-v1-common_test.go Implement bucket expansion (#8509) 5 years ago
xl-v1-errors.go
xl-v1-healing-common.go Implement bucket expansion (#8509) 5 years ago
xl-v1-healing-common_test.go Implement bucket expansion (#8509) 5 years ago
xl-v1-healing.go Heal bucket only on missing drives in quorum (#8883) 5 years ago
xl-v1-healing_test.go fix racy tests when editing xl.getDisks (#8879) 5 years ago
xl-v1-list-objects-heal.go Fix recursive deep scan of buckets (#8900) 5 years ago
xl-v1-list-objects.go Fix recursive deep scan of buckets (#8900) 5 years ago
xl-v1-metadata.go Avoid unnecessary statPart() calls in PutObjectPart (#8905) 5 years ago
xl-v1-metadata_test.go Implement bucket expansion (#8509) 5 years ago
xl-v1-multipart.go Avoid unnecessary statPart() calls in PutObjectPart (#8905) 5 years ago
xl-v1-multipart_test.go Implement bucket expansion (#8509) 5 years ago
xl-v1-object.go fix: multi-delete API write quorum failures (#8926) 5 years ago
xl-v1-object_test.go fix racy tests when editing xl.getDisks (#8879) 5 years ago
xl-v1-utils.go Use jsoniter whenever applicable instead of encoding/json (#8766) 5 years ago
xl-v1-utils_test.go Implement bucket expansion (#8509) 5 years ago
xl-v1.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
xl-zones.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago