summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rgw: escape prefix correctly when listing objectswip-5362Yehuda Sadeh2013-06-141-2/+6
* ceph_test_rados: add --pool <name> argSage Weil2013-06-131-1/+3
* Merge remote-tracking branch 'gh/next'Sage Weil2013-06-139-38/+213
|\
| * Merge pull request #362 from ceph/wip-4984Dan Mick2013-06-132-31/+115
| |\
| | * ceph-disk: implement 'activate-journal'Sage Weil2013-06-132-0/+88
| | * ceph-disk: call partprobe outside of the prepare lock; drop udevadm settleSage Weil2013-06-131-31/+13
| | * ceph-disk: add 'zap' commandSage Weil2013-06-131-0/+14
| * | ceph-fuse: fix uninitialized variableSage Weil2013-06-131-1/+1
| |/
| * librados: add missing #includeSage Weil2013-06-131-0/+2
| * librados: wait for osdmap for commands that need itSage Weil2013-06-132-1/+20
| * Merge branch 'wip-objecter' into nextSage Weil2013-06-132-0/+60
| |\
| | * osdc/Objecter: dump command opsSage Weil2013-06-132-0/+25
| | * osdc/Objecter: ping osds for which we have pending commandsSage Weil2013-06-131-0/+11
| | * osdc/Objecter: kick command ops on osd con resetsSage Weil2013-06-131-0/+11
| | * osdc/Objecter: add perfcounters for commandsSage Weil2013-06-131-0/+13
| * | ceph.in: refuse 'ceph <type> tell' commands; suggest 'ceph tell <type>'Dan Mick2013-06-131-1/+9
| * | ceph.in: argparsing cleanup: suppress --completion, add helpDan Mick2013-06-131-4/+6
| |/
* | Merge pull request #363 from dmick/wip-cli-helpSage Weil2013-06-131-17/+20
|\ \
| * | ceph.in: allow args with -h to limit help to cmds that match partiallyDan Mick2013-06-131-7/+10
| * | ceph.in: better global description of toolDan Mick2013-06-131-1/+1
| * | ceph.in: less verbosity on errorDan Mick2013-06-131-9/+9
* | | rules: Don't disable tcmalloc on ARM (and other non-intel)Gary Lowell2013-06-131-7/+0
|/ /
* | Merge pull request #356 from ceph/wip-leaksSage Weil2013-06-1329-179/+185
|\ \
| * | mon/MonClient: mark_down during get_monmap_privately() shutdownSage Weil2013-06-131-0/+2
| * | mon/MonClient: mark_down connection on shutdownSage Weil2013-06-131-0/+2
| * | msgr: queue reset when marking down pipes on shutdownSage Weil2013-06-131-1/+4
| * | msg/DispatchQueue: do not discard queued events on stopSage Weil2013-06-131-21/+29
| * | msgr: queue reset exactly once on any connectionSage Weil2013-06-132-4/+7
| * | msg/Pipe: include con reef in debug prestringSage Weil2013-06-131-0/+1
| * | msg/Pipe: reset replaced pipesSage Weil2013-06-131-0/+3
| * | msgr: use ConnectionRef throughoutSage Weil2013-06-1324-141/+98
| * | mon/MonClient: tear down version requests on shutdownSage Weil2013-06-132-6/+13
| * | mon/PaxosService: discard messages during shutdownSage Weil2013-06-131-0/+5
| * | mon: add is_shutdown() state helper/accessorSage Weil2013-06-132-4/+5
| * | mon: shut down Paxos on shutdownSage Weil2013-06-131-0/+1
| * | osd: break con <-> session cycle on resetSage Weil2013-06-131-0/+1
| * | osd: do not leak HeartbeatSession on shutdownSage Weil2013-06-131-0/+1
| * | osd: close classes on shutdownSage Weil2013-06-133-1/+10
| * | osd: do not leak MOSDPings on shutdownSage Weil2013-06-131-0/+1
| * | osd/ReplicatedPG: don't leak Session refs in do_osd_op_effects()Sage Weil2013-06-131-0/+1
| * | messages/MMonSync: initialize crc in ctorSage Weil2013-06-131-2/+2
* | | Merge remote-tracking branch 'gh/next'Sage Weil2013-06-1319-188/+387
|\ \ \ | | |/ | |/|
| * | mon: fix idempotency of 'osd crush add'Sage Weil2013-06-132-1/+7
| * | librados: do not wait for osdmap on startSage Weil2013-06-131-5/+0
| * | mon/MonmapMonitor: remove unused labelSage Weil2013-06-131-1/+0
| * | mon/MonCap: bootstrap-* need to subscribe to osdmap, monmapSage Weil2013-06-131-0/+4
| * | Merge branch 'wip-tell' into nextSage Weil2013-06-1310-127/+292
| |\ \
| | * | mon: remove support for 'mon tell ...' and 'osd tell ...'Sage Weil2013-06-132-55/+0
| | * | ceph: add support for 'tell mon.X ...'Sage Weil2013-06-131-4/+6
| | * | librados: new rados_mon_command_target to talk to a specific monitorSage Weil2013-06-135-8/+126