summaryrefslogtreecommitdiff
path: root/src/mds
Commit message (Expand)AuthorAgeFilesLines
* mds: re-try_set_loner() after doing evals in eval(CInode*, int mask)Sage Weil2012-11-091-1/+12
* mds: move to from loner -> mix if *anyone* wants rd|wrSage Weil2012-11-051-1/+1
* mds: base loner decision on wanted RD|WR|EXCL, not CACHE|BUFFERSage Weil2012-11-051-1/+1
* re-include assert after boost::poolSage Weil2012-06-081-0/+1
* make everyone use our assert #include and macroSage Weil2012-06-067-11/+17
* logclient: not a dispatcherSage Weil2012-06-051-2/+1
* mds: remove preferred from ceph_file_layoutSage Weil2012-04-233-8/+0
* config: drop old debug_* itemsSage Weil2012-03-292-2/+3
* log: new logging infrastructureSage Weil2012-03-2722-22/+23
* msgr: switch all users over to abstract interfaceSage Weil2012-03-142-8/+8
* mon: assign severity to each health summary/detail itemSage Weil2012-03-062-13/+8
* mon: refactor health, include optional detailSage Weil2012-03-062-18/+32
* mds: respawn when blacklistedSage Weil2012-03-062-1/+22
* msgr: remove refcounting of Messengers.Greg Farnum2012-03-021-1/+1
* msgr: Remove the SimpleMessenger start/start_with_nonce distinction.Greg Farnum2012-03-022-2/+2
* msgr: Remove SimpleMessenger::register_entityGreg Farnum2012-03-022-2/+0
* Merge remote branch 'gh/wip-mds-resetter'Sage Weil2012-02-242-35/+51
|\
| * mds: clean up useless blockSage Weil2012-02-231-12/+10
| * mds: fix Resetter lockingSage Weil2012-02-232-32/+48
| * Fix ceph-mds --journal-resetAlexandre Oliva2012-02-221-0/+2
* | mds: remove unused MDBalancer dump_pop_map() function.Greg Farnum2012-02-232-98/+0
* | mds: make EMetaBlob::fullbit::old_inodes non-ptrSage Weil2012-02-222-9/+6
* | mds: Add old_inodes to emetablobAlexandre Oliva2012-02-222-7/+27
|/
* mds: use want_state to indicate shutdownSage Weil2012-02-191-6/+10
* mds: ignore all msgr callbacks on shutdown, not just dispatchSage Weil2012-02-181-7/+17
* mds: drop all messages during suicideSage Weil2012-02-181-4/+7
* Merge branch 'next'Josh Durgin2012-02-171-4/+5
|\
| * mds: comment out unused code in mds dump_pop_mapTom Callaway2012-02-171-4/+5
* | mds: remove some cruftSage Weil2012-02-141-3/+1
* | mds: install async signal handlers for SIG{HUP,INT,TERM}Sage Weil2012-02-142-2/+13
* | mds: use new tmap_get pbl argumentSage Weil2012-02-141-2/+2
|/
* mds: remove IntervalTree codeSage Weil2012-02-071-1466/+0
* move SnapContext, SnapRealmInfo to common/snap_types.{h,cc}Sage Weil2012-02-061-0/+1
* mdsmap: move member initialization to monitor create_initial()Sage Weil2012-01-303-8/+4
* Merge remote branch 'gh/master' into wip-op-data-muxSage Weil2012-01-171-0/+3
|\
| * Merge remote branch 'gh/master' into wip-backfillSage Weil2012-01-115-71/+26
| |\
| * \ Merge remote branch 'gh/master' into wip-backfillSage Weil2012-01-091-6/+6
| |\ \
| * | | move cluster protocol definitions out of ceph_fs.hSage Weil2012-01-041-0/+3
* | | | Merge remote branch 'gh/master' into wip-op-data-muxSage Weil2012-01-165-71/+26
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix several doxygen warnings, to minimize noise. Only changes comments.Tommi Virtanen2012-01-103-20/+20
| * | | mds: initiate monitor reconnect if beacon acks take too longGreg Farnum2012-01-101-0/+6
| * | | mds: remove beacon_killer code.Greg Farnum2012-01-102-51/+0
| | |/ | |/|
* | | objecter: specify read return values pointers in ObjectOperatio methodsSage Weil2012-01-121-2/+2
|/ /
* | unittest_interval_tree: make it compileSage Weil2012-01-061-6/+6
|/
* mds: assert if we get an EINVAL on our truncateSage Weil2011-12-291-0/+1
* mds: drop special SIGTERM handlerSage Weil2011-12-211-11/+0
* mds: misc assertions about truncationSage Weil2011-12-191-0/+3
* mds: mark_disposable when closing a Client connection.Greg Farnum2011-12-121-0/+1
* mdsmap: rename get_num_*_mds() methodsSage Weil2011-12-123-8/+13
* mds: fix blocking in standby replay threadSage Weil2011-12-011-0/+2