summaryrefslogtreecommitdiffstats
path: root/src/mds/SessionMap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds/SessionMap: track socket_addr for each SessionSage Weil2018-08-131-3/+13
* mds: use vector for context listsPatrick Donnelly2018-07-261-7/+10
* mds: make Server::prepare_force_open_sessions() update client metadataYan, Zheng2018-07-121-2/+7
* mds: refactor const ref return to avoid mem allocPatrick Donnelly2018-06-291-1/+1
* mds: use const_iterator for decodeKefu Chai2018-05-171-3/+3
* mds: handle imported session racePatrick Donnelly2018-05-141-1/+5
* mds: don't add blacklisted clients to reconnect gather setYan, Zheng2018-04-231-7/+0
* mds: properly dirty sessions opened by journal replayYan, Zheng2018-04-101-2/+2
* mds: use session.get_client()dongdong tao2018-01-041-1/+1
* mds: resolve unsigned coercion compiler warningPatrick Donnelly2017-09-131-1/+1
* Changing 'int const' to 'const int'amitkuma2017-08-041-1/+1
* mds: operator<< for SessionJohn Spray2017-04-131-0/+2
* mds/SessionMap: use pmore for loading sessionsSage Weil2017-03-141-1/+2
* mds: add override in headersliuchang08122017-03-031-3/+3
* Merge pull request #12274 from ukernel/wip-multimds-miscJohn Spray2017-01-091-1/+1
|\
| * mds: fix sessionmap version increasement when replaying ESessionsYan, Zheng2016-12-091-1/+1
* | common: Unskew clockAdam C. Emerson2016-12-221-1/+1
|/
* Merge pull request #11565 from stiopaa1/mds_sessionmap_removeUnneededFunctionJohn Spray2016-10-201-2/+1
|\
| * mds/SessionMap.h: remove unneeded functionMichal Jarzabek2016-10-181-2/+1
* | Merge pull request #11541 from stiopaa1/mds_sessionmap_addConstJohn Spray2016-10-191-8/+12
|\ \
| * | mds/SessionMap: add const to member functionsMichal Jarzabek2016-10-181-8/+12
| |/
* | Merge pull request #11373 from ukernel/wip-mds-recall-warningJohn Spray2016-10-191-1/+3
|\ \
| * | mds: fix false "failing to respond to cache pressure" warningYan, Zheng2016-10-141-1/+3
* | | Merge pull request #11358 from stiopaa1/mds_sessionmaph_unneededCountJohn Spray2016-10-111-7/+9
|\ \ \ | |/ / |/| |
| * | mds/SessionMap.h: remove unneeded use of countMichal Jarzabek2016-10-091-7/+9
| |/
* | Merge pull request #11218 from ceph/wip-getuidGregory Farnum2016-10-041-1/+1
|\ \
| * | mds: pass full gid list to MDSAuthCap checks, when presentGreg Farnum2016-09-221-1/+1
| |/
* / mds/SessionMap.h: change statement to assertionMichal Jarzabek2016-10-021-3/+1
|/
* mds: expose perf counters for SessionMapJohn Spray2016-08-051-2/+23
* mds: Return "committing" rather than "committed" member in get_committing()Greg Farnum2016-07-111-1/+1
* mds/SessionMap.h: add const to member functionsMichal Jarzabek2016-06-191-5/+5
* mds/SessionMap.h: remove duplicated lineMichal Jarzabek2016-06-191-1/+0
* mds/SessionMap: avoid potential memory leakxie xingguo2016-06-141-0/+6
* mds/SessionMap: explicitly require importing_count to be postivexie xingguo2016-06-141-1/+1
* mds: remove duplicated 'this'Li Peng2016-05-031-1/+1
* mds: deny access to directories with pool_ns layouts if feature is missingSage Weil2016-03-011-2/+2
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* mds: implement filtered "session ls" tell commandJohn Spray2015-10-061-2/+31
* mds: fix chown/chgrp check and testsSage Weil2015-10-011-1/+2
* move _check_access to SessionMapJashan Kamboj2015-10-011-0/+2
* mds/MDSAuthCaps: add cct for debug contextSage Weil2015-10-011-0/+1
* mds: warn if client does not advance its oldest flush tidYan, Zheng2015-08-181-0/+7
* mds: record completed cap flushes in session mapYan, Zheng2015-08-181-0/+19
* mds: Make all subsystems take an MDSRank instead of an MDSJohn Spray2015-07-281-3/+3
* mds: warn when clients are not advancing their oldest_client_tidYan, Zheng2015-04-211-5/+11
* mds: batch up writes in SessionMap::save_if_dirtyJohn Spray2015-04-011-2/+3
* mds: persist completed_requests reliablyJohn Spray2015-03-301-2/+34
* mds: new OMAP storage for sessionmapJohn Spray2015-03-061-15/+117
* mds: abstract SessionMapStore from SessionMapJohn Spray2015-01-161-41/+61
* mds: introduce MDS auth capsJohn Spray2014-10-081-0/+4