| Commit message (Expand) | Author | Age | Files | Lines |
* | src/: s/advance/operator+=/ | Kefu Chai | 2020-02-02 | 1 | -1/+1 |
* | Merge PR #30969 into master | Patrick Donnelly | 2020-01-30 | 1 | -3/+69 |
|\ |
|
| * | mds : clean up data written to unsafe inodes | simon gao | 2020-01-24 | 1 | -3/+69 |
* | | mds: don't warn when inodes are not allocated out sequentially | Jeff Layton | 2020-01-11 | 1 | -4/+0 |
* | | mds: fix decoding version for EMetaBlob | Jeff Layton | 2020-01-11 | 1 | -1/+1 |
|/ |
|
* | mds: initial code for lock cache | Yan, Zheng | 2019-12-12 | 1 | -1/+1 |
* | mds: Move log_segment_seq_t into class LogSegment | Varsha Rao | 2019-09-16 | 1 | -2/+2 |
* | mds: ignore sessionmap version mismatch if mds_wipe_sessions is set | Yan, Zheng | 2019-06-08 | 1 | -7/+14 |
* | mds: fix corner case of replaying open sessions | Yan, Zheng | 2019-06-08 | 1 | -14/+3 |
* | src/: use ref_t<Message> instead of Message::ref | Kefu Chai | 2019-04-18 | 1 | -1/+1 |
* | mds: convert unnecessary list usage to vector | Patrick Donnelly | 2019-03-15 | 1 | -4/+4 |
* | mds: convert get_*dirfrags to use vector | Patrick Donnelly | 2019-03-15 | 1 | -2/+1 |
* | mds: convert iterator loop to generic loop | Patrick Donnelly | 2019-03-15 | 1 | -5/+4 |
* | mds: list to std::list | Patrick Donnelly | 2019-03-15 | 1 | -23/+23 |
* | mds: reorg LogEvent def | Patrick Donnelly | 2019-02-14 | 1 | -23/+30 |
* | mds: refactor MDSContext inheritance | Patrick Donnelly | 2019-02-02 | 1 | -1/+1 |
* | mds: use frag_vec_t for efficient frag storage | Patrick Donnelly | 2018-12-18 | 1 | -8/+9 |
* | mds: use vector for subtree access | Patrick Donnelly | 2018-12-18 | 1 | -4/+3 |
* | mds: reduce memory fragments of EMetaBlob | Yan, Zheng | 2018-08-28 | 1 | -201/+148 |
* | cleanup: Replace always-false assertions with abort | Adam C. Emerson | 2018-08-27 | 1 | -1/+1 |
* | mds: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -66/+66 |
* | mds: manage Message lifetime with intrusive_ptr | Patrick Donnelly | 2018-08-15 | 1 | -3/+6 |
* | mds/SessionMap: make Session::connection private | Sage Weil | 2018-08-13 | 1 | -1/+1 |
* | mds: use vector for context lists | Patrick Donnelly | 2018-07-26 | 1 | -1/+1 |
* | mds: introduce cephfs' own feature bits | Yan, Zheng | 2018-07-12 | 1 | -3/+1 |
* | mds: make Server::prepare_force_open_sessions() update client metadata | Yan, Zheng | 2018-07-12 | 1 | -15/+25 |
* | common,rbd,rgw,osd: extract config values into ConfigValues | Kefu Chai | 2018-07-10 | 1 | -12/+12 |
* | include/memory.h: remove memory.h | Kefu Chai | 2018-06-26 | 1 | -14/+14 |
* | mds: use const_iterator for decode | Kefu Chai | 2018-05-17 | 1 | -29/+29 |
* | mds: mark new root inode dirty | Patrick Donnelly | 2018-05-02 | 1 | -1/+1 |
* | mds: properly dirty sessions opened by journal replay | Yan, Zheng | 2018-04-10 | 1 | -7/+3 |
* | Merge PR #16779 into master | Patrick Donnelly | 2018-04-04 | 1 | -6/+18 |
|\ |
|
| * | mds: attach inode with multiple hardlinks to dummy global snaprealm | Yan, Zheng | 2018-02-09 | 1 | -2/+5 |
| * | mds: rollback snaprealms when rolling back slave request | Yan, Zheng | 2018-02-09 | 1 | -4/+13 |
* | | mds: don't try prefetching destroyed inodes | Yan, Zheng | 2018-02-11 | 1 | -13/+16 |
* | | mds: don't re-requeue open files to head of log | Yan, Zheng | 2018-02-11 | 1 | -26/+2 |
|/ |
|
* | Merge PR #19954 into master | Patrick Donnelly | 2018-02-09 | 1 | -20/+17 |
|\ |
|
| * | mds: move CInode container members to mempool | Patrick Donnelly | 2018-02-08 | 1 | -11/+8 |
| * | mds: convert to allocator agnostic string_view | Patrick Donnelly | 2018-02-07 | 1 | -9/+9 |
* | | mds: remove extra 0x in ino prints | Patrick Donnelly | 2018-02-07 | 1 | -2/+1 |
|/ |
|
* | mds: Use unqualified encode/decode | Adam C. Emerson | 2018-01-10 | 1 | -309/+312 |
* | Merge PR #18791 into master | Patrick Donnelly | 2017-12-06 | 1 | -7/+11 |
|\ |
|
| * | mds: detach unlinked inode's snaprealm from its parent | Yan, Zheng | 2017-12-04 | 1 | -4/+7 |
| * | mds: make change to mds table after corresponding event get logged | Yan, Zheng | 2017-11-06 | 1 | -3/+4 |
* | | mds: get rid of the redundant code | root | 2017-11-29 | 1 | -6/+4 |
|/ |
|
* | mds: additional damage handling case in EImportStart | John Spray | 2017-10-11 | 1 | -1/+8 |
* | mds: move EMetaBlob cons to header | Patrick Donnelly | 2017-08-25 | 1 | -5/+0 |
* | mds: avoid submitting log entry while adjusting subtree map | Yan, Zheng | 2017-06-23 | 1 | -1/+1 |
* | Merge pull request #15125 from ukernel/wip-multimds-misc2 | John Spray | 2017-06-15 | 1 | -8/+15 |
|\ |
|
| * | mds: match EMetaBlob::add_dir_context with MDCache::create_subtree_map | Yan, Zheng | 2017-05-24 | 1 | -8/+15 |