summaryrefslogtreecommitdiffstats
path: root/src/mds/LogEvent.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds: use new insert template via printPatrick Donnelly2024-03-201-5/+0
* mds: introduce ELid event to create/close logPatrick Donnelly2023-08-011-0/+1
* mds: add minor LogSegment boundariesPatrick Donnelly2023-08-011-0/+2
* mds: build without "using namespace std"Kefu Chai2021-08-131-2/+2
* mds: slave -> peerSage Weil2020-07-141-1/+1
* mds : clean up data written to unsafe inodessimon gao2020-01-241-0/+1
* mds: Reorganize class members in LogEvent headerVarsha Rao2019-09-061-3/+3
* mds: return string_view for typePatrick Donnelly2019-02-141-1/+1
* mds: reorg LogEvent defPatrick Donnelly2019-02-141-16/+16
* mds: pass LogEvent as unique_ptrPatrick Donnelly2019-02-141-3/+3
* mds: reduce memory fragments of EMetaBlobYan, Zheng2018-08-281-0/+2
* mds: use const_iterator for decodeKefu Chai2018-05-171-2/+2
* mds: convert to allocator agnostic string_viewPatrick Donnelly2018-02-071-1/+4
* mds: Use unqualified encode/decodeAdam C. Emerson2018-01-101-2/+3
* encoding: Move encode/decode functions into ceph namespaceAdam C. Emerson2018-01-101-1/+1
* assert(0) -> ceph_abort()Sage Weil2016-11-221-1/+1
* all: add const to operator<< paramMichal Jarzabek2016-06-051-1/+1
* mds: pass features to LogEvents, EMetaBlobSage Weil2016-03-011-3/+3
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* common/buffer: forward declare bufferMichal Jarzabek2015-11-301-1/+1
* mds: Make all subsystems take an MDSRank instead of an MDSJohn Spray2015-07-281-2/+2
* mds: add get_metablob() to log eventsYan, Zheng2014-06-271-1/+1
* mds: Make EMetaBlob::dirlump::_decode_bits constJohn Spray2014-05-201-1/+1
* mds: switch __u32 with LogEvent::EventType typedefJohn Spray2014-05-181-7/+10
* mds: Add LogEvent::str_to_typeJohn Spray2014-05-181-0/+1
* mds: Add get_metablob to LogEventJohn Spray2014-05-181-1/+6
* mds: Add ENoOp for padding journalsJohn Spray2014-05-181-0/+1
* mds: Add LogEvent::get_type_str()John Spray2014-05-181-0/+1
* mds: Remove redundant 'using namespace std'John Spray2014-05-081-3/+0
* mds: Create MDSUtility as base for Dumper/ResetterJohn Spray2014-02-261-0/+1
* mds/LogEvent.h: change print() signature to constDanny Al-Gaaf2013-02-121-1/+1
* mds: use modern encoding for LogEventGreg Farnum2013-02-081-0/+5
* mds: ESessions now uses modern encodingGreg Farnum2013-02-081-1/+2
* mds: remove unused EString eventGreg Farnum2013-02-081-1/+1
* fix utime.h #include recursionSage Weil2011-08-261-0/+1
* mds: separate type for gratuitous debug ESubtreeMapsSage Weil2011-07-291-2/+5
* mds: set LogEvent _start_off, drop unused _end_offSage Weil2011-07-201-5/+5
* mds: implement journal resetSage Weil2011-01-291-0/+6
* mds: add timestamp to LogEventsSage Weil2010-11-161-0/+6
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* mds: rip out old purge_inode crapSage Weil2009-01-301-2/+0
* mds: refactor Anchor{Table,Client} into MDSTable{Server,Client}Sage Weil2008-07-161-4/+2
* Merge branch 'unstable' into snapSage Weil2008-07-101-3/+3
|\
| * use orig_source for MClientRequest, MOSDOpSage Weil2008-07-101-3/+3
* | mds: ESnap, SnapInfoSage Weil2008-07-021-0/+1
|/
* mds: fix resolution, trimming of master requests with slavesSage Weil2008-06-021-0/+1
* mds: tons of encoding changesSage Weil2008-05-091-3/+3
* improved max_size handling in mds, client. avoid spurious setattr/utime afte...Sage Weil2008-01-311-2/+0
* mds: flush file (size+mtime) metadata to journal on closeSage Weil2008-01-301-0/+2
* reorganized source treeSage Weil2007-12-191-0/+97