2008-12-12 |
Sage Weil | osd: simplify master log recreation; fix up Log::copy_after |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Yehuda Sadeh | vstart.sh/stop.sh can start and stop specific modules |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Sage Weil | dstop: kill crun too |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Sage Weil | osd: move max_rep back to 3x |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Sage Weil | osd: rewrite proc_replica_log |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Sage Weil | osd: fix merge_old_entry bug |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Sage Weil | osd: small peer cleanup |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Sage Weil | cobserver: print all log entries in each state |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Sage Weil | osd: initialize all MOSDSubOp fields |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Sage Weil | mon: fix up MLog constructor |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Sage Weil | filestore: fix buffer overruns, mismatched delete[... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Sage Weil | osd: pad eversion_t and zero remainder |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Sage Weil | mon: mkfs log msg as error |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Sage Weil | osd: clear out pg_stat_queue on shutdown |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Sage Weil | filestore: sort objects by ino |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Sage Weil | workqueue: include types.h |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Yehuda Sadeh | dstart.sh fix broken commit |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Yehuda Sadeh | dstart.sh uses crun instead of -d (for gprof) |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: don't clear pg_stats_valid on send |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | todo |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: small cleanup |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: call peer() if we need up_thru to activate |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: remove/fix waiting_for_head primary recovery logic |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | mon: observer cleanup |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | cmonctl: fix compile error |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | workqueue: drain |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | workqueue: virtual destructor |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | makefile: missing headers |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: cleanup |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | workqueue: non-inline worker, control methods; debugging |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | mon: fix use after free |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: use new workqueue in osd for ops |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: shared threadpool for multiple work queues |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: fix uninit value in scrub message |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | mon: mark unresponsive mds laggy instead of failed... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | cobserver: simplify headers |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: make sure hb peers get marked down |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: update_stat during recover_replicas() |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | dstart: --nostop option |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: drive primary recovery via missing map, not log |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | mon: osdmon cleanup |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | dstart: keep old cosd binaries around for a bit |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: 'pg repair <pgid>' to repair an inconsistent pg... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: don't read file content during _scrub |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | msgr: be noisier about mark_down calls |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: avoid needless calls to peer(), build_prior() |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Sage Weil | osd: make prior_set_affected() slightly smarter |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | cobserver: cleanups |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | mon: use 'latest' for latest osd, mds maps |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | cobserver: cleanup; print map summaries w/ each new... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | mon: refactor map print_summary/operator<< methods |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Yehuda Sadeh | cobserver: accidentaly removed a line |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Yehuda Sadeh | kclient: missing files |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Yehuda Sadeh | whitespaces |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Yehuda Sadeh | mon: factor ClientMap class out |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Yehuda Sadeh | cobserver: utility, observe changes in different maps |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | osd: use push() to push clone op |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | mon: factor our osdmap print, print_summary |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | mon: factor out mds print, print_summary |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | mds: stay loner if client has B and no other reason... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | osd: missing last_mon_heartbeat declaration |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | msgr: make sure nonce matches too when connecting to... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | msgr: print error when message type is unrecognized |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Sage Weil | osd: ping mon less frequently when peerless |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Sage Weil | mon: typo in pg dump output |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Sage Weil | ceph: new default mon port; try to bind to port in... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Sage Weil | mon: 'pg map <pgid>' command |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Sage Weil | mon: 'osd dump' command; refactor sstream->bufferlist... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Sage Weil | osdmap: use print method from osdmaptool |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Sage Weil | osd: pause scrub wq async |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: lock pg before calling on_shutdown |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: fix degraded figure calculation typo |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | cmonctl: resend command if monitor is not responsive |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | cmonctl: interactive mode using libedit |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: log scrub ok |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | mon: rename out to log, log.type files |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | mon: notify PaxosService of any paxos state changes |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | mon: dump full pgmap on each state change (for debugging) |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: don't die on stray sub op acks |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: generate_backlog sanity check |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: fix merge_log divergent item detection |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: clean on ondisklog a bit |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: make read_log output a bit more informative |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | vstart: only sudo if -e dev/sudo |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: revise missing map adjustment |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: mark backlog events as BACKLOG |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | osd: generate_backlog fixes |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | crush: add include |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Yehuda Sadeh | kclient: reduce stack usage |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | mon: 'osd scrub \*' to scrub all osds |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | filestore: fix up listxattr buffer management a bit |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | dstart: put debug output on local disk |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Sage Weil | debug: allow output and output symlinks to go in differ... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Yehuda Sadeh | logmonitor: append all notifications in a single file |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Sage Weil | set/check subprotocol versions |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Sage Weil | mon: clean up paxos service registration a bit. rev... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Yehuda Sadeh | cleanup, whitespace |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Yehuda Sadeh | log: use of cascading dispatcher for log messages |
commit | commitdiff | tree | snapshot |
next |