| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: obviate MDLog::start_entry | Patrick Donnelly | 2023-08-01 | 1 | -7/+9 |
* | qa: add test support for the alloc ino failing | Xiubo Li | 2023-05-05 | 1 | -1/+1 |
* | mds: catch damage to dentry's first field | Patrick Donnelly | 2023-03-29 | 1 | -0/+4 |
* | mds: cleanup code | Patrick Donnelly | 2023-03-29 | 1 | -4/+3 |
* | mds: add truncate size handling support for fscrypt | Xiubo Li | 2022-01-13 | 1 | -3/+4 |
* | mds: build without "using namespace std" | Kefu Chai | 2021-08-13 | 1 | -32/+32 |
* | mds: fix alternate_name durability | Patrick Donnelly | 2021-01-16 | 1 | -18/+28 |
* | mds: remove unused unix headers | Patrick Donnelly | 2021-01-11 | 1 | -2/+0 |
* | mds: track projected inode/fnode in Mutation | Yan, Zheng | 2020-07-29 | 1 | -4/+6 |
* | mds: use smart pointer to manager CDir::fnode | Yan, Zheng | 2020-07-29 | 1 | -9/+8 |
* | mds: use smart pointer to manage CInode::{inode,xattrs,old_inodes} | Yan, Zheng | 2020-07-29 | 1 | -19/+17 |
* | mds: slave -> peer | Sage Weil | 2020-07-14 | 1 | -2/+2 |
* | mds: finish implementation of ephemeral pins | Patrick Donnelly | 2020-06-25 | 1 | -7/+6 |
* | mds: add ephemeral pinning for subtrees | Sidharth Anupkrishnan | 2020-06-25 | 1 | -1/+8 |
* | mds: Move log_segment_seq_t into class LogSegment | Varsha Rao | 2019-09-16 | 1 | -1/+1 |
* | mds: list to std::list | Patrick Donnelly | 2019-03-15 | 1 | -5/+5 |
* | mds: fix typos | Kefu Chai | 2018-09-21 | 1 | -1/+1 |
* | mds: reduce memory fragments of EMetaBlob | Yan, Zheng | 2018-08-28 | 1 | -56/+54 |
* | mds: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -2/+2 |
* | include/memory.h: remove memory.h | Kefu Chai | 2018-06-26 | 1 | -8/+8 |
* | mds: properly journal root inode's snaprealm | Yan, Zheng | 2018-05-30 | 1 | -11/+9 |
* | mds: use const_iterator for decode | Kefu Chai | 2018-05-17 | 1 | -9/+9 |
* | mds: move CInode container members to mempool | Patrick Donnelly | 2018-02-08 | 1 | -11/+10 |
* | mds: convert to allocator agnostic string_view | Patrick Donnelly | 2018-02-07 | 1 | -6/+8 |
* | mds: Use unqualified encode/decode | Adam C. Emerson | 2018-01-10 | 1 | -6/+8 |
* | mds: move EMetaBlob cons to header | Patrick Donnelly | 2017-08-25 | 1 | -1/+4 |
* | mds/events: Initialize Non-static class members in fullbit | Jos Collin | 2017-06-28 | 1 | -2/+2 |
* | mds: journal snap inodes that need flush when expiring log segment | Yan, Zheng | 2016-07-15 | 1 | -1/+5 |
* | mds: pass features to LogEvents, EMetaBlob | Sage Weil | 2016-03-01 | 1 | -10/+10 |
* | make ctors with one argument explicit | Danny Al-Gaaf | 2016-01-29 | 1 | -4/+4 |
* | mds: record cap flush tid in log event | Yan, Zheng | 2015-08-18 | 1 | -0/+4 |
* | mds: Make all subsystems take an MDSRank instead of an MDS | John Spray | 2015-07-28 | 1 | -4/+4 |
* | mds: optimize memory usage of class InodeStore | Yan, Zheng | 2015-02-25 | 1 | -1/+1 |
* | mds: save the oldest snapid of inode | Yan, Zheng | 2015-02-05 | 1 | -13/+16 |
* | mds: journal snaprealm for all types of inodes | Yan, Zheng | 2015-02-05 | 1 | -3/+2 |
* | mds: support constness in MDSCacheObjects | John Spray | 2015-01-09 | 1 | -4/+4 |
* | include: Remove unused code: class triple. | Jianpeng Ma | 2014-12-12 | 1 | -1/+0 |
* | mds: update segment references during journal rewrite | John Spray | 2014-09-13 | 1 | -1/+4 |
* | mds: introduce sequence number for log events | Yan, Zheng | 2014-06-27 | 1 | -3/+3 |
* | Merge pull request #1739 from ceph/wip-journal-tool | John Spray | 2014-05-27 | 1 | -27/+37 |
|\ |
|
| * | mds: Make EMetaBlob::dirlump::_decode_bits const | John Spray | 2014-05-20 | 1 | -28/+32 |
| * | mds: Add getter for EMetablob.client_name | John Spray | 2014-05-18 | 1 | -0/+1 |
| * | mds: Add EMetaBlob::get_dentries | John Spray | 2014-05-18 | 1 | -0/+2 |
| * | mds: Add EMetaBlob::get_inodes | John Spray | 2014-05-18 | 1 | -1/+2 |
| * | mds: Publicize some EMetaBlob members | John Spray | 2014-05-18 | 1 | -2/+3 |
| * | mds: Add get_paths method to EMetaBlob | John Spray | 2014-05-18 | 1 | -0/+1 |
* | | mds: skip journaling slave rename when possible | Yan, Zheng | 2014-05-18 | 1 | -0/+7 |
|/ |
|
* | mds: revert EMetaBlob::{fullbit,remotebit,nullbit} encoding optimization | Yan, Zheng | 2014-05-12 | 1 | -39/+7 |
* | mds: properly journal fragment rollback | Yan, Zheng | 2014-03-28 | 1 | -2/+2 |
* | mds: journal dirfragtree change | Yan, Zheng | 2014-02-17 | 1 | -2/+11 |