]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2012-09-05 Mike Ryanpg: change _scrub() to take out parameters as pointers
2012-09-05 Gary LowellMonitor.cc: Added include for limits.h.
2012-09-05 John WilkinsMerge branch 'master' of github.com:ceph/ceph
2012-09-05 John Wilkins:doc: Added a section for adding and removing monitors...
2012-09-05 John Wilkins:doc: Incorporated Joao's feedback into the reference...
2012-09-04 Wido den Hollanderdocs: Add CloudStack documentation
2012-09-04 John Wilkins:doc: Added recovering from OSD failures. Will be re...
2012-09-04 John Wilkinsdoc: Added monitor failure recovery. Will be re-factore...
2012-09-04 John Wilkinsdoc: Re-factored adding an OSD.
2012-09-04 John Wilkinsdoc: Minor updates.
2012-09-04 John WilkinsMerge branch 'master' of github.com:ceph/ceph
2012-09-04 John Wilkinsdoc: Added admonishments for Ceph FS per http://tracker...
2012-09-04 John Wilkinsdoc: Updated to incorporate Sage's changes.
2012-09-04 John Wilkinsdoc: Added anchor references.
2012-09-04 John Wilkinsdoc: Refactored the debug section to point back to...
2012-09-04 John Wilkinsdoc: Added QA reference to --valgrind option.
2012-09-04 Sage WeilRevert "ReplicatedPG: fill in user log entry last after...
2012-09-04 Samuel JustOSD::handle_pg_stats_ack: grab pg refcount while proces...
2012-09-04 Samuel JustReplicatedPG: fill in user log entry last after snapdir...
2012-09-04 Samuel JustPG: In Active, don't transition to WantActingChange
2012-09-04 Sage WeilMerge branch 'wip-msgr'
2012-09-04 Sage Weilmsg/Pipe: kill useless onconnect arg
2012-09-04 John WilkinsMerge branch 'master' of github.com:ceph/ceph
2012-09-04 John Wilkinsdoc: Added PG states.
2012-09-04 John Wilkinsdoc: Promoting PG concepts into mainline docs. Redundan...
2012-09-04 John Wilkinsdoc: New section on placement groups.
2012-09-04 John Wilkinsdoc: Moved from configuration to operations. Updated...
2012-09-04 John Wilkinsdoc: Created a more robust doc for monitoring a cluster.
2012-09-04 John Wilkinsdoc: Consolidated start and stop.
2012-09-04 John Wilkinsdoc: Added a new "Data Placement" overview section...
2012-09-04 John Wilkinsdoc: Added a new CRUSH map section. Will need to incorp...
2012-09-04 John Wilkinsdoc: Moving new auth section from configuration to...
2012-09-04 Sage Weilobjecter: fix osdmap wait
2012-09-04 Tommi Virtanendoc: Fix leftover "localhost" mention.
2012-09-03 John Wilkinsdoc: Added debug ref to toctree. Trimmed title names...
2012-09-03 John Wilkinsdoc: Added "how to" for debug/logging config. Trimmed...
2012-09-03 John Wilkinsdoc: Added logging reference under configuration section.
2012-09-03 Sage Weilmsg/Pipe: do not special-case failure during connect
2012-09-03 John Wilkinsdoc: Added runtime configuration example.
2012-09-01 Sage Weilvstart.sh: -r to start radosgw
2012-09-01 Sage WeilMerge remote-tracking branch 'gh/wip-coverity'
2012-09-01 Sage WeilMerge branch 'wip-osd-flags'
2012-08-31 Sage Weilosd: defer backfill with NOBACKFILL osdmap flag is set
2012-08-31 Dan MickClarify CodingStyle with respect to tab compression...
2012-08-31 Dan MickFix rados put from '-' (stdin)
2012-08-31 Sage Weilosd: pause/unpause recovery based on NORECOVER osdmap...
2012-08-31 Sage Weilosdmap: add NORECOVER flag
2012-08-31 Sage Weilosdmap: add NOBACKFILL flag
2012-08-31 Samuel JustPG: do not update stats in ReplicaActive from info
2012-08-31 caleb milescrushtool: Miscellaneous cleanup.
2012-08-31 Samuel Justosd/osd_types.h: fix pg_history_t::merge copy paste...
2012-08-31 Samuel Justosd/Watch.h: uninit var in ctor Watch
2012-08-31 Samuel Justosd/ReplicatedPG.h: uninit var in ctor RepModify
2012-08-31 Samuel Justosd/ReplicatedPG.h: uninit var in ctor OpContext
2012-08-31 Samuel Justosd/ReplicatedPG: pass PGPool to ReplicatedPG ctor...
2012-08-31 Samuel Justosd/PG.h: uninit var in ctor NamedState
2012-08-31 Samuel Justosd/PG.h: uninit var in ctor OndiskLog
2012-08-31 Samuel Justosd/PG.h: uninit var in ctor IndexedLog
2012-08-31 Samuel Justosd/PG.cc: PG constructor pass PGPool by reference
2012-08-31 Samuel Justosd/OpRequest.h: uninit vars in ctor OpRequest
2012-08-31 Samuel Justosd/OSDMap.cc: uninit vars in ctor struct qi
2012-08-31 Samuel Justosd/OSD.h: big parameter passed by value, publish_super...
2012-08-31 Samuel Justosd/OSD.cc: OSD::shutdown() leaks lock
2012-08-31 Samuel Justosd/ClassHandler.cc: uninit var in ctor
2012-08-31 Samuel Justosd/ClassHandler: uninit var in ctor
2012-08-31 Sage Weilmonclient: uninit var in ctor
2012-08-31 Sage Weilmon/MonitorStore: uninit var in ctor
2012-08-31 Sage Weilpaxos: init vars in ctr
2012-08-31 Sage Weilmsg/DispatchQueue: simplify shutdown()
2012-08-31 Sage Weilmsg/Message: fix possible null deref
2012-08-31 Sage Weilmsg: pass by reference
2012-08-31 Sage Weilfix accepter bind fix
2012-08-31 Sage Weilmsg/Accepter: move nonce init to ctor
2012-08-31 Sage Weillog: protect m_stop with lock
2012-08-31 Sage Weilcommon/LogEntry: pass by value for contains()
2012-08-31 Sage WeilLogEntry: pass by reference
2012-08-31 Sage Weilmsg/Pipe: make banner buffer slightly bigger
2012-08-31 Sage Weillibrbd: fix delete[]
2012-08-31 Sage Weilceph-dencoder: don't leak object
2012-08-31 Sage Weilauth: fix uninit vars
2012-08-31 Sage Weilcrypto: fix fd leak from get_random_bytes()
2012-08-31 Sage Weilmsg/Accepter: check setsockopt return value
2012-08-31 Sage Weilmds: fix broken EMetablob inode_t* return value
2012-08-31 Sage Weilclient: unconditional teardown
2012-08-31 Sage Weilrgw: init RGWRados::cct in ctor
2012-08-31 Sage Weilrgw: init RGWGetObj::sent_header in ctor
2012-08-31 Sage Weilrgw: init ptr
2012-08-31 Sage Weilrgw: add missing ctor, init parent
2012-08-31 Sage Weilomap_bench: fix uninit var
2012-08-31 Sage Weiltest/osd/RadosModel: uninit value
2012-08-31 Sage Weiltest/osd/RadosModel: fix uninit value
2012-08-31 Sage Weiltest/osd/RadosModel: fix uninit values
2012-08-31 Sage Weiltest/osd/RadosModel: fix uninit ptr
2012-08-31 Sage Weiltest/rados-api/aio: fix uninit ptr
2012-08-31 Sage Weilcephtool: fix uninitialized scalar in constructor
2012-08-31 Sage Weiltest/Object: comment out dead code
2012-08-31 Sage Weilmds: fix unused value
2012-08-31 Sage Weilmds: drop unused value
2012-08-31 Sage Weilfiler: add missing return
2012-08-31 Sage Weilrgw: fix use-after-free
next