summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #61157 from aiivashchenko/fix_68195J. Eric Ivancich12 days3-1/+3
|\
| * rgw: add missing last_modified field to swift apiAndrei Ivashchenko2024-12-233-1/+3
* | Merge pull request #59143 from Sean10/fix_rados_pybind_zero_paramYuri Weinstein12 days2-1/+6
|\ \
| * | test/pybind/test_rados.py: add test for reversed arguments offset,length in W...Wang Chao2024-11-051-0/+5
| * | pybind/rados: fix the incorrect order of offset,length in WriteOp.zeroWang Chao2024-11-051-1/+1
* | | Merge pull request #61384 from sj14/sj/delete-policy-204J. Eric Ivancich12 days1-1/+4
|\ \ \
| * | | rgw: S3 Delete Bucket Policy should return 204 on successSimon Jürgensmeyer2025-01-151-1/+4
* | | | Merge pull request #61370 from yehudasa/wip-69536J. Eric Ivancich12 days1-1/+1
|\ \ \ \
| * | | | rgw: RGWRados::get_olh() needs to use the correct attrYehuda Sadeh2025-01-141-1/+1
* | | | | Merge pull request #61285 from cbodley/wip-69462J. Eric Ivancich12 days1-0/+5
|\ \ \ \ \
| * | | | | rgw: /admin/user api dumps account-related user infoCasey Bodley2025-01-091-0/+5
* | | | | | Merge pull request #61244 from awojno-bloomberg/fix-bucket-sync-statusJ. Eric Ivancich12 days1-8/+6
|\ \ \ \ \ \
| * | | | | | rgw:fix radosgw-admin use after freeAlex Wojno2025-01-091-8/+6
* | | | | | | Merge pull request #60556 from aclamk/wip-aclamk-bluefs-truncate-allocations-...Adam Kupczyk13 days2-31/+110
|\ \ \ \ \ \ \
| * | | | | | | os/bluestore: Add unittest for BlueFS::truncate()Adam Kupczyk2024-10-301-0/+81
| * | | | | | | os/bluestore: Make truncate() drop unused allocationsAdam Kupczyk2024-10-291-31/+29
* | | | | | | | Merge pull request #60363 from aclamk/wip-aclamk-fix-bluefs-bdev-expandAdam Kupczyk13 days1-2/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | os/bluestore: Fix CBT bluefs-bdev-expandAdam Kupczyk2024-10-161-2/+27
* | | | | | | | | Merge pull request #61412 from gbregman/mainGil Bregman13 days3-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mgr/cephadm/nvmeof: Add SPDK iobuf options field to NVMeOF configurationGil Bregman13 days3-0/+8
* | | | | | | | | | Merge pull request #60265 from MaxKellermann/timeout_round_upYuri Weinstein13 days3-6/+52
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | msg/async/Timeout: always round upMax Kellermann2024-10-221-1/+4
| * | | | | | | | | msg/async/Event{Poll,Epoll}: move timeout calculation to Timeout.hMax Kellermann2024-10-223-6/+49
* | | | | | | | | | Merge pull request #61349 from VallariAg/wip-vallari-nvmeof-ceph-versionVallari Agrawal14 days1-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mon: do not show nvmeof in 'ceph versions' outputVallari Agrawal14 days1-1/+1
* | | | | | | | | | | Merge pull request #60889 from anoopcs9/fix-invalid-access-mdsMilind Changire14 days1-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mds: Fix invalid access of mdr->dn[0].back()Anoop C S2024-11-291-2/+2
* | | | | | | | | | | | Merge pull request #61211 from yuvalif/wip-yuval-logging-tenantYuval Lifshitz2025-01-1512-162/+648
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rgw/logging: clean pending objectsYuval Lifshitz2025-01-1312-129/+561
| * | | | | | | | | | | | rgw/logging: retry attribuite set in case of raceYuval Lifshitz2025-01-131-45/+56
| * | | | | | | | | | | | rgw/logging: log bucket must not have encryptionYuval Lifshitz2025-01-131-1/+6
| * | | | | | | | | | | | rgw/logging: source and log bucket must be differentYuval Lifshitz2025-01-131-0/+5
| * | | | | | | | | | | | rgw/logging: support source and destination buckets on different tenantsYuval Lifshitz2025-01-132-41/+74
* | | | | | | | | | | | | Merge pull request #61373 from anthonyeleven/fix-file-descriptionsZac Dover2025-01-151-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | AsyncMessenger.cc : improve error messagesAnthony D'Atri2025-01-151-4/+4
* | | | | | | | | | | | | | Merge pull request #61289 from ronen-fr/wip-rf-catcher-fixRonen Friedman2025-01-151-7/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | common: config_cacher: use set::contains() instead of count()Ronen Friedman2025-01-141-1/+1
| * | | | | | | | | | | | | common: fix md_config_cacher_tRonen Friedman2025-01-141-7/+16
* | | | | | | | | | | | | | Merge pull request #61072 from pecastro/doc_and_test_fixesAnthony D'Atri2025-01-153-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | tools/cephfs: fix flake8 f-string formatting for py3.12Paulo E. Castro2024-12-141-1/+1
| * | | | | | | | | | | | | | doc: Fix typo.Paulo E. Castro2024-12-121-1/+1
| * | | | | | | | | | | | | | test/pybind: Test method has been renamed in unittest 3.2Paulo E. Castro2024-12-121-1/+1
| * | | | | | | | | | | | | | test/pybind: Clean whitespace.Paulo E. Castro2024-12-121-4/+4
* | | | | | | | | | | | | | | Merge pull request #59739 from sabaini/fix/ceph-volume-epAdam King2025-01-141-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ceph-volume: fix importlib.metadata compatPeter Sabaini2024-11-191-1/+9
* | | | | | | | | | | | | | | | Merge pull request #60073 from mkogan1/wip-fix-rate-limCasey Bodley2025-01-147-83/+113
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | rgw: fix user rate limit is not enforced w/ global rate limit setMark Kogan2025-01-067-83/+113
* | | | | | | | | | | | | | | | | Merge pull request #61322 from JonBailey1993/JonBailey1993/ceph_test_rados_io...Jon Bailey2025-01-141-36/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | common/io_exerciser: Reorder lines in RadosIo send_command functionsJon Bailey2025-01-131-2/+4
| * | | | | | | | | | | | | | | | | common/io_exerciser: Clear the stringstream in RadosIO classJon Bailey2025-01-131-36/+58