]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2010-11-16 Sage Weilmds: set mode before all the file type dependent inode...
2010-11-16 Sage Weilmds: add DIRLAYOUTHASH feature bit
2010-11-16 Sage Weilmds: make dentry hash a dir layout property
2010-11-15 Sage WeilMerge remote branch 'origin/unfound_last_epoch_clean...
2010-11-15 Colin Patrick... Add ./ceph osd tell <osd-num> dump_missing <out>
2010-11-15 Colin Patrick... search_for_missing:recalc stats if unfound changed
2010-11-15 Sage Weiltimer: make init/shutdown explicit
2010-11-15 Colin Patrick... test_unfound.sh: start recovery at end of test
2010-11-15 Colin Patrick... test_common.sh: add dump_osd_store
2010-11-15 Colin Patrick... test_unfound.sh: fix return codes
2010-11-15 Colin Patrick... stray_test:don't use up/down. timeout extension
2010-11-15 Colin Patrick... osd: add discover_all_missing
2010-11-15 Colin Patrick... Fix bugs in search_for_missing, _process_pg_info
2010-11-15 Colin Patrick... Add stray_test to test_unfound.sh
2010-11-15 Colin Patrick... PG::finish_recovery: set info.last_epoch_clean
2010-11-15 Colin Patrick... Add MOSDPGMissing
2010-11-15 Colin Patrick... osd: add incompat feature LEC for last_epoch_clean
2010-11-15 Sage Weilosd: add last_epoch_clean to PG::Info
2010-11-15 Colin Patrick... test_common.sh: remove messenger debug for now
2010-11-15 Sage Weilosd: skip unfound in recover_replicas
2010-11-15 Sage Weilosd: skip unfound objects in recover_primary()
2010-11-15 Sage Weilosdmap: make printing a bit easier to read
2010-11-15 Sage Weilobjecter: don't dereference null op->outbl
2010-11-15 Sage WeilMerge remote branch 'origin/testing' into unstable
2010-11-15 Sage Weilosd: unreg scrub when removing pg
2010-11-15 Sage WeilMerge branch 'msgr_zerocopy_read' into unstable
2010-11-15 Sage Weillibrados: pass provided buffer to objecter on rados_read
2010-11-15 Sage Weilobjecter: post rx buffer to msgr if target bufferlist...
2010-11-15 Sage Weilmsgr: use provided rx buffer if present
2010-11-15 Sage Weilmsgr: add Connection rx buffer interface
2010-11-15 Sage Weilmsgr: implement get_connection()
2010-11-15 Sage Weilbuffer: implement list::iterator::get_current_ptr()
2010-11-14 Colin Patrick... Objecter::shutdown: shut down timer.
2010-11-13 Sage WeilMerge remote branch 'origin/msgr' into testing
2010-11-13 Sage Weildebug: don't print thread id twice
2010-11-12 Sage Weilmsgr: cleanup: make queue_received non-inline; some...
2010-11-12 Sage Weilmsgr: do not clear halt_delivery
2010-11-12 Sage Weilmsgr: close enqueue/discard race
2010-11-12 Sage Weilmsgr: protect pipe queue_item map with pipe_lock AND...
2010-11-12 Sage Weilmsgr: add 'ms inject socket failures = foo'
2010-11-12 Sage Weilmsgr: only close socket on reconnect or shutdown
2010-11-12 Sage Weilmsgr: protect pipe queuing with _both_ pipe and dispatc...
2010-11-12 Colin Patrick... TestTimers: don't test (nonexistent) Timer
2010-11-12 Colin Patrick... Rename PG::peer to PG::do_peer
2010-11-12 Sage WeilMerge branch 'testing' into unstable
2010-11-12 Sage Weiluclient: insert lssnap results under snapdir, not live dir
2010-11-12 Wido den Hollandermsg: fix buffer size for IPv6 address parsing
2010-11-12 Sage Weiltimer: rewrite mostly from scratch
2010-11-11 Sage Weilmds: hit inode created via CREATE
2010-11-11 Sage WeilMerge branch 'rc' into unstable
2010-11-11 Sage Weilv0.23 v0.23
2010-11-11 Sage Weilmds: fix null_snapflush with multiple intervening snaps
2010-11-11 Sage WeilMerge remote branch 'origin/unfound' into unstable
2010-11-11 Sage Weilosd: scrub least recently scrubbed pgs first; once...
2010-11-11 Sage Weilosd: don't scrub something we just scrubbed
2010-11-11 Sage Weilosd: call sched_scrub on reserve reply
2010-11-11 Sage Weilosd: fix sched_scrub
2010-11-11 Sage Weilosd: do scrub schedule state changes inside scrub()
2010-11-11 Sage Weilosd: track last_scrubbed in PG::Info::History
2010-11-11 Sage Weilosd: scrub: change cancel behavior
2010-11-10 Colin Patrick... pg_state_string: use an ostringstream
2010-11-10 Sage Weilvstart: stop logging to /tmp/foo
2010-11-10 Sage Weilosd: fix scrub reserved state when starting scrub
2010-11-10 Sage Weilvstart: turn down msgr debugging
2010-11-10 Sage Weilmonc: cancel timer events with lock held
2010-11-10 Colin Patrick... Wake up clients waiting for now-found objects
2010-11-10 Colin Patrick... test_unfound.sh: test reading an unfound object.
2010-11-10 Colin Patrick... test_unfound.sh: verify that we have unfound objs
2010-11-10 Colin Patrick... Add num_objects_unfound to struct pg_stat_t
2010-11-10 Colin Patrick... test_unfound.sh: shorter test
2010-11-10 Colin Patrick... PG::recover_master_log: rename a local variable
2010-11-10 Colin Patrick... OSD::_process_pg_info:search_for_missing sometimes
2010-11-10 Colin Patrick... Add PG::Missing::have_missing()
2010-11-10 Colin Patrick... PG::search_for_missing: minor refactoring, comment
2010-11-10 Colin Patrick... PG::peer: don't block if objects are unfound
2010-11-10 Colin Patrick... PG::peer: count/find cleanup
2010-11-10 Colin Patrick... PG.h erase deadcode
2010-11-10 Colin Patrick... PG: nomenclature change: talk about unfound objs
2010-11-10 Colin Patrick... PG: move ostream operator to .cpp file
2010-11-10 Sage Weilmds: fix inode->frag rstat projected with snaps
2010-11-10 Sage Weilosdmap: break up asserts for easier debugging
2010-11-10 Sage Weilobjecter: throttle before looking at lock protected...
2010-11-10 Sage Weilmon: drop unnecessary state checks
2010-11-10 Sage Weildebian: don't explicitly depend on libgoogle-perftools0
2010-11-10 Greg Farnummds: Enable --journal_check mode.
2010-11-10 Greg Farnumosdc: Fix bad assert in ~ObjectCacher.
2010-11-10 Sage Weiluclient: only update inode if version increased
2010-11-10 Colin Patrick... decompile_crush_bucket: fix depth-first decomp
2010-11-10 Colin Patrick... CrushWrapper:get_bucket: ret ENOENT for no bucket
2010-11-09 Sage WeilMerge branch 'sched_scrub' into unstable
2010-11-09 Sage Weilosd: small cleanup
2010-11-09 Sage Weilosd: scrub: list objects without lock held
2010-11-09 Sage WeilMerge branch 'scrub_no_lock' into unstable
2010-11-09 Colin Patrick... ps-ceph.pl: don't show self
2010-11-09 Sage Weilgui: add missing #include
2010-11-09 Sage WeilMerge branch 'rbd-fiemap' into unstable
2010-11-09 Sage Weilobjecter: set READ flag on new objecter mapext/read_spa...
2010-11-09 Sage Weilobjecter: fix balancer for ops with length < 0
2010-11-09 Sage Weilfilestore: autodetect presense of FIEMAP ioctl
2010-11-09 Sage Weilfiemap: include linux fiemap.h header; unconditionally...
next