minio/pkg/disk
Harshavardhana f3c6c55719 posix: Fix windows performance issues. (#3132)
Do not attempt to fetch volume/drive information for
each i/o situation. In our case we do this in all calls
`posix.go` this in-turn created a terrible situation for
windows. This issue does not affect the i/o path on Unix
platforms since statvfs calls are in the range of micro
seconds on these platforms.

This verification is only needed during startup and we
let things fail at a later stage on windows.
2016-10-31 09:34:44 -07:00
..
disk.go posix: checkDiskFree() also checks free inodes. (#2086) 2016-07-03 22:34:45 -07:00
disk_test.go posix: checkDiskFree() also checks free inodes. (#2086) 2016-07-03 22:34:45 -07:00
stat_nix.go Recalculate free minimum disk space (#2788) 2016-09-27 12:46:38 -07:00
stat_windows.go posix: Fix windows performance issues. (#3132) 2016-10-31 09:34:44 -07:00
type_darwin.go minio: Simplify for gosimple tool complaints. 2016-04-02 17:28:54 -07:00
type_linux.go Fix portability issues for arm on raspberry pi 2015-10-20 11:22:00 -07:00
type_unix.go Add simple FreeBSD support, make the minio project compilable 2016-03-26 22:39:34 +01:00
type_windows.go posix: Fix windows performance issues. (#3132) 2016-10-31 09:34:44 -07:00