]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-10-24 Liam MonahanAdd a configurable to allow bucket perms to be checked... 672/head
2013-10-01 Dan MickAdd unit_to_bytesize test for 'k' on input; continues...
2013-10-01 Sage WeilMerge pull request #669 from ceph/wip-6443
2013-10-01 Samuel JustReplicatedPG: don't bless C_OSD_SendMessageOnConn 669/head
2013-10-01 Sage Weilmsgr: debug delay_thread join
2013-10-01 Dan MickUse 'k' when printing 'kilo'; accept either 'K' or...
2013-10-01 Sage WeilMerge pull request #659 from ceph/wip-objecter-notier
2013-10-01 Josh DurginMerge pull request #668 from liewegas/wip-cache-stall
2013-10-01 Gregory FarnumMerge pull request #663 from ceph/wip-cancel-copy
2013-10-01 Sage Weilrbd: fix cli test
2013-10-01 Sage Weilosdc/ObjectCacher: limit writeback IOs generated while... 668/head
2013-10-01 Yehuda Sadehrgw: quiet down warning message
2013-10-01 Sage Weilosd/ReplicatedPG: fix iterator corruption in cancel_cop... 663/head
2013-10-01 Guangliang... rbd.cc: add readonly option for "rbd map"
2013-09-30 Sage WeilMerge pull request #660 from ceph/wip-fs-crc
2013-09-30 Sage Weilos/FileStore: add sloppy crc tracking 660/head
2013-09-30 Sage WeilMerge pull request #661 from ceph/wip-copy-cleanups
2013-09-30 Greg FarnumReplicatedPG: remove unused CopyOp::waiting member... 661/head
2013-09-30 Greg FarnumReplicatedPG: remove useless pcop param from start_copy
2013-09-30 Greg FarnumReplicatedPG: use our already-found iterator instead...
2013-09-30 Sage Weilcommon/SloppyCRCMap: add type to sloppily track crcs
2013-09-30 Greg FarnumOSD: unset_honor_cache_redirects() on Objecter 659/head
2013-09-30 Greg FarnumObjecter: add "honor_cache_redirects" flag covering...
2013-09-28 Sage WeilMerge remote-tracking branch 'gh/next'
2013-09-28 Sage WeilMerge pull request #658 from dmick/next
2013-09-28 Dan Mickceph.in: fix missing exception variable in failure... 658/head
2013-09-28 Josh DurginMerge pull request #657 from ceph/wip-6397
2013-09-27 Yehuda Sadehrgw: don't append NULL char before json parsing 657/head
2013-09-27 Yehuda Sadehceph_json: use different string constructor for parser...
2013-09-27 Sage WeilMerge pull request #643 from dachary/master
2013-09-27 John Wilkinsdoc: changed journal aio default to true.
2013-09-27 Joao Eduardo... qa: workunits: mon: test snaps ops using rbd.
2013-09-27 Sage WeilMerge pull request #654 from ceph/wip-testrados
2013-09-27 Sage Weilceph_test_rados: remove useless snapc setup 654/head
2013-09-27 Sage Weilceph_test_rados: update for copy_from in begin, not...
2013-09-27 Sage Weilcommon/crc32c_intel_fast: avoid reading partial trailin...
2013-09-27 Loic DacharyMerge pull request #650 from dachary/wip-6425-2
2013-09-27 Loic Dacharypybind: update osd blacklist tests for nonce 650/head
2013-09-27 Sage Weiltest/common/get_command_descriptions: null terminate...
2013-09-27 Sage WeilMerge remote-tracking branch 'gh/next'
2013-09-27 Sage WeilMerge pull request #648 from dmick/wip-6425
2013-09-27 Sage Weilceph_test_rados: improve debug output
2013-09-27 Sage Weilceph_test_rados: fix update_object_full
2013-09-27 Dan Mickceph_argparse.py, cephtool/test.sh: fix blacklist with... 648/head
2013-09-26 Josh DurginMerge pull request #646 from liewegas/wip-6385
2013-09-26 Josh DurginMerge pull request #647 from ceph/wip-ceph-cli-env
2013-09-26 Sage WeilRevert "ceph: parse CEPH_ARGS environment variable" 647/head
2013-09-26 Benoît KnechtAdd CEPH_ARGS at the end of sys.argv
2013-09-26 Sage Weilqa/run_xfstests.sh: use old xfstests until we adapt... 646/head
2013-09-26 Gregory FarnumMerge pull request #645 from liewegas/wip-6346
2013-09-26 athanatosMerge pull request #631 from ceph/wip-5857-8
2013-09-26 athanatosMerge pull request #546 from ceph/wip-5862
2013-09-26 David Zafmanos: Make write_version_stamp() private 546/head
2013-09-26 David Zafmanosd: Remove code for reading ancient unsupported logs
2013-09-26 David Zafmanos/ObjectStore: Interim collection_list* functions...
2013-09-26 David Zafmanosd: Cleanup init()/read_superblock()
2013-09-26 David Zafmancommon, os, osd, test, tools: FileStore must work with...
2013-09-26 David Zafmaninclude, test: Add CompatSet::merge() operation
2013-09-26 David Zafmanos, osd, tools: Add backportable compatibility checking...
2013-09-26 David Zafmanosd: read_superblock() not outputing unsupported featur...
2013-09-26 David Zafmantest: Adding unittest for CompatSet
2013-09-26 David Zafmaninclude: Bug fixes for CompatSet
2013-09-26 David Zafmanos: Fix version_stamp_is_valid() and write_version_stam...
2013-09-26 Samuel JustReplicatedPG: take obc read lock prior to recovering... 631/head
2013-09-26 Samuel JustReplicatedBackend::handle_pull_response: use list<Objec...
2013-09-26 Samuel JustReplicatedPG: remove noop C_OSD_CompletedPull
2013-09-26 Samuel JustReplicatedPG: assert build_push_op succeeds on primary
2013-09-26 Samuel JustReplicatedPG.h: remove temp_coll stub
2013-09-26 Samuel JustOSD,ReplicatedPG: queue pushes in a op_tp workqueue
2013-09-26 Samuel JustReplicatedPG: don't proceed to backfill until recoverin...
2013-09-26 Samuel JustReplicatedPG: correctly handle backfill
2013-09-26 Samuel JustReplicatedPG/Backend: fix up recalc_subsets
2013-09-26 Samuel JustReplicatedBackend: wire in start_pushes
2013-09-26 Samuel JustReplicatedBackend: handle stats properly
2013-09-26 Samuel JustReplicatedBackend: track object contexts in Push/PullInfo
2013-09-26 Samuel JustReplicatedBackend: remove priority from Pull/PushInfo
2013-09-26 Samuel JustReplicatedPG/Backend: move prep_push and friends to...
2013-09-26 Samuel JustReplicatedPG: remove pushing/pulling
2013-09-26 Samuel JustReplicatedPG/Backend: handle down pull sources
2013-09-26 Samuel JustReplicatedPG/Backend: split recover_missing out of...
2013-09-26 Samuel JustReplicatedPG/Backend: shuffle over submit_push_*/build_...
2013-09-26 Samuel JustReplicatedPG/Backend: move over send_pushes/send_pulls...
2013-09-26 Samuel JustReplicatedPG/Backend: move over _failed_push
2013-09-26 Samuel JustReplicatedPG/Backend: move handle_*
2013-09-26 Samuel JustReplicatedPG/Backend: shuffle do_pull/do_push_reply
2013-09-26 Samuel JustReplicatedPG/Backend: move _do_push,_do_pull_response...
2013-09-26 Samuel JustReplicatedPG/Backend: convert sub_op_pull
2013-09-26 Samuel JustReplicatedPG: make log_subop_stats static
2013-09-26 Samuel JustReplicatedPG/Backend: shuffle sub_op_push_reply
2013-09-26 Samuel JustReplicatedPG/Backend: shuffle sub_op_push over to Repli...
2013-09-26 Samuel Justosd/: allow dout for ReplicatedBackend methods to work...
2013-09-26 Samuel JustReplicatedPG: extract PGBackend::Listener recovery...
2013-09-26 Samuel JustPG,ReplicatedPG: handle do_request in ReplicatedPG...
2013-09-26 Samuel JustReplicatedPG: pass on dump_recovery_info to PGBackend
2013-09-26 Samuel JustOSD,ReplicatedPG: let PGBackend handle the temp collection
2013-09-26 Samuel Justosd/: add PGBackend interfaces and stubs
2013-09-26 Samuel JustReplicatedPG: Allow get_object_context caller to provid...
2013-09-26 Samuel JustReplicatedPG: send_push is unused
2013-09-26 Samuel JustFileStore: ping tphandle between each operation within...
2013-09-26 Samuel JustWorkQueue: add a workqueue which simply runs queued...
next