summaryrefslogtreecommitdiffstats
path: root/src/test/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: unmount the mountpoint just before exitingXiubo Li2023-06-071-3/+4
* cleanup: Change incorrect modelinesAdam C. Emerson2022-01-221-1/+1
* test: : build without "using namespace std"Kefu Chai2021-08-131-0/+2
* Merge PR #40234 into masterPatrick Donnelly2021-05-181-1/+2
|\
| * client: always register callbacks before mount()Xiubo Li2021-04-081-1/+2
* | test: unmount when finished ino_release_cbPatrick Donnelly2021-03-251-0/+2
* | test: wait a time for inode releasePatrick Donnelly2021-03-251-0/+2
|/
* Merge PR #38859 into masterPatrick Donnelly2021-03-051-8/+8
|\
| * mds: use vector to define old_pools in PurgeItem and inode_backtrace_tYan, Zheng2021-02-011-8/+8
* | test: use std::atomic<bool> instead of volatile for cb_done varJeff Layton2021-02-161-1/+1
|/
* test: fix unused variable warning in test_ino_release_cb.cc.Radoslaw Zarzynski2020-06-251-1/+1
* test: add a new program for testing ino_release_cbJeff Layton2020-04-302-1/+82
* test/fs: Only use features.h on LinuxWillem Jan Withagen2019-09-271-0/+2
* test: Quell unused variable warningsAdam C. Emerson2018-09-121-4/+4
* qa: test for trim_caps segfault for trimmed dentriesPatrick Donnelly2018-05-192-5/+98
* {client,test}: Explicitly initialize empty inode_tAdam C. Emerson2018-02-091-6/+6
* cmake: always use CMAKE_RUNTIME_OUTPUT_DIRECTORY as the unittests' pathKefu Chai2017-10-031-1/+1
* cmake: do not exclude tests from 'make all'Sage Weil2016-06-231-1/+1
* cmake: moved tests into test/fs dirAli Maredia2016-04-151-0/+6
* test/mds: unit tests for the inode_backtrace_t and inode_t compare() functionsGreg Farnum2014-11-071-0/+252