summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 #55259 from linuxbox2/wip-object-attributesMatt Benjamin7 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 Benjamin10 days2-7/+15
| * | | rgw:attrs cap max_parts at 1000Matt Benjamin10 days1-0/+1
| * | | rgw: GetObjAttrs enforces MaxSize and returns correct IsTruncatedCasey Bodley10 days2-1/+7
| * | | rgw/rados: Object::list_parts() starts after markerCasey Bodley10 days1-2/+2
| * | | rgw/rados: get_part_obj_state() fixes accounted_size when uncompressedCasey Bodley10 days1-0/+3
| * | | rgw: GetObjAttrs calls rgw_s3_prepare_decrypt()Casey Bodley10 days3-2/+19
| * | | rgw_cksum: return version_id in all casesMatt Benjamin10 days1-0/+2
| * | | rgw_cksum: permit fallback to checksum-type from create-multipart, in upload-...Matt Benjamin10 days4-7/+58
| * | | rgw: defensive check for part cksum in try_sum_part_cksumsMatt Benjamin10 days1-0/+8
| * | | rgw_cksum: don't display nil checksums in get-object-attributes (parts)Matt Benjamin10 days1-1/+3
| * | | rgw: GetObjectAttributes iam policy policy hooksMatt Benjamin10 days2-0/+6
| * | | rgw_cksum: zero-initialize GetObjAttrs integral membersMatt Benjamin10 days1-3/+3
| * | | rgw: implement GetObjectAttributesMatt Benjamin10 days18-13/+502
* | | | Merge pull request #60081 from anthonyeleven/anthonyeleven/tweakAnthony D'Atri8 days1-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 Williamson8 days1-7/+28
|\ \ \ \ \
| * | | | | Fix signed/unsigned warning and add parameter range checking.Jesse F. Williamson10 days1-7/+28
* | | | | | Merge pull request #61288 from adamemerson/wip-69303Adam Emerson8 days1-9/+23
|\ \ \ \ \ \
| * | | | | | rgw: Don't crash on exceptions from pool listingAdam Emerson9 days1-9/+23
* | | | | | | Merge pull request #60330 from JonBailey1993/JonBailey1993/ceph_test_rados_io...Jon Bailey9 days34-2388/+4211
|\ \ \ \ \ \ \
| * | | | | | | common/io_exerciser: Make chunksize so initial generated value is 4096 and ra...JonBailey199311 days1-1/+1
| * | | | | | | common/io_exerciser: Make sure Sequence 10 removes objects after finishing ru...JonBailey199311 days1-0/+3
| * | | | | | | src/common/json: Modified JSON structures so they take advantage of ceph_json...JonBailey199311 days15-863/+609
| * | | | | | | src/common/io_exerciser: Remove unneccisairy override in data_generation::See...JonBailey199311 days1-2/+2
| * | | | | | | src/common/io_exerciser: add missing override statements to JsonStructures.hJonBailey199311 days1-6/+6
| * | | | | | | src/common/io_exerciser: Formatting improvements using clang formatJonBailey199311 days19-3957/+2990
| * | | | | | | common/io_exerciser: Add simple sequences for testing error injectsJonBailey199311 days12-63/+888
| * | | | | | | common/io_exerciser: Add injecterror commands to ceph_test_rados_io_sequence ...JonBailey199311 days11-175/+1721
| * | | | | | | osd: EC error inject interfacesBill Scales11 days7-6/+466
| * | | | | | | src/common/io_exerciser: Code readability improvementsJonBailey199311 days9-528/+738
| |/ / / / / /
* | | | | | | Merge pull request #52791 from clwluvw/location-constraintCasey Bodley9 days18-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 Bodley9 days3-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | rgw/multisite: the create_bucket forward request omits theShilpa Jagannath10 days3-1/+5
* | | | | | | | | Merge pull request #60881 from NitzanMordhai/wip-nitzan-ipv6-subnet-checksLaura Flores9 days4-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 Breizman9 days6-4/+34
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | crimson/osd/pg_recovery: throttle backfills together with pg-log basedXuehan Xu13 days6-4/+34
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #60623 from piyushagarwal1411/ceph-exporterIlya Dryomov9 days1-0/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vstart.sh: add support for launching the ceph-exporter daemonPiyush Agarwal10 days1-0/+20