index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crimson
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-15
crimson: switch ClientRequest::do_request to use *_executer rather than do_os...
Samuel Just
1
-24
/
+117
2024-10-15
crimson: introduce PG::run_executer,submit_executer
Samuel Just
2
-0
/
+106
2024-10-15
crimson: PG::submit_error_log returns eversion_t rather than optional
Samuel Just
2
-4
/
+8
2024-10-15
crimson: introduce rollback_obc_if_modified without an error argument
Samuel Just
1
-0
/
+28
2024-10-15
crimson: futures from flush_changes_n_do_ops_effects must not fail
Samuel Just
2
-19
/
+45
2024-10-15
crimson: OpsExecutor::flush_clone_metadata no longer needs to return a future
Samuel Just
2
-10
/
+4
2024-10-15
crimson: remove the eagain error from PG::do_osd_ops
Samuel Just
3
-13
/
+19
2024-10-15
crimson/osd: move pipelines to osd_operation.h
Samuel Just
6
-49
/
+31
2024-10-15
crimson: eliminate get_obc stage
Samuel Just
7
-19
/
+4
2024-10-15
crimson/.../internal_client_request: convert with_interruption to coroutine
Samuel Just
1
-62
/
+61
2024-10-15
crimson/.../internal_client_request: factor out with_interruption
Samuel Just
2
-66
/
+74
2024-10-15
crimson/.../internal_client_request: remove unnecessary system_shutdown guard
Samuel Just
1
-76
/
+74
2024-10-15
crimson: fix typo OpsExecutor->OpsExecuter
Samuel Just
3
-7
/
+7
2024-10-15
crimson: add missing field to SUBLOGDPPI and LOGDPPI
Samuel Just
1
-2
/
+2
2024-10-15
crimson: remove watchers upon object deletion
Samuel Just
1
-10
/
+26
2024-10-14
doc/governance: add new CSC members
Patrick Donnelly
1
-0
/
+11
2024-10-11
mgr/dashboard: Fix listener deletion
Afreen Misbah
2
-3
/
+3
2024-10-11
mgr/dashboard: introduce server side pagination for osds
Nizamudeen A
13
-46
/
+178
2024-10-11
container/build.sh: fix arm architecture tagging
Dan Mick
1
-3
/
+3
2024-10-10
qa/standalone/scrub: remove TEST_recovery_scrub_2
Ronen Friedman
1
-140
/
+0
2024-10-10
osd/scrub: modify ScrubStore contents retrieval
Ronen Friedman
2
-50
/
+106
2024-10-10
qa/standalone/scrub: test new ScrubStore implementation
Ronen Friedman
1
-1
/
+248
2024-10-10
osd/scrub: separate shallow vs deep errors storage
Ronen Friedman
3
-44
/
+285
2024-10-10
common/scrub,osd/scrub: minor cleanups to ScrubStore
Ronen Friedman
4
-53
/
+42
2024-10-10
common: extend MapCacher API
Ronen Friedman
2
-0
/
+50
2024-10-10
osd/scrub: add dout() capability to the ScrubStore
Ronen Friedman
3
-11
/
+61
2024-10-10
osd/scrub: directly create or reinit the ScrubStore
Ronen Friedman
4
-32
/
+104
2024-10-10
osd/scrub: introduce ScrubStore::at_level_t
Ronen Friedman
2
-23
/
+79
2024-10-10
mon/nvmeofgw*: fix HA usecase when gateway has no listeners: behaves like no-...
Leonid Chernin
3
-5
/
+22
2024-10-10
mgr/dashboard: unable to edit pipe config for bucket level policy of a bucket
Naman Munet
7
-25
/
+87
2024-10-10
doc/dev: remove "Stable Releases and Backports"
Zac Dover
1
-8
/
+5
2024-10-10
doc: SubmittingPatches-backports - remove backports team
Zac Dover
1
-43
/
+8
2024-10-10
Add cosbench deprecation warning to qa/README
Lee Sanders
1
-0
/
+5
2024-10-10
qa/suites/tasks/cbt.py: Deprecating cosbench from Teuthology in preparation f...
Lee Sanders
1
-129
/
+2
2024-10-10
qa/workunits/nvmeof/setup_subsystem.sh: use --no-group-append
Vallari Agrawal
1
-1
/
+1
2024-10-10
qa/suites/nvmeof: use "latest" image of gateway and cli
Vallari Agrawal
4
-8
/
+8
2024-10-09
qa/cephfs: update earmark values to valid ones in test_volumes.py
Avan Thakkar
1
-3
/
+3
2024-10-09
common/io_exerciser: Modify is_locked_by_me call in ceph_test_rados_io_sequence
JonBailey1993
1
-1
/
+1
2024-10-09
doc: update 'header get' output in cephfs-journal-tool.rst
Jos Collin
1
-4
/
+4
2024-10-09
doc: fix email
Ernesto Puerta
1
-1
/
+1
2024-10-08
os/bluestore: Make truncate() drop unused allocations
Adam Kupczyk
2
-23
/
+56
2024-10-08
qa: do not fail cephfs QA tests for slow bluestore ops
Patrick Donnelly
1
-0
/
+3
2024-10-08
common/io_exerciser: Add version argument to callbacks in ceph_radios_io_sequ...
JonBailey1993
1
-6
/
+15
2024-10-08
crimson/osd/backfill_state: add the object to be pushed in the peer
Xuehan Xu
6
-13
/
+48
2024-10-08
crimson/os/seastore/transaction_manager: refine logs
Yingxin Cheng
3
-90
/
+122
2024-10-08
crimson/os/seastore/transaction_manager: misc cleanups
Yingxin Cheng
2
-82
/
+74
2024-10-08
crimson/os/seastore: workaround log linkage issue under clang14
Yingxin Cheng
2
-132
/
+210
2024-10-08
crimson/os/seastore: refine logs of seastore.h/cc
Yingxin Cheng
3
-144
/
+265
2024-10-08
crimson/os/seastore: adjust op names
Yingxin Cheng
2
-21
/
+21
2024-10-08
crimson/os/seastore: convert length logs to the hex format
Yingxin Cheng
4
-16
/
+20
[next]