..
config
fail if port is not accessible ( #10616 )
4 years ago
crypto
Copy metadata before spawning goroutine + prealloc maps ( #10458 )
4 years ago
gateway
azure: update content-md5 to metadata after upload ( #10482 )
4 years ago
http
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
jwt
fix: send valid claims in AuditLogs for browser requests ( #9713 )
5 years ago
logger
fix: optimize ServerInfo() handler to avoid reading config ( #10626 )
4 years ago
rest
make sure to release locks upon timeout ( #10596 )
4 years ago
acl-handlers.go
migrate all bucket metadata into a single file ( #9586 )
5 years ago
admin-bucket-handlers.go
validate bucket exists in ListRemoteTargets api ( #10552 )
4 years ago
admin-handlers-config-kv.go
fix: make sure to use uniform drive count calculation ( #10208 )
4 years ago
admin-handlers-users.go
Handling unhandled errors in the InfoCannedPolicy method. ( #10575 )
4 years ago
admin-handlers.go
fix: optimize ServerInfo() handler to avoid reading config ( #10626 )
4 years ago
admin-handlers_test.go
Remove redundant mgmtQueryKey type. ( #10557 )
4 years ago
admin-heal-ops.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
admin-router.go
Remove redundant http.HandlerFunc type conversion. ( #10576 )
4 years ago
admin-server-info.go
fix: admin info output and improve overall performance ( #10015 )
4 years ago
api-datatypes.go
azure: Return success when deleting non-existent object ( #9981 )
4 years ago
api-errors.go
fix: client errors for DNS service creation errors ( #10584 )
4 years ago
api-errors_test.go
Move etcd, logger, crypto into their own packages ( #8366 )
5 years ago
api-headers.go
fix: consider partNumber in GET/HEAD requests ( #10618 )
4 years ago
api-headers_test.go
…
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
Preallocate (safe) slices when we know the size ( #10459 )
4 years ago
api-response_test.go
fix: obtain correct location string with DNS style buckets ( #10060 )
4 years ago
api-router.go
Remove redundant http.HandlerFunc type conversion. ( #10576 )
4 years ago
api-utils.go
…
api-utils_test.go
…
auth-handler.go
add missing ListBucketVersions from policy actions ( #10414 )
4 years ago
auth-handler_test.go
feat: Add notification support for bucketCreates and removal ( #10075 )
4 years ago
background-heal-ops.go
fix: background disk heal, to reload format consistently ( #10502 )
4 years ago
background-newdisks-heal-ops.go
cache DiskInfo at storage layer for performance ( #10586 )
4 years ago
background-newdisks-heal-ops_gen.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
background-newdisks-heal-ops_gen_test.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
benchmark-utils_test.go
Support bucket versioning ( #9377 )
5 years ago
bitrot-streaming.go
fix: ignore faulty drives and continue ( #10511 )
4 years ago
bitrot-whole.go
fix: ignore faulty drives and continue ( #10511 )
4 years ago
bitrot.go
Support bucket versioning ( #9377 )
5 years ago
bitrot_test.go
Add storage layer contexts ( #10321 )
4 years ago
bootstrap-peer-server.go
make sure to release locks upon timeout ( #10596 )
4 years ago
bucket-encryption-handlers.go
Relax content-md5 requirement in set encryption handler ( #9750 )
5 years ago
bucket-encryption.go
Support bucket versioning ( #9377 )
5 years ago
bucket-encryption_test.go
Add support for bucket encryption feature ( #8890 )
5 years ago
bucket-handlers.go
fix: S3 gateway doesn't support full passthrough for encryption ( #10484 )
4 years ago
bucket-handlers_test.go
feat: Add notification support for bucketCreates and removal ( #10075 )
4 years ago
bucket-lifecycle-handlers.go
simplify further bucket configuration properly ( #9650 )
5 years ago
bucket-lifecycle-handlers_test.go
feat: Add notification support for bucketCreates and removal ( #10075 )
4 years ago
bucket-lifecycle.go
Support bucket versioning ( #9377 )
5 years ago
bucket-listobjects-handlers.go
List v1/versions routes based on source IP if found ( #10603 )
4 years ago
bucket-metadata-sys.go
Use constants for gateway names to avoid bugs caused by spelling. ( #10355 )
4 years ago
bucket-metadata.go
Remove erasureSets and erasureObjects from ObjectLayer ( #10442 )
4 years ago
bucket-metadata_gen.go
Rename replication target handler ( #10142 )
4 years ago
bucket-metadata_gen_test.go
migrate all bucket metadata into a single file ( #9586 )
5 years ago
bucket-notification-handlers.go
feat: Add notification support for bucketCreates and removal ( #10075 )
4 years ago
bucket-object-lock.go
Support bucket versioning ( #9377 )
5 years ago
bucket-policy-handlers.go
Support bucket versioning ( #9377 )
5 years ago
bucket-policy-handlers_test.go
feat: Add notification support for bucketCreates and removal ( #10075 )
4 years ago
bucket-policy.go
support 'ldap:user' variable replacement properly ( #10391 )
4 years ago
bucket-quota.go
Fix stale context for bucket retrieval ( #10551 )
4 years ago
bucket-replication.go
Fix minimum replication workers started ( #10560 )
4 years ago
bucket-targets.go
improve error message when remote target missing ( #10412 )
4 years ago
bucket-versioning-handler.go
Handle changes to versioning config for replication ( #10598 )
4 years ago
bucket-versioning.go
Support bucket versioning ( #9377 )
5 years ago
build-constants.go
Add support for minioreleaser a fork for goreleaser ( #9890 )
4 years ago
common-main.go
fix: reading multiple TLS certificates when deployed in K8S ( #10601 )
4 years ago
config-common.go
Remove erasureSets and erasureObjects from ObjectLayer ( #10442 )
4 years ago
config-current.go
fix: optimize ServerInfo() handler to avoid reading config ( #10626 )
4 years ago
config-current_test.go
Avoid pointer based copy, instead use Clone() ( #8547 )
5 years ago
config-dir.go
…
config-encrypted.go
fix: migrate to go.etcd.io import path ( #9987 )
4 years ago
config-encrypted_test.go
Config migration should handle plain-text ( #8506 )
5 years ago
config-migrate.go
fix: support healing older content ( #10076 )
4 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
fix: support healing older content ( #10076 )
4 years ago
consolelogger.go
fix: optimize ServerInfo() handler to avoid reading config ( #10626 )
4 years ago
copy-part-range.go
Support bucket versioning ( #9377 )
5 years ago
copy-part-range_test.go
…
crossdomain-xml-handler.go
…
crossdomain-xml-handler_test.go
…
data-crawler.go
fix: add lock ownership to expire locks ( #10571 )
4 years ago
data-update-tracker.go
dataupdate: Bump to force rescan ( #10609 )
4 years ago
data-update-tracker_test.go
fix: optimize ServerInfo() handler to avoid reading config ( #10626 )
4 years ago
data-usage-cache.go
Remove erasureSets and erasureObjects from ObjectLayer ( #10442 )
4 years ago
data-usage-cache_gen.go
merge object lifecycle checks into usage crawler ( #9579 )
5 years ago
data-usage-cache_gen_test.go
merge object lifecycle checks into usage crawler ( #9579 )
5 years ago
data-usage.go
merge object lifecycle checks into usage crawler ( #9579 )
5 years ago
data-usage_test.go
Remove erasureSets and erasureObjects from ObjectLayer ( #10442 )
4 years ago
disk-cache-backend.go
pick disks which are common maximally used ( #10600 )
4 years ago
disk-cache-check-support_other.go
Use registry to check Atime support on Windows ( #9741 )
5 years ago
disk-cache-check-support_windows.go
Use registry to check Atime support on Windows ( #9741 )
5 years ago
disk-cache-stats.go
fix: export prometheus metrics for cache GC triggers ( #9815 )
5 years ago
disk-cache-utils.go
cache: Only start at high watermark ( #10403 )
4 years ago
disk-cache-utils_test.go
cache: Only start at high watermark ( #10403 )
4 years ago
disk-cache.go
Copy metadata before spawning goroutine + prealloc maps ( #10458 )
4 years ago
disk-cache_test.go
add ruleguard support, fix all the reported issues ( #10335 )
4 years ago
dummy-data-generator_test.go
…
dummy-handlers.go
Add support for server side bucket replication ( #9882 )
4 years ago
dynamic-timeouts.go
Tweaks to dynamic locks ( #10508 )
4 years ago
dynamic-timeouts_test.go
Tweaks to dynamic locks ( #10508 )
4 years ago
encryption-v1.go
Copy metadata before spawning goroutine + prealloc maps ( #10458 )
4 years ago
encryption-v1_test.go
add ruleguard support, fix all the reported issues ( #10335 )
4 years ago
endpoint-ellipses.go
fix: make sure to use uniform drive count calculation ( #10208 )
4 years ago
endpoint-ellipses_test.go
fix: make sure to use uniform drive count calculation ( #10208 )
4 years ago
endpoint.go
make sure to release locks upon timeout ( #10596 )
4 years ago
endpoint_test.go
Move dependency from minio-go v6 to v7 ( #10042 )
4 years ago
erasure-bucket.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
erasure-coding.go
add ruleguard support, fix all the reported issues ( #10335 )
4 years ago
erasure-common.go
pick disks which are common maximally used ( #10600 )
4 years ago
erasure-common_test.go
Remove erasureSets and erasureObjects from ObjectLayer ( #10442 )
4 years ago
erasure-decode.go
fix: pop entries from each drives in parallel ( #9918 )
4 years ago
erasure-decode_test.go
Add storage layer contexts ( #10321 )
4 years ago
erasure-encode.go
Support bucket versioning ( #9377 )
5 years ago
erasure-encode_test.go
Add storage layer contexts ( #10321 )
4 years ago
erasure-errors.go
Support bucket versioning ( #9377 )
5 years ago
erasure-heal_test.go
Support bucket versioning ( #9377 )
5 years ago
erasure-healing-common.go
Add storage layer contexts ( #10321 )
4 years ago
erasure-healing-common_test.go
Remove erasureSets and erasureObjects from ObjectLayer ( #10442 )
4 years ago
erasure-healing.go
avoid ListBuckets returning quorum errors when node is down ( #10555 )
4 years ago
erasure-healing_test.go
Support for "directory" objects ( #10499 )
4 years ago
erasure-lowlevel-heal.go
Support bucket versioning ( #9377 )
5 years ago
erasure-metadata-utils.go
reduce CPU usage upto 50% in readdir ( #10466 )
4 years ago
erasure-metadata-utils_test.go
Support bucket versioning ( #9377 )
5 years ago
erasure-metadata.go
Support for "directory" objects ( #10499 )
4 years ago
erasure-metadata_test.go
Support bucket versioning ( #9377 )
5 years ago
erasure-multipart.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
erasure-object.go
remove unused putObjectDir code ( #10528 )
4 years ago
erasure-object_test.go
Remove erasureSets and erasureObjects from ObjectLayer ( #10442 )
4 years ago
erasure-sets.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
erasure-sets_test.go
Remove erasureSets and erasureObjects from ObjectLayer ( #10442 )
4 years ago
erasure-utils.go
Support bucket versioning ( #9377 )
5 years ago
erasure-zones.go
fix: Allow Walk to honor load balanced drives ( #10610 )
4 years ago
erasure.go
fix: optimize ServerInfo() handler to avoid reading config ( #10626 )
4 years ago
erasure_test.go
Add storage layer contexts ( #10321 )
4 years ago
etcd.go
fix: migrate to go.etcd.io import path ( #9987 )
4 years ago
fallocate.go
…
fallocate_linux.go
…
fallocate_linux_test.go
…
fastwalk.go
Forward RPC errors from crawler ( #9569 )
5 years ago
format-disk-cache.go
add ruleguard support, fix all the reported issues ( #10335 )
4 years ago
format-disk-cache_test.go
Return appropriate errors API versions changes across REST APIs ( #8480 )
5 years ago
format-erasure.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
format-erasure_test.go
tolerate listing with only readQuorum disks ( #10357 )
4 years ago
format-fs.go
Support bucket versioning ( #9377 )
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
fs-v1-helpers.go
simplify removing temporary files ( #10389 )
4 years ago
fs-v1-helpers_test.go
Support bucket versioning ( #9377 )
5 years ago
fs-v1-metadata.go
fix: allow CopyObject/PutObjecTags on pre-existing content ( #10485 )
4 years ago
fs-v1-metadata_test.go
Support bucket versioning ( #9377 )
5 years ago
fs-v1-multipart.go
fix: [fs] CompleteMultipart use trie structure for partMatch ( #10522 )
4 years ago
fs-v1-multipart_test.go
delayed locks until we have started reading the body ( #10474 )
4 years ago
fs-v1-rwpool.go
fix: [fs] an error upon rwPool.Write() just attempt rwPool.Create() ( #10533 )
4 years ago
fs-v1-rwpool_test.go
Support bucket versioning ( #9377 )
5 years ago
fs-v1.go
pick disks which are common maximally used ( #10600 )
4 years ago
fs-v1_test.go
Support bucket versioning ( #9377 )
5 years ago
gateway-common.go
fix: S3 gateway doesn't support full passthrough for encryption ( #10484 )
4 years ago
gateway-common_test.go
…
gateway-env.go
…
gateway-interface.go
Use constants for gateway names to avoid bugs caused by spelling. ( #10355 )
4 years ago
gateway-main.go
obd: Add console log to OBD output ( #10372 )
4 years ago
gateway-main_test.go
[Bugfix] duplicating flag registration ( #7853 )
5 years ago
gateway-metrics.go
simplify usage of mutexes and atomic constants ( #9501 )
5 years ago
gateway-startup-msg.go
print proper certinfo on console when starting up ( #9479 )
5 years ago
gateway-startup-msg_test.go
…
gateway-unsupported.go
delayed locks until we have started reading the body ( #10474 )
4 years ago
generic-handlers.go
simplify webhook DNS further generalize for gateway ( #10448 )
4 years ago
generic-handlers_test.go
update rulesguard with new rules ( #10392 )
4 years ago
global-heal.go
cache DiskInfo at storage layer for performance ( #10586 )
4 years ago
globals.go
Support for "directory" objects ( #10499 )
4 years ago
handler-api.go
fix: rename READY deadline to CLUSTER deadline ENV ( #10535 )
4 years ago
handler-utils.go
add missing request-id from DeleteObject events ( #10623 )
4 years ago
handler-utils_test.go
Migrate config to KV data format ( #8392 )
5 years ago
hasher.go
…
healthcheck-handler.go
fix: rename READY deadline to CLUSTER deadline ENV ( #10535 )
4 years ago
healthcheck-router.go
fix: readiness needs to be like liveness ( #9941 )
4 years ago
http-stats.go
fix: use unused cacheMetrics code in prometheus ( #9588 )
5 years ago
http-tracer.go
Fix incorrect request start time ( #10516 )
4 years ago
httprange.go
Cache only the range requested for range GETs ( #8599 )
5 years ago
httprange_test.go
…
iam-etcd-store.go
feat: allow service accounts to be generated with OpenID STS ( #10184 )
4 years ago
iam-object-store.go
use GlobalContext instead of context.Background when possible ( #10254 )
4 years ago
iam.go
Tweaks to dynamic locks ( #10508 )
4 years ago
jwt.go
fix: Disable presigned without appropriate policy ( #9621 )
5 years ago
jwt_test.go
jwt: Simplify JWT parsing ( #8802 )
5 years ago
leak-detect_test.go
…
listen-notification-handlers.go
Add nancy vulnerability scanner ( #10289 )
4 years ago
local-locker.go
fix: add lock ownership to expire locks ( #10571 )
4 years ago
lock-rest-client.go
make sure to release locks upon timeout ( #10596 )
4 years ago
lock-rest-client_test.go
fix: Pass context all the way down to the network call in lockers ( #10161 )
4 years ago
lock-rest-server-common.go
fix: add lock ownership to expire locks ( #10571 )
4 years ago
lock-rest-server-common_test.go
fix: add lock ownership to expire locks ( #10571 )
4 years ago
lock-rest-server.go
fix: add lock ownership to expire locks ( #10571 )
4 years ago
main.go
fix: [fs] CompleteMultipart use trie structure for partMatch ( #10522 )
4 years ago
merge-walk-pool.go
fix: fix lockup in merge-walk pool ( #10098 )
4 years ago
merge-walk-pool_test.go
fix: fix lockup in merge-walk pool ( #10098 )
4 years ago
metrics-router.go
enable full linter across the codebase ( #9620 )
5 years ago
metrics.go
Use constants for gateway names to avoid bugs caused by spelling. ( #10355 )
4 years ago
namespace-lock.go
fix: add lock ownership to expire locks ( #10571 )
4 years ago
namespace-lock_test.go
fix: possiblity of double write lockers on same resource ( #9616 )
5 years ago
naughty-disk_test.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
net.go
fix: Allow Walk to honor load balanced drives ( #10610 )
4 years ago
net_test.go
update for smartos build (solaris too) ( #10378 )
4 years ago
notification.go
fix: add lock ownership to expire locks ( #10571 )
4 years ago
obdinfo.go
obd: Add console log to OBD output ( #10372 )
4 years ago
obdinfo_linux.go
add NVMe drive info [model num, serial num, drive temp. etc.] ( #10613 )
4 years ago
obdinfo_nonlinux.go
add NVMe drive info [model num, serial num, drive temp. etc.] ( #10613 )
4 years ago
object-api-common.go
Add storage layer contexts ( #10321 )
4 years ago
object-api-datatypes.go
add CopyObject optimization when source and destination are same ( #10170 )
4 years ago
object-api-deleteobject_test.go
Support bucket versioning ( #9377 )
5 years ago
object-api-errors.go
Support for "directory" objects ( #10499 )
4 years ago
object-api-getobject_test.go
Support bucket versioning ( #9377 )
5 years ago
object-api-getobjectinfo_test.go
Support bucket versioning ( #9377 )
5 years ago
object-api-input-checks.go
Remove erasureSets and erasureObjects from ObjectLayer ( #10442 )
4 years ago
object-api-interface.go
delayed locks until we have started reading the body ( #10474 )
4 years ago
object-api-listobjects_test.go
fix: commonPrefixes behavior in ListObjectVersions ( #10286 )
4 years ago
object-api-multipart_test.go
delayed locks until we have started reading the body ( #10474 )
4 years ago
object-api-options.go
Set LastModified time from source for bucket replication ( #10627 )
4 years ago
object-api-putobject_test.go
Remove MaxConnsPerHost settings to avoid potential hangs ( #10438 )
4 years ago
object-api-utils.go
fix: consider partNumber in GET/HEAD requests ( #10618 )
4 years ago
object-api-utils_test.go
fix: [fs] CompleteMultipart use trie structure for partMatch ( #10522 )
4 years ago
object-handlers-common.go
add missing request-id from DeleteObject events ( #10623 )
4 years ago
object-handlers-common_test.go
…
object-handlers.go
add missing request-id from DeleteObject events ( #10623 )
4 years ago
object-handlers_test.go
fix: Allow Walk to honor load balanced drives ( #10610 )
4 years ago
object_api_suite_test.go
delayed locks until we have started reading the body ( #10474 )
4 years ago
os-dirent_fileino.go
allow large buffer to list more entries per directory ( #9785 )
5 years ago
os-dirent_ino.go
add ruleguard support, fix all the reported issues ( #10335 )
4 years ago
os-dirent_namelen_bsd.go
allow large buffer to list more entries per directory ( #9785 )
5 years ago
os-dirent_namelen_linux.go
allow large buffer to list more entries per directory ( #9785 )
5 years ago
os-readdir_other.go
update for smartos build (solaris too) ( #10378 )
4 years ago
os-readdir_test.go
Support bucket versioning ( #9377 )
5 years ago
os-readdir_unix.go
reduce CPU usage upto 50% in readdir ( #10466 )
4 years ago
os-readdir_windows.go
Fix crash on Windows when crawling ( #10385 )
4 years ago
os-reliable.go
tests: Fix one multi-delete test failure in Windows CI ( #9602 )
5 years ago
os-reliable_test.go
Support bucket versioning ( #9377 )
5 years ago
peer-rest-client.go
fix: simplify obd how we calculate transferred bytes ( #10617 )
4 years ago
peer-rest-common.go
obd: Add console log to OBD output ( #10372 )
4 years ago
peer-rest-server.go
obd: Add console log to OBD output ( #10372 )
4 years ago
policy_test.go
Move dependency from minio-go v6 to v7 ( #10042 )
4 years ago
post-policy_test.go
Allow region errors to be dynamic ( #10323 )
4 years ago
postpolicyform.go
Remove unusued params and functions ( #8399 )
5 years ago
postpolicyform_test.go
Move dependency from minio-go v6 to v7 ( #10042 )
4 years ago
prepare-storage.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
routers.go
fix: S3 gateway doesn't support full passthrough for encryption ( #10484 )
4 years ago
server-main.go
pick disks which are common maximally used ( #10600 )
4 years ago
server-main_test.go
Support bucket versioning ( #9377 )
5 years ago
server-rlimit.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
server-startup-msg.go
add ruleguard support, fix all the reported issues ( #10335 )
4 years ago
server-startup-msg_test.go
print proper certinfo on console when starting up ( #9479 )
5 years ago
server_test.go
Support for "directory" objects ( #10499 )
4 years ago
service.go
re-implement data usage crawler to be more efficient ( #9075 )
5 years ago
setup-type.go
Support bucket versioning ( #9377 )
5 years ago
signals.go
fix: allow LDAP identity to support form body POST ( #10468 )
4 years ago
signature-v2.go
Copy metadata before spawning goroutine + prealloc maps ( #10458 )
4 years ago
signature-v2_test.go
Migrate config to KV data format ( #8392 )
5 years ago
signature-v4-parser.go
Allow region errors to be dynamic ( #10323 )
4 years ago
signature-v4-parser_test.go
add ruleguard support, fix all the reported issues ( #10335 )
4 years ago
signature-v4-utils.go
update rulesguard with new rules ( #10392 )
4 years ago
signature-v4-utils_test.go
feat: Add notification support for bucketCreates and removal ( #10075 )
4 years ago
signature-v4.go
Allow region errors to be dynamic ( #10323 )
4 years ago
signature-v4_test.go
Allow region errors to be dynamic ( #10323 )
4 years ago
storage-datatypes.go
fix: support healing older content ( #10076 )
4 years ago
storage-errors.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
storage-interface.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
storage-rest-client.go
make sure to release locks upon timeout ( #10596 )
4 years ago
storage-rest-common.go
fix: crash in storage rest client due to spurious query params ( #9924 )
4 years ago
storage-rest-server.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
storage-rest_test.go
Add storage layer contexts ( #10321 )
4 years ago
streaming-signature-v4.go
re-implement data usage crawler to be more efficient ( #9075 )
5 years ago
streaming-signature-v4_test.go
add ruleguard support, fix all the reported issues ( #10335 )
4 years ago
sts-datatypes.go
Fix LDAP responseXML to be named appropriately ( #8285 )
5 years ago
sts-errors.go
add ruleguard support, fix all the reported issues ( #10335 )
4 years ago
sts-handlers.go
fix: allow LDAP identity to support form body POST ( #10468 )
4 years ago
test-utils_test.go
avoid concurrenct use of rand.NewSource ( #10543 )
4 years ago
tree-walk-pool.go
fix: fix lockup in merge-walk pool ( #10098 )
4 years ago
tree-walk-pool_test.go
fix: threadwalk lockup under high load ( #9992 )
4 years ago
tree-walk.go
Support for "directory" objects ( #10499 )
4 years ago
tree-walk_test.go
Add storage layer contexts ( #10321 )
4 years ago
typed-errors.go
fix: optimize IAM users load, add fallback ( #9809 )
5 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
add support for new UA values for update an check ( #10451 )
4 years ago
update_test.go
add ruleguard support, fix all the reported issues ( #10335 )
4 years ago
utils.go
make sure to release locks upon timeout ( #10596 )
4 years ago
utils_test.go
feat: Add notification support for bucketCreates and removal ( #10075 )
4 years ago
version_test.go
…
web-handler-context.go
use GlobalContext whenever possible ( #9280 )
5 years ago
web-handler-context_test.go
Pass on web-handler arguments properly to log entries ( #7894 )
5 years ago
web-handlers.go
add missing request-id from DeleteObject events ( #10623 )
4 years ago
web-handlers_test.go
fix: Allow Walk to honor load balanced drives ( #10610 )
4 years ago
web-router.go
feat: Add notification support for bucketCreates and removal ( #10075 )
4 years ago
xl-storage-disk-id-check.go
add '.healing.bin' for tracking currently healing disk ( #10573 )
4 years ago
xl-storage-errors.go
fix: [fs] an error upon rwPool.Write() just attempt rwPool.Create() ( #10533 )
4 years ago
xl-storage-errors_test.go
Support bucket versioning ( #9377 )
5 years ago
xl-storage-format-utils.go
move versionsOrder struct to xl-storage-utils
4 years ago
xl-storage-format-v1.go
Support bucket versioning ( #9377 )
5 years ago
xl-storage-format-v1_gen.go
Support bucket versioning ( #9377 )
5 years ago
xl-storage-format-v1_gen_test.go
Support bucket versioning ( #9377 )
5 years ago
xl-storage-format-v2.go
fix: healing delete marker on versioned buckets ( #10530 )
4 years ago
xl-storage-format-v2_gen.go
fix: simplify data structure before release ( #9968 )
4 years ago
xl-storage-format-v2_gen_test.go
Support bucket versioning ( #9377 )
5 years ago
xl-storage-format_test.go
Support bucket versioning ( #9377 )
5 years ago
xl-storage.go
pick disks which are common maximally used ( #10600 )
4 years ago
xl-storage_test.go
fix: ignore faulty drives and continue ( #10511 )
4 years ago
xl-storage_unix_test.go
Add storage layer contexts ( #10321 )
4 years ago
xl-storage_windows_test.go
Add storage layer contexts ( #10321 )
4 years ago