summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | doc/radosgw/config-ref: fix lc worker thread tuningLaimis Juzeliƫnas10 days1-1/+1
* | | | | | | | | | | | | | | | | Merge pull request #58924 from imtzw/tzw_ikey_latYuri Weinstein5 days1-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | bluestore: record omapiter init latencyimtzw2024-07-311-0/+6
* | | | | | | | | | | | | | | | | | Merge pull request #57617 from Matan-B/wip-matanb-fix-python-warningsYuri Weinstein5 days2-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | test/pybind/test_rados.py: fix warningsMatan Breizman2024-05-222-1/+2
* | | | | | | | | | | | | | | | | | | Merge pull request #60278 from rzarzynski/wip-os-fastomapiterYuri Weinstein5 days17-123/+502
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | os, test: make omap_iterate obligatory for ObjectStoresRadoslaw Zarzynski2024-12-172-3/+11
| * | | | | | | | | | | | | | | | | | | os/kstore: bring support for omap_iterateRadoslaw Zarzynski2024-12-172-0/+72
| * | | | | | | | | | | | | | | | | | | os/memstore: bring support for omap_iterateRadoslaw Zarzynski2024-12-172-0/+49
| * | | | | | | | | | | | | | | | | | | crimson, os: put AlienStore::omap_get_values() on top of OS::omap_iterate()Radoslaw Zarzynski2024-12-176-98/+15
| * | | | | | | | | | | | | | | | | | | os/bluestore: reduce dependencies of omap_iterate()'s loop on OnodeRadoslaw Zarzynski2024-12-172-16/+10
| * | | | | | | | | | | | | | | | | | | kv: avoid memcpy around key() in OMAP iterator of KeyValueDBRadoslaw Zarzynski2024-12-176-6/+118
| * | | | | | | | | | | | | | | | | | | os/bluestore: bring latency logging to omap_iterate()Radoslaw Zarzynski2024-12-171-1/+18
| * | | | | | | | | | | | | | | | | | | common/ceph_time: introduce time_guard for RAII-styled timediff calculationRadoslaw Zarzynski2024-12-171-0/+17
| * | | | | | | | | | | | | | | | | | | os/bluestore: implement the lightweight OMAP iterationRadoslaw Zarzynski2024-12-172-0/+77
| * | | | | | | | | | | | | | | | | | | kv: avoid memcpy in OMAP iterator of KeyValueDBRadoslaw Zarzynski2024-12-1711-0/+64
| * | | | | | | | | | | | | | | | | | | os, osd: introduce a lightweight OMAP iterationRadoslaw Zarzynski2024-12-172-21/+73
* | | | | | | | | | | | | | | | | | | | Merge pull request #61000 from MaxKellermann/no_boostSrinivasaBharathKanta5 days2-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | common/bit_vector: use static_assert() instead of BOOST_STATIC_ASSERT()Max Kellermann2024-12-091-2/+2
| * | | | | | | | | | | | | | | | | | | | include/random: use std::optional instead of boost::optionalMax Kellermann2024-12-091-2/+2
* | | | | | | | | | | | | | | | | | | | | Merge pull request #61278 from VallariAg/wip-vallari-nvmeof-alerts-updateVallari Agrawal5 days3-24/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | monitoring: Update nvmeof alert limits in configVallari Agrawal9 days3-24/+91
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #60762 from ljflores/wip-tracker-67181SrinivasaBharathKanta6 days1-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | qa/suites/rados/verify/validater: ignore OSD_DOWNLaura Flores2024-11-181-0/+1
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #60261 from MaxKellermann/PyModule_no_lockSrinivasaBharathKanta6 days1-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | mgr/PyModule: get_error_string() returns copyMax Kellermann2024-12-091-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | mgr/PyModule: do not lock in get_name()Max Kellermann2024-12-091-1/+1
| | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #60958 from xxhdx1985126/wip-69120Matan Breizman6 days1-9/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | crimson/osd/backfill_state: recheck whether needs to scan the primary atXuehan Xu13 days1-9/+18
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #60803 from xxhdx1985126/wip-69027Matan Breizman6 days6-9/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | crimson/osd/replicated_backend: make sure the check on whether to sendXuehan Xu13 days1-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | crimson/osd/replicated_recovery_backend: ignore the recovery of deleteXuehan Xu13 days1-0/+9
| * | | | | | | | | | | | | | | | | | | | | | | | crimson/osd/replicate_backend: add standalone delete to the push queueXuehan Xu13 days5-7/+53
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #60795 from taodd/fix-rbd-sparsify-on-ec-image-slowIlya Dryomov7 days1-4/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | osd: optimize extent comparison in PrimaryLogPGDongdong Tao2024-11-221-4/+13
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #61313 from VallariAg/wip-vallari-teuthology-docsVallari Agrawal8 days2-7/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | doc: improve tests-integration-testing-teuthology-workflow.rstVallari Agrawal8 days2-7/+52
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #61291 from cbodley/wip-69470Zac Dover8 days1-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | doc/rgw: document UserName requirements for account migrationCasey Bodley9 days1-0/+5
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #55259 from linuxbox2/wip-object-attributesMatt Benjamin8 days22-19/+625
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | rgw_attrs: fixes for 3 more iam/perms mappingsMatt Benjamin8 days3-0/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | rgw:attrs: dump marker and max_parts only if sentMatt Benjamin11 days2-7/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | rgw:attrs cap max_parts at 1000Matt Benjamin11 days1-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | rgw: GetObjAttrs enforces MaxSize and returns correct IsTruncatedCasey Bodley11 days2-1/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | rgw/rados: Object::list_parts() starts after markerCasey Bodley11 days1-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | rgw/rados: get_part_obj_state() fixes accounted_size when uncompressedCasey Bodley11 days1-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | rgw: GetObjAttrs calls rgw_s3_prepare_decrypt()Casey Bodley11 days3-2/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | | rgw_cksum: return version_id in all casesMatt Benjamin11 days1-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | rgw_cksum: permit fallback to checksum-type from create-multipart, in upload-...Matt Benjamin11 days4-7/+58
| * | | | | | | | | | | | | | | | | | | | | | | | | | rgw: defensive check for part cksum in try_sum_part_cksumsMatt Benjamin11 days1-0/+8