summaryrefslogtreecommitdiffstats
path: root/src/mds/MDSTableServer.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds: func name fixup, plus, and additional log messageVenky Shankar2023-12-191-1/+3
* mds: obviate MDLog::start_entryPatrick Donnelly2023-08-011-4/+2
* mds: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-7/+7
* src/: use ref_t<Message> instead of Message::refKefu Chai2019-04-181-1/+1
* src/: use cref_t<Message> instead of Message::const_refKefu Chai2019-04-181-14/+14
* mds: refactor MDSContext inheritancePatrick Donnelly2019-02-021-1/+1
* cleanup: Replace always-false assertions with abortAdam C. Emerson2018-08-271-1/+1
* mds: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-12/+12
* msg: define MFoo::create helperYan, Zheng2018-08-161-7/+7
* mds: use message factory to avoid leaksPatrick Donnelly2018-08-151-7/+7
* mds: manage Message lifetime with intrusive_ptrPatrick Donnelly2018-08-151-40/+28
* common,rbd,rgw,osd: extract config values into ConfigValuesKefu Chai2018-07-101-5/+5
* qa/cephfs: add tests for snaptable transactionYan, Zheng2018-02-091-1/+1
* mds: notify all mds about prepared snaptable updateYan, Zheng2018-02-091-8/+126
* mds: properly set reply buffer for table request 'agree' messageYan, Zheng2017-11-091-0/+1
* mds: make change to mds table after corresponding event get loggedYan, Zheng2017-11-061-22/+88
* mds: add override in mds subsystemliuchang08122017-02-151-4/+4
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* mds: avoid wrapping contexts during loggingYan, Zheng2016-10-211-4/+6
* mds: fixed dispatch in the default branchhuanwen ren2016-05-281-1/+1
* mds: Make all subsystems take an MDSRank instead of an MDSJohn Spray2015-07-281-1/+1
* mds: give MDSTables a `rank` attributeJohn Spray2015-01-161-1/+1
* mds: typedefs for rank and gid in MDSMapJohn Spray2014-10-081-9/+9
* mds: Switch to new context typesJohn Spray2014-08-251-0/+21
* mds: pass finish context to MDlog::submit_entry()Yan, Zheng2014-06-271-2/+2
* mds: don't roll back prepared table updatesYan, Zheng2013-04-011-3/+6
* mds: make sure table request id uniqueYan, Zheng2013-04-011-7/+13
* mds/MDSTableServer.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-141-1/+1
* mds: rename MDSTableServer::_pending to mds_table_pending_tGreg Farnum2013-02-051-1/+1
* mds: fix anchor table commit raceYan, Zheng2013-01-021-1/+3
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* mdsN -> mds.NSage Weil2011-09-281-2/+2
* g_conf: change to pointerColin Patrick McCabe2011-06-071-4/+4
* mds: remove mds_log_unsafe modeSage Weil2011-03-241-1/+1
* logging: eliminate dbeginlColin Patrick McCabe2010-12-081-1/+1
* mds: add documentation to Locker, MDS, TableServer, ObjecterGreg Farnum2010-08-091-4/+5
* msg: fix uses of MMDSTableRequest destructor to use put()Greg Farnum2010-03-311-3/+3
* msgr: put tid in ceph_msg_header (protocol change)Sage Weil2009-12-221-5/+5
* mds: bracket mds journal events with {start,submit}_entrySage Weil2009-12-031-2/+6
* mds: inject mds failure during mdstable operationsSage Weil2009-12-021-0/+11
* mds: journal/replay rollback on MDSTableServerSage Weil2009-12-021-0/+2
* mds: track _note_prepared/committed in normal path, tooSage Weil2009-12-021-0/+2
* mds: update pending_for_mds during table server replaySage Weil2009-11-251-4/+0
* mds: flush log on talbeserver prepare, but not commit or server_updateSage Weil2009-03-171-1/+1
* mds: flush log only when we need toSage Weil2008-12-241-0/+1
* rewrite debug macros, infrastructureSage Weil2008-11-051-2/+3
* mds: cleanly update snapserver table after snap purgeSage Weil2008-10-171-0/+13
* mds: adjust TABLE_OP namespaces; fix prepare journal eventSage Weil2008-09-101-11/+12
* mds: allocate consecutive snapidsSage Weil2008-08-071-1/+2