| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: use new insert template via print | Patrick Donnelly | 2024-03-20 | 1 | -5/+0 |
* | mds: introduce ELid event to create/close log | Patrick Donnelly | 2023-08-01 | 1 | -0/+1 |
* | mds: add minor LogSegment boundaries | Patrick Donnelly | 2023-08-01 | 1 | -0/+2 |
* | mds: build without "using namespace std" | Kefu Chai | 2021-08-13 | 1 | -2/+2 |
* | mds: slave -> peer | Sage Weil | 2020-07-14 | 1 | -1/+1 |
* | mds : clean up data written to unsafe inodes | simon gao | 2020-01-24 | 1 | -0/+1 |
* | mds: Reorganize class members in LogEvent header | Varsha Rao | 2019-09-06 | 1 | -3/+3 |
* | mds: return string_view for type | Patrick Donnelly | 2019-02-14 | 1 | -1/+1 |
* | mds: reorg LogEvent def | Patrick Donnelly | 2019-02-14 | 1 | -16/+16 |
* | mds: pass LogEvent as unique_ptr | Patrick Donnelly | 2019-02-14 | 1 | -3/+3 |
* | mds: reduce memory fragments of EMetaBlob | Yan, Zheng | 2018-08-28 | 1 | -0/+2 |
* | mds: use const_iterator for decode | Kefu Chai | 2018-05-17 | 1 | -2/+2 |
* | mds: convert to allocator agnostic string_view | Patrick Donnelly | 2018-02-07 | 1 | -1/+4 |
* | mds: Use unqualified encode/decode | Adam C. Emerson | 2018-01-10 | 1 | -2/+3 |
* | encoding: Move encode/decode functions into ceph namespace | Adam C. Emerson | 2018-01-10 | 1 | -1/+1 |
* | assert(0) -> ceph_abort() | Sage Weil | 2016-11-22 | 1 | -1/+1 |
* | all: add const to operator<< param | Michal Jarzabek | 2016-06-05 | 1 | -1/+1 |
* | mds: pass features to LogEvents, EMetaBlob | Sage Weil | 2016-03-01 | 1 | -3/+3 |
* | make ctors with one argument explicit | Danny Al-Gaaf | 2016-01-29 | 1 | -1/+1 |
* | common/buffer: forward declare buffer | Michal Jarzabek | 2015-11-30 | 1 | -1/+1 |
* | mds: Make all subsystems take an MDSRank instead of an MDS | John Spray | 2015-07-28 | 1 | -2/+2 |
* | mds: add get_metablob() to log events | Yan, Zheng | 2014-06-27 | 1 | -1/+1 |
* | mds: Make EMetaBlob::dirlump::_decode_bits const | John Spray | 2014-05-20 | 1 | -1/+1 |
* | mds: switch __u32 with LogEvent::EventType typedef | John Spray | 2014-05-18 | 1 | -7/+10 |
* | mds: Add LogEvent::str_to_type | John Spray | 2014-05-18 | 1 | -0/+1 |
* | mds: Add get_metablob to LogEvent | John Spray | 2014-05-18 | 1 | -1/+6 |
* | mds: Add ENoOp for padding journals | John Spray | 2014-05-18 | 1 | -0/+1 |
* | mds: Add LogEvent::get_type_str() | John Spray | 2014-05-18 | 1 | -0/+1 |
* | mds: Remove redundant 'using namespace std' | John Spray | 2014-05-08 | 1 | -3/+0 |
* | mds: Create MDSUtility as base for Dumper/Resetter | John Spray | 2014-02-26 | 1 | -0/+1 |
* | mds/LogEvent.h: change print() signature to const | Danny Al-Gaaf | 2013-02-12 | 1 | -1/+1 |
* | mds: use modern encoding for LogEvent | Greg Farnum | 2013-02-08 | 1 | -0/+5 |
* | mds: ESessions now uses modern encoding | Greg Farnum | 2013-02-08 | 1 | -1/+2 |
* | mds: remove unused EString event | Greg Farnum | 2013-02-08 | 1 | -1/+1 |
* | fix utime.h #include recursion | Sage Weil | 2011-08-26 | 1 | -0/+1 |
* | mds: separate type for gratuitous debug ESubtreeMaps | Sage Weil | 2011-07-29 | 1 | -2/+5 |
* | mds: set LogEvent _start_off, drop unused _end_off | Sage Weil | 2011-07-20 | 1 | -5/+5 |
* | mds: implement journal reset | Sage Weil | 2011-01-29 | 1 | -0/+6 |
* | mds: add timestamp to LogEvents | Sage Weil | 2010-11-16 | 1 | -0/+6 |
* | Bug #98: Unique names for include guards | Markus Elfring | 2010-06-17 | 1 | -2/+2 |
* | mds: rip out old purge_inode crap | Sage Weil | 2009-01-30 | 1 | -2/+0 |
* | mds: refactor Anchor{Table,Client} into MDSTable{Server,Client} | Sage Weil | 2008-07-16 | 1 | -4/+2 |
* | Merge branch 'unstable' into snap | Sage Weil | 2008-07-10 | 1 | -3/+3 |
|\ |
|
| * | use orig_source for MClientRequest, MOSDOp | Sage Weil | 2008-07-10 | 1 | -3/+3 |
* | | mds: ESnap, SnapInfo | Sage Weil | 2008-07-02 | 1 | -0/+1 |
|/ |
|
* | mds: fix resolution, trimming of master requests with slaves | Sage Weil | 2008-06-02 | 1 | -0/+1 |
* | mds: tons of encoding changes | Sage Weil | 2008-05-09 | 1 | -3/+3 |
* | improved max_size handling in mds, client. avoid spurious setattr/utime afte... | Sage Weil | 2008-01-31 | 1 | -2/+0 |
* | mds: flush file (size+mtime) metadata to journal on close | Sage Weil | 2008-01-30 | 1 | -0/+2 |
* | reorganized source tree | Sage Weil | 2007-12-19 | 1 | -0/+97 |