summaryrefslogtreecommitdiffstats
path: root/src/messages (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #50268 into mainVenky Shankar2023-02-281-1/+3
|\
| * mds: memset the head by default to fix the readable.sh test failureXiubo Li2023-02-271-1/+3
* | Merge pull request #48706 from Matan-B/wip-matanb-max-oldest-mapYuri Weinstein2023-02-271-14/+26
|\ \ | |/ |/|
| * messages/MOSDMap: Remove get_oldest/newestMatan Breizman2023-02-021-7/+0
| * messages/MOSDMap: Rename oldest_map to cluster_osdmap_trim_lower_boundMatan Breizman2023-02-021-8/+27
* | ceph_fs.h: add 32 bits extended num_retry and num_fwd supportXiubo Li2023-02-161-9/+23
* | messages: avoid converting ceph errors on WindowsLucian Petrut2022-11-101-0/+11
|/
* cephfs: add additional logging to track change_attr of inodesRamana Raja2022-10-151-1/+3
* Merge pull request #46331 from lxbsz/wip-55332Rishabh Dave2022-10-111-6/+54
|\
| * mds: wait unlink to finish to avoid conflict when creating same dentriesXiubo Li2022-08-121-6/+54
* | crimson/net: Message::conn needs to be a foreign_ptrSamuel Just2022-09-272-2/+10
* | mon: automatically commit used pending_keysSage Weil2022-09-121-0/+48
|/
* Merge pull request #46573 from aclamk/wip-one-cmdparseKefu Chai2022-08-092-4/+4
|\
| * common/cmdparse: Unsplit crimson/classicAdam Kupczyk2022-06-082-4/+4
* | Merge pull request #46838 from pdvian/wip-version-mgrupdateYuri Weinstein2022-08-031-13/+5
|\ \
| * | mgr: Remove service_daemon handling from MMgrUpdatePrashant D2022-06-241-13/+5
| |/
* | mds: add inject config for synthetic health messagePatrick Donnelly2022-07-251-0/+2
* | osd: MOSDScrub cleanupMatan Breizman2022-06-271-80/+0
* | osd: MOSDPGCreate cleanupMatan Breizman2022-06-271-73/+0
|/
* mgr, mon: Keep upto date metadata with mgr for MONsPrashant D2022-03-281-0/+92
* osd/OSD: osd_fast_shutdown_notify_mon not quite rightNitzan Mordechai2022-03-231-1/+12
* client: send fscrypt_auth and fscrypt_file in MClientRequestJeff Layton2022-01-131-1/+10
* mds: add fscrypt_auth and fscrypt_file fields to MClientCapsJeff Layton2022-01-131-1/+10
* mds: encode fscrypt_auth and fscrypt_file in InodeStatJeff Layton2022-01-131-2/+6
* mds: convert fscrypt flag to two opaque fieldsJeff Layton2022-01-131-2/+5
* mds: Add new flag to MClientSessionKotresh HR2021-08-261-3/+10
* Merge pull request #42714 from ronen-fr/wip-ronenf-last-updateKefu Chai2021-08-161-1/+1
|\
| * osd/scrub: only telling the scrubber of 'updates' events if these events are ...Ronen Friedman2021-08-111-1/+1
* | messages: build without "using namespace std"Kefu Chai2021-08-139-14/+15
|/
* mgr,mon: s/boost::optional/std::optional/Kefu Chai2021-06-292-4/+5
* mds: remove 'fs_name' from MDSRankRamana Raja2021-06-171-4/+5
* msg: Change crimson's make_message() namespace to crimsonAmnon Hanuhov2021-05-2560-60/+60
* Merge pull request #40931 from AmnonHanuhov/wip-refactor_conn_sendAmnon Hanuhov2021-05-1061-4/+124
|\
| * messages: Add crimson's make_message as friend to messages classes withAmnon Hanuhov2021-05-0661-4/+124
* | mon: MMonProbe: direct MMonJoin messages to the leader, instead of the first monGreg Farnum2021-04-141-1/+9
|/
* Merge pull request #40483 from gregsfortytwo/wip-stretch-mon-locationGregory Farnum2021-03-311-2/+20
|\
| * mon: messages: Extend MMonJoin so it can provide a crush_location on joinGreg Farnum2021-03-311-2/+20
* | mon/MgrStatMonitor: ignore MMgrReport from non-active mgrSage Weil2021-03-181-2/+8
|/
* auth,msg,common: test: use s/init_le*/ceph_le*/Kefu Chai2021-03-101-1/+1
* messages: drop compatibility for pre-octopus versionsKefu Chai2021-02-239-178/+35
* messages/MOSDRep{Op,OpReply}: do not support osd < octopusKefu Chai2021-02-232-14/+7
* mon: allow subscription to kv/config-key dataSage Weil2021-02-171-0/+48
* mgr/MetricTypes: condition encoding on feature bitsSage Weil2021-02-012-2/+12
* client: wire up alternate_namePatrick Donnelly2021-01-161-1/+1
* mds: fix alternate_name durabilityPatrick Donnelly2021-01-164-18/+31
* mds: add alternate_name feature support for dentriesXiubo Li2021-01-162-2/+18
* mds: add "fscrypt" flag support for inode_tXiubo Li2021-01-161-1/+6
* mds: include snapshot metadata in trace reply to clientVenky Shankar2020-12-171-1/+5
* mds: include snap metadata on-disk on snapshot creationVenky Shankar2020-12-171-0/+17
* Merge pull request #38479 from neha-ojha/wip-37503-2Josh Durgin2020-12-152-4/+47
|\