]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2014-12-20 Sage Weilosd: scrub: wait for digest updates to apply before... 3134/head
2014-12-20 Sage Weilosd: change omap data encoding in object_copy_data_t
2014-12-20 Sage Weiltest/osd/osd-copy-from: simple test of copy-from and...
2014-12-20 Sage Weilrados: use copy_from for rados cp (and cppool) command
2014-12-20 Sage Weilosd: add copyfrom error injection
2014-12-20 Sage Weilosd: pass and verify data+omap digest on copyfrom
2014-12-20 Sage Weilosd: EIO if a full-object read produces a bad digest
2014-12-20 Sage Weilosd: scrub: set a min age before we update whole-object...
2014-12-20 Sage Weilosd: scrub: record whole-object digest on scrub
2014-12-20 Sage Weilosd: scrub: complain about bad digest in final pass...
2014-12-20 Sage Weilosd: scrub: be explicit about whether bad digest is...
2014-12-20 Sage Weilosd: scrub: disqualify shards with digests that disagre...
2014-12-20 Sage Weilosd: scrub: share auth oi with caller and be_compare_sc...
2014-12-20 Sage Weilosd: move scrub no good auth check out of helper
2014-12-20 Sage Weilosd: remove more (most? all?) of classic scrub
2014-12-20 Sage Weilosd: use -1 for deep scrub digest seed on new OSDs
2014-12-20 Sage Weilosd: drop vestigal invalid_snapcolls fields from scrub
2014-12-20 Sage Weilosd: clean up scrub method debug output
2014-12-20 Sage Weilosd/ReplicatedPG: kill some dead scrub code
2014-12-20 Sage Weilosd/ReplicatedPG: set and invalidate data/omap digests...
2014-12-20 Sage Weilosd/osd_types: add {data,omap}_digest to object_info_t
2014-12-20 Loic DacharyMerge pull request #3227 from nilamdyuti/wip-doc-ceph...
2014-12-20 Nilamdyuti... doc: Adds updated ceph-deploy man page under man/ 3227/head
2014-12-20 Nilamdyuti... doc: Fixes a typo in ceph-deploy man page.
2014-12-20 Dan MickMerge pull request #3225 from dachary/wip-10400-quota...
2014-12-20 Loic Dacharymds: add default ctor for quota_info_t 3225/head
2014-12-19 Sage Weildoc/release-notes: v0.90
2014-12-19 Sage WeilMerge remote-tracking branch 'gh/next'
2014-12-19 John SprayMerge pull request #3199 from ceph/wip-qa-empty-xattr
2014-12-19 Sage WeilMerge remote-tracking branch 'gh/wip-fs-quota'
2014-12-19 Sage WeilMerge pull request #3218 from dachary/wip-10383-disable...
2014-12-19 Loic Dacharytests: temporarily disable unittest_msgr 3218/head
2014-12-19 Sage WeilMerge pull request #2976 from ceph/wip-pgmeta
2014-12-19 Sage WeilMerge pull request #3212 from ceph/wip-10255-wusui
2014-12-19 Sage WeilMerge pull request #3214 from xinxinsh/wip-cleanup
2014-12-19 Jenkins0.90 v0.90
2014-12-19 Wido den Hollanderdoc: Instead of using admin socket, use 'ceph daemon...
2014-12-19 Loic DacharyMerge pull request #3193 from nilamdyuti/wip-doc-ceph...
2014-12-19 Loic DacharyMerge pull request #3210 from ceph/wip-osdmap
2014-12-19 Loic DacharyMerge pull request #3216 from cstavr/master
2014-12-19 Christos Stavrakakisceph-disk: Fix wrong string formatting 3216/head
2014-12-19 xinxin shucleanup : remove sync_epoch 3214/head
2014-12-19 Warren UsuiRemove sepia dependency (use fqdn) 3212/head
2014-12-19 Loic DacharyMerge pull request #3209 from dmick/wip-stop.sh-me
2014-12-19 Sage Weilosd: only verfy OSDMap crc if it is known 3210/head
2014-12-19 Dan Mickstop.sh: only try killing processes that belong to me 3209/head
2014-12-19 Loic DacharyMerge pull request #3207 from ceph/wip-cot-rename
2014-12-19 Dan MickMerge pull request #3208 from ceph/wip-10326
2014-12-18 Sage Weilqa/workunits/rest/test.py: fix pg stat test 3208/head
2014-12-18 John WilkinsMerge pull request #3195 from nilamdyuti/wip-doc-ceph...
2014-12-18 John WilkinsMerge pull request #3201 from nilamdyuti/wip-doc-ceph
2014-12-18 Sage WeilMerge pull request #3057 from ceph/wip-crush-straw
2014-12-18 Sage Weil.gitmodules: update ceph-object-corpus auth repo to...
2014-12-18 Sage WeilMerge pull request #3101 from yuyuyu101/wip-10147
2014-12-18 Gregory FarnumMerge pull request #3205 from ceph/wip-caps-init
2014-12-18 Samuel JustMerge pull request #3123 from linuxbox2/wip-claim-3
2014-12-18 Samuel JustMerge pull request #3111 from yuyuyu101/wip-10193
2014-12-18 Samuel JustMerge pull request #3133 from XinzeChi/wip-2
2014-12-18 Samuel JustMerge pull request #3132 from mslovy/optimazation_colle...
2014-12-18 Loic DacharyMerge pull request #3204 from ceph/wip-osdmap-leak
2014-12-18 Haomai WangAsyncConnection: Fix time event is called after AsyncMe... 3101/head
2014-12-18 Haomai WangPipeConnection: Avoid deadlock when calling is_connected
2014-12-18 Haomai Wangtest/msgr/test_msgr: Fix potential unsafe cond wakeup...
2014-12-18 Sage Weilmessages/MClientCaps: init peer.flags 3205/head
2014-12-18 Sage Weilosd: fix leaked OSDMap 3204/head
2014-12-18 Haomai WangMessenger: Create an Messenger implementation by name.
2014-12-18 Yan, ZhengMerge pull request #3202 from ceph/wip-fix-asok
2014-12-18 John Spraymds: fix asok on rank 0 3202/head
2014-12-18 Nilamdyuti... doc: Adds updated man page for ceph under man/ 3201/head
2014-12-18 Nilamdyuti... doc: Changes format style in ceph to improve readabilit...
2014-12-18 Nilamdyuti... doc: Adds updated man page for ceph-disk under man/ 3193/head
2014-12-18 Nilamdyuti... doc: Updates man page for ceph-disk with suggested...
2014-12-18 Nilamdyuti... doc: Adds updated man page for ceph-disk under man/
2014-12-18 Nilamdyuti... doc: Updates man page for ceph-disk.
2014-12-18 Wido den Hollanderdoc: Show how new data pools can be added to CephFS...
2014-12-18 Nilamdyuti... packaging: package ceph-deploy(8) 3195/head
2014-12-18 Nilamdyuti... doc: Adds updated man page for ceph-deploy under man/
2014-12-18 Nilamdyuti... doc: Updates man page for ceph-deploy.
2014-12-18 Yan, Zhengqa: test zero size xattr 3199/head
2014-12-18 Yan, ZhengMerge pull request #3198 from ceph/wip-10335
2014-12-18 David Zafmanceph_objectstore_tool: Rename generated binary to ceph... 3207/head
2014-12-17 Greg FarnumMDS: do not allow invocation of most commands on an... 3198/head
2014-12-17 Gregory FarnumMerge pull request #2836 from ceph/wip-7317
2014-12-17 Loic DacharyMerge pull request #3197 from ktdreyer/rpm-spec-comment
2014-12-17 Ken Dreyerceph.spec.in: quote %files macro in comment 3197/head
2014-12-17 Loic DacharyMerge pull request #3171 from tchaikov/refactor-rados...
2014-12-17 Kefu Chaipython-rados: refactor class Rados a little bit 3171/head
2014-12-17 Wido den Hollanderpybind/cephfs: Fix setxattr function. Pass value as...
2014-12-17 Loic DacharyMerge pull request #3190 from dachary/wip-test-helpers
2014-12-17 Loic Dacharytests: ignore xmlstarlet extra empty lines 3190/head
2014-12-17 Sage Weilos/FileStore: better debug on omap_setkeys 2976/head
2014-12-17 Sage Weilos/FileStore: better debug on unlink
2014-12-17 Sage Weilos/MemStore: drop support for collection attrs
2014-12-17 Sage Weilos/ObjectStore: deprecated collection_getattr et al
2014-12-17 Sage Weilceph_test_objectstore_workloadgen: set pgmeta omap...
2014-12-17 Sage Weilosd/PG: drop PG/collection attrs from ScrubMap
2014-12-17 Sage Weilos/ObjectStore: deprecated collection attr operations
2014-12-17 Sage Weilosd/PG: drop PG::read_info support for ancient PGs
2014-12-17 Sage Weilosd: drop snap_collections
2014-12-17 Sage Weilosd: drop infos_oid arg from PG::read_info()
next