index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SubmittingPatches-backports.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-17
cmake: use cmake module to integrate liburing
Changcheng Liu
4
-23
/
+59
2020-04-17
rbd-mirror: track in-flight start/stop/restart in instance replayer
Jason Dillaman
2
-21
/
+22
2020-04-17
rbd-mirror: switch to common C_TrackedOp context class
Jason Dillaman
4
-42
/
+11
2020-04-17
common: add helper C_TrackerOp context class
Jason Dillaman
1
-2
/
+20
2020-04-17
cmake: detect fuse3 as well
Kefu Chai
1
-2
/
+7
2020-04-17
cmake: check for FUSE version
Kefu Chai
1
-9
/
+23
2020-04-17
cmake: link against FUSE::FUSE
Kefu Chai
5
-7
/
+16
2020-04-17
cmake: rename Findfuse.cmake to FindFUSE.cmake
Kefu Chai
2
-2
/
+2
2020-04-16
qa/tests: added octopus-p2p upgrade tests to the mix
Yuri Weinstein
1
-2
/
+4
2020-04-16
mgr/test_orchestrator: fix error when listing services
Kiefer Chang
2
-199
/
+303
2020-04-16
qa/tasks/mgr/dashboard: set last_opt_revision when setting enabled
Kefu Chai
1
-1
/
+3
2020-04-16
mgr/orch: Fixes some deserialization errors
Kiefer Chang
1
-2
/
+2
2020-04-16
doc: add object corpus to release checklist
Josh Durgin
1
-0
/
+1
2020-04-16
ceph-object-corpus: pick up octopus 15.2.1-40-ga838bb1aae
Josh Durgin
1
-0
/
+0
2020-04-16
doc/dev/corpus.rst: tweak formatting
Kefu Chai
1
-2
/
+4
2020-04-16
cephadm: add RGW SSL support
Matthew Oliver
4
-18
/
+159
2020-04-16
include/denc: replace bufferlist::copy with iterator version
Josh Durgin
1
-1
/
+1
2020-04-15
qa/workunits/rbd: retry the addition of a mirror pool peer
Jason Dillaman
1
-6
/
+40
2020-04-15
librbd: mirror peer add error message should include site name
Jason Dillaman
1
-1
/
+1
2020-04-15
rbd: improved error message when adding a duplicate mirror pool peer
Jason Dillaman
1
-1
/
+4
2020-04-15
mgr/cephadm: add replacement flag to _create_osd
Joshua Schmid
4
-31
/
+41
2020-04-15
mgr/dashboard: Add expand/collapse datatable feature
Sebastian Krah
83
-423
/
+623
2020-04-15
mgr/cephadm: use --osd-ids instead of --osd-id
Joshua Schmid
2
-2
/
+2
2020-04-15
mgr/cephadm: add support for osd_id_claims
Joshua Schmid
5
-13
/
+108
2020-04-15
mgr/cephadm: enable osd previews
Joshua Schmid
7
-33
/
+228
2020-04-15
mgr/cephadm: corrected documentation for starting an upgrade
ahaase-c4u
1
-3
/
+3
2020-04-15
doc/rados/operations: update docs to reflect balancer being on by default
Neha Ojha
2
-16
/
+17
2020-04-15
github: add "jenkins test classic perf" to jenkins commands list
Kefu Chai
1
-0
/
+1
2020-04-15
PendingReleaseNotes: add note about balancer being on by default
Neha Ojha
1
-0
/
+8
2020-04-15
cephadm: use CephContainer during command `enter`
Michael Fritch
1
-2
/
+6
2020-04-15
rbd-mirror: utilize structured binding in 'for' loop
Jason Dillaman
1
-5
/
+2
2020-04-14
qa/standalone/mon/osd-pool-df.sh: flush_pg_stats explicitly
Neha Ojha
1
-1
/
+1
2020-04-14
mgr/cephadm: Fixed warn_on_stray_hosts setting
Andreas Haase
1
-2
/
+2
2020-04-14
cephadm: Update images used
Sebastian Wagner
4
-7
/
+20
2020-04-14
qa/suites/rbd: tweak 'require_osd_release' to 'pacific'
Jason Dillaman
1
-1
/
+1
2020-04-14
common: Add dlfcn_compat.h for win32
Lucian Petrut
9
-17
/
+120
2020-04-14
qa/standalone/mon/osd-pool-df.sh: fix test to check for the right values
Neha Ojha
1
-2
/
+3
2020-04-14
qa/standalone/mgr/balancer.sh: adapt test
Neha Ojha
1
-3
/
+3
2020-04-14
pybind/mgr/balancer/module.py: turn on balancer in upmap mode by default
Neha Ojha
1
-2
/
+2
2020-04-14
qa/workunits/cephtool/test.sh: don't set-require-min-compat-client luminous
Neha Ojha
1
-1
/
+0
2020-04-13
rgw: dont use RGWOmapAppend for error_repo
Casey Bodley
1
-38
/
+19
2020-04-13
rgw: remove per-bucket-shard sync leases
Casey Bodley
1
-70
/
+34
2020-04-13
rgw: ContinuousLeaseCR::is_locked() is const
Casey Bodley
1
-1
/
+1
2020-04-13
rgw: ContinuousLeaseCR doesn't need locks/atomics
Casey Bodley
1
-5
/
+1
2020-04-13
rgw: use objv_tracker to read/write bucket sync status
Casey Bodley
2
-49
/
+57
2020-04-13
rgw: RadosRemoveCR takes objv_tracker
Casey Bodley
2
-3
/
+10
2020-04-13
rgw: SimpleRadosReadAttrsCR takes objv_tracker
Casey Bodley
2
-10
/
+16
2020-04-13
rgw: SysObj service applies objv on set_attrs
Casey Bodley
1
-0
/
+3
2020-04-13
rgw: data sync no longer needs index_key_to_marker
Casey Bodley
1
-37
/
+0
2020-04-13
rgw: DataSyncSingleEntry loops based on progress
Casey Bodley
2
-13
/
+25
[next]