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.
 
 
 
 
 
 
poornas 59dced8237
Print node status even in --quiet mode (#9149)
4 years ago
..
config Add cache eviction low and high watermarks (#8958) 5 years ago
crypto Add custom policy claim name (#8764) 5 years ago
gateway non-empty dirs should not be listed as objects (#9129) 4 years ago
http fix: Send x-amz-mp-parts-count for multiparted objects (#9116) 4 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 service account type in IAM (#9029) 4 years ago
admin-handlers.go fix: crash in serverInfo handler when ldap is configured (#9123) 4 years ago
admin-handlers_test.go Remove partName, partETag requirement (#9044) 4 years ago
admin-heal-ops.go heal: Add info about the next background healing round (#9122) 4 years ago
admin-router.go Add service account type in IAM (#9029) 4 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 Add service account type in IAM (#9029) 4 years ago
api-errors_test.go Move etcd, logger, crypto into their own packages (#8366) 5 years ago
api-headers.go fix: Send x-amz-mp-parts-count for multiparted objects (#9116) 4 years ago
api-headers_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
api-resources.go listV2: Continuation and NextContinuation tokens are encoded with base64 (#8337) 5 years ago
api-resources_test.go Increase maximum 1000 List keys to 10000 (#8444) 5 years ago
api-response.go Add Support for Cache and S3 related metrics in Prometheus endpoint (#8591) 5 years ago
api-response_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
api-router.go Fix error messages returned by (Put)GetObjectLegalHold (#9013) 5 years ago
api-utils.go Make Encoding URL more compliant to S3 spec (#7360) 5 years ago
api-utils_test.go Make Encoding URL more compliant to S3 spec (#7360) 5 years ago
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 Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
bitrot-streaming.go admin/heal: Fix deep healing to heal objects under more conditions (#8321) 5 years ago
bitrot-whole.go Posix CreateFile should work for compressed lengths (#7584) 5 years ago
bitrot.go bitrot: Verify file size inside storage interface (#7932) 5 years ago
bitrot_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
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 Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
common-main.go Add service account type in IAM (#9029) 4 years ago
config-common.go Refactor and simplify etcd helpers used in IAM subsystem (#7980) 5 years ago
config-current.go Fix: admin config set API for notifications (#9085) 4 years ago
config-current_test.go Avoid pointer based copy, instead use Clone() (#8547) 5 years ago
config-dir.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
config-encrypted.go Add service account type in IAM (#9029) 4 years ago
config-encrypted_test.go Config migration should handle plain-text (#8506) 5 years ago
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 Migrate config to KV data format (#8392) 5 years ago
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 Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
copy-part-range_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
crossdomain-xml-handler.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
crossdomain-xml-handler_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
daily-lifecycle-ops.go Add a generic Walk()'er to list a bucket, optinally prefix (#9026) 5 years ago
data-usage.go data-usage: Fix the calculation of the next crawling round (#9096) 4 years ago
disk-cache-backend.go Skip building directio on platforms that don't support Direct IO (#9059) 4 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 Add cache eviction low and high watermarks (#8958) 5 years ago
disk-cache-utils_test.go Add cache eviction low and high watermarks (#8958) 5 years ago
disk-cache.go Allow gc to run in parallel on cache drives (#9051) 4 years ago
disk-cache_test.go Fix sporadic failure in TestDiskCacheMaxUse (#9049) 5 years ago
dummy-data-generator_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
dummy-handlers.go Rename pkg/{tagging,lifecycle} to pkg/bucket sub-directory (#8892) 5 years ago
dynamic-timeouts.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
dynamic-timeouts_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
encryption-v1.go Add encryption buffer (#8626) 5 years ago
encryption-v1_test.go Remove partName, partETag requirement (#9044) 4 years ago
endpoint-ellipses.go fix: allow set drive count of proper divisible values (#9101) 4 years ago
endpoint-ellipses_test.go fix: allow set drive count of proper divisible values (#9101) 4 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 Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
erasure-decode_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
erasure-encode.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
erasure-encode_test.go Validate XL sets on format (#8779) 5 years ago
erasure-heal.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
erasure-heal_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
erasure-utils.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
erasure.go golint: fix redundant code logic (#7842) 5 years ago
erasure_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
etcd.go Start using error wrapping with fmt.Errorf (#8588) 5 years ago
fallocate.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
fallocate_linux.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
fallocate_linux_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
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 Return appropriate errors API versions changes across REST APIs (#8480) 5 years ago
format-fs.go Avoid double for loops in notification init (#8691) 5 years ago
format-fs_test.go Return appropriate errors API versions changes across REST APIs (#8480) 5 years ago
format-meta.go Fix writing 'format.json' and make it atomic (#8296) 5 years ago
format-xl.go fix: allow set drive count of proper divisible values (#9101) 4 years ago
format-xl_test.go xl: All nodes create meta volumes in its local disks (#8786) 5 years ago
fs-v1-helpers.go xl: Implement posix.DeletePrefixes to enhance delete perf (#9100) 4 years ago
fs-v1-helpers_test.go Remove uneeded calls on FS (#7967) 5 years ago
fs-v1-metadata.go Add ObjectTagging Support (#8754) 5 years ago
fs-v1-metadata_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
fs-v1-multipart.go Remove partName, partETag requirement (#9044) 4 years ago
fs-v1-multipart_test.go Fix all failing tests with -race 5 years ago
fs-v1-rwpool.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
fs-v1-rwpool_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
fs-v1.go non-empty dirs should not be listed as objects (#9129) 4 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 Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
gateway-env.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
gateway-interface.go Return appropriate errors API versions changes across REST APIs (#8480) 5 years ago
gateway-main.go fix routing issue for esoteric characters in gorilla/mux (#8967) 5 years ago
gateway-main_test.go [Bugfix] duplicating flag registration (#7853) 5 years ago
gateway-metrics.go fix: erroneous high value for gateway received bytes metrics (#8978) 5 years ago
gateway-startup-msg.go Bring in safe mode support (#8478) 5 years ago
gateway-startup-msg_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
gateway-unsupported.go Add a generic Walk()'er to list a bucket, optinally prefix (#9026) 5 years ago
generic-handlers.go simplify recordAPIStats wrapper for ResponseWriters (#9034) 5 years ago
generic-handlers_test.go Migrate config to KV data format (#8392) 5 years ago
global-heal.go heal: Add info about the next background healing round (#9122) 4 years ago
globals.go Add service account type in IAM (#9029) 4 years ago
handler-utils.go simplify recordAPIStats wrapper for ResponseWriters (#9034) 5 years ago
handler-utils_test.go Migrate config to KV data format (#8392) 5 years ago
hasher.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
healthcheck-handler.go metrics: Use StorageInfo() instead to have consistent info (#9006) 5 years ago
healthcheck-router.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
http-stats.go fix: avoid crash copy map before reading (#8825) 5 years ago
http-tracer.go accessKeyId missing should return appropriate error in AssumeRole (#9048) 5 years ago
http-traffic-recorder.go simplify recordAPIStats wrapper for ResponseWriters (#9034) 5 years ago
httprange.go Cache only the range requested for range GETs (#8599) 5 years ago
httprange_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
iam-etcd-store.go Add service account type in IAM (#9029) 4 years ago
iam-object-store.go Add service account type in IAM (#9029) 4 years ago
iam.go Add service account type in IAM (#9029) 4 years ago
jwt.go allow rolling upgrades, remove same MinIO version requirement (#9033) 5 years ago
jwt_test.go jwt: Simplify JWT parsing (#8802) 5 years ago
leak-detect_test.go Add UTCNow() function. (#3931) 7 years ago
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 Add a generic Walk()'er to list a bucket, optinally prefix (#9026) 5 years ago
lock-rest-client_test.go Support MinIO to be deployed on more than 32 nodes (#8492) 5 years ago
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: lock maintenance should honor quorum (#9138) 4 years ago
main.go print version with proper indentation (#9047) 5 years ago
merge-walk-pool.go Offload listing to posix layer (#7611) 5 years ago
merge-walk-pool_test.go Offload listing to posix layer (#7611) 5 years ago
metrics-router.go Add prometheus auth-type to turn-off authentication (#8356) 5 years ago
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 xl: Implement posix.DeletePrefixes to enhance delete perf (#9100) 4 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 fix: remote profile names and extension (#9145) 4 years ago
object-api-common.go xl: Implement posix.DeletePrefixes to enhance delete perf (#9100) 4 years ago
object-api-datatypes.go Add ObjectTagging Support (#8754) 5 years ago
object-api-deleteobject_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
object-api-errors.go fix: Speed up multi-object delete by taking bulk locks (#8974) 5 years ago
object-api-getobject_test.go Use const slashSeparator instead of "/" everywhere (#8028) 5 years ago
object-api-getobjectinfo_test.go Use a non-strict invalid bucket name check in Get and Delete object (#8073) 5 years ago
object-api-input-checks.go Add a generic Walk()'er to list a bucket, optinally prefix (#9026) 5 years ago
object-api-interface.go Add a generic Walk()'er to list a bucket, optinally prefix (#9026) 5 years ago
object-api-listobjects_test.go non-empty dirs should not be listed as objects (#9129) 4 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 Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
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 Ensure that we use constants everywhere (#7845) 5 years ago
object-handlers-common_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
object-handlers.go fix: deleteObjectTagging should 204 on success (#9150) 4 years ago
object-handlers_test.go Move storageclass config handling into cmd/config/storageclass (#8360) 5 years ago
object-lock.go fix: avoid double ListBuckets() loading object lock (#9031) 5 years ago
object_api_suite_test.go Use const slashSeparator instead of "/" everywhere (#8028) 5 years ago
os-reliable.go Start using error wrapping with fmt.Errorf (#8588) 5 years ago
os-reliable_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
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 service account type in IAM (#9029) 4 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 Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 5 years ago
posix-dirent_ino.go Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 5 years ago
posix-dirent_namelen_bsd.go Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 5 years ago
posix-dirent_namelen_linux.go Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 5 years ago
posix-diskid-check.go xl: Implement posix.DeletePrefixes to enhance delete perf (#9100) 4 years ago
posix-errors.go fix: Avoid double usage calculation on every restart (#8856) 5 years ago
posix-errors_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
posix-list-dir_other.go Use const slashSeparator instead of "/" everywhere (#8028) 5 years ago
posix-list-dir_test.go Use errgroups instead of sync.WaitGroup as needed (#8354) 5 years ago
posix-list-dir_unix.go fix: Avoid double usage calculation on every restart (#8856) 5 years ago
posix-list-dir_windows.go Safely use unsafe.Pointer to avoid crashes on ARM (#8027) 5 years ago
posix.go non-empty dirs should not be listed as objects (#9129) 4 years ago
posix_test.go posix: Do not take disk offline on I/O errors (#8836) 5 years ago
posix_unix_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
posix_windows_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
post-policy_test.go Migrate config to KV data format (#8392) 5 years ago
postpolicyform.go Remove unusued params and functions (#8399) 5 years ago
postpolicyform_test.go Update go mod with sem versions of our libraries (#7687) 5 years ago
prepare-storage.go fix: allow set drive count of proper divisible values (#9101) 4 years ago
retry.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
retry_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
routers.go fix routing issue for esoteric characters in gorilla/mux (#8967) 5 years ago
server-main.go fix: avoid double ListBuckets() loading object lock (#9031) 5 years ago
server-main_test.go Implement bucket expansion (#8509) 5 years ago
server-rlimit.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
server-startup-msg.go Print node status even in --quiet mode (#9149) 4 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 Decouple ServiceUpdate to ServerUpdate to be more native (#8138) 5 years ago
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 Migrate config to KV data format (#8392) 5 years ago
signature-v2_test.go Migrate config to KV data format (#8392) 5 years ago
signature-v4-parser.go support space character in access key (#8335) 5 years ago
signature-v4-parser_test.go support space character in access key (#8335) 5 years ago
signature-v4-utils.go Migrate config to KV data format (#8392) 5 years ago
signature-v4-utils_test.go Rename iam/validator -> iam/openid and add tests (#8340) 5 years ago
signature-v4.go fix: support pre-sign signature for STS tokens (#8826) 5 years ago
signature-v4_test.go Migrate config to KV data format (#8392) 5 years ago
storage-datatypes.go Add a generic Walk()'er to list a bucket, optinally prefix (#9026) 5 years ago
storage-errors.go rest/storage: Remove racy LastError usage (#8817) 5 years ago
storage-interface.go xl: Implement posix.DeletePrefixes to enhance delete perf (#9100) 4 years ago
storage-rest-client.go xl: Implement posix.DeletePrefixes to enhance delete perf (#9100) 4 years ago
storage-rest-common.go xl: Implement posix.DeletePrefixes to enhance delete perf (#9100) 4 years ago
storage-rest-server.go xl: Implement posix.DeletePrefixes to enhance delete perf (#9100) 4 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 Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
sts-datatypes.go Fix LDAP responseXML to be named appropriately (#8285) 5 years ago
sts-errors.go accessKeyId missing should return appropriate error in AssumeRole (#9048) 5 years ago
sts-handlers.go Add service account type in IAM (#9029) 4 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 Implement S3-HDFS gateway (#7440) 5 years ago
tree-walk.go non-empty dirs should not be listed as objects (#9129) 4 years ago
tree-walk_test.go non-empty dirs should not be listed as objects (#9129) 4 years ago
typed-errors.go fix return proper error for OperationTimedout (#9117) 4 years ago
update-notifier.go Refactor config and split them in packages (#8351) 5 years ago
update-notifier_test.go Refactor config and split them in packages (#8351) 5 years ago
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 profiling: Fix crash when enabling goroutines profiling (#9097) 4 years ago
utils_test.go fix: Avoid double usage calculation on every restart (#8856) 5 years ago
version_test.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
web-handler-context.go Migrate config to KV data format (#8392) 5 years ago
web-handler-context_test.go Pass on web-handler arguments properly to log entries (#7894) 5 years ago
web-handlers.go fix: crash observed for anonymous deletes from UI (#9107) 4 years ago
web-handlers_test.go jwt: Simplify JWT parsing (#8802) 5 years ago
web-router.go Bring in safe mode support (#8478) 5 years ago
xl-sets.go fix: allow set drive count of proper divisible values (#9101) 4 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 Migrate config to KV data format (#8392) 5 years ago
xl-v1-common_test.go Implement bucket expansion (#8509) 5 years ago
xl-v1-errors.go Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
xl-v1-healing-common.go Remove partName, partETag requirement (#9044) 4 years ago
xl-v1-healing-common_test.go Remove partName, partETag requirement (#9044) 4 years ago
xl-v1-healing.go Remove partName, partETag requirement (#9044) 4 years ago
xl-v1-healing_test.go Remove partName, partETag requirement (#9044) 4 years ago
xl-v1-list-objects-heal.go Add a generic Walk()'er to list a bucket, optinally prefix (#9026) 5 years ago
xl-v1-list-objects.go non-empty dirs should not be listed as objects (#9129) 4 years ago
xl-v1-metadata.go Remove partName, partETag requirement (#9044) 4 years ago
xl-v1-metadata_test.go Remove partName, partETag requirement (#9044) 4 years ago
xl-v1-multipart.go Remove partName, partETag requirement (#9044) 4 years ago
xl-v1-multipart_test.go Implement bucket expansion (#8509) 5 years ago
xl-v1-object.go xl: Implement posix.DeletePrefixes to enhance delete perf (#9100) 4 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 Remove partName, partETag requirement (#9044) 4 years ago
xl-v1.go xl: Fix counting offline disks in StorageInfo (#9082) 4 years ago
xl-zones.go close channel upon error in Walk()'er (#9042) 5 years ago