frostfs-node/pkg/local_object_storage/blobstor/fstree
Evgenii Stratonikov d14d065fdc
All checks were successful
Vulncheck / Vulncheck (pull_request) Successful in 2m51s
DCO action / DCO (pull_request) Successful in 2m37s
Build / Build Components (1.21) (pull_request) Successful in 4m9s
Build / Build Components (1.20) (pull_request) Successful in 4m16s
Tests and linters / Staticcheck (pull_request) Successful in 6m6s
Tests and linters / Lint (pull_request) Successful in 6m55s
Tests and linters / Tests (1.20) (pull_request) Successful in 6m57s
Tests and linters / Tests (1.21) (pull_request) Successful in 7m7s
Tests and linters / Tests with -race (pull_request) Successful in 7m3s
[#970] fstree: Add build tag to enable generic version on linux
Unless tested, generic version can start gaining bugs. With a separate
build tag we can have the best of both worlds:
1. Use optimized implementation for linux by default.
2. Run tests or benchmarks for both. Note that they are not actually
   run automatically now, but this is at leas possible.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-02-09 16:55:15 +03:00
..
control.go [#970] fstree: Move delete implementation to a separate file 2024-02-09 16:55:15 +03:00
counter.go [#970] fstree: Move file locking to the generic writer 2024-02-09 16:55:15 +03:00
fstree.go [#970] fstree: Move file locking to the generic writer 2024-02-09 16:55:15 +03:00
fstree_test.go [#585] fstree: Add optional file counter 2023-08-16 14:47:44 +03:00
fstree_write_generic.go [#970] fstree: Move file locking to the generic writer 2024-02-09 16:55:15 +03:00
fstree_write_linux.go [#970] fstree: Add build tag to enable generic version on linux 2024-02-09 16:55:15 +03:00
fstree_write_specific.go [#970] fstree: Add build tag to enable generic version on linux 2024-02-09 16:55:15 +03:00
generic_test.go [#559] Remove manual path handling in fstree tests 2023-08-03 10:03:41 +03:00
metrics.go [#373] local storage: Pass parent ID 2023-06-21 15:13:26 +03:00
option.go [#970] fstree: Move file locking to the generic writer 2024-02-09 16:55:15 +03:00