minio/internal/disk
Harshavardhana 81be718674
fix: optimize DiskInfo() call avoid metrics when not needed (#17763)
2023-07-31 15:20:48 -07:00
..
directio_darwin.go upgrade pkg and dperf to latest packages (#17448) 2023-06-17 07:31:36 -07:00
directio_unix.go upgrade pkg and dperf to latest packages (#17448) 2023-06-17 07:31:36 -07:00
directio_unsupported.go upgrade pkg and dperf to latest packages (#17448) 2023-06-17 07:31:36 -07:00
disk.go remove serializing WalkDir() across all buckets/prefixes on SSDs (#17707) 2023-07-24 09:30:19 -07:00
disk_test.go fix: optimize DiskInfo() call avoid metrics when not needed (#17763) 2023-07-31 15:20:48 -07:00
disk_unix.go
disk_windows.go
fdatasync_linux.go
fdatasync_unix.go
fdatasync_unsupported.go
root_disk.go
stat_bsd.go fix: optimize DiskInfo() call avoid metrics when not needed (#17763) 2023-07-31 15:20:48 -07:00
stat_freebsd.go fix: optimize DiskInfo() call avoid metrics when not needed (#17763) 2023-07-31 15:20:48 -07:00
stat_linux.go fix: optimize DiskInfo() call avoid metrics when not needed (#17763) 2023-07-31 15:20:48 -07:00
stat_linux_32bit.go fix: optimize DiskInfo() call avoid metrics when not needed (#17763) 2023-07-31 15:20:48 -07:00
stat_linux_s390x.go fix: optimize DiskInfo() call avoid metrics when not needed (#17763) 2023-07-31 15:20:48 -07:00
stat_netbsd.go fix: optimize DiskInfo() call avoid metrics when not needed (#17763) 2023-07-31 15:20:48 -07:00
stat_openbsd.go fix: optimize DiskInfo() call avoid metrics when not needed (#17763) 2023-07-31 15:20:48 -07:00
stat_solaris.go fix: optimize DiskInfo() call avoid metrics when not needed (#17763) 2023-07-31 15:20:48 -07:00
stat_windows.go fix: optimize DiskInfo() call avoid metrics when not needed (#17763) 2023-07-31 15:20:48 -07:00
type_bsd.go
type_linux.go
type_windows.go