/
githubmirror
/
nbs
ОбзорДокументацияВойти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
nbs/
.../client/lib/
..
ut

issue-6208: [Filestore] Aggregate template functions (#6733)

19 часов назад
add_cluster_node.cpp

fixing 'ythrow TServiceError' pattern which breaks exception messages - introduced STORAGE_THROW_SERVICE_ERROR macro which builds much better messages (#4888)

8 месяцев назад
aggregate.h

issue-6208: [Filestore] Aggregate template functions (#6733)

19 часов назад
aggregate_ut.cpp

issue-6208: [Filestore] Aggregate template functions (#6733)

19 часов назад
app.cpp

[Filestore] fix client not working for single-argument commands (#3227)

год назад
app.h

Added missed pragma once directives (#5000)

7 месяцев назад
bootstrap.cpp

issue-2631: add iam token support to filestore-client (#2677)

2 года назад
bootstrap.h

issue-2631: add iam token support to filestore-client (#2677)

2 года назад
command.cpp

Proper usage of ICertificateProvider interface (#6095)

2 месяца назад
command.h

filestore: TFuture::ExtractValue() -> UnsafeExtractValue() (#6210)

2 месяца назад
create.cpp

fixing 'ythrow TServiceError' pattern which breaks exception messages - introduced STORAGE_THROW_SERVICE_ERROR macro which builds much better messages (#4888)

8 месяцев назад
create_session.cpp

filestore service: logging client-id to profile log; added support for --client-id in most of the filestore-client commands (#4926)

7 месяцев назад
describe.cpp

[Filestore] remove the TTextPrinter singleton to fix a crash caused by accessing a destroyed singleton during filestore-client shutdown (#5746)

4 месяца назад
destroy.cpp

fixing 'ythrow TServiceError' pattern which breaks exception messages - introduced STORAGE_THROW_SERVICE_ERROR macro which builds much better messages (#4888)

8 месяцев назад
destroy_session.cpp

filestore service: logging client-id to profile log; added support for --client-id in most of the filestore-client commands (#4926)

7 месяцев назад
diagnose_filesystem.cpp

issue-6208: [Filestore] Track most accessed nodes (#6613)

12 часов назад
diff.cpp

issue-1350: support finding garbage in main tablet (filestore-client findgarbage tool) (#2860)

2 года назад
execute_action.cpp

issue-2137: filestore-client forcedcompaction command (#2383)

2 года назад
factory.cpp

Introducing a DiagnoseFilesystem command (#6493)

месяц назад
factory.h

Added missed pragma once directives (#5000)

7 месяцев назад
find.cpp

[Filestore] allow passing root to the `filestore-client find` (#4744)

8 месяцев назад
find_garbage.cpp

issue-1350: support finding garbage in main tablet (filestore-client findgarbage tool) (#2860)

2 года назад
forced_compaction.cpp

Fix missing filesystem id on profile log write (#2953)

2 года назад
kick_endpoint.cpp

fixing 'ythrow TServiceError' pattern which breaks exception messages - introduced STORAGE_THROW_SERVICE_ERROR macro which builds much better messages (#4888)

8 месяцев назад
list_cluster_nodes.cpp

[Filestore] remove the TTextPrinter singleton to fix a crash caused by accessing a destroyed singleton during filestore-client shutdown (#5746)

4 месяца назад
list_endpoints.cpp

[Filestore] remove the TTextPrinter singleton to fix a crash caused by accessing a destroyed singleton during filestore-client shutdown (#5746)

4 месяца назад
list_filestores.cpp

fixing 'ythrow TServiceError' pattern which breaks exception messages - introduced STORAGE_THROW_SERVICE_ERROR macro which builds much better messages (#4888)

8 месяцев назад
ln.cpp

issue-2674: filestore-client ln command + support for RenameNode, UnlinkNode + basic support for RenameNode in filesystems with directories in shards (#2823)

2 года назад
ls.cpp

issue-5726: introducing ListNodesInternal API for service<->tablet listing requests (#5839)

3 месяца назад
mkdir.cpp

issue-1928: filestore-client: using ISession instead of IClient for the Session-aware methods to properly process E_FS_INVALID_SESSION errors; existing tests are more or less sufficient to ensure that this code is correct (#2265)

2 года назад
mount.cpp

[Filestore] Refactoring: extract TFileRingBuffer, TDynamicPersistentTable, TPersistentTable to a separate library (#5982)

3 месяца назад
mv.cpp

issue-2674: filestore-client mv command (#2822)

2 года назад
performance_profile_params.cpp

issue-6183: [Filestore] Fix performance profile params dropped on resize (#6184)

2 месяца назад
performance_profile_params.h

issue-6183: [Filestore] Fix performance profile params dropped on resize (#6184)

2 месяца назад
performance_profile_params_ut.cpp

issue-1709: [Filestore] Implement throttling for DescribeData and GenerateBlobIds requests - allow 4G+ throttle values (#1849)

2 года назад
ping.cpp

Proper usage of ICertificateProvider interface (#6095)

2 месяца назад
public.h

Intermediate changes

3 года назад
read.cpp

[Filestore] use buffer offset to print response in filestore-client read (#4128)

год назад
readlink.cpp

[Filestore] add readlink command implementation to the filestore-client (#5968)

3 месяца назад
remove_cluster_node.cpp

fixing 'ythrow TServiceError' pattern which breaks exception messages - introduced STORAGE_THROW_SERVICE_ERROR macro which builds much better messages (#4888)

8 месяцев назад
reset_session.cpp

filestore service: logging client-id to profile log; added support for --client-id in most of the filestore-client commands (#4926)

7 месяцев назад
resize.cpp

filestore-client - support --config-version (#5817)

4 месяца назад
rm.cpp

[Filestore]: support remove by parentId and name in filestore-client (#2867)

2 года назад
set_node_attr.cpp

issue-6608: add ability to set QuotaId for node using filestore-client (#6721)

2 дня назад
start_endpoint.cpp

fixing 'ythrow TServiceError' pattern which breaks exception messages - introduced STORAGE_THROW_SERVICE_ERROR macro which builds much better messages (#4888)

8 месяцев назад
stat.cpp

issue-1928: filestore-client: using ISession instead of IClient for the Session-aware methods to properly process E_FS_INVALID_SESSION errors; existing tests are more or less sufficient to ensure that this code is correct (#2265)

2 года назад
stop_endpoint.cpp

fixing 'ythrow TServiceError' pattern which breaks exception messages - introduced STORAGE_THROW_SERVICE_ERROR macro which builds much better messages (#4888)

8 месяцев назад
text_table.cpp

[Filestore] fix ls command in client without `--json` flag (#2041)

2 года назад
text_table.h

[Filestore] fix ls command in client without `--json` flag (#2041)

2 года назад
touch.cpp

issue-1928: filestore-client: using ISession instead of IClient for the Session-aware methods to properly process E_FS_INVALID_SESSION errors; existing tests are more or less sufficient to ensure that this code is correct (#2265)

2 года назад
write.cpp

issue-1928: filestore-client: using ISession instead of IClient for the Session-aware methods to properly process E_FS_INVALID_SESSION errors; existing tests are more or less sufficient to ensure that this code is correct (#2265)

2 года назад
ya.make

Introducing a DiagnoseFilesystem command (#6493)

месяц назад