minio/internal/config
Harshavardhana 70e1cbda21
allow disabling O_DIRECT in certain environments for reads (#14115)
repeated reads on single large objects in HPC like
workloads, need the following option to disable
O_DIRECT for a more effective usage of the kernel
page-cache.

However this optional should be used in very specific
situations only, and shouldn't be enabled on all
servers.

NVMe servers benefit always from keeping O_DIRECT on.
2022-01-17 08:34:14 -08:00
..
api allow disabling O_DIRECT in certain environments for reads (#14115) 2022-01-17 08:34:14 -08:00
cache run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
compress rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
dns run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
etcd run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
heal add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
identity Add internal IDP and OIDC users support for site-replication (#14041) 2022-01-06 15:52:43 -08:00
notify feat: Add support for kakfa audit logger target (#12678) 2021-07-13 09:39:13 -07:00
policy/opa move internal/net to pkg/net package (#12505) 2021-06-14 14:54:37 -07:00
scanner Support dynamic reset of minio config (#13626) 2021-11-10 10:01:32 -08:00
storageclass run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
subnet Introduce new config `subnet api_key` (#13793) 2021-12-03 09:32:11 -08:00
bool-flag.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
bool-flag_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
certs.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
certs_test.go fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
certsinfo.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
config.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
config_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
constants.go add code to parse secrets natively instead of shell scripts (#13883) 2021-12-13 18:23:31 -08:00
crypto.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
crypto_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
errors-utils.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
errors.go rename MINIO_CACHE_.._MASTER_KEY to MINIO_CACHE_.._SECRET_KEY 2021-12-22 12:11:07 -08:00
help.go Add new `site` config sub-system intended to replace `region` (#13672) 2021-11-25 13:06:25 -08:00
legacy.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00