]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2012-05-23 Sage Weilmonclient: sanity check on monmap size
2012-05-23 Sage Weilmonmap: avoid dup addrs in generated initial monmap
2012-05-23 Sage Weilmonmap: aseert addrs are unique on add(), calc_ranks()
2012-05-23 Sage Weildoc: librados: fix getxattr return code
2012-05-23 Sage Weilvstart.sh: set HOSTNAME when -l is used
2012-05-23 Sage Weilmon: fix 'get-or-create-key'
2012-05-23 Sage WeilMerge branch 'wip-quorum'
2012-05-23 John Wilkinsdoc/config-cluster/chef.rst <-fixed an error in upload...
2012-05-22 Josh DurginMerge branch 'stable'
2012-05-22 Sage Weilobjectcacher: fix infinite loop in flusher_entry
2012-05-22 John WilkinsMerge branch 'master' of github.com:ceph/ceph
2012-05-22 John Wilkinsdoc/config-cluster/ceph-conf.rst <-Fixed some formattin...
2012-05-22 Sage Weilmonmap: calc_ranks() on rename()
2012-05-22 Sage WeilMerge branch 'wip-defensive-alloc'
2012-05-22 Sage Weilcrush: check reweight return value
2012-05-22 Ross Turkdoc: fix broken link in FAQ
2012-05-22 Ross Turkdoc: added links from the chef install doc to the chef...
2012-05-22 Ross Turkdoc: Added a FAQ page.
2012-05-22 John WilkinsAdded the Swift API as is. Still needs a lot of work.
2012-05-21 Sage Weildoc: document range of methods for cluster creation...
2012-05-21 John Wilkinsdoc: misc updates
2012-05-21 Sage Weilmon: fix 'no initial monitors' warning
2012-05-21 Yehuda Sadehlibs3: remove make install target
2012-05-21 Sage Weilv0.47.1 v0.47.1
2012-05-21 Yehuda SadehMakefile.am: only append libs3 to SUBDIRS when needed
2012-05-21 Sage Weilfilestore: test xattrs on temporary file
2012-05-21 Sage Weilceph-object-corpus: add some old v2 monmaps
2012-05-21 Sage Weilmonmap: fix decoding of old monmaps
2012-05-21 Sage Weilqa: fix mon single_host_multi.sh test
2012-05-21 Sage Weilmon: rename ourselves if our name does not match commit...
2012-05-21 Sage Weilmon: only rename peers in seed monmap
2012-05-21 Sage Weilmon: move election msg check into elector
2012-05-21 Sage Weilmon: allow mons to rename themselves with the join...
2012-05-21 Sage Weilmonmap: fix rename
2012-05-21 Sage Weilmon: drop useless rank racalc in init
2012-05-21 Sage Weilmon: fix leak of MonMap
2012-05-21 Sage Weilmonmap: filter_initial_members -> set_initial_members
2012-05-21 Samuel JustUpdate leveldb to remove CompactionInputErrorParanoid
2012-05-21 Tommi Virtanenman: Remove leftover --bin from ceph-authtool(8).
2012-05-21 Sage WeilMerge branch 'stable'
2012-05-20 Sage Weilv0.47 v0.47
2012-05-20 Sage Weilkeys: new release key
2012-05-20 Sage Weilbuilder: make reweight helpers static, void
2012-05-20 Yehuda Sadehformatter: replace malloc with new
2012-05-20 Yehuda Sadehcheck malloc return values
2012-05-20 Yehuda Sadehcrush: check malloc results
2012-05-20 Sage Weilosdmap: set name_pool correctly in build_simple*()
2012-05-20 Sage Weilosdmap: use pg[p]_num accessors
2012-05-20 Sage Weilfilestore: do not test xattrs on fsid file
2012-05-20 Sage Weildebian: fix ceph-kdump-copy.init
2012-05-20 Sage Weildebian: fix ceph-kdump-copy.init
2012-05-19 Sage Weilfilestore: test xattrs on temporary file
2012-05-19 Sage Weilmonmaptool: fix clitests
2012-05-19 Sage Weilfilestore: do not test xattrs on fsid file
2012-05-19 Sage Weilosdmap: set name_pool correctly in build_simple*()
2012-05-19 Sage Weilosdmap: use pg[p]_num accessors
2012-05-19 Sage Weilcephtool: restore osdmap handler
2012-05-19 Sage Weilqa: use full paths for mon bootstrap tests
2012-05-19 Sage Weilmon: show quorum names in health warning
2012-05-18 Sage Weilmonmaptool: add --generate, --filter-initial options
2012-05-18 Sage Weilmonmap: move build_initial() from MonClient
2012-05-18 Sage Weilmon: move initial_members filtering into MonMap method
2012-05-18 Sage Weilmon: always mark seed/mkfs monmap as epoch 0
2012-05-18 Sage Weilqa: add mon test for seeding bootstrap mon peers via...
2012-05-18 Sage Weilmon: add -or- update blank mon addr with join command
2012-05-18 Sage Weilmon: send join message if we are in monmap with blank...
2012-05-18 Sage Weilmon: simplify/clean up dummy addrs used for initial...
2012-05-18 Sage Weilmon: learn peer addrs when probing
2012-05-18 Sage Weilmon: set our addr when populating monmap with initial...
2012-05-18 Sage Weilmon: add peers probing us to extra peer list
2012-05-18 Sage Weilmon: 'add_bootstrap_peer_hint <addr>' via admin socket
2012-05-18 Sage Weilmon: all starting with empty monmap
2012-05-18 Sage Weilcephtool: multiword admin socket commands
2012-05-18 Sage Weiladmin_socket: match first word against command
2012-05-18 Sage Weilmonmap: move monmap generation from ip/host list into...
2012-05-18 Sage Weilmon: drop mon_initial_hosts
2012-05-18 Sage Weilmon: clean up initial_members code slightly
2012-05-18 Sage Weilqa: add a bunch of mon bootstrap tests
2012-05-18 Sage Weilmon: ignore election messages from outside monmap
2012-05-18 Sage Weilmon: include quorum member names in 'mon stat'
2012-05-18 Sage Weilmon: limit initial quorum to mon_initial_members
2012-05-18 Sage Weilmon: only include monmap mon's in outside_quorum, new...
2012-05-18 Sage Weilmon: add set of additional peers to probe
2012-05-18 Sage Weilmon: use current monmap for initial quorum
2012-05-18 Sage Weilmon: take probed peer's monmap if it has ever joined...
2012-05-18 Sage Weilmonmaptool: don't increment epoch on modification
2012-05-18 Sage Weilmon: pass has_ever_joined in probe messages
2012-05-18 Sage Weilmon: clean up "joined" flag
2012-05-18 Sage Weilmon: add initial quorum config options
2012-05-18 Sage Weilmon: discover peer names during probe
2012-05-18 Sage Weilmonclient: name resolved mon hosts noname-* too
2012-05-18 Sage Weilmon: include health in status
2012-05-18 Sage Weilmon: move health check into helper function
2012-05-18 Sage WeilMerge remote-tracking branch 'gh/wip-mon-refactor'
2012-05-18 Joao Eduardo... mon: fix a bug that was preventing us from subscribing...
2012-05-18 Joao Eduardo... mon: fix the priority filter.
2012-05-18 Sage Weilceph-authtool: fix clitests
2012-05-18 Sage Weilceph-authtool: fix usage
2012-05-18 Sage WeilMerge branch 'wip-mon-keyring'
2012-05-18 Sage Weilmon: monmap first from 'status' command
next