]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-02-28 Danny Al-GaafCInode.h: use static_cast instead of C-Style cast
2013-02-28 Danny Al-GaafCDentry.h: use static_cast instead of C-Style cast
2013-02-28 Gary LowellMerge branch 'wip-4222'
2013-02-28 Sage Weilfix ceph-object-corpus submodule commit
2013-02-28 Dan Mickdoc: rbd-cloudstack: fix bullet list, missing words...
2013-02-28 Gary Lowellceph-test.install: Add libcephfs-test.jar to package.
2013-02-28 Sage WeilMerge branch 'wip-4281'
2013-02-28 John Wilkinsdoc: Consolidated Ubuntu and Ubuntu 12.10 requirements.
2013-02-27 Joao Eduardo... mon: PaxosServices: don't ignore get_version(ver,bl...
2013-02-27 John Wilkinsdoc: Added dependencies for ubuntu 12.10.
2013-02-27 Sage Weildebian: require cryptsetup-bin
2013-02-27 Sage Weilvstart.sh: give mon. key mon = 'allow *' caps
2013-02-27 John Wilkinsdoc: fixed link and form edit.
2013-02-27 John Wilkinsdoc: Added auth entry to index.
2013-02-27 John Wilkinsdoc: Removed auth entries from general. Part of an...
2013-02-27 John Wilkinsdoc: Added comment to enable message. Added link to...
2013-02-27 John Wilkinsdoc: Added Auth Config Reference as standalone config...
2013-02-27 Sage Weilosd: allow log trimming during recovery
2013-02-27 Sage Weilceph-fuse: add ceph options for all current fuse options
2013-02-27 Sage WeilMerge pull request #81 from dalgaaf/wip-da-sca-style-1
2013-02-27 Joao Eduardo... mon: MonitorDBStore: return -ENOENT on get() if key...
2013-02-27 Danny Al-Gaafkv_flat_btree_async.cc: remove unused variables 81/head
2013-02-27 Danny Al-Gaafkv_flat_btree_async.cc: remove some unreachable break...
2013-02-27 Danny Al-Gaafkey_value_store/cls_kvs.cc: remove unused variable...
2013-02-27 Danny Al-Gaafbloom_filter.hpp: check for self assignment
2013-02-27 Danny Al-Gaafcrush/builder.c: reduce scope of oldsize in crush_add_r...
2013-02-27 Sage Weildebian: let dpkg calculate the shlibs dep for leveldb...
2013-02-27 Danny Al-GaafCrushCompiler.cc: remove duplicate if/else branches
2013-02-27 Danny Al-Gaafcommon/secret.c: reduce the scope of some variables
2013-02-27 Danny Al-Gaafpick_address.cc: pass const string by refrence
2013-02-27 Danny Al-Gaafobj_bencher.cc: use static_cast instead of C-Style...
2013-02-27 Danny Al-Gaafconfig.cc: remove unused variable 'val' from parse_inje...
2013-02-27 Danny Al-Gaafcode_environment.cc: move variable ret in get_process_n...
2013-02-27 Danny Al-Gaafceph_context.cc: remove unused variable 'args' from...
2013-02-27 Sage WeilMerge pull request #79 from dalgaaf/wip-da-leveldb
2013-02-27 Sage WeilMerge pull request #80 from dalgaaf/wip-da-4261
2013-02-27 Danny Al-Gaafcls_crypto.cc: remove some unused variables
2013-02-27 Danny Al-Gaafcls_acl.cc: remove unused variables
2013-02-27 Danny Al-Gaafcommon/armor.c: reduce scope of some variables
2013-02-27 Danny Al-Gaafceph_argparse.cc: accept also 0/1 for boolean injectargs 80/head
2013-02-27 Danny Al-GaafTextTable: pass const string by refrence to define_column()
2013-02-27 Danny Al-GaafCephBroker.h: use static_cast instead of C-Style cast
2013-02-27 Danny Al-GaafSyntheticClient.cc: use static_cast instead of C-Style...
2013-02-27 Danny Al-Gaafdebian/control: fix Depends 79/head
2013-02-27 Danny Al-Gaafdebian/control: add libleveldb-dev to Build-Depends:
2013-02-27 Danny Al-GaafREADME: add leveldb-dev to package list needed for...
2013-02-27 Danny Al-Gaafceph.spec.in: fix leveldb handling
2013-02-27 Danny Al-Gaafconfigure.ac: check for libsnappy
2013-02-27 Danny Al-Gaafadd src/leveldb to .gitignore
2013-02-27 Danny Al-Gaafremove leveldb from master branch
2013-02-27 Gary LowellBuild: Change build to always use system leveldb
2013-02-27 Gary Lowellceph-test.install: remove cepkfs-test.jar
2013-02-27 Sage Weildoc: fix rst for watch/notify internals
2013-02-27 Samuel JustOpRequest: rmw_flags may actually be 0
2013-02-27 Sage WeilMerge branch 'next'
2013-02-27 Gary Lowellceph-test.install: Add libcephfs-test.jar.
2013-02-27 Sage WeilMerge pull request #78 from Elbandi/master
2013-02-27 Andras Elsoclient: add some new functions: lchmod, fsetattr, lutime 78/head
2013-02-27 Andras Elsoclient: allow change file owner or group only
2013-02-27 Andras Elsoclient: use get_filehandle
2013-02-27 Andras Elsoclient: fix log data
2013-02-27 Andras Elsolibcephfs: fix default parameters document for ceph_ope...
2013-02-27 Sage WeilMerge pull request #76 from dalgaaf/wip-da-sca-style
2013-02-26 Sage WeilMerge remote-tracking branch 'gh/wip-4256'
2013-02-26 Joao Eduardo... PendingReleaseNotes: mention ceph-mon requiring the...
2013-02-26 Joao Eduardo... mon: give useful errors to user when store is missing
2013-02-26 Joao Eduardo... mon: Monitor: check for an argument to 'quorum' before...
2013-02-26 Joao Eduardo... mon: Monitor: adjust sync start criteria considering...
2013-02-26 Joao Eduardo... mon: Paxos: bootstrap if we have fallen behind when...
2013-02-26 Josh Durginlibrbd: fix rollback size
2013-02-26 Sage Weilmsg: fix entity_addr_t::is_same_host() for IPv6
2013-02-26 Sage Weilmon: fix other debug dumps
2013-02-26 Sage Weilmsgr: print dump before asserting (if that is enabled)
2013-02-26 Sage Weilmsgr: dump corrupt message to log (at high debug levels)
2013-02-26 Sage WeilMerge remote-tracking branch 'gh/next'
2013-02-26 Sage Weilosd: allow (some) log trim when degraded, but not durin...
2013-02-26 Sage Weilosd: restructure calc_trim
2013-02-26 Sage Weilosd: allow pg log trim during (non-classic) scrub
2013-02-26 Sage WeilMerge remote-tracking branch 'gh/wip_4257'
2013-02-26 Sage Weilmon: avoid expensive dump unless log will gather
2013-02-26 Sage Weilceph_common.sh: tolerate missing mds, mon, osds in...
2013-02-26 Gary LowellMerge branch 'wip-4119'
2013-02-26 Joe Bucktesting: updating hadoop-internal test
2013-02-26 Danny Al-GaafCephBroker.cc: fix condition 76/head
2013-02-26 Joe Bucktest: removing dead code
2013-02-26 Joe Bucktest: updating libcephfs-java tests
2013-02-26 Danny Al-GaafClient.cc: reduce the scope of some variables
2013-02-26 Danny Al-GaafClient.cc: use static_cast instead of C-Style cast
2013-02-26 Sage WeilMerge pull request #75 from alram/master
2013-02-26 Danny Al-GaafPaxos.h: pass string name function parameter by reference
2013-02-26 Alexandre MarangoneTypo: pool should be root in rados/operations/crush... 75/head
2013-02-26 Sage WeilMerge pull request #73 from dalgaaf/wip-da-sca-cppcheck...
2013-02-26 Sage WeilMerge pull request #74 from dalgaaf/wip-da-sca-misc
2013-02-26 Danny Al-Gaafosd/ReplicatedPG.cc: remove unused variables
2013-02-26 Danny Al-Gaafosd_types.cc: add parenthesis around expression
2013-02-26 Danny Al-GaafOSDMap.cc: add parenthesis around expression
2013-02-26 Danny Al-GaafPGMonitor.cc: add parenthesis around expression
2013-02-26 Danny Al-GaafClient.cc: add parenthesis around expression
2013-02-26 Danny Al-GaafCephxProtocol.cc: catch end_of_buffer by reference
2013-02-26 Danny Al-GaafCephxProtocol.cc: catch error by reference
next