summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/io_exerciser: Clear the stringstream in RadosIO classJon Bailey2025-01-131-36/+58
* Merge pull request #61288 from adamemerson/wip-69303Adam Emerson2025-01-101-9/+23
|\
| * rgw: Don't crash on exceptions from pool listingAdam Emerson2025-01-091-9/+23
* | Merge pull request #60330 from JonBailey1993/JonBailey1993/ceph_test_rados_io...Jon Bailey2025-01-0934-2388/+4211
|\ \
| * | common/io_exerciser: Make chunksize so initial generated value is 4096 and ra...JonBailey19932025-01-071-1/+1
| * | common/io_exerciser: Make sure Sequence 10 removes objects after finishing ru...JonBailey19932025-01-071-0/+3
| * | src/common/json: Modified JSON structures so they take advantage of ceph_json...JonBailey19932025-01-0715-863/+609
| * | src/common/io_exerciser: Remove unneccisairy override in data_generation::See...JonBailey19932025-01-071-2/+2
| * | src/common/io_exerciser: add missing override statements to JsonStructures.hJonBailey19932025-01-071-6/+6
| * | src/common/io_exerciser: Formatting improvements using clang formatJonBailey19932025-01-0719-3957/+2990
| * | common/io_exerciser: Add simple sequences for testing error injectsJonBailey19932025-01-0712-63/+888
| * | common/io_exerciser: Add injecterror commands to ceph_test_rados_io_sequence ...JonBailey19932025-01-0711-175/+1721
| * | osd: EC error inject interfacesBill Scales2025-01-077-6/+466
| * | src/common/io_exerciser: Code readability improvementsJonBailey19932025-01-079-528/+738
| |/
* | Merge pull request #52791 from clwluvw/location-constraintCasey Bodley2025-01-0918-95/+68
|\ \
| * | rgw: respect location constraint in master zonegroupSeena Fallah2024-12-1918-95/+68
* | | Merge pull request #59960 from smanjara/wip-fix-missing-http-dataCasey Bodley2025-01-093-1/+5
|\ \ \
| * | | rgw/multisite: the create_bucket forward request omits theShilpa Jagannath2025-01-083-1/+5
* | | | Merge pull request #60881 from NitzanMordhai/wip-nitzan-ipv6-subnet-checksLaura Flores2025-01-094-13/+179
|\ \ \ \
| * | | | common/pick_address: Add IPv6 support to is_addr_in_subnetNitzan Mordechai2024-12-014-13/+179
* | | | | Merge pull request #60883 from xxhdx1985126/wip-crimson-backfill-throttleMatan Breizman2025-01-096-4/+34
|\ \ \ \ \
| * | | | | crimson/osd/pg_recovery: throttle backfills together with pg-log basedXuehan Xu2025-01-056-4/+34
* | | | | | Merge pull request #60623 from piyushagarwal1411/ceph-exporterIlya Dryomov2025-01-091-0/+20
|\ \ \ \ \ \
| * | | | | | vstart.sh: add support for launching the ceph-exporter daemonPiyush Agarwal2025-01-081-0/+20
* | | | | | | Merge pull request #60891 from xxhdx1985126/wip-seastore-fadvise-backfillYingxin Cheng2025-01-0921-118/+297
|\ \ \ \ \ \ \
| * | | | | | | crimson/osd/replicated_recovery_backend: prevent recovery/backfills fromXuehan Xu2025-01-063-15/+36
| * | | | | | | crimson/os: all "read/get" interfaces accept op_flagsXuehan Xu2025-01-067-78/+149
| * | | | | | | crimson/os/seastore: introduce cache_hint_tXuehan Xu2025-01-0613-35/+122
* | | | | | | | Merge pull request #61074 from chardan/wip-radowsgw-admin-jfw-restructure_fileJesse Williamson2025-01-087-32/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | rgw: migrate rgw_admin to new directory.Jesse Williamson2025-01-067-32/+34
* | | | | | | | | Merge pull request #60379 from cbodley/wip-librados-cancellationCasey Bodley2025-01-086-13/+383
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | librados/asio: document requirement on IoCtx's lifetimeCasey Bodley2024-11-191-0/+15
| * | | | | | | | | librados: document shallow copy semantics of IoCtxCasey Bodley2024-11-191-9/+26
| * | | | | | | | | librados/asio: forward asio cancellations to AioCompletion::cancel()Casey Bodley2024-11-192-6/+188
| * | | | | | | | | librados: expose op cancellation through AioCompletion::cancel()Casey Bodley2024-11-192-0/+11
| * | | | | | | | | test/librados: add test cases for aio_cancel()Casey Bodley2024-11-192-0/+145
* | | | | | | | | | Merge pull request #61127 from VallariAg/wip-nvmeof-delete-healthcheckVallari Agrawal2025-01-084-2/+52
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mon/NVMeofGwMap: add delay to NVMEOF_GATEWAY_DELETING warningVallari Agrawal2025-01-073-5/+34
| * | | | | | | | | | src/common/options/mon.yaml.in: add mon_nvmeofgw_delete_graceVallari Agrawal2025-01-061-0/+7
| * | | | | | | | | | mon/NVMeofGwMap: add healthcheck warning NVMEOF_GATEWAY_DELETINGVallari Agrawal2025-01-031-0/+14
* | | | | | | | | | | Merge pull request #61136 from cbodley/wip-69301Casey Bodley2025-01-081-2/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rgw: don't use merge_and_store_attrs() when recreating a bucketCasey Bodley2025-01-061-2/+8
* | | | | | | | | | | | Merge pull request #61255 from Matan-B/wip-matanb-crimson-seastore-deafult-2Matan Breizman2025-01-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | common/options/crimson.yaml.in: Bluestore by defaultMatan Breizman2025-01-071-1/+1
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #61251 from guits/ceph-volume-69432Guillaume Abrioux2025-01-081-5/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | ceph-volume: fix loop devices supportGuillaume Abrioux2025-01-071-5/+14
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #61252 from guits/hints-create_idGuillaume Abrioux2025-01-081-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ceph-volume: add python hints to util.prepare.create_id()Guillaume Abrioux2025-01-071-1/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #61213 from Matan-B/wip-matanb-crimson-shared-lru-dtorMatan Breizman2025-01-071-4/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | crimson/common/shared_lru: rename Deleter::cacheMatan Breizman2025-01-021-6/+6