summaryrefslogtreecommitdiffstats
path: root/src/cls/queue (follow)
Commit message (Expand)AuthorAgeFilesLines
* clang tidy generates use-after-move warningSuyash Dongre2024-07-031-2/+2
* Merge pull request #52210 from ceph/wip-nitzan-ceph-dencoder-extend-common-ty...Yuri Weinstein2023-12-132-3/+114
|\
| * ceph-dencoder: Add missing common types to ceph-dencoder for accurate encode-...NitzanMordhai2023-09-132-3/+114
* | RGW: make new rados support old RGW 2pc removeAli Masarwa2023-11-264-15/+52
|/
* RGW: Add observability over the persistent topics queueAli Masarwa2023-07-061-0/+22
* cls/queue: use larger read chunks in queue_list_entriesIgor Fedotov2022-12-081-7/+5
* cls: build without "using namespace std"Kefu Chai2021-08-133-7/+9
* cls/rgw_gc: Clearing off urgent data in bufferlist, beforePritha Srivastava2020-05-271-0/+5
* cls/queue: Populating marker correctly in queue_list_entries,Pritha Srivastava2020-04-281-0/+8
* cls: Build ceph-osd without using namespace declarations in headersAdam C. Emerson2020-04-064-39/+52
* Merge pull request #34269 from yuvalif/fix_cls_queue_logsYuval Lifshitz2020-04-051-44/+46
|\
| * cls/queue: remove error message when queue is not initializedYuval Lifshitz2020-03-291-44/+46
* | cls/queue: add 2-phase-commit queue implementationYuval Lifshitz2020-03-113-6/+36
|/
* cls/queue: fix data corruption in urgent dataYuval Lifshitz2020-03-031-4/+4
* cls/queue: add unit testsYuval Lifshitz2020-02-262-10/+10
* cls/queue: Fix for adjusting start offset, taking into accountPritha Srivastava2020-02-171-3/+5
* cls/queue: switch users of bufferlist::copy{_in} to iterators.Radoslaw Zarzynski2020-01-261-3/+3
* Modified code to have the max urgent data size fixed.Pritha Srivastava2019-10-155-39/+20
* Re-arranged files to move gc related code under a new cls module.Pritha Srivastava2019-10-1513-821/+120
* Restructuring code.Pritha Srivastava2019-10-1513-1134/+638
* Removing dequeue operation.Pritha Srivastava2019-10-154-183/+0
* Moving out gc related queue code to another module(cls_rgw_queue).Pritha Srivastava2019-10-1512-1621/+1896
* Added cls ops for queue, gc(using queue) and test cases.Pritha Srivastava2019-10-158-0/+2119