This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
minio
Watch
1
Star
0
Fork
0
You've already forked minio
mirror of
https://github.com/minio/minio.git
synced
2025-01-15 16:53:16 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
minio
/
pkg
/
ioutil
History
Steve Wills
642ba3f2d6
fix: runtime issue on FreeBSD due to missing O_NOATIME/O_DSYNC support (
#11790
)
...
See also:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253937
2021-03-15 14:02:36 -07:00
..
append-file_nix.go
fix: use buffers only when necessary for io.Copy() (
#11229
)
2021-01-06 09:36:55 -08:00
append-file_windows.go
fix: use buffers only when necessary for io.Copy() (
#11229
)
2021-01-06 09:36:55 -08:00
ioutil_test.go
add option for O_SYNC writes for standalone FS backend (
#9581
)
2020-05-12 19:24:59 -07:00
ioutil.go
fix: use buffers only when necessary for io.Copy() (
#11229
)
2021-01-06 09:36:55 -08:00
read_file_noatime_notsupported.go
fix: runtime issue on FreeBSD due to missing O_NOATIME/O_DSYNC support (
#11790
)
2021-03-15 14:02:36 -07:00
read_file_noatime_supported.go
fix: runtime issue on FreeBSD due to missing O_NOATIME/O_DSYNC support (
#11790
)
2021-03-15 14:02:36 -07:00
read_file.go
[feat]: use DSYNC for xl.meta writes and NOATIME for reads (
#11615
)
2021-02-24 00:14:16 -08:00