2011-01-12 |
Colin Patrick... | osd: de-globalize PG::oldest_update |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Colin Patrick... | osd: clean up loop in proc_replica_log |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Colin Patrick... | osd: remove unused PG global |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Colin Patrick... | osd: call prior_set_affected only if we have one |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Colin Patrick... | osd: prevent PG objects from being copied |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Yehuda Sadeh | auth: change the plaintext keyring format |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Yehuda Sadeh | conf: ConfFile can parse bufferlists |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Colin Patrick... | osd: Put all prior_set fields into a struct |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Colin Patrick... | osd: OSD::queue_pg_for_deletion: avoid double del |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Sage Weil | debian: make update_pbuilder.sh a bit smarter |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Yehuda Sadeh | keyring: can parse plain text keyring files |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Colin Patrick... | os: don't crash on no-journal case |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Colin Patrick... | test_split.sh: add many_pools test |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Sage Weil | mds: fix _dout_lock recursion recursion |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Sage Weil | mds: take rdlocks on bounding dftlocks; clean up migrat... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Sage Weil | mds: make thrash_exports select random frags |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Sage Weil | mds: force dirfrag fragmention when replaying metablob |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Samuel Just | ReplicatedPG: register_object_context and register_snap... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Yehuda Sadeh | librados: check for initialization before doing certain... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Yehuda Sadeh | librados: fix api declaration |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Yehuda Sadeh | librados: add rados->version, include librados.h from... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Yehuda Sadeh | librados-config: add man page |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Yehuda Sadeh | librados-config: added a command line tool to dump... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Colin Patrick... | osd: Create all_osds_die test |
commit | commitdiff | tree | snapshot |
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 |
next |