summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | mgr/cephadm: allow disabling rgw_run_sync_thread through specAdam King2024-10-303-0/+31
* | | | | | | | | | | | | | | | | | Merge pull request #58924 from imtzw/tzw_ikey_latYuri Weinstein2025-01-131-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | bluestore: record omapiter init latencyimtzw2024-07-311-0/+6
* | | | | | | | | | | | | | | | | | | Merge pull request #57617 from Matan-B/wip-matanb-fix-python-warningsYuri Weinstein2025-01-132-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | test/pybind/test_rados.py: fix warningsMatan Breizman2024-05-222-1/+2
* | | | | | | | | | | | | | | | | | | | Merge pull request #60278 from rzarzynski/wip-os-fastomapiterYuri Weinstein2025-01-1317-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_boostSrinivasaBharathKanta2025-01-132-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 #60261 from MaxKellermann/PyModule_no_lockSrinivasaBharathKanta2025-01-131-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 Breizman2025-01-121-9/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | crimson/osd/backfill_state: recheck whether needs to scan the primary atXuehan Xu2025-01-051-9/+18
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #60803 from xxhdx1985126/wip-69027Matan Breizman2025-01-126-9/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | crimson/osd/replicated_backend: make sure the check on whether to sendXuehan Xu2025-01-051-2/+2
| * | | | | | | | | | | | | | | | | | | | | | crimson/osd/replicated_recovery_backend: ignore the recovery of deleteXuehan Xu2025-01-051-0/+9
| * | | | | | | | | | | | | | | | | | | | | | crimson/osd/replicate_backend: add standalone delete to the push queueXuehan Xu2025-01-055-7/+53
| |/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #60795 from taodd/fix-rbd-sparsify-on-ec-image-slowIlya Dryomov2025-01-111-4/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | osd: optimize extent comparison in PrimaryLogPGDongdong Tao2024-11-221-4/+13
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #55259 from linuxbox2/wip-object-attributesMatt Benjamin2025-01-1022-19/+625
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | rgw_attrs: fixes for 3 more iam/perms mappingsMatt Benjamin2025-01-103-0/+13
| * | | | | | | | | | | | | | | | | | | | | | | rgw:attrs: dump marker and max_parts only if sentMatt Benjamin2025-01-082-7/+15
| * | | | | | | | | | | | | | | | | | | | | | | rgw:attrs cap max_parts at 1000Matt Benjamin2025-01-081-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | rgw: GetObjAttrs enforces MaxSize and returns correct IsTruncatedCasey Bodley2025-01-082-1/+7
| * | | | | | | | | | | | | | | | | | | | | | | rgw/rados: Object::list_parts() starts after markerCasey Bodley2025-01-081-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | rgw/rados: get_part_obj_state() fixes accounted_size when uncompressedCasey Bodley2025-01-081-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | rgw: GetObjAttrs calls rgw_s3_prepare_decrypt()Casey Bodley2025-01-083-2/+19
| * | | | | | | | | | | | | | | | | | | | | | | rgw_cksum: return version_id in all casesMatt Benjamin2025-01-081-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | rgw_cksum: permit fallback to checksum-type from create-multipart, in upload-...Matt Benjamin2025-01-084-7/+58
| * | | | | | | | | | | | | | | | | | | | | | | rgw: defensive check for part cksum in try_sum_part_cksumsMatt Benjamin2025-01-081-0/+8
| * | | | | | | | | | | | | | | | | | | | | | | rgw_cksum: don't display nil checksums in get-object-attributes (parts)Matt Benjamin2025-01-081-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | rgw: GetObjectAttributes iam policy policy hooksMatt Benjamin2025-01-082-0/+6
| * | | | | | | | | | | | | | | | | | | | | | | rgw_cksum: zero-initialize GetObjAttrs integral membersMatt Benjamin2025-01-081-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | rgw: implement GetObjectAttributesMatt Benjamin2025-01-0818-13/+502
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #60081 from anthonyeleven/anthonyeleven/tweakAnthony D'Atri2025-01-101-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | src/exporter: improve usage messageAnthony D'Atri2024-10-011-6/+6
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #61164 from chardan/wip-objectstore-ops-replayer-sign-warningJesse Williamson2025-01-101-7/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fix signed/unsigned warning and add parameter range checking.Jesse F. Williamson2025-01-081-7/+28