]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2008-12-10 Sage Weilosd: avoid needless calls to peer(), build_prior()
2008-12-10 Sage Weilosd: make prior_set_affected() slightly smarter
2008-12-09 Sage Weilcobserver: cleanups
2008-12-09 Sage Weilmon: use 'latest' for latest osd, mds maps
2008-12-09 Sage Weilcobserver: cleanup; print map summaries w/ each new...
2008-12-09 Sage Weilmon: refactor map print_summary/operator<< methods
2008-12-09 Yehuda Sadehcobserver: accidentaly removed a line
2008-12-09 Yehuda Sadehkclient: missing files
2008-12-09 Yehuda Sadehwhitespaces
2008-12-09 Yehuda Sadehmon: factor ClientMap class out
2008-12-09 Yehuda Sadehcobserver: utility, observe changes in different maps
2008-12-09 Sage Weilosd: use push() to push clone op
2008-12-09 Sage Weilmon: factor our osdmap print, print_summary
2008-12-09 Sage Weilmon: factor out mds print, print_summary
2008-12-09 Sage Weilmds: stay loner if client has B and no other reason...
2008-12-09 Sage Weilosd: missing last_mon_heartbeat declaration
2008-12-09 Sage Weilmsgr: make sure nonce matches too when connecting to...
2008-12-09 Sage Weilmsgr: print error when message type is unrecognized
2008-12-09 Sage Weilosd: ping mon less frequently when peerless
2008-12-08 Sage Weilmon: typo in pg dump output
2008-12-08 Sage Weilceph: new default mon port; try to bind to port in...
2008-12-08 Sage Weilmon: 'pg map <pgid>' command
2008-12-08 Sage Weilmon: 'osd dump' command; refactor sstream->bufferlist...
2008-12-08 Sage Weilosdmap: use print method from osdmaptool
2008-12-08 Sage Weilosd: pause scrub wq async
2008-12-05 Sage Weilosd: lock pg before calling on_shutdown
2008-12-05 Sage Weilosd: fix degraded figure calculation typo
2008-12-05 Sage Weilcmonctl: resend command if monitor is not responsive
2008-12-05 Sage Weilcmonctl: interactive mode using libedit
2008-12-05 Sage Weilosd: log scrub ok
2008-12-05 Sage Weilmon: rename out to log, log.type files
2008-12-05 Sage Weilmon: notify PaxosService of any paxos state changes
2008-12-05 Sage Weilmon: dump full pgmap on each state change (for debugging)
2008-12-05 Sage Weilosd: don't die on stray sub op acks
2008-12-05 Sage Weilosd: generate_backlog sanity check
2008-12-05 Sage Weilosd: fix merge_log divergent item detection
2008-12-05 Sage Weilosd: clean on ondisklog a bit
2008-12-05 Sage Weilosd: make read_log output a bit more informative
2008-12-05 Sage Weilvstart: only sudo if -e dev/sudo
2008-12-05 Sage Weilosd: revise missing map adjustment
2008-12-05 Sage Weilosd: mark backlog events as BACKLOG
2008-12-05 Sage Weilosd: generate_backlog fixes
2008-12-05 Sage Weilcrush: add include
2008-12-05 Yehuda Sadehkclient: reduce stack usage
2008-12-05 Sage Weilmon: 'osd scrub \*' to scrub all osds
2008-12-05 Sage Weilfilestore: fix up listxattr buffer management a bit
2008-12-05 Sage Weildstart: put debug output on local disk
2008-12-05 Sage Weildebug: allow output and output symlinks to go in differ...
2008-12-05 Yehuda Sadehlogmonitor: append all notifications in a single file
2008-12-04 Sage Weilset/check subprotocol versions
2008-12-04 Sage Weilmon: clean up paxos service registration a bit. rev...
2008-12-04 Yehuda Sadehcleanup, whitespace
2008-12-04 Yehuda Sadehlog: use of cascading dispatcher for log messages
2008-12-04 Yehuda Sadehdispatcher: cascading dispatch infrastructure
2008-12-04 Sage Weilmon: keep pgmap consistent
2008-12-04 Sage Weilosd: make replica scrub_map generation a subop
2008-12-04 Sage Weillogclient: always print log messages to debug output
2008-12-04 Sage Weilosd: fix up scrub error log formatting
2008-12-04 Sage Weillogclient: optionally take a stringstream
2008-12-04 Sage Weilosd: some scrub fixes
2008-12-04 Sage Weilosd: fix pg_stats.reported value
2008-12-04 Sage Weilosd: drop lock during most of scrub; only disallow...
2008-12-04 Sage Weilosd: ignore dup scrub maps
2008-12-04 Sage Weilosd: take pg ref on scrub_wq
2008-12-04 Sage Weilosd: make scrub verify replica object attrs match
2008-12-04 Sage Weilosd: fix pg stat acking in osd
2008-12-04 Yehuda Sadehlog: logclient uses log types instead of log level
2008-12-04 Sage Weilosd: check for missing clones in pick_read_snap
2008-12-04 Sage Weilosd: clear waiting_for_head when we pull the head;...
2008-12-04 Sage Weilosd: fix missing.add_event
2008-12-04 Yehuda Sadehkclient: fix NULL dereferencing oops
2008-12-04 Sage Weilosd: version pg_stats_t with <epoch,version> pair;...
2008-12-04 Sage Weilosd: keep projected info on in-progress object modifica...
2008-12-04 Sage Weilosd: fix problems with propagation of info.stats during...
2008-12-04 Sage Weilosd: keep tabs on total object copies vs missing/degraded
2008-12-04 Sage Weilosd: fix uninitialized var use
2008-12-04 Yehuda Sadehadd missing header file declaration
2008-12-04 Yehuda Sadehosd: move logging messages to a common infrastructure
2008-12-03 Sage Weilmon: clean up pg dump
2008-12-03 Sage Weilosd: update stats on primary pull
2008-12-03 Sage Weilosd: fix stupid no-op typo
2008-12-03 Sage Weilosd: log scrub errors to central log
2008-12-03 Sage WeilMerge branch 'diskformat' into unstable
2008-12-03 Sage Weilmon: include last_scrub info in pg dump
2008-12-03 Sage Weilosd: remove pg from recovery_wq with clear_primary_state
2008-12-03 Sage Weilosd: make pg refcounting vs work queues constent
2008-12-03 Sage Weilosd: do clone scrub based on our generated scrub map
2008-12-03 Sage Weilosd: scrub info in pg_stat_t. scrub states.
2008-12-03 Sage Weilosd: fix small quirk read_log missing generation
2008-12-03 Sage Weilmon: always discard pending on election completion
2008-12-03 Sage Weilmds: update segment on ETableServer replay
2008-12-03 Sage Weilmds: print table version loaded during log replay
2008-12-03 Sage Weilosd: default 2x pg only for now
2008-12-03 Sage Weilosd: distributed scrub compares primary vs replica...
2008-12-03 Sage Weilosd: do not clear ops vector to indicate noop (protocol...
2008-12-03 Sage Weilosd: rewrite pg_stats queueing
2008-12-03 Sage Weilosd: remove useless raid4pg from build
2008-12-03 Yehuda Sadehkclient: fix oops in case written size doesn't match...
2008-12-03 Yehuda Sadehkclient: some logs revision
2008-12-02 Sage Weilosd: don't forget about skipped clones during recover_p...
next