]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-12-09 Loic Dacharycrush: remove scary message string
2013-12-09 Loic Dacharycrush: document the --test mode of operations
2013-12-09 Loic Dacharycrush: --show-utilization* implies --show-statistics
2013-12-08 Loic Dacharycrush: add CrushTester accessors
2013-12-08 Loic Dacharycrush: output --show-bad-mappings on err
2013-12-08 Sage WeilMerge pull request #869 from ceph/wip-crush
2013-12-07 Sage WeilMerge pull request #917 from ceph/port/compat
2013-12-07 Sage WeilMerge pull request #919 from ceph/port/fdatasync
2013-12-07 Noah Watkinswbthrottle: use feature check for fdatasync 919/head
2013-12-07 Noah Watkinscompat: define replacement TEMP_FAILURE_RETRY 917/head
2013-12-07 Sage WeilMerge remote-tracking branch 'gh/wip-fix-3x'
2013-12-07 Sage WeilMerge remote-tracking branch 'gh/wip-fix-tunables'
2013-12-07 Sage Weilcrush/CrushCompiler: make current set of tunables ...
2013-12-07 Sage Weilcrushtool: remove scary tunables messages
2013-12-07 Sage Weilcrush/CrushCompiler: start with legacy tunables when...
2013-12-07 Sage Weilcrush: add indep data set to cli tests 869/head
2013-12-07 Sage Weilosdmaptool: fix cli tests for 3x
2013-12-07 Sage Weilosd: default to 3x replication
2013-12-07 Sage WeilMerge pull request #913 from dachary/wip-crush-unittest
2013-12-06 Sage WeilRevert "osd: default to 3x replication"
2013-12-06 Loic Dacharycrush: detach_bucket must test item >= 0 not > 0 913/head
2013-12-06 Loic Dacharycrush: remove obsolete comments from link_bucket
2013-12-06 Loic Dacharycrush: remove redundant code from move_bucket
2013-12-06 Loic Dacharycrush: unittest CrushWrapper::move_bucket
2013-12-06 Sage WeilMerge pull request #888 from ceph/wip-crush-tunables
2013-12-06 Sage WeilMerge pull request #903 from ceph/wip-memstore
2013-12-06 Sage WeilMerge pull request #907 from ceph/wip-3x
2013-12-06 Sage Weilcrush/mapper: dump indep partial progression for debugging
2013-12-06 Sage WeilPendingReleaseNotes: note change of CRUSH indep mode...
2013-12-06 Sage Weilcrush: add feature CRUSH_V2 for new indep mode and...
2013-12-06 Sage Weilcrush: CHOOSE_LEAF -> CHOOSELEAF throughout
2013-12-06 Sage Weilosd/OSDMap: fix feature calculation for CACHEPOOL
2013-12-06 Sage Weilcrush/CrushCompiler: [de]compile set_choose[leaf]_tries...
2013-12-06 Sage Weilcrush/CrushWrapper: set chooseleaf_tries to 5 for ...
2013-12-06 Sage Weilcrush/mapper: add SET_CHOOSE_TRIES rule step
2013-12-06 Sage Weilcrush/mapper: apply chooseleaf_tries to firstn mode too
2013-12-06 Sage Weilcrush/mapper: fix up the indep tests
2013-12-06 Sage WeilMerge pull request #909 from dachary/wip-crush-unittest
2013-12-06 Loic Dacharycrush: unittest CrushWrapper::get_immediate_parent 909/head
2013-12-06 Loic Dacharycrush: unittest CrushWrapper::update_item
2013-12-06 Loic Dacharycrush: unittest s/std::string/string/
2013-12-06 Loic Dacharycrush: unittest use const instead of define
2013-12-06 Loic Dacharycrush: unittest CrushWrapper::check_item_loc
2013-12-06 Loic Dacharycrush: unittest remove useless c->create()
2013-12-06 Yehuda SadehMerge remote-tracking branch 'origin/next'
2013-12-06 Sage Weilosd: default to 3x replication 907/head
2013-12-06 Sage WeilMerge pull request #901 from dachary/wip-crush-unittest
2013-12-06 Loic Dacharycrush: check for invalid names in loc[] 901/head
2013-12-06 Sage Weilosd: queue pg deletion after on_removal txn 903/head
2013-12-06 Sage Weilos/MemStore: implement reference 'memstore' backend
2013-12-06 João Eduardo... Merge pull request #900 from ceph/wip-mon-mds-trim
2013-12-06 Joao Eduardo... mon: ceph-kvstore-tool: get size of value for prefix/key 900/head
2013-12-06 Joao Eduardo... tools: ceph-kvstore-tool: output value contents to...
2013-12-06 Joao Eduardo... mon: Have 'ceph report' print last committed versions
2013-12-06 Joao Eduardo... mon: MDSMonitor: let PaxosService decide on whether...
2013-12-05 Sage Weilos/ObjectStore: make getattrs() pure virtual
2013-12-05 tamils/true/1 and s/false/0
2013-12-05 Joao Eduardo... mon: MDSMonitor: implement 'get_trim_to()' to let the...
2013-12-05 Joao Eduardo... mon: MDSMonitor: print map on encode_pending() iff...
2013-12-05 Joao Eduardo... mon: MDSMonitor: consider 'debug level' parameter on...
2013-12-05 Joao Eduardo... mon: MDSMonitor: remove reference to no-longer-used...
2013-12-05 Sage WeilMerge pull request #899 from dachary/wip-crush-unittest
2013-12-05 Loic Dacharycrush: CrushWrapper unit tests 899/head
2013-12-05 Loic Dacharycrush: remove redundant test in insert_item
2013-12-05 Loic Dacharycrush: insert_item returns on error if bucket name...
2013-12-04 Sage Weilos/ObjectStore: prevent copying
2013-12-04 Sage Weilos/ObjectStore: pass cct to ctor
2013-12-04 Loic DacharyMerge pull request #892 from jpds/ceph-disk-journal...
2013-12-04 Sage WeilMerge pull request #782 from danchai/master
2013-12-04 Jonathan DaviesCall --mbrtogpt on journal run of sgdisk should the... 892/head
2013-12-04 danchaiObjBencher: add rand_read_bench functions to support... 782/head
2013-12-04 Sage Weildoc/rados/operations/crush: fix more
2013-12-04 Sage Weildoc/rados/operations/crush: fix rst
2013-12-04 Sage WeilMerge pull request #893 from jdurgin/wip-init-highlander
2013-12-03 Josh Durgininit, upstart: prevent daemons being started by both 893/head
2013-12-03 Sage Weilcrush/mapper: new SET_CHOOSE_LEAF_TRIES command
2013-12-03 Sage Weilcrush/mapper: pass parent r value for indep call
2013-12-03 Sage Weilcrush/mapper: clarify numrep vs endpos
2013-12-03 Sage Weilosd/osd_types: pg_pool_t: fix /// -> ///< comments
2013-12-03 Sage Weilmon, crush: add mode to "osd crush rule create-simple...
2013-12-03 Sage Weilosd/OSDMap: do not shift result when removing nonexiste...
2013-12-03 Sage Weilosd, crush: add 'erasure' pool/pg type
2013-12-03 Sage Weilcrush/mapper: strip firstn conditionals out of crush_ch...
2013-12-03 Sage Weilcrush: add a few unit tests for INDEP mode
2013-12-03 Sage Weilcrush/mapper: add note about r in recursive choose
2013-12-03 Sage Weilcrush/CrushWrapper: add dump_tree()
2013-12-03 Sage Weilcrush: use breadth-first search for indep mode
2013-12-03 Sage Weilcrush: return CRUSH_ITEM_UNDEF for failed placements...
2013-12-03 Sage Weilcrush: eliminate CRUSH_MAX_SET result size limitation
2013-12-03 Gregory FarnumMerge pull request #891 from ceph/wip-filestore-remount
2013-12-03 Sage WeilMerge pull request #879 from xinglin/coverity-fixes
2013-12-03 Sage Weilcommon/WorkQueue: allow start() after stop() 891/head
2013-12-03 Sage Weilos/FileStore: allow mount after umount
2013-12-03 Sage Weilcommon/Finisher: allow finisher to be restarted
2013-12-03 Sage WeilMerge pull request #843 from ceph/wip-osd-metadata
2013-12-03 Josh DurginMerge pull request #860 from dachary/wip-6827
2013-12-03 Xing Lintest/mon/workloadgen: added check of return value for... 879/head
2013-12-03 Xing Linrgw/rgw_op: added check of return value for rgw_unlink_...
2013-12-03 Xing Linos/WBThrottle: added check of return value for posix_fa...
2013-12-03 Xing Lintest/filestore: add check of return values in StoreTest...
next