summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60655 from xxhdx1985126/wip-seastore-move-out-root-metaYingxin2024-11-1510-119/+234
|\
| * test/crimson/seastore/test_object_data_handler: always access objectXuehan Xu2024-11-111-7/+17
| * test/crimson/seastore/test_transaction_manager: take RootMetaBlock intoXuehan Xu2024-11-112-52/+58
| * crimson/os/seastore/cache: throw enospc when failed to alloc new extentsXuehan Xu2024-11-112-9/+6
| * crimson/os/seastore: move the root meta out of the root blockXuehan Xu2024-11-116-51/+153
* | Merge pull request #60209 from myoungwon/wip-init-onode-layoutYingxin2024-11-151-2/+2
|\ \
| * | crimson/os/seastore: initialize oi and ss in onode_layout_t to zeromyoungwon oh2024-10-091-2/+2
* | | Merge pull request #60715 from ronen-fr/wip-rf-dumpschedRonen Friedman2024-11-141-1/+11
|\ \ \
| * | | osd/scrub: list additional information when dumping the queueRonen Friedman2024-11-121-1/+11
* | | | Merge pull request #60727 from guits/dmcrypt-activateGuillaume Abrioux2024-11-141-1/+1
|\ \ \ \
| * | | | ceph-volume: fix dmcrypt activation regressionGuillaume Abrioux2024-11-131-1/+1
* | | | | Merge pull request #51766 from zhsgao/mds_clear_session_failedVenky Shankar2024-11-145-8/+43
|\ \ \ \ \
| * | | | | mds: client is evicted when an export subtree task is interruptedZhansong Gao2024-11-134-6/+40
| * | | | | mds: session in the importing state cannot be cleared if an export subtree ta...Zhansong Gao2024-11-131-1/+1
| * | | | | mds: the assert should be before the journal entry submit otherwise it's racyZhansong Gao2024-11-131-1/+1
| * | | | | mds: add `importing_count` to session dumpZhansong Gao2024-11-131-0/+1
* | | | | | Merge pull request #60067 from VallariAg/wip-nvmeof-healthcheckVallari Agrawal2024-11-143-0/+54
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | mon: add warning NVMEOF_GATEWAY_DOWNVallari Agrawal2024-10-151-6/+24
| * | | | | mon: add nvmeof healthchecksVallari Agrawal2024-10-153-0/+36
* | | | | | Merge pull request #60554 from jshen28/fix-legacy-addr-mismatchIlya Dryomov2024-11-131-1/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make mon addrs consistent with mon infoshenjiatong2024-11-061-1/+6
* | | | | | Merge PR #60464 into mainPatrick Donnelly2024-11-1334-149/+151
|\ \ \ \ \ \
| * | | | | | mds: add or update MDS thread namesPatrick Donnelly2024-10-259-11/+16
| * | | | | | log: cache recent threads up to a dayPatrick Donnelly2024-10-252-8/+32
| * | | | | | common: cache pthread namesPatrick Donnelly2024-10-2525-134/+102
| * | | | | | log: concatenate thread names and print once per threadPatrick Donnelly2024-10-251-4/+9
* | | | | | | Merge PR #60327 into mainPatrick Donnelly2024-11-131-0/+8
|\ \ \ \ \ \ \
| * | | | | | | mon/MDSMonitor: send reply to beacons with `state=DNE`Max Kellermann2024-10-291-0/+8
* | | | | | | | Merge PR #60381 into mainPatrick Donnelly2024-11-134-28/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | mds: start a new major segment after reaching minor segment thresholdVenky Shankar2024-10-233-21/+22
| * | | | | | | | mds: make parts of mdlog reusable to be used by beaconVenky Shankar2024-10-233-7/+18
* | | | | | | | | Merge PR #60325 into mainPatrick Donnelly2024-11-131-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mds/Beacon: wake up the thread in shutdown()Max Kellermann2024-10-291-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge PR #60283 into mainPatrick Donnelly2024-11-137-22/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mds: add issue_seq to all cap messagesPatrick Donnelly2024-10-134-6/+12
| * | | | | | | | | include/ceph_fs: correct ceph_mds_cap_peer field namePatrick Donnelly2024-10-103-7/+7
| * | | | | | | | | include/ceph_fs: correct ceph_mds_cap_item field namePatrick Donnelly2024-10-103-3/+3
| * | | | | | | | | messages/MClientCaps: use correct ceph_seq_t for cap sequence typesPatrick Donnelly2024-10-101-3/+3
| * | | | | | | | | messages/MClientCaps: dump issue_seq for debuggingPatrick Donnelly2024-10-101-1/+2
| * | | | | | | | | mds: remove dead codePatrick Donnelly2024-10-101-2/+0
* | | | | | | | | | Merge PR #60226 into mainPatrick Donnelly2024-11-131-24/+24
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | mds/QuiesceDbEncoding: add `inline` to work around linker errorMax Kellermann2024-10-101-24/+24
| |/ / / / / / / /
* | | | | | | | | Merge pull request #59328 from mkogan1/wip-d3n-umaskMark Kogan2024-11-111-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rgw: d3n: set access permissions for the D3N cache directory when creating itMark Kogan2024-08-191-0/+2
* | | | | | | | | | Merge pull request #60626 from ivoalmeida/carbon-version-updateNizamudeen A2024-11-117-12/+40
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mgr/dashboard: update carbon-components-angularIvo Almeida2024-11-077-12/+40
* | | | | | | | | | | Merge pull request #60511 from rhcs-dashboard/health-test-fixNizamudeen A2024-11-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | qa/dashboard: fix test_list_enabled_module failureNizamudeen A2024-11-081-1/+1
* | | | | | | | | | | | Merge pull request #60663 from leonidc/wip-publish-rebalance-ana-groupleonidc2024-11-092-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mon/nvmeofgw*: monitors publish in nvme-gw show ana group responsibleLeonid Chernin2024-11-082-0/+13