minio/cmd/http
Harshavardhana 25de775560 disable disk-usage when export is root mount path (#6091)
disk usage crawling is not needed when a tenant
is not sharing the same disk for multiple other
tenants. This PR adds an optimization when we
see a setup uses entire disk, we simply rely on
statvfs() to give us total usage.

This PR also additionally adds low priority
scheduling for usage check routine, such that
other go-routines blocked will be automatically
unblocked and prioritized before usage.
2018-06-27 18:59:38 -07:00
..
bufconn.go
bufconn_test.go
conn_bug_21133.go
listener.go
listener_test.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
server.go disable disk-usage when export is root mount path (#6091) 2018-06-27 18:59:38 -07:00
server_test.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
timeoutconn.go Implement HTTP POST based RPC (#5840) 2018-06-06 14:21:56 +05:30