Harshavardhana
|
2b4eb87d77
|
pick disks which are common maximally used (#10600)
further optimization to ensure that good disks
are always used for listing, other than healing
we only use disks that are maximally used.
|
4 years ago |
Harshavardhana
|
caad314faa
|
add ruleguard support, fix all the reported issues (#10335)
|
4 years ago |
maihde
|
d966d29fed
|
fix: add integer code for Windows Subsystem for Linux filesystem (#8010)
|
5 years ago |
kannappanr
|
5ecac91a55
|
Replace Minio refs in docs with MinIO and links (#7494)
|
6 years ago |
Harshavardhana
|
12eb71828b
|
Fix posix tests for SimpleCI (#7328)
|
6 years ago |
Harshavardhana
|
85cbd875fc
|
cleanup: All conditionals simplified under pkg. (#3875)
Address all the changes reported/recommended by
`gosimple` tool.
|
8 years ago |
Krishnan Parthasarathi
|
e5773e11c6
|
Make minio server compile on OpenBSD, NetBSD, Solaris (#3719)
|
8 years ago |
Harshavardhana
|
b74852116a
|
Fix portability issues for arm on raspberry pi
|
9 years ago |
Harshavardhana
|
a8a935f5fd
|
Improve disk code to return back disk StatFS{} structure
```
StatFS {
Total int64
Free int64
FSType string
}
```
Provides more information in a cross platform way.
|
9 years ago |
Harshavardhana
|
aee0845b2e
|
Add disk package
Implements
- Stat returns total and free disk space supported across platforms
- Type returns type of the filesystem underneath
|
9 years ago |