summaryrefslogtreecommitdiffstats
path: root/src/dumpjournal.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove dumpjournalGreg Farnum2011-06-061-143/+0
* Add CephContextColin Patrick McCabe2011-05-241-1/+1
* Split common_init_daemonize from common_init_finishColin Patrick McCabe2011-05-241-1/+1
* common_init: don't init crypto until after forkColin Patrick McCabe2011-05-211-0/+1
* msgr, common: Refactor to extract daemonization out of messenger.Tommi Virtanen2011-04-291-1/+1
* msgr: move test binaries to updated msgr bind/start interfaceSage Weil2011-03-171-1/+1
* cfuse: set proper defaultsColin Patrick McCabe2011-03-141-3/+2
* common_init: Split common_init into multiple partsColin Patrick McCabe2011-03-101-1/+1
* Replace g_conf.name and g_conf.id with entitynameColin Patrick McCabe2011-03-081-1/+1
* Fold common_set_defaults into common_initColin Patrick McCabe2011-02-231-1/+0
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* common: Split argument parsing into ceph_argparseColin Patrick McCabe2011-02-201-0/+1
* common: combine set_fg_logging into common_initColin Patrick McCabe2011-02-081-2/+1
* common: make command-line programs log to stderrColin Patrick McCabe2011-01-061-0/+1
* dumpjournal.cc: fix compileColin Patrick McCabe2010-11-161-2/+6
* common: break init into set_defaults and init stepsSage Weil2010-07-011-1/+3
* types: standardize on uint64_tSage Weil2010-05-071-3/+3
* msgr: Remove the type CEPH_ENTITY_TYPE_ADMIN.Greg Farnum2010-03-021-1/+1
* msgr: rank is just a bad name for local SimpleMessengers nowGreg Farnum2010-01-081-6/+5
* msgr: Remove erroneous rank->destroy calls I inserted in 9a96bfGreg Farnum2010-01-071-1/+0
* msgr: Make usage compatible with last commitGreg Farnum2010-01-071-1/+2
* msgr: All SimpleMessenger uses are now on the heap for appropriate destructionGreg Farnum2010-01-071-5/+6
* Merge branch 'unstable' into authSage Weil2009-10-221-4/+2
|\
| * msgr: change ms_handle_[peer_]reset prototypeSage Weil2009-10-131-2/+2
| * msgr: kill unused ms_handle_failureSage Weil2009-10-131-1/+0
| * osd: stop using MOSDGetMapSage Weil2009-10-101-1/+0
* | auth: common_init should not always init keysYehuda Sadeh2009-09-261-1/+1
|/
* msgr: pass Connection* to msgr error handlersSage Weil2009-09-211-3/+3
* msgr: change dispatcher interfaces; some monclient cleanupsSage Weil2009-09-161-1/+5
* msgr: deliver resets to all dispatchers; make naming consistentSage Weil2009-08-311-1/+1
* mds, objecter, ceph: use MonClientSage Weil2009-06-271-1/+1
* monclient: refactor MonMap into MonClientSage Weil2009-06-271-4/+3
* monc: add mount/umount to mon clientSage Weil2009-05-081-2/+2
* msgr: kill static instance 'rank' of SimpleMessengerv0.7.3Sage Weil2009-05-011-0/+1
* journaler: store layout in journal headerSage Weil2009-04-301-12/+4
* mds: clean up layoutsSage Weil2009-04-301-1/+7
* mds: put mds format magic in root inode, journal; check on start, replaySage Weil2009-04-161-1/+1
* config: clean up common_init a bitSage Weil2009-03-201-1/+1
* conf: restructure of the conf mechanismYehuda Sadeh2009-03-111-1/+1
* logger: identify fields with int constants instead of stringsSage Weil2009-02-261-1/+1
* added a common initialization functionYehuda Sadeh2009-02-101-1/+2
* dispatcher: cascading dispatch infrastructureYehuda Sadeh2008-12-041-1/+4
* fix env parsingSage Weil2008-11-051-0/+1
* lockdep: annotate Mutex declarationsSage Weil2008-11-011-1/+1
* osdc: adjust objecter interface to use SnapContext for writesSage Weil2008-08-061-2/+1
* filer: set object snap fieldSage Weil2008-07-031-1/+2
* pass snaps through filer, objecter. link snaprealm to inode (not cap) in cli...Sage Weil2008-07-031-1/+2
* mds: move inode_t et al to mdstypes.h; remove inode_t from osdc/*Sage Weil2008-06-121-2/+2
* osd: put full precision ps in osd ops; keep in mind that ps -> pg mapping may...Sage Weil2008-05-131-0/+131