| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: build without "using namespace std" | Kefu Chai | 2021-08-13 | 1 | -1/+2 |
* | mds: convert stringstream to CachedStackStringStream | Patrick Donnelly | 2020-09-18 | 1 | -3/+3 |
* | mds/SnapServer: make not about pre-octopus compat code | Sage Weil | 2019-07-02 | 1 | -0/+3 |
* | mds/SnapServer: handle MRemoveSnaps acks from mon | Sage Weil | 2019-07-02 | 1 | -0/+30 |
* | mds/SnapServer: int -> int32_t for encoded type | Sage Weil | 2019-07-02 | 1 | -2/+2 |
* | src/: use make_message<Foo> instead of Foo::create() | Kefu Chai | 2019-04-18 | 1 | -3/+3 |
* | src/: use cref_t<Message> instead of Message::const_ref | Kefu Chai | 2019-04-18 | 1 | -2/+2 |
* | mds: convert iterator loop to generic loop | Patrick Donnelly | 2019-03-15 | 1 | -2/+3 |
* | mds: list to std::list | Patrick Donnelly | 2019-03-15 | 1 | -1/+1 |
* | tools/cephfs: make 'cephfs-data-scan scan_links' update snaptable | Yan, Zheng | 2019-01-07 | 1 | -1/+38 |
* | Rename "include/assert.h" | Brad Hubbard | 2018-09-14 | 1 | -1/+1 |
* | mds: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -2/+2 |
* | msg: define MFoo::create helper | Yan, Zheng | 2018-08-16 | 1 | -3/+3 |
* | mds: use message factory to avoid leaks | Patrick Donnelly | 2018-08-15 | 1 | -4/+4 |
* | mds: manage Message lifetime with intrusive_ptr | Patrick Donnelly | 2018-08-15 | 1 | -13/+9 |
* | mds: use const_iterator for decode | Kefu Chai | 2018-05-17 | 1 | -3/+3 |
* | mds: automaticly allow multi-active MDS after removing all old snapshots | Yan, Zheng | 2018-04-19 | 1 | -0/+1 |
* | mds: don't bump snaptable last_snap when renaming snapshot | Yan, Zheng | 2018-04-19 | 1 | -2/+0 |
* | mds: add asok command that dumps cached snap infos | Yan, Zheng | 2018-02-09 | 1 | -1/+3 |
* | mds: record global last_created/last_destroyed in snaptable | Yan, Zheng | 2018-02-09 | 1 | -0/+10 |
* | mds: notify all mds about prepared snaptable update | Yan, Zheng | 2018-02-09 | 1 | -0/+21 |
* | mds: cache snaptable in snapclient | Yan, Zheng | 2018-02-09 | 1 | -2/+29 |
* | mds: Use unqualified encode/decode | Adam C. Emerson | 2018-01-10 | 1 | -17/+22 |
* | Merge pull request #18276 from liewegas/wip-removed-snaps | Sage Weil | 2017-12-07 | 1 | -3/+3 |
|\ |
|
| * | mds/SnapServer: fix reset() | Sage Weil | 2017-12-02 | 1 | -3/+3 |
* | | mds: properly distinguish snaptable TABLE_OP_CREATE from TABLE_OP_UPDATE | Yan, Zheng | 2017-11-09 | 1 | -11/+10 |
* | | mds: properly set reply buffer for table request 'agree' message | Yan, Zheng | 2017-11-09 | 1 | -5/+20 |
* | | mds: make change to mds table after corresponding event get logged | Yan, Zheng | 2017-11-06 | 1 | -13/+1 |
|/ |
|
* | mds: change the type of data_pools | Vicente Cheng | 2017-05-25 | 1 | -5/+3 |
* | dout: Use dout_context | Adam C. Emerson | 2016-12-22 | 1 | -0/+1 |
* | assert(0) -> ceph_abort() | Sage Weil | 2016-11-22 | 1 | -3/+3 |
* | mds/SnapServer: add const to member function | Michal Jarzabek | 2016-10-30 | 1 | -1/+1 |
* | osdc: Update to use C++11 concurrency | Adam C. Emerson | 2016-02-05 | 1 | -38/+34 |
* | mds: fix SnapServer crash on deleted pool | John Spray | 2015-09-30 | 1 | -0/+6 |
* | mds: make SnapServer handle old osd maps | John Spray | 2015-07-28 | 1 | -0/+5 |
* | mds: pass MonClient ref into snapserver & mdbalancer | John Spray | 2015-07-28 | 1 | -1/+1 |
* | mds: Make all subsystems take an MDSRank instead of an MDS | John Spray | 2015-07-28 | 1 | -2/+2 |
* | mds: update snaptable when renaming snapshot | Yan, Zheng | 2015-04-10 | 1 | -13/+48 |
* | mds: fix cephfs-table-tool reset snap | John Spray | 2015-02-17 | 1 | -12/+14 |
* | mds: set last snapid according to removed snaps in data pools | Yan, Zheng | 2015-02-05 | 1 | -0/+15 |
* | 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 | -1/+1 |
* | mds/SnapServer: use lock safe OSDMap accessors | Sage Weil | 2014-08-25 | 1 | -1/+4 |
* | mds: remove anchor table | Yan, Zheng | 2014-04-29 | 1 | -24/+0 |
* | mds: Add encode/decode/dump for use with dencoder | John Spray | 2014-02-20 | 1 | -0/+81 |
* | mds/SnapServer.cc: prefer prefix ++operator for iterators | Danny Al-Gaaf | 2013-03-14 | 1 | -5/+5 |
* | mds/SnapServer.cc: use !empty() instead of size() to check for emptiness | Danny Al-Gaaf | 2013-02-14 | 1 | -1/+1 |
* | mds: fix anchor table commit race | Yan, Zheng | 2013-01-02 | 1 | -1/+2 |
* | mds: use set to store MDSMap data pools | Sage Weil | 2012-12-27 | 1 | -1/+1 |
* | mds: *_pg_pool -> *_pool | Sage Weil | 2012-12-24 | 1 | -2/+2 |