minio/pkg
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
..
bpool optimize memory allocation during erasure-read by using temporary buffer pool. (#2259) 2016-07-25 14:17:01 -07:00
disk posix: Fix windows performance issues. (#3132) 2016-10-31 09:34:44 -07:00
mimedb api: BucketNotification should disallow duplicate notification. (#2539) 2016-08-23 18:42:30 -07:00
objcache Purge stale object cache entry (#2770) 2016-09-23 19:55:28 -07:00
quick typo: Fix typos across the codebase. (#2442) 2016-08-15 02:44:48 -07:00
safe api/handlers: Implement streaming signature v4 support. (#2370) 2016-08-08 20:56:29 -07:00
sys build: Add platform specific fixes. 2016-08-16 14:40:41 -07:00
wildcard pkg/wildcard: Simplify the wildcard logic further. (#2555) 2016-08-27 00:27:17 -07:00