| Commit message (Expand) | Author | Age | Files | Lines |
* | PG: don't write out pg map epoch every handle_activate_map | Samuel Just | 2013-05-31 | 3 | -2/+18 |
* | move log, ondisklog, missing from PG to PGLog | Loic Dachary | 2013-05-30 | 12 | -1225/+1472 |
* | os/WBThrottle: remove asserts in clear() | Samuel Just | 2013-05-30 | 1 | -2/+0 |
* | Added -r option to usage | Christophe Courtaut | 2013-05-30 | 1 | -0/+1 |
* | Merge pull request #331 from ceph/wip-osd-interfacecheck | Sage Weil | 2013-05-29 | 4 | -73/+230 |
|\ |
|
| * | osd: wait for healthy pings from peers in waiting-for-healthy state | Sage Weil | 2013-05-29 | 2 | -23/+80 |
| * | osd: distinguish between definitely healthy and definitely not unhealthy | Sage Weil | 2013-05-29 | 2 | -8/+12 |
| * | osd: remove down hb peers | Sage Weil | 2013-05-29 | 1 | -4/+10 |
| * | osd: only add pg peers if active | Sage Weil | 2013-05-29 | 1 | -17/+19 |
| * | osd: factor out _remove_heartbeat_peer | Sage Weil | 2013-05-29 | 2 | -12/+19 |
| * | osd: augment osd heartbeat peers with neighbors and randoms, to up some min | Sage Weil | 2013-05-29 | 3 | -16/+84 |
| * | osd: move health checks into a single helper | Sage Weil | 2013-05-29 | 2 | -3/+14 |
| * | osd: avoid duplicate mon requests for a new osdmap | Sage Weil | 2013-05-29 | 1 | -2/+2 |
| * | osd: tell peers that ping us if they are dead | Sage Weil | 2013-05-29 | 1 | -0/+7 |
| * | osd: simplify is_healthy() check during boot | Sage Weil | 2013-05-29 | 1 | -7/+2 |
* | | Merge branch 'next' | Sage Weil | 2013-05-29 | 2 | -1/+9 |
|\ \ |
|
| * | | osd: initialize new_state field when we use it | Sage Weil | 2013-05-29 | 1 | -1/+4 |
| * | | mds: stay in SCAN state in file_eval | Sage Weil | 2013-05-29 | 1 | -0/+4 |
| * | | osd: do not assume head obc object exists when getting snapdir | Sage Weil | 2013-05-29 | 1 | -0/+5 |
| |/ |
|
* | | Merge branch 'wip_osd_throttle' | Samuel Just | 2013-05-29 | 10 | -280/+671 |
|\ \ |
|
| * | | WBThrottle: add some comments and some asserts | Samuel Just | 2013-05-29 | 2 | -0/+6 |
| * | | WBThrottle: rename replica nocache | Samuel Just | 2013-05-29 | 2 | -9/+9 |
| * | | WBThrottle: add perfcounters | Samuel Just | 2013-05-28 | 2 | -0/+40 |
| * | | ReplicatedPG::submit_push_complete don't remove the head object | Samuel Just | 2013-05-22 | 1 | -1/+0 |
| * | | FileStore: integrate WBThrottle | Samuel Just | 2013-05-21 | 3 | -158/+9 |
| * | | os/: Add WBThrottle | Samuel Just | 2013-05-21 | 5 | -1/+384 |
| * | | FileStore: add fd cache | Samuel Just | 2013-05-21 | 5 | -127/+228 |
| * | | common/shared_cache.hpp: fix set_size() | Samuel Just | 2013-05-21 | 1 | -1/+1 |
| * | | common/shared_cache.hpp: add clear() | Samuel Just | 2013-05-21 | 1 | -0/+11 |
* | | | mds: stay in SCAN state in file_eval | Sage Weil | 2013-05-29 | 1 | -0/+4 |
* | | | Makefile: include new message header files | Sage Weil | 2013-05-29 | 1 | -0/+2 |
* | | | Merge remote-tracking branch 'yan/wip-mds' | Sage Weil | 2013-05-29 | 32 | -703/+1534 |
|\ \ \
| |_|/
|/| | |
|
| * | | mds: use "open-by-ino" function to open remote link | Yan, Zheng | 2013-05-28 | 3 | -20/+39 |
| * | | mds: open missing cap inodes | Yan, Zheng | 2013-05-28 | 6 | -87/+185 |
| * | | mds: bump the protocol version | Yan, Zheng | 2013-05-28 | 1 | -1/+1 |
| * | | mds: open inode by ino | Yan, Zheng | 2013-05-28 | 9 | -7/+612 |
| * | | mds: move fetch_backtrace() to class MDCache | Yan, Zheng | 2013-05-28 | 4 | -68/+45 |
| * | | mds: remove old backtrace handling | Yan, Zheng | 2013-05-28 | 5 | -215/+14 |
| * | | mds: update backtraces when unlinking inodes | Yan, Zheng | 2013-05-28 | 1 | -4/+7 |
| * | | mds: bring back old style backtrace handling | Yan, Zheng | 2013-05-28 | 9 | -11/+180 |
| * | | mds: rename last_renamed_version to backtrace_version | Yan, Zheng | 2013-05-28 | 5 | -17/+21 |
| * | | mds: journal backtrace update in EMetaBlob::fullbit | Yan, Zheng | 2013-05-28 | 2 | -22/+53 |
| * | | mds: reorder EMetaBlob::add_primary_dentry's parameters | Yan, Zheng | 2013-05-28 | 6 | -33/+33 |
| * | | mds: warn on unconnected snap realms | Yan, Zheng | 2013-05-28 | 1 | -1/+14 |
| * | | mds: slient MDCache::trim_non_auth() | Yan, Zheng | 2013-05-28 | 1 | -20/+6 |
| * | | mds: fix check for base inode discovery | Yan, Zheng | 2013-05-28 | 1 | -1/+2 |
| * | | mds: Fix replica's allowed caps for filelock in SYNC_LOCK state | Yan, Zheng | 2013-05-28 | 1 | -2/+2 |
| * | | mds: defer releasing cap if necessary | Yan, Zheng | 2013-05-28 | 2 | -32/+58 |
| * | | mds: fix Locker::request_inode_file_caps() | Yan, Zheng | 2013-05-28 | 1 | -3/+2 |
| * | | mds: notify auth MDS when cap_wanted changes | Yan, Zheng | 2013-05-28 | 1 | -2/+4 |