rclone/cmd/mountlib
Nick Craig-Wood a67688dcc7 mount,cmount,mount2: add --direct-io flag to force uncached access
This change adds the --direct-io flag to the mount. This means the
page cache is completely bypassed for reads and writes. No read-ahead
takes place. Shared mmap is disabled.

This is useful to accurately read files which may change length
frequently on the source.
2024-03-26 17:32:11 +00:00
..
check_linux.go mount: notice daemon dying much quicker 2023-12-01 09:36:05 +00:00
check_other.go mount: notice daemon dying much quicker 2023-12-01 09:36:05 +00:00
mount.go mount,cmount,mount2: add --direct-io flag to force uncached access 2024-03-26 17:32:11 +00:00
mount.md vfs: fix unicode normalization on macOS - fixes #7072 2024-03-06 16:12:13 +00:00
rc_test.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
rc.go mount: error strings should not be capitalized 2023-03-26 14:28:15 +02:00
sighup_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sighup.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
utils.go mount: avoid incorrect or premature overlap check on windows 2023-01-24 22:27:02 +01:00