summaryrefslogtreecommitdiffstats
path: root/src/cls/fifo (follow)
Commit message (Expand)AuthorAgeFilesLines
* cls/fifo: Journal is flat_set, not multimapAdam C. Emerson2023-01-091-12/+57
* cls/fifo: Move version inc into `apply_update()`Adam C. Emerson2023-01-092-24/+38
* cls/fifo: Merge duplicate journal entriesAdam C. Emerson2023-01-092-22/+9
* cls/fifo: Use spaceship operator to implement comparisonsAdam C. Emerson2023-01-091-9/+2
* cls/fifo: Remove all use of part tagsAdam C. Emerson2023-01-093-73/+27
* cls/fifo: Fix `same_or_later()` comparisonAdam C. Emerson2023-01-091-1/+1
* cls/fifo: specialize fmt::formater<> for rados::cls::fifo::infoKefu Chai2022-12-141-1/+10
* cls/fifo: use friend instead of member operatorsKefu Chai2022-03-171-4/+4
* cls: build without "using namespace std"Kefu Chai2021-08-132-3/+3
* rgw: Simplify log shard probing and err on the side of omapAdam C. Emerson2021-05-251-5/+12
* cls/fifo: Don't error in the log if we're being probed for existenceAdam C. Emerson2021-03-291-3/+7
* cls/fifo: Switch use CLS_ERR for errorsAdam C. Emerson2020-10-141-93/+97
* cls/fifo: cast ceph_le64 to uint64_t before printing itKefu Chai2020-10-091-2/+2
* cls: replace __le{32,64} types by their Ceph counterpartsWillem Jan Withagen2020-09-201-6/+6
* cls/fifo: Add 'exclusive' option to TrimAdam C. Emerson2020-09-092-6/+16
* cls/fifo: Use neorados interfaceAdam C. Emerson2020-09-097-2140/+940
* cls/fifo: FIFO over RADOSYehuda Sadeh2020-09-097-0/+3005