summaryrefslogtreecommitdiffstats
path: root/src/messages/MClientCaps.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds: add issue_seq to all cap messagesPatrick Donnelly2024-10-131-0/+2
* include/ceph_fs: correct ceph_mds_cap_peer field namePatrick Donnelly2024-10-101-2/+2
* 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: use explicitly sized types for network and disk encodingXiubo Li2023-11-161-1/+1
* cephfs: add additional logging to track change_attr of inodesRamana Raja2022-10-151-1/+3
* mds: add fscrypt_auth and fscrypt_file fields to MClientCapsJeff Layton2022-01-131-1/+10
* msg: Change crimson's make_message() namespace to crimsonAmnon Hanuhov2021-05-251-1/+1
* messages: Add crimson's make_message as friend to messages classes withAmnon Hanuhov2021-05-061-0/+2
* message: mark message classes "final"Kefu Chai2020-11-161-1/+1
* messages: use final specifier for destructorPatrick Donnelly2020-11-101-1/+1
* include/ceph_fs: do not use anonymous aggregate with member having ctorKefu Chai2020-05-221-5/+14
* messages: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-9/+10
* messages: protect CephFS messages get/put methodsPatrick Donnelly2019-11-041-4/+4
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-6/+7
* client: define template to declare refPatrick Donnelly2019-01-101-0/+1
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* messages: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-1/+1
* messages: define HEAD_VERSION and COMPAT_VERSION inlinedKefu Chai2018-08-171-5/+5
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-7/+4
* mds: use message factory to avoid leaksPatrick Donnelly2018-08-151-2/+3
* msg: add factory method to correctly construct smart_ptrPatrick Donnelly2018-08-151-3/+7
* mds: manage Message lifetime with intrusive_ptrPatrick Donnelly2018-08-151-29/+32
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* mds: include nfiles/nsubdirs of directory inode in MClientCapsYan, Zheng2018-05-031-45/+27
* Merge PR #19825 into masterPatrick Donnelly2018-01-311-1/+1
|\
| * mds: ignore MClientCaps::FLAG_NO_CAPSNAPYan, Zheng2018-01-101-1/+1
* | messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-32/+33
|/
* mds: new cap message flags indicate if there is pending capsnapYan, Zheng2017-08-181-2/+4
* mds: fix valgrind UninitValue warningYan, Zheng2017-05-111-0/+1
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* Merge pull request #11710 from ceph/wip-jlayton-fsyncJohn Spray2016-11-111-4/+15
|\
| * client/mds: add flags field to MClientCapsJeff Layton2016-11-091-4/+15
* | mds, client: make MClientCaps::layout privateJohn Spray2016-11-041-1/+6
|/
* mds/client: keep change_attr in Inode, CapSnap and MClientCapsJeff Layton2016-08-291-1/+7
* mds/client: add btime to CapSnap and MClientCapsJeff Layton2016-08-291-2/+7
* messages/MClientCaps: fix decodingYan, Zheng2016-03-011-1/+2
* fix init of new fields in MCLientCapsSage Weil2016-03-011-0/+15
* mds: don't break compatibility of MClientCaps/MClientReplyYan, Zheng2016-03-011-58/+30
* struct ceph_file_layout -> file_layout_tSage Weil2016-03-011-4/+4
* messages/MClientCaps: avoid fixed struct for encodingSage Weil2016-03-011-28/+95
* mds: fix completed cap flush handlingYan, Zheng2016-01-151-0/+2
* messages: add caller_{uid,gid} to cap msgsYan, Zheng2015-10-011-4/+18
* client: include oldest pending caps flushing in cap messageYan, Zheng2015-08-181-3/+11
* Message: Make encode_payload can be reentrantHaomai Wang2015-06-011-0/+1
* messages/MClientCaps: init peer.flagsSage Weil2014-12-181-3/+3
* messages: always encode barrierJohn Spray2014-12-161-3/+3
* messages: add osd_epoch_barrier to cap msgsJohn Spray2014-12-161-7/+19
* ceph: Add inline fields to MClientCapsLi Wang2014-01-271-2/+23
* mds: fixes for coverity scanYan, Zheng2013-12-191-2/+2