]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-07-09 David ZafmanMerge branch 'master' into wip-4982-4983-oloc-rebase 394/head
2013-07-09 Samuel Justlibrados/misc.cc: reverse offset and length on write...
2013-07-09 David Zafmanosd: Add namespace to dump_watchers output
2013-07-09 David Zafmanosd: Clean-up redundant use of object_locator_t
2013-07-09 David Zafmanosd: Add the ability to set capabilities on namespaces
2013-07-09 David Zafmanosd: Prepare for nspace match with simpler is_match_all()
2013-07-09 David Zafmantest: Add namespace list test cases to librados test
2013-07-09 David Zafmantest: Add namespace test cases to librados tests
2013-07-09 David Zafmanrados: Add namespace arg (--namespace, -N) to rados...
2013-07-09 David Zafmanlibrados: Add operate()/operate_read() log messages
2013-07-09 David Zafmanlibrados, os, osd, osdc, test: Add support for client...
2013-07-09 David Zafmanos: Add missing pool to hobject_t:::dump() and hobject_...
2013-07-09 David Zafmanos: Remove unused hobject_t::set_filestore_key()
2013-07-09 David Zafmanlibrados, osdc: Refactor IoCtxImpl to use operate(...
2013-07-09 David ZafmanTestRados: Output error for improper usage instead...
2013-07-09 David Zafmanosd: Fix object_locator_t::get_pool() return type
2013-07-09 David Zafmanlibrados: Fix lock names
2013-07-09 David Zafmanpsim.cc: Fix comment on how to create .ceph_osdmap
2013-07-09 David Zafmanos: Code conformance in LFNIndex.cc
2013-07-09 John WilkinsMerge branch 'master' of https://github.com/ceph/ceph
2013-07-09 John Wilkinsdoc: Added Ceph Object Storage installation instruction...
2013-07-09 Sage Weilmon/OSDMonitor: fix base case for loading full osdmap
2013-07-08 Samuel JustMerge branch 'wip-small-object-recovery'
2013-07-08 Samuel JustReplicatedPG: send compound messages to enlightened...
2013-07-08 Samuel JustReplicatedPG: add handlers for MOSDPG(Push|Pull|PushReply)
2013-07-08 Samuel JustOSD: add handlers for MOSDPG(Push|PushReply|Pull)
2013-07-08 Samuel Justmessages/,osd_types: add messages for Push, PushReply...
2013-07-08 Samuel JustReplicatedPG: split handle_pull out of sub_op_pull
2013-07-08 Samuel JustReplicatedPG: split handle_push_reply out of sub_op_pus...
2013-07-08 Samuel JustReplicatedPG: send pulls en masse in recover_primary
2013-07-08 Samuel JustReplicatedPG: send pushes en mass in recover_replicas...
2013-07-08 Samuel JustOSD: convert handle_push to use PushOp
2013-07-08 Samuel JustReplicatedPG: pass a PushOp into handle_pull_response
2013-07-08 Samuel JustReplicatedPG: split send_push into build_push_op and...
2013-07-08 Samuel JustReplicatedPG: _committed_pushed_object don't pass op
2013-07-08 Samuel JustReplicatedPG: submit_push_data must take recovery_info...
2013-07-08 Sage Weilmon: implement simple 'scrub' command
2013-07-08 Sage Weilmon: fix osdmap stash, trim to retain complete history...
2013-07-08 Yehuda SadehMerge pull request #397 from kri5/wip-5478
2013-07-08 Sage Weilcommon/crc32c: skip cpu detection incantation on not...
2013-07-08 athanatosMerge pull request #407 from dachary/wip-5487
2013-07-08 Sage Weilqa/workunits/rbd/simple_big.sh: don't ENOSPC every...
2013-07-08 Sage Weilqa/workunits/rbd/kernel.sh: move modprobe up
2013-07-08 Sage Weilqa/workunits/fs/test_o_trunc.sh: fix .sh to match new...
2013-07-08 Loic Dacharyunit tests for ObjectContext read/write locks 407/head
2013-07-08 Sage WeilMerge branch 'next'
2013-07-08 Sage Weilmon: remove bad assert about monmap version
2013-07-05 Sage Weilqa: write a somewhat <1tb image
2013-07-05 Sage Weilqa/workunits/rbd/kernel.sh: modprobe rbd
2013-07-05 Sage Weilqa: move test_o_trunc.sh into fs dir
2013-07-05 Sage Weilqa: move fs test binary into workunits dir so teutholog...
2013-07-05 Sage Weilmds/MDSTable: gracefully suicide on EBLACKLIST
2013-07-05 Christophe... rgw: Add explicit messages in radosgw init script 397/head
2013-07-04 Sage Weilqa: add O_TRUNC test
2013-07-03 Sage Weilmon/Paxos: make 'paxos trim disabled max versions'...
2013-07-03 Sage Weilmon: be less chatty about discarding messages
2013-07-03 Sage Weilosd/OSDMap: handle case where some new osds have hb_fro...
2013-07-03 Sage Weilosd: clear hb_front if it was previously non-NULL and...
2013-07-03 John WilkinsMerge branch 'master' of https://github.com/ceph/ceph
2013-07-03 John Wilkinsdoc: Added write caps. Required for auto-creating pools.
2013-07-03 Sage Weilosd: fix race when queuing recovery ops
2013-07-03 Samuel Justosd_types: add PushOp, PushReplyOp PullOp
2013-07-03 Sage Weilosd: do not use temp_coll for single-step pushes
2013-07-03 Samuel JustObjectStore: only register non-null contexts
2013-07-03 Samuel JustObjectStore,Context: add register_on_complete
2013-07-03 Samuel JustElector.h: features are 64 bit
2013-07-03 Samuel Justceph_features.h: declare all features as ULL
2013-07-03 Samuel JustPipe: use uint64_t not unsigned when setting features
2013-07-03 Mark NelsonMerge pull request #393 from ceph/wip-crc
2013-07-03 Gary Lowellceph.spec.in: Fix file name typo
2013-07-03 Sage Weilcommon: autoselect crc32c based on cpu features 393/head
2013-07-03 Mark NelsonInitial Intel SSE4 crc32c implementation.
2013-07-03 Yan, Zhengmds: fix O_TRUNC locking
2013-07-03 Sage WeilMakefile: include rbdmap in dist tarball
2013-07-03 Sage WeilMerge pull request #390 from ksperis/rbdmap.init-2
2013-07-03 Sage WeilMerge remote-tracking branch 'gh/next'
2013-07-03 Dan Mickmon: dead code removal
2013-07-02 Sage WeilMerge branch 'wip-ceph-disk'
2013-07-02 Sage Weilsysvinit, upstart: handle symlinks to dirs in /var...
2013-07-02 Sage Weilceph-disk: handle /dev/foo/bar devices throughout 369/head
2013-07-02 Sage Weilceph-disk: make is_held() smarter about full disks
2013-07-02 Sage Weilosdc/Objecter: resend command map version checks on...
2013-07-02 Sage WeilMerge pull request #386 from ceph/wip-osd-xattr
2013-07-02 Simon Leinenmds: man page: Fixed cut & paste error
2013-07-02 athanatosMerge pull request #388 from dachary/master
2013-07-02 Loic Dacharyset object_info_t pool of an ObjectContext if it is... 388/head
2013-07-02 Laurent BarbeMove rbdmap file to /etc/ceph 390/head
2013-07-02 Laurent Barbeinstall rules for init-rbdmap
2013-07-02 Yehuda SadehMerge pull request #387 from ceph/wip-5346
2013-07-02 Sage Weilrgw: add RGWFormatter_Plain allocation to sidestep... 387/head
2013-07-02 John Wilkinsdoc: Minor fix.
2013-07-01 Joao Eduardo... mon: Paxos: update first_committed on first paxos proposal
2013-07-01 Sage Weillibrados: fix test warning on 32-bit platforms
2013-07-01 Sage Weilos/FileStore: automatically enable 'filestore xattr... 386/head
2013-07-01 Sage Weillibrados: add test for large and many xattrs
2013-07-01 Sage Weilosd/PGLog: populate log_keys_debug from read_old_log()
2013-07-01 Yehuda SadehMerge pull request #385 from kri5/wip-1779
2013-07-01 Christophe... rgw: Fix return value for swift user not found 385/head
2013-06-29 Sage Weilosd: set maximum object attr size
2013-06-28 Sage Weilmds: log before respawning when standby-replay falls...
next