summaryrefslogtreecommitdiffstats
path: root/src/test/mds (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #57581 from adamemerson/wip-boost-1.85Casey Bodley2024-06-271-2/+1
|\
| * mds: Use Boost::url rather than `src.hpp`Adam Emerson2024-05-221-2/+1
* | Merge pull request #57946 from ceph/wip-lusov-qdb-bootstrap-eventLeonid S. Usov2024-06-201-0/+66
|\ \
| * | mds: QuiesceDbManager: mark next retry event during bootstrapLeonid Usov2024-06-091-0/+66
* | | mds/quiesce-db: calculate_quiesce_map: aggregate quiesce roots' TTL as `max`Leonid Usov2024-06-121-1/+77
|/ /
* | mds: QuiesceDbRequest: update the internal encoding of opsLeonid Usov2024-06-061-21/+21
* | mds/quiesce-agt: never send a synchronous ackLeonid Usov2024-05-261-20/+16
* | mds/quiesce-agt: add test for a rapid async ackLeonid Usov2024-05-261-36/+92
|/
* mds/queisce-db: collect acks while bootstrappingLeonid Usov2024-05-191-1/+1
* Merge PR #57454 into mainPatrick Donnelly2024-05-161-3/+45
|\
| * mds/quiesce-db: test that a peer on a newer membership epoch can ack a rootLeonid Usov2024-05-141-3/+45
* | mds/quiesce: db: quiesce-await should EPERM if a set is past QS_QUIESCEDLeonid Usov2024-04-301-5/+4
|/
* Merge pull request #56956 from ceph/wip-lusov-quiesce-agent-raceLeonid S. Usov2024-04-181-28/+82
|\
| * mds/quiesce: agent: avoid a race condition with rapid db updatesLeonid Usov2024-04-171-28/+82
* | test/TestQuiesceAgent: free quiesce_requests ContextRongqi Sun2024-04-111-1/+7
|/
* mds/quiesce-db: always clear the db if a membership is lostLeonid Usov2024-03-171-8/+2
* mds/quiesce-db: keep the db thread alive until shutdownLeonid Usov2024-03-061-8/+7
* mds/quiesce-db: incorporate review commentsLeonid Usov2024-03-042-3/+18
* mds/quiesce: declare QuiesceDbPeerListing and QuiesceDbPeerAckLeonid Usov2024-03-041-2/+2
* mds/quiesce: resolve the quiesce cluster at the mds monitorLeonid Usov2024-03-041-1/+1
* mds/quiesce: QuiesceAgent implementation and unit testsLeonid Usov2024-03-042-0/+553
* mds/quiesce: QuiesceDb.h and QuiesceDbManager with testsLeonid Usov2024-03-042-0/+1623
* src/tests/mds: improve test coverage in TestMDSAuthCapsRishabh Dave2023-07-141-0/+26
* src/tests/mds: add tests for all combinations of MDS capsRishabh Dave2023-07-141-13/+51
* mds: use variable g_ceph_context directly in MDSAuthCapsRishabh Dave2023-06-161-16/+16
* test: : build without "using namespace std"Kefu Chai2021-08-131-2/+1
* mds: add root_squash mode in MDS auth capsRamana Raja2020-09-251-0/+24
* common/RefCountedObj: cleanup con/desPatrick Donnelly2019-09-161-18/+9
* mds/MDSAuthCaps: parse and enforce network restrictionSage Weil2018-08-131-0/+16
* mds/MDSAuthCaps: pass addr to is_capableSage Weil2018-08-131-59/+63
* mds/SessionMap: track socket_addr for each SessionSage Weil2018-08-131-9/+9
* mds: make Server::prepare_force_open_sessions() update client metadataYan, Zheng2018-07-121-2/+5
* mds: add MAY_SNAPSHOT in MDSAuthCapsYan, Zheng2018-06-191-1/+1
* cephfs: Do not check auth gid when not specifiedDouglas Fuller2017-11-031-0/+13
* cmake: always use CMAKE_RUNTIME_OUTPUT_DIRECTORY as the unittests' pathKefu Chai2017-10-031-2/+2
* cmake: move common/util.cc into ceph-commonKefu Chai2017-06-141-1/+0
* cmake: turn libcommon into a shared libraryKefu Chai2017-01-101-1/+1
* test,cmake: turn unit.h into unit.cc to speed up compilationKefu Chai2016-11-283-2/+2
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-242-31/+2
* mds: sort GID lists in MDSAuthCapsGreg Farnum2016-09-271-1/+1
* test: basic checks on gid list is_capableGreg Farnum2016-09-221-4/+17
* mds: pass full gid list to MDSAuthCap checks, when presentGreg Farnum2016-09-221-50/+50
* cmake: do not exclude tests from 'make all'Sage Weil2016-06-231-2/+2
* Merge pull request #8546 from jcsp/wip-15465John Spray2016-05-041-0/+22
|\
| * test/mds: add test for symbols in pathsJohn Spray2016-04-121-0/+21
| * mds: fix auth caps with hyphen in pathJohn Spray2016-04-121-0/+1
* | cmake: moved tests into test/mds dirAli Maredia2016-04-151-0/+15
|/
* test: add TestSessionFilterJohn Spray2015-10-061-0/+162
* unittest_mds_authcap: improve user testsSage Weil2015-10-011-13/+50
* mds: drop MAY_CREATESage Weil2015-10-011-2/+1