VictoriaMetrics/lib/fs
Guillem Jover 1d8b7faf71
spelling and grammar fixes via codespell ()
### Describe Your Changes

Fix many spelling errors and some grammar, including misspellings in
filenames.

The change also fixes a typo in metric `vm_mmaped_files` to `vm_mmapped_files`.
While this is a breaking change, this metric isn't used in alerts or dashboards.
So it seems to have low impact on users.

The change also deprecates `cspell` as it is much heavier and less usable.
---------

Co-authored-by: Andrii Chubatiuk <achubatiuk@victoriametrics.com>
Co-authored-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com>

(cherry picked from commit 76d205feae)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
2025-03-17 16:38:11 +01:00
..
fscore fscore: rollback trailing space trim () 2024-09-29 14:48:36 +02:00
fsutil lib/fs/fsutil: move lib/envutil to the more appropriate place at lib/fs/fsutil 2025-01-27 18:47:53 +01:00
dir_remover.go lib/fs: support NFS implementations that return EEXIST instead of ENOTEMPTY () 2024-06-04 15:30:48 +02:00
fadvise_darwin.go vlinsert: added opentelemetry logs support 2024-09-03 20:24:01 +02:00
fadvise_openbsd.go lib/fs: fix GOOS=openbsd build by adding fadviseSequentialRead implementation. 2020-10-05 23:32:28 +03:00
fadvise_solaris.go fixes solaris build () 2021-06-04 11:56:06 +03:00
fadvise_unix.go all: cleanup: remove // +build ... lines, since they are no longer needed after Go1.17, and the minimum supported Go version for VictoriaMetrics source code is Go1.20 2023-11-13 19:15:42 +01:00
fs.go lib/{mergeset,storage,logstorage}: use chunked buffer instead of bytesutil.ByteBuffer as a storage for in-memory parts 2025-03-15 21:20:04 +01:00
fs_nix.go lib: consistently use atomic.* types instead of atomic.* functions 2024-02-24 02:10:04 +02:00
fs_openbsd.go lib: consistently use atomic.* types instead of atomic.* functions 2024-02-24 02:10:04 +02:00
fs_solaris.go lib/fs/fsutil: move lib/envutil to the more appropriate place at lib/fs/fsutil 2025-01-27 18:47:53 +01:00
fs_test.go all: allow dynamically reading *AuthKey flag values from files and urls 2024-01-22 01:23:23 +02:00
fs_unix.go lib/fs/fsutil: move lib/envutil to the more appropriate place at lib/fs/fsutil 2025-01-27 18:47:53 +01:00
fs_windows.go lib: consistently use logger.Panicf("BUG: ...") for logging programming bugs 2025-01-24 16:40:50 +01:00
reader_at.go spelling and grammar fixes via codespell () 2025-03-17 16:38:11 +01:00
reader_at_test.go all: use os.{Read|Write}File instead of ioutil.{Read|Write}File 2022-08-21 23:55:20 +03:00
reader_at_timing_test.go all: use os.{Read|Write}File instead of ioutil.{Read|Write}File 2022-08-21 23:55:20 +03:00