]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2012-03-07 Greg Farnummsgr: remove declaration of undefined SimpleMessenger...
2012-03-07 Greg Farnummsgr: remove SimpleMessenger::get_ms_addr() in favor...
2012-03-07 Sage Weilobjectstore: fix collection_move() encoding
2012-03-07 Sage WeilMerge remote-tracking branch 'gh/wip-doc'
2012-03-07 Sage Weilosd: make degraded pgs count missing replicas as degrad...
2012-03-07 Sage Weilmon: fix full osd detail
2012-03-07 Sage Weilmon: assign severity to each health summary/detail...
2012-03-07 Sage Weildoc: fix misc typos, bad phrasing
2012-03-07 Sage Weildoc: 2 words about radosgw failures
2012-03-07 Sage Weildoc: talk about mon failures a bit
2012-03-07 Sage Weildoc: fix link
2012-03-07 Sage Weildoc: slow osd requests
2012-03-07 Sage Weildoc: diagnose full osd cluster
2012-03-07 Sage Weilmon: list nearfull/full osd detail
2012-03-07 Sage Weildoc: describe 'stuck' states we check for
2012-03-07 Sage Weildoc: document some osd failure recovery scenarios
2012-03-07 Sage Weilosd: list might_have_unfound locations in query result
2012-03-07 Sage Weilmon: include unfound count in health detail
2012-03-07 Sage Weilmon: refactor health, include optional detail
2012-03-07 Samuel JustMerge branch 'wip-collmove'
2012-03-06 Samuel Justleveldb: remove flawed unit test for now
2012-03-06 Samuel JustMerge branch 'wip_omap'
2012-03-06 Samuel Justtest_rados_api_aio: add omap
2012-03-06 Samuel Justosd: testing for tmap auto upgrade
2012-03-06 Samuel JustReplicatedPG: transparently upgrade TMAP
2012-03-06 Samuel JustRadosModel: Add omap operations to RadosModel
2012-03-06 Samuel JustReplicatedPG: Add omap ops to ReplicatedPG
2012-03-06 Samuel Justlibrados: Added omap operations to librados
2012-03-06 Samuel Justosdc: Add omap operation stubs to Objecter::ObjectOperation
2012-03-06 Samuel JustReplicatedPG: add omap_header to recovery
2012-03-06 Samuel Justlibrados: add tmap_put to ObjectWriteOperation
2012-03-06 Sage WeilMerge branch 'wip-1796'
2012-03-06 Sage Weilmds: respawn when blacklisted
2012-03-06 Sage Weiljournaler: add generic write error handler
2012-03-06 Sage WeilMerge remote-tracking branch 'gh/wip-2105'
2012-03-06 Sage Weil.gitignore: src/ocf/rbd
2012-03-06 Sage Weilfilestore: create snap_0 on mkfs
2012-03-06 Sage Weilfilestore: drop useless read_op_seq() arg
2012-03-06 Sage WeilMerge pull request #9 from fghaas/ocf-ra
2012-03-06 Florian Haasrbd OCF RA: fix whitespace inconsistency 9/head
2012-03-06 Sage WeilMerge remote branch 'gh/wip-msgr-interface'
2012-03-06 Sage Weilosd: use new collection_move() operation
2012-03-06 Sage Weilfilestore: implement OP_COLL_MOVE
2012-03-06 Sage Weilobjectstore: OP_COLL_MOVE
2012-03-06 Sage Weilobjectstore: use enum for OP_*
2012-03-06 Sage Weilobjectstore: remove _fake_writes, _get_frag_stat
2012-03-06 Sage Weilfilestore: drop trim_from_cache, is_cached
2012-03-06 Sage Weilobjectstore: remove cruft
2012-03-06 Sage Weilfilestore: remove collection, attr faking
2012-03-05 Sage WeilMerge remote branch 'gh/wip-swift-acls'
2012-03-05 Sage Weilosd: delay non-replayed ops during replay
2012-03-05 Sage Weillibrados: close narrow shutdown race
2012-03-05 Sage Weilosd: don't trust pusher's data_complete
2012-03-05 Sage Weilosd: warn if recovery still has missing at end
2012-03-05 Florian HaasOCF resource agents: add rbd
2012-03-04 Sage WeilDBObjectMap: remove stray ;
2012-03-03 Sage WeilLevelDBStore: #include types.h
2012-03-02 Sage Weil.gitignore: *.tar.bz2
2012-03-02 Greg Farnummsgr: start re-ordering functions into a better order
2012-03-02 Sage WeilMerge branch 'stable'
2012-03-02 Greg Farnummsgr: remove refcounting of Messengers.
2012-03-02 Greg Farnummsgr: make nonce a required part of the SimpleMessenger...
2012-03-02 Greg Farnummsgr: Require that init functions are called before...
2012-03-02 Greg Farnumlibrados: remove gratuitous call to add_dispatcher_head.
2012-03-02 Greg Farnummsgr: promote the started bool to Messenger.
2012-03-02 Greg Farnummsgr: Remove the SimpleMessenger::bind() nonce parameter.
2012-03-02 Greg Farnummsgr: Remove the SimpleMessenger start/start_with_nonce...
2012-03-02 Greg Farnummsgr: Remove SimpleMessenger::register_entity
2012-03-02 Greg Farnummsgr: add start() and wait() stubs to the Messenger...
2012-03-02 Sage Weilgithub.com/NewDreamNetwork -> github.com/ceph
2012-03-02 Sage Weilfilestore: fix rollback safety check
2012-03-02 Sage WeilMerge remote branch 'gh/wip_fs_omap'
2012-03-02 Sage Weilv0.43 v0.43
2012-03-02 Josh DurginRadosModel: separate initialization and construction
2012-03-02 Josh DurginMerge branch 'next'
2012-03-02 Josh Durginlibrados: only shutdown objecter after it's initialized
2012-03-01 Samuel JustMakefile: add headers for distcheck
2012-03-01 Samuel JustReplicatedPG: Add omap to recovery
2012-03-01 Samuel JustMOSDSubOp: Add entry for omap recovery
2012-03-01 Samuel Justtest: Add KeyValueDB atomicity checker
2012-03-01 Samuel Justos/: DBObjectMap and KeyValueDB interface with tests
2012-03-01 Samuel JustObjectStore.h: Initial ObjectStore omap interfaces
2012-03-01 Samuel Justos/CollectionIndex: Add debugging constructor and Path...
2012-03-01 Samuel JustAdded LevelDBStore
2012-03-01 Samuel JustAdded leveldb submodule
2012-03-01 Samuel JustMakefile: make check-local relative to $(srcdir)
2012-03-01 Sage WeilMakefile: add json_spirit headers to tarball
2012-02-29 Yehuda Sadehrgw: don't check for ECANCELED in the _impl() functions
2012-02-29 Yehuda Sadehrgw: don't retry certain operations if we raced
2012-02-29 Sage Weilmsgr: fix race in learned_addr()
2012-02-29 Sage Weilmsgr: print existing->state before failing assert
2012-02-29 Sage WeilMerge remote-tracking branch 'gh/wip-2121'
2012-02-29 Sage Weilosd: unregister signal handlers on shutdown
2012-02-29 Sage Weilmon: unregister signal handlers on shutdown
2012-02-29 Sage Weilmds: unregister SIGHUP too
2012-02-29 Sage Weilradosgw: handle SIGHUP
2012-02-29 Sage Weilinit-radosgw: add 'reload' command to send SIGHUP
2012-02-29 Sage Weilosd: fix typo is recovery_state query dump
2012-02-29 Sage Weilosd: add missing space to scrub error
2012-02-29 Greg Farnummsgr: discard the local_pipe's queue on shutdown.
next