index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cls
/
queue
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang tidy generates use-after-move warning
Suyash Dongre
2024-07-03
1
-2
/
+2
*
Merge pull request #52210 from ceph/wip-nitzan-ceph-dencoder-extend-common-ty...
Yuri Weinstein
2023-12-13
2
-3
/
+114
|
\
|
*
ceph-dencoder: Add missing common types to ceph-dencoder for accurate encode-...
NitzanMordhai
2023-09-13
2
-3
/
+114
*
|
RGW: make new rados support old RGW 2pc remove
Ali Masarwa
2023-11-26
4
-15
/
+52
|
/
*
RGW: Add observability over the persistent topics queue
Ali Masarwa
2023-07-06
1
-0
/
+22
*
cls/queue: use larger read chunks in queue_list_entries
Igor Fedotov
2022-12-08
1
-7
/
+5
*
cls: build without "using namespace std"
Kefu Chai
2021-08-13
3
-7
/
+9
*
cls/rgw_gc: Clearing off urgent data in bufferlist, before
Pritha Srivastava
2020-05-27
1
-0
/
+5
*
cls/queue: Populating marker correctly in queue_list_entries,
Pritha Srivastava
2020-04-28
1
-0
/
+8
*
cls: Build ceph-osd without using namespace declarations in headers
Adam C. Emerson
2020-04-06
4
-39
/
+52
*
Merge pull request #34269 from yuvalif/fix_cls_queue_logs
Yuval Lifshitz
2020-04-05
1
-44
/
+46
|
\
|
*
cls/queue: remove error message when queue is not initialized
Yuval Lifshitz
2020-03-29
1
-44
/
+46
*
|
cls/queue: add 2-phase-commit queue implementation
Yuval Lifshitz
2020-03-11
3
-6
/
+36
|
/
*
cls/queue: fix data corruption in urgent data
Yuval Lifshitz
2020-03-03
1
-4
/
+4
*
cls/queue: add unit tests
Yuval Lifshitz
2020-02-26
2
-10
/
+10
*
cls/queue: Fix for adjusting start offset, taking into account
Pritha Srivastava
2020-02-17
1
-3
/
+5
*
cls/queue: switch users of bufferlist::copy{_in} to iterators.
Radoslaw Zarzynski
2020-01-26
1
-3
/
+3
*
Modified code to have the max urgent data size fixed.
Pritha Srivastava
2019-10-15
5
-39
/
+20
*
Re-arranged files to move gc related code under a new cls module.
Pritha Srivastava
2019-10-15
13
-821
/
+120
*
Restructuring code.
Pritha Srivastava
2019-10-15
13
-1134
/
+638
*
Removing dequeue operation.
Pritha Srivastava
2019-10-15
4
-183
/
+0
*
Moving out gc related queue code to another module(cls_rgw_queue).
Pritha Srivastava
2019-10-15
12
-1621
/
+1896
*
Added cls ops for queue, gc(using queue) and test cases.
Pritha Srivastava
2019-10-15
8
-0
/
+2119