summaryrefslogtreecommitdiffstats
path: root/src/test/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* osd/scrub: complete ScrubJob transition from within ScrubQueueRonen Friedman2023-09-201-10/+12
* Merge pull request #52211 from rzarzynski/wip-crimson-ec-classical-refactorLaura Flores2023-09-091-3/+3
|\
| * osd: abstract ECBackend::RMWPipeline away from PGTransactionRadoslaw Zarzynski2023-07-071-3/+3
* | test/TestOSDMap: don't use the deprecated std::random_shuffle methodLeonid Usov2023-08-011-1/+3
* | osd: an fmtlib formatter for OpSchedulerItemRonen Friedman2023-07-091-0/+4
|/
* osd/OSDCap: allow rbd.metadata_list method under rbd-read-only profileIlya Dryomov2023-05-291-0/+43
* osd/scheduler: remove OpQueueable::get_op_type() and supporting machinerySamuel Just2023-05-081-4/+0
* Merge pull request #48010 from ljflores/wip-lflores-primary-balancerLaura Flores2023-02-281-1/+263
|\
| * test/osd: add read balancer unit testsLaura Flores2023-02-221-1/+263
* | Merge pull request #49482 from amathuria/wip-amathuria-mclock-high-prio-queueLaura Flores2023-02-281-0/+83
|\ \ | |/ |/|
| * mClock: Replace immediate queue with high priority queueAishwarya Mathuria2023-02-081-2/+2
| * mClock: Add ability to handle high priority operationsAishwarya Mathuria2023-02-081-0/+83
* | Merge pull request #47555 from JoshSalomon/wip-prim-balance-scoreLaura Flores2023-02-141-16/+179
|\ \
| * | osd, mon: add read balance score to command `ceph osd pool ls detail`Josh Salomon2023-02-141-16/+179
| |/
* / osd: Restore defaults of mClock built-in profiles upon modificationSridhar Seshasayee2023-01-091-1/+7
|/
* Merge pull request #47852 from Matan-B/wip-matanb-radosmodelYuri Weinstein2022-09-191-4/+22
|\
| * test/osd/RadosModel: WriteSameOp fix infinite loopMatan Breizman2022-09-051-0/+2
| * test/osd/RadosModel: abort on returned error codesMatan Breizman2022-09-051-0/+2
| * test/osd/RadosModel: verbose version updatesMatan Breizman2022-09-051-4/+14
| * test/osd/RadosModel: WriteOp check retval and is_completeMatan Breizman2022-08-311-1/+4
| * test/osd/RadosModel: writesame fix return value assertionMatan Breizman2022-08-311-1/+2
* | osd/scrub: move snap_mapper_{fix/op}_t to the Scrub namespaceRonen Friedman2022-09-021-0/+1
* | osd/scrub: improve SnapMapper's API used by the scrubberRonen Friedman2022-09-021-2/+26
|/
* Merge pull request #47046 from rzarzynski/wip-dup-trimming-test2Laura Flores2022-08-261-4/+4
|\
| * test/PGlog: cherry-pick PGLogTrimTest changes for size-based trimmingNitzanMordhai2022-08-091-4/+4
* | Merge pull request #47272 from dheart-joe/masterKefu Chai2022-08-121-2/+2
|\ \ | |/ |/|
| * test/osd/TestPGLog: Fix wrong description that the log and the olog.郑小剑2022-07-291-2/+2
* | osd: use fmt/ranges.h for printing rangesKefu Chai2022-07-272-0/+4
* | Merge pull request #36282 from rzarzynski/wip-bl-drop-cloneYuri Weinstein2022-07-221-2/+3
|\ \
| * | test/osd: scrubber_generators don't use buffer::clone() anymore.Radosław Zarzyński2022-05-231-2/+3
| |/
* | Merge pull request #46630 from rzarzynski/wip-pglog-trim-dupsYuri Weinstein2022-06-171-52/+9
|\ \
| * | Revert "tools/ceph_objectstore_took: Add duplicate entry trimming"Radosław Zarzyński2022-06-121-5/+5
| * | Revert "osd/PGLog.cc: Trim duplicates by number of entries"Radosław Zarzyński2022-06-121-47/+4
| |/
* / test/pglog: Fix memory leakAdam Kupczyk2022-06-021-1/+1
|/
* test/osd: unit-tests for the scrubber schedulerRonen Friedman2022-05-192-0/+409
* Merge pull request #45962 from ronen-fr/wip-rf-sbe-test2Ronen Friedman2022-05-166-0/+1223
|\
| * test/osd/scrub: scrubber backend test filesRonen Friedman2022-05-116-0/+1223
* | osd/PGLog.cc: Trim duplicates by number of entriesNitzanMordhai2022-04-261-4/+47
* | tools/ceph_objectstore_took: Add duplicate entry trimmingNitzanMordhai2022-04-251-5/+5
|/
* test: osd: add a /0 cidr test for 32-bit...Greg Farnum2022-04-211-1/+33
* test: add a /0 cidr test that blocklists EVERYTHINGGreg Farnum2022-04-211-0/+33
* test: add a 128-bit range blocklist testGreg Farnum2022-04-211-2/+6
* test: add 32-bit ipv4 and 64-bit ipv6 blocklist testingGreg Farnum2022-04-201-4/+9
* test: add a 30-bit range mask to ipv6 blocklisting testsGreg Farnum2022-04-201-3/+8
* test: split up ip- and range-based blocklisting testsGreg Farnum2022-04-201-15/+23
* test: test OSDMap::is_blocklisted in unit testsGreg Farnum2022-04-131-0/+120
* {osd,crimson}: Remove straggling `using namespace std` from headersAdam C. Emerson2022-01-222-382/+363
* osd/scrub: extracting scrub scheduling code from OSD.ccRonen Friedman2021-09-181-1/+1
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-3/+2
* test: s/INSTANTIATE_TEST_CASE_P/INSTANTIATE_TEST_SUITE_P/Kefu Chai2021-08-141-1/+1