minio/pkg/disk
Harshavardhana 30da442a85
rootDisk on containers can have different device Id (#10259)
use `/etc/hosts` instead of `/` to check for common
device id, if the device is same for `/etc/hosts`
and the --bind mount to detect root disks.

Bonus enhance healthcheck logging by adding maintenance
tags, for all messages.
2020-08-13 15:21:20 -07:00
..
directio_darwin.go Skip building directio on platforms that don't support Direct IO (#9059) 2020-03-12 18:57:41 -07:00
directio_unix.go Skip building directio on platforms that don't support Direct IO (#9059) 2020-03-12 18:57:41 -07:00
directio_unsupported.go add additional fdatasync before close() on writes (#9947) 2020-07-01 10:57:23 -07:00
disk_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
disk.go fix: remove unusued PerfInfoHandler code (#9328) 2020-04-12 19:37:09 -07:00
fdatasync_linux.go add additional fdatasync before close() on writes (#9947) 2020-07-01 10:57:23 -07:00
fdatasync_unix.go add additional fdatasync before close() on writes (#9947) 2020-07-01 10:57:23 -07:00
obd.go fix: speed up OBD tests avoid unnecessary memory allocation (#10141) 2020-07-27 14:51:59 -07:00
root_disk_unix.go rootDisk on containers can have different device Id (#10259) 2020-08-13 15:21:20 -07:00
root_disk_windows.go fix: remove restrictions on windows for NAME_MAX (#9469) 2020-04-28 17:32:46 -07:00
stat_bsd.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
stat_fallback.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
stat_linux.go Fail for disks which overflow upon usage calculation (#8056) 2019-08-13 02:58:43 -07:00
stat_openbsd.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
stat_solaris.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
stat_windows.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
type_bsd.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
type_linux.go fix: add integer code for Windows Subsystem for Linux filesystem (#8010) 2019-08-01 06:00:57 -07:00
type_windows.go Allocate more buffer (#9683) 2020-05-26 12:35:40 -07:00