mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-16 08:16:47 -06:00
RenameDirectory state machine was not handling target not found correctly. This would have caused asserts (which result in crashes in production builds) There was also a bug in the rollback logic which would have caused a lingering lock on the source link. While breaking assumptions this was a benign bug as any operation on that directory would try and succeed acquiring this lock again. It would succeed as lock requests are idempotent.
23 lines
347 B
Plaintext
23 lines
347 B
Plaintext
# Copyright 2025 XTX Markets Technologies Limited
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
__pycache__/
|
|
.mypy_cache/
|
|
.cache/
|
|
build/
|
|
vgcore.*
|
|
compile_commands.json
|
|
.idea
|
|
.rsync-rules
|
|
kmod/bincode_tests
|
|
kmod/dmesg
|
|
kmod/test-out
|
|
kmod/trace
|
|
kmod/vm-out
|
|
linux-*.tar.gz
|
|
tern-integrationtest.*
|
|
.go-cache
|
|
ternfs-client*
|
|
_codeql_detected_source_root
|