| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: func name fixup, plus, and additional log message | Venky Shankar | 2023-12-19 | 1 | -1/+3 |
* | mds: obviate MDLog::start_entry | Patrick Donnelly | 2023-08-01 | 1 | -4/+2 |
* | mds: build without "using namespace std" | Kefu Chai | 2021-08-13 | 1 | -0/+2 |
* | src/: use make_message<Foo> instead of Foo::create() | Kefu Chai | 2019-04-18 | 1 | -7/+7 |
* | src/: use ref_t<Message> instead of Message::ref | Kefu Chai | 2019-04-18 | 1 | -1/+1 |
* | src/: use cref_t<Message> instead of Message::const_ref | Kefu Chai | 2019-04-18 | 1 | -14/+14 |
* | mds: refactor MDSContext inheritance | Patrick Donnelly | 2019-02-02 | 1 | -1/+1 |
* | 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 | -12/+12 |
* | msg: define MFoo::create helper | Yan, Zheng | 2018-08-16 | 1 | -7/+7 |
* | mds: use message factory to avoid leaks | Patrick Donnelly | 2018-08-15 | 1 | -7/+7 |
* | mds: manage Message lifetime with intrusive_ptr | Patrick Donnelly | 2018-08-15 | 1 | -40/+28 |
* | common,rbd,rgw,osd: extract config values into ConfigValues | Kefu Chai | 2018-07-10 | 1 | -5/+5 |
* | qa/cephfs: add tests for snaptable transaction | Yan, Zheng | 2018-02-09 | 1 | -1/+1 |
* | mds: notify all mds about prepared snaptable update | Yan, Zheng | 2018-02-09 | 1 | -8/+126 |
* | mds: properly set reply buffer for table request 'agree' message | Yan, Zheng | 2017-11-09 | 1 | -0/+1 |
* | mds: make change to mds table after corresponding event get logged | Yan, Zheng | 2017-11-06 | 1 | -22/+88 |
* | mds: add override in mds subsystem | liuchang0812 | 2017-02-15 | 1 | -4/+4 |
* | dout: Use dout_context | Adam C. Emerson | 2016-12-22 | 1 | -0/+1 |
* | mds: avoid wrapping contexts during logging | Yan, Zheng | 2016-10-21 | 1 | -4/+6 |
* | mds: fixed dispatch in the default branch | huanwen ren | 2016-05-28 | 1 | -1/+1 |
* | mds: Make all subsystems take an MDSRank instead of an MDS | John Spray | 2015-07-28 | 1 | -1/+1 |
* | mds: give MDSTables a `rank` attribute | John Spray | 2015-01-16 | 1 | -1/+1 |
* | mds: typedefs for rank and gid in MDSMap | John Spray | 2014-10-08 | 1 | -9/+9 |
* | mds: Switch to new context types | John Spray | 2014-08-25 | 1 | -0/+21 |
* | mds: pass finish context to MDlog::submit_entry() | Yan, Zheng | 2014-06-27 | 1 | -2/+2 |
* | mds: don't roll back prepared table updates | Yan, Zheng | 2013-04-01 | 1 | -3/+6 |
* | mds: make sure table request id unique | Yan, Zheng | 2013-04-01 | 1 | -7/+13 |
* | mds/MDSTableServer.cc: prefer prefix ++operator for iterators | Danny Al-Gaaf | 2013-03-14 | 1 | -1/+1 |
* | mds: rename MDSTableServer::_pending to mds_table_pending_t | Greg Farnum | 2013-02-05 | 1 | -1/+1 |
* | mds: fix anchor table commit race | Yan, Zheng | 2013-01-02 | 1 | -1/+3 |
* | log: new logging infrastructure | Sage Weil | 2012-03-27 | 1 | -1/+1 |
* | mdsN -> mds.N | Sage Weil | 2011-09-28 | 1 | -2/+2 |
* | g_conf: change to pointer | Colin Patrick McCabe | 2011-06-07 | 1 | -4/+4 |
* | mds: remove mds_log_unsafe mode | Sage Weil | 2011-03-24 | 1 | -1/+1 |
* | logging: eliminate dbeginl | Colin Patrick McCabe | 2010-12-08 | 1 | -1/+1 |
* | mds: add documentation to Locker, MDS, TableServer, Objecter | Greg Farnum | 2010-08-09 | 1 | -4/+5 |
* | msg: fix uses of MMDSTableRequest destructor to use put() | Greg Farnum | 2010-03-31 | 1 | -3/+3 |
* | msgr: put tid in ceph_msg_header (protocol change) | Sage Weil | 2009-12-22 | 1 | -5/+5 |
* | mds: bracket mds journal events with {start,submit}_entry | Sage Weil | 2009-12-03 | 1 | -2/+6 |
* | mds: inject mds failure during mdstable operations | Sage Weil | 2009-12-02 | 1 | -0/+11 |
* | mds: journal/replay rollback on MDSTableServer | Sage Weil | 2009-12-02 | 1 | -0/+2 |
* | mds: track _note_prepared/committed in normal path, too | Sage Weil | 2009-12-02 | 1 | -0/+2 |
* | mds: update pending_for_mds during table server replay | Sage Weil | 2009-11-25 | 1 | -4/+0 |
* | mds: flush log on talbeserver prepare, but not commit or server_update | Sage Weil | 2009-03-17 | 1 | -1/+1 |
* | mds: flush log only when we need to | Sage Weil | 2008-12-24 | 1 | -0/+1 |
* | rewrite debug macros, infrastructure | Sage Weil | 2008-11-05 | 1 | -2/+3 |
* | mds: cleanly update snapserver table after snap purge | Sage Weil | 2008-10-17 | 1 | -0/+13 |
* | mds: adjust TABLE_OP namespaces; fix prepare journal event | Sage Weil | 2008-09-10 | 1 | -11/+12 |
* | mds: allocate consecutive snapids | Sage Weil | 2008-08-07 | 1 | -1/+2 |