]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2015-08-17 Sage Weilosd/ReplicatedPG: fix missing set sort order on [N...
2015-08-17 Sage Weilosd/osd_types: add pg_missing_t::resort() method
2015-08-17 Sage Weilosd/osd_types: make pg_missing_t sort order dynamic
2015-08-17 Sage Weilosd: refuse to boot if SORTBITWISE not set but backend...
2015-08-07 Sage Weilmon/OSDMonitor: prevent old OSDs from starting if ...
2015-08-07 Sage Weilmon/OSDMonitor: osd set/unset sortbitwise
2015-08-07 Sage Weilmon/OSDMonitor: sort bitwise on new clusters
2015-08-07 Sage Weilosd/PG: select interval sort order based on OSDMap
2015-08-07 Sage Weilosd/osd_types: pg_interval_t: a change in sort order...
2015-08-07 Sage Weilosd/OSDMap: add a SORTBITWISE OSDMap flag
2015-08-07 Sage Weilosd/ReplicatedPG: fix filter lifecycle in do_osd_ops
2015-08-07 xinxin shufix 'rados ls' issue if using keyvaluestore as objectst...
2015-08-07 Sage Weilosd: re-sort object_contects when the sort order changes
2015-08-07 Sage Weilcommon/shared_cache: allow comparator to be adjusted
2015-08-07 Sage Weilosd/PG: fix forced backfill when last_backfill sort...
2015-08-07 Sage Weilosd/PG: starting or continuing backfill .. be more...
2015-08-07 Sage Weilosd/PG: do some new interval work on init() too
2015-08-07 Sage Weilosd/ReplicatedPG: assert map and set sort order is...
2015-08-07 Sage Weilosd/ReplicatedPG: better debug on recover_backfill
2015-08-07 Sage Weilosd/ReplicatedPG: fix comparator resets
2015-08-07 Sage Weilosd/ReplicatedPG: dynamically vary sort order for backf...
2015-08-07 Sage Weilosd: dynamically vary sort order of BackfillInterval map
2015-08-07 Sage Weilinclude/encoding: add decode_noclear() variant for...
2015-08-07 Sage Weilosd/PG: note NIBBLEWISE in PG debug string
2015-08-07 Sage Weilosd/PG: use hash instead of filestore key for scrub
2015-08-07 Sage Weilosd/ReplicatedPG: fix a bit of whitespace
2015-08-07 Sage Weilosd: add and use operator<< for BackfillInterval
2015-08-07 Sage Weilosd/ReplicatedPG: drop old hobject_t encoding compatibility
2015-08-07 Sage Weilhobject_t: conditional Comparator object
2015-08-07 Sage Weiluse explicit ghobject_t comparators
2015-08-07 Sage Weiluse explicit hobject_t comparators
2015-08-07 Sage Weilexplicitly specify comparator for all ghobject_t maps...
2015-08-07 Sage Weilexplicitly specify comparator for all hobject_t maps...
2015-08-07 Sage Weilhobject_t: typed MIN_* helpers
2015-08-07 Sage Weilcommon/simple_cache: parameterize map<> comparator
2015-08-07 Sage Weilcommon/sharedptr_registry: parameterize map<> comparator
2015-08-07 Sage Weilcommon/shared_cache: parameterize the map<> comparator
2015-08-07 Sage Weilinclude/encoding: handle set<> with comparator
2015-08-07 Sage Weilinclude/types: operator<< for set with comparator
2015-08-07 Sage Weilinclude/types: map operator<< with comparator
2015-08-07 Sage Weilinclude/encoding: map<> encoders when comparator is...
2015-08-07 Sage Weilcommon/hobject_t: remove comparison operators for ...
2015-08-07 Sage Weilosd: ignore CRUSH_ITEM_NONE when calculating interval...
2015-08-07 Sage Weilosd: allow sort order to randomly revert to nibblewise...
2015-08-07 Sage Weilosd/PG: do not trust last_backfill for purposes of...
2015-08-07 Sage Weilosd: restart backfill on peers if last_backfill sort...
2015-08-07 Sage Weilosd: use accessor to set last_backfill
2015-08-07 Sage Weilosd: set acting, upacting features from osdmap, not...
2015-08-07 Sage Weilosd/osd_types: clean up pg_info_t comments a bit
2015-08-07 Sage Weilosd/osd_types: add last_backfill_bitwise flag to pg_info_t
2015-08-07 Sage Weilhobject_t: pad hash to 8 digits
2015-08-07 Sage Weilceph_test_objectstore: call+test new collection_list...
2015-08-07 Sage Weilos/HashIndex: handle new bitwise sorting
2015-08-07 Sage Weilos/HashIndex: handle legacy nibblewise sort
2015-08-07 Sage Weilos/LFNIndex: pass through sort_bitwise
2015-08-07 Sage Weilos/FileStore: pass sort_bitwise down to CollectionIndex
2015-08-07 Sage Weilos/FileStore: use bitwise sort when we don't care ...
2015-08-07 Sage Weilos/KeyValueStore: only support bitwise sort
2015-08-07 Sage Weilos/MemStore: only support bitwise sort order
2015-08-07 Sage Weilosd/PGBackend: ask PG which sort order to use
2015-08-07 Sage Weilosd: use bitwise collection_list sort when we don't...
2015-08-07 Sage Weilqa: fix misc collection_list callers
2015-08-07 Sage Weilceph-objecstore-tool: use new api
2015-08-07 Sage Weilos: add sort type to ObjectStore interface (incomplete)
2015-08-07 Sage Weilosd: add OSD_BITWISE_HOBJ_SORT feature
2015-08-07 Sage Weilhobject_t: restore default comparators ... bitwise!
2015-08-07 Sage Weilhobject_t: nibblewise and bitwise comparators
2015-08-07 Sage Weilos/LFNIndex: return vector from list_subdirs
2015-08-07 Sage Weilos/HashIndex: drop unused lower_bound arg
2015-08-07 Sage Weilos/memstore: fix omap_rmkey_range
2015-08-07 Sage WeilMerge pull request #5331 from liewegas/wip-collection...
2015-08-07 Sage WeilMerge pull request #5271 from wonzhq/cache-rate
2015-08-07 Sage WeilMerge pull request #5507 from athanatos/wip-12436
2015-08-07 Sage WeilMerge pull request #5506 from athanatos/wip-12338
2015-08-07 Sage Weilos/ObjectStore: drop get_ideal_list_min() 5331/head
2015-08-07 Sage Weilos: drop snapid_t arg to collection_list
2015-08-07 Sage Weils/collection_list_impl/collection_list/
2015-08-07 Xiaoxi ChenKill collection_list in CollectionIndex
2015-08-07 Xiaoxi ChenKill Flat_index.
2015-08-07 Xiaoxi ChenKill collection_list
2015-08-07 Xiaoxi ChenKill collection_list_partial
2015-08-07 Xiaoxi ChenKill collection_list_range
2015-08-07 Xiaoxi Chenos/KeyValuestore:Refactor collection_list_range and...
2015-08-07 Sage Weilos/CollectionIndex: use const ref for end
2015-08-07 Samuel JustMerge pull request #5509 from ceph/wip-12536
2015-08-07 Xiaoxi Chenos/Filestore:Refactor collection_list_range and collect...
2015-08-07 Xiaoxi Chenos/Memstore:Refactor collection_list_range and collecti...
2015-08-07 Kefu ChaiMerge pull request #5508 from athanatos/wip-12410
2015-08-07 Samuel JustMerge pull request #5413 from guangyy/wip-12523
2015-08-06 John SprayMerge pull request #5488 from oritwas/wip-cmake-fix-rbd
2015-08-06 Sage WeilMerge pull request #5475 from cxwshawn/com-fix
2015-08-06 Sage WeilMerge pull request #5483 from oddomatik/patch-1
2015-08-06 Sage WeilMerge pull request #5484 from cxwshawn/de-fix
2015-08-06 Sage WeilMerge pull request #5421 from ceph/wip-selinux-policy...
2015-08-06 John SprayMerge pull request #5487 from ceph/wip-12619
2015-08-06 Orit Wassermancmake: add global lib to rbd 5488/head
2015-08-06 Yan, Zhengmds: initialize InodeStoreBase::damage_flags 5487/head
2015-08-06 shawnceph-dencoder: add RGWRegion, RGWZoneParams, RGWOLHInfo... 5484/head
2015-08-05 Brian AndrusFix location of --access=full in SWIFT user creation 5483/head
2015-08-05 Boris Rantoceph.spec.in: Make SELinux opt-out, not opt-in 5421/head
next