summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore jni package when generating shlibswip-debhelper-8James Page2013-02-271-1/+3
* Migrate packaging to debhelper 8James Page2013-02-273-100/+58
* doc: fixed link and form edit.John Wilkins2013-02-271-2/+2
* doc: Added auth entry to index.John Wilkins2013-02-271-0/+1
* doc: Removed auth entries from general. Part of an auth-specific section now.John Wilkins2013-02-271-55/+0
* doc: Added comment to enable message. Added link to Auth Config Reference.John Wilkins2013-02-271-2/+5
* doc: Added Auth Config Reference as standalone config reference.John Wilkins2013-02-271-0/+217
* osd: allow log trimming during recoverySage Weil2013-02-271-11/+7
* ceph-fuse: add ceph options for all current fuse optionsSage Weil2013-02-272-9/+16
* Merge pull request #81 from dalgaaf/wip-da-sca-style-1Sage Weil2013-02-2718-49/+29
|\
| * kv_flat_btree_async.cc: remove unused variablesDanny Al-Gaaf2013-02-271-6/+0
| * kv_flat_btree_async.cc: remove some unreachable break statementsDanny Al-Gaaf2013-02-271-3/+0
| * key_value_store/cls_kvs.cc: remove unused variable dupmapDanny Al-Gaaf2013-02-271-1/+0
| * bloom_filter.hpp: check for self assignmentDanny Al-Gaaf2013-02-271-11/+13
| * crush/builder.c: reduce scope of oldsize in crush_add_rule()Danny Al-Gaaf2013-02-271-1/+1
| * CrushCompiler.cc: remove duplicate if/else branchesDanny Al-Gaaf2013-02-271-6/+3
| * common/secret.c: reduce the scope of some variablesDanny Al-Gaaf2013-02-271-2/+2
| * pick_address.cc: pass const string by refrenceDanny Al-Gaaf2013-02-271-1/+1
| * obj_bencher.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-02-271-1/+1
| * config.cc: remove unused variable 'val' from parse_injectargs()Danny Al-Gaaf2013-02-271-1/+0
| * code_environment.cc: move variable ret in get_process_name()Danny Al-Gaaf2013-02-271-1/+1
| * ceph_context.cc: remove unused variable 'args' from do_commandDanny Al-Gaaf2013-02-271-1/+0
| * cls_crypto.cc: remove some unused variablesDanny Al-Gaaf2013-02-271-5/+0
| * cls_acl.cc: remove unused variablesDanny Al-Gaaf2013-02-271-4/+0
| * common/armor.c: reduce scope of some variablesDanny Al-Gaaf2013-02-271-1/+3
| * TextTable: pass const string by refrence to define_column()Danny Al-Gaaf2013-02-272-2/+2
| * CephBroker.h: use static_cast instead of C-Style castDanny Al-Gaaf2013-02-271-1/+1
| * SyntheticClient.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-02-271-1/+1
* | debian: let dpkg calculate the shlibs dep for leveldb (if any)Sage Weil2013-02-271-1/+1
* | Merge pull request #79 from dalgaaf/wip-da-leveldbSage Weil2013-02-277-7/+9
|\ \
| * | debian/control: fix DependsDanny Al-Gaaf2013-02-271-1/+1
| * | debian/control: add libleveldb-dev to Build-Depends:Danny Al-Gaaf2013-02-271-1/+1
| * | README: add leveldb-dev to package list needed for buildDanny Al-Gaaf2013-02-271-1/+1
| * | ceph.spec.in: fix leveldb handlingDanny Al-Gaaf2013-02-271-1/+1
| * | configure.ac: check for libsnappyDanny Al-Gaaf2013-02-271-0/+2
| * | add src/leveldb to .gitignoreDanny Al-Gaaf2013-02-271-0/+3
| * | remove leveldb from master branchDanny Al-Gaaf2013-02-272-3/+0
| |/
* | Merge pull request #80 from dalgaaf/wip-da-4261Sage Weil2013-02-271-2/+2
|\ \ | |/ |/|
| * ceph_argparse.cc: accept also 0/1 for boolean injectargsDanny Al-Gaaf2013-02-271-2/+2
|/
* Build: Change build to always use system leveldbGary Lowell2013-02-265-20/+6
* ceph-test.install: remove cepkfs-test.jarGary Lowell2013-02-261-1/+0
* doc: fix rst for watch/notify internalsSage Weil2013-02-261-7/+10
* OpRequest: rmw_flags may actually be 0Samuel Just2013-02-261-1/+0
* Merge branch 'next'Sage Weil2013-02-262-2/+2
|\
| * librbd: fix rollback sizeJosh Durgin2013-02-261-1/+1
| * msg: fix entity_addr_t::is_same_host() for IPv6Sage Weil2013-02-261-1/+1
* | ceph-test.install: Add libcephfs-test.jar.Gary Lowell2013-02-261-0/+1
* | Merge pull request #78 from Elbandi/masterSage Weil2013-02-264-21/+85
|\ \
| * | client: add some new functions: lchmod, fsetattr, lutimeAndras Elso2013-02-272-0/+53
| * | client: allow change file owner or group onlyAndras Elso2013-02-274-15/+24