2011-01-06 |
Colin Patrick... | mon: mark osds down for not sending MOSDPGStat |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Colin Patrick... | mon: Always forward the PGStats to the leader |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Colin Patrick... | osd: Introduce osd_mon_report_interval_max |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Colin Patrick... | mon: don't allow Monitor to be copied |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Colin Patrick... | mon: remove obsolete comment |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Colin Patrick... | osd: Rename osd_mon_report_interval |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Colin Patrick... | mon: Introduce Monitor::leader_since |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Merge branch 'standby_replay' into unstable |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | mds: Add is_any_replay() method and fill it in as appro... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Merge remote branch 'origin/unstable' into standby_replay |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Yehuda Sadeh | librados: add library api versioning |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | journaler: delete Contexts on finish() in new functions. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | mdcache: change replay trimming a bit. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | MDS: rename replay Contexts -- they were ambiguous... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | MDS: add gids to the logger file names. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | mdlog: return EAGAIN if replay falls off the tail of... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | journaler: Add init_headers function, call when reading... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | mds: After probing the journal, reset if we've fallen... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | MDS: make standby_trim_segments functional. Hurray... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | mdlog: Add some helper functions for accessing segments... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | mdcache: adjust trim() to handle running during standby... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | elist: add a clear_list function. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | lru: change control flow and an assert to keep purpose... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | MDSMonitor: Remove STATE_ONESHOT_REPLAY from takeover... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | MDSMonitor: Do not set the rank of an MDS in standby... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | MDS: MDSMonitor: if MDS is in standby-replay and its... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | MDLog: don't change expire_pos or read_pos on replay. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: Remove the unused read_pos field. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | MDS: miscellaneous standby-replay fixes and cleanups. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | MDS: make use of the hooks to start standby-replay. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Yehuda Sadeh | osd, rados: pgls filter cleanups |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Sage Weil | objecter: use raw_pg_to_pg when needed |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | MDS: Implement the hooks for standby_replay. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | journaler: add reread_head_and_probe function. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | mds: add expire_pos to the ESubtreeMap. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | mds: extend the use of uint64_t instead of (signed... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | mds: rename is_standby_replay() to is_oneshot_replay. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | mds: Create new STATE_ONESHOT_REPLAY for the MDS. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: make reprobe() an asynchronous function. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: make reread_head an asynchronous function. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: redefine states to make them all unique. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: Set the privacy of new functions correctly. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: use uint64_6 instead of int64_t. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: Add function reprobe, to search for the... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: Add reset() function, which returns it to... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: Add a read-only setting, and asserts to... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: add new reread_head function and state. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: remove unused vector<snapid_t> snaps from... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Greg Farnum | Journaler: set state to STATE_ACTIVE in _finish_probe_end. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Yehuda Sadeh | objecter, librados: propagate extra pgls info to client |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Colin Patrick... | common: dout_create_rank_symlink: init if needed |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Sage Weil | mds: remove stray reference& in FragmentMarking context |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Sage Weil | mds: change refragment journaling/store strategy |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Sage Weil | mds: make adjust_dir_fragments always adjust fragtree |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Sage Weil | Merge remote branch 'origin/testing' into unstable |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Sage Weil | mds: fix can_authpin assert on post-fragment commit |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Sage Weil | mds: add mds_debug_frag option |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Yehuda Sadeh | osd, rados: pgls filter fixes |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Colin Patrick... | common: make command-line programs log to stderr |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Colin Patrick... | rgw_admin: call common_set_defaults as non-daemon |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Sage Weil | debian: update scripts to build ubuntu (maverick, lucid... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Sage Weil | mds: move flock types into separate header |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Wido den Hollander | rados tool: Remove duplicate line in usage |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Colin Patrick... | common: generic_dout needs to take the dout mutex |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Yehuda Sadeh | osd: add pgls filtering by parent ino |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Colin Patrick... | common: handle_fatal_signal: print threadid in hex |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Sage Weil | mds: fix ancestor backtrace encoding |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | mds: force fragmentation for ambiguous imports as well |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | mds: make resolve adjust dir fragmentation as needed |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | mds: make get_dirfrags_under behave when dirfragtree... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | frag: const cleanup fragset_t |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Yehuda Sadeh | osd, objecter: pgls filtering option |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Samuel Just | PG: Fixes bug in _scrub with checking clones |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | osd: set default pg_bits higher; pgp_bits to old value |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | assert: print thread id in hex |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Samuel Just | PG: Fix bug in scrub when checking clone sizes |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | client: fix frag selection code |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | vstart.sh: specify keyring in ceph.conf |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | remove ancient uofs.h |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Matthew Roy | mkcephfs: Clarified numosd message |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | mds: assert no submit_entry during replay state |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | mds: start new log segment resolve start, not replay... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | osd: clean up backlog generation checks a bit |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | osd: generate backlog if needed to get last_complete... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Sage Weil | osd: send sufficient log to compensate for replicas... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Colin Patrick... | common: Implement max open files |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Colin Patrick... | osd: Make g_conf.osd_max_notify_timeout a uint32_t |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Sage Weil | Merge branch 'testing' into unstable |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Sage Weil | mds: load root inode on replay if auth |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Greg Farnum | msgr: Unlock dispatch_queue.lock when short-circuiting... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Sage Weil | filestore: assert on out of order journal pipeline... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Sage Weil | filestore: fix wake condition when journal submission... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Colin Patrick... | common: print thread ID in sig handlers and assert |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Sage Weil | mds: fix purge_stray for directories, zeroed layouts |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Yehuda Sadeh | rbd: add watch option for rbd tool |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Colin Patrick... | osd: PG::Info::History: init last_epoch_clean |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Sage Weil | Merge branch 'testing' into unstable |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Sage Weil | Merge remote branch 'origin/keyring_cleanup' into unstable |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Sage Weil | debian: try to update pbuild env as needed |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Samuel Just | SimpleMessenger.cc: Fixes a dispatch_throttler leak... |
commit | commitdiff | tree | snapshot |
next |