summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* PG: don't write out pg map epoch every handle_activate_mapSamuel Just2013-05-313-2/+18
* move log, ondisklog, missing from PG to PGLogLoic Dachary2013-05-3012-1225/+1472
* os/WBThrottle: remove asserts in clear()Samuel Just2013-05-301-2/+0
* Added -r option to usageChristophe Courtaut2013-05-301-0/+1
* Merge pull request #331 from ceph/wip-osd-interfacecheckSage Weil2013-05-294-73/+230
|\
| * osd: wait for healthy pings from peers in waiting-for-healthy stateSage Weil2013-05-292-23/+80
| * osd: distinguish between definitely healthy and definitely not unhealthySage Weil2013-05-292-8/+12
| * osd: remove down hb peersSage Weil2013-05-291-4/+10
| * osd: only add pg peers if activeSage Weil2013-05-291-17/+19
| * osd: factor out _remove_heartbeat_peerSage Weil2013-05-292-12/+19
| * osd: augment osd heartbeat peers with neighbors and randoms, to up some minSage Weil2013-05-293-16/+84
| * osd: move health checks into a single helperSage Weil2013-05-292-3/+14
| * osd: avoid duplicate mon requests for a new osdmapSage Weil2013-05-291-2/+2
| * osd: tell peers that ping us if they are deadSage Weil2013-05-291-0/+7
| * osd: simplify is_healthy() check during bootSage Weil2013-05-291-7/+2
* | Merge branch 'next'Sage Weil2013-05-292-1/+9
|\ \
| * | osd: initialize new_state field when we use itSage Weil2013-05-291-1/+4
| * | mds: stay in SCAN state in file_evalSage Weil2013-05-291-0/+4
| * | osd: do not assume head obc object exists when getting snapdirSage Weil2013-05-291-0/+5
| |/
* | Merge branch 'wip_osd_throttle'Samuel Just2013-05-2910-280/+671
|\ \
| * | WBThrottle: add some comments and some assertsSamuel Just2013-05-292-0/+6
| * | WBThrottle: rename replica nocacheSamuel Just2013-05-292-9/+9
| * | WBThrottle: add perfcountersSamuel Just2013-05-282-0/+40
| * | ReplicatedPG::submit_push_complete don't remove the head objectSamuel Just2013-05-221-1/+0
| * | FileStore: integrate WBThrottleSamuel Just2013-05-213-158/+9
| * | os/: Add WBThrottleSamuel Just2013-05-215-1/+384
| * | FileStore: add fd cacheSamuel Just2013-05-215-127/+228
| * | common/shared_cache.hpp: fix set_size()Samuel Just2013-05-211-1/+1
| * | common/shared_cache.hpp: add clear()Samuel Just2013-05-211-0/+11
* | | mds: stay in SCAN state in file_evalSage Weil2013-05-291-0/+4
* | | Makefile: include new message header filesSage Weil2013-05-291-0/+2
* | | Merge remote-tracking branch 'yan/wip-mds'Sage Weil2013-05-2932-703/+1534
|\ \ \ | |_|/ |/| |
| * | mds: use "open-by-ino" function to open remote linkYan, Zheng2013-05-283-20/+39
| * | mds: open missing cap inodesYan, Zheng2013-05-286-87/+185
| * | mds: bump the protocol versionYan, Zheng2013-05-281-1/+1
| * | mds: open inode by inoYan, Zheng2013-05-289-7/+612
| * | mds: move fetch_backtrace() to class MDCacheYan, Zheng2013-05-284-68/+45
| * | mds: remove old backtrace handlingYan, Zheng2013-05-285-215/+14
| * | mds: update backtraces when unlinking inodesYan, Zheng2013-05-281-4/+7
| * | mds: bring back old style backtrace handlingYan, Zheng2013-05-289-11/+180
| * | mds: rename last_renamed_version to backtrace_versionYan, Zheng2013-05-285-17/+21
| * | mds: journal backtrace update in EMetaBlob::fullbitYan, Zheng2013-05-282-22/+53
| * | mds: reorder EMetaBlob::add_primary_dentry's parametersYan, Zheng2013-05-286-33/+33
| * | mds: warn on unconnected snap realmsYan, Zheng2013-05-281-1/+14
| * | mds: slient MDCache::trim_non_auth()Yan, Zheng2013-05-281-20/+6
| * | mds: fix check for base inode discoveryYan, Zheng2013-05-281-1/+2
| * | mds: Fix replica's allowed caps for filelock in SYNC_LOCK stateYan, Zheng2013-05-281-2/+2
| * | mds: defer releasing cap if necessaryYan, Zheng2013-05-282-32/+58
| * | mds: fix Locker::request_inode_file_caps()Yan, Zheng2013-05-281-3/+2
| * | mds: notify auth MDS when cap_wanted changesYan, Zheng2013-05-281-2/+4