summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | mds: journal remote inode's projected parentYan, Zheng2012-12-041-7/+8
| * | | | | | | mds: don't create bloom filter for incomplete dirYan, Zheng2012-12-042-6/+12
| * | | | | | | PG: remove last_epoch_started asserts in proc_primary_infoSamuel Just2012-12-041-4/+0
| | |_|/ / / / | |/| | | | |
| * | | | | | logrotate: do not spam stdoutSage Weil2012-12-041-3/+3
* | | | | | | rgw: fix rgw_tools get_obj()Yehuda Sadeh2012-12-052-10/+14
* | | | | | | doc: ceph osd create takes a uuid, not an osd idJosh Durgin2012-12-051-3/+3
* | | | | | | Dropping xfs tests 179 and 183 as they are causing nightly failurestamil2012-12-041-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | doc: Edited striping section. Modified stripe graphic to pretty print. Also m...John Wilkins2012-12-041-82/+103
|/ / / / /
* | | | | Merge branch 'master' of http://github.com/ceph/cephGary Lowell2012-12-031-82/+284
|\ \ \ \ \
| * | | | | doc: Added a striping section for Architecture.John Wilkins2012-12-031-82/+284
* | | | | | Merge branch 'next'Gary Lowell2012-12-033-3/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | v0.55v0.55Gary Lowell2012-12-032-2/+8
| * | | | ceph.spec.in: Add SLES and remove Fedora from debug package list.Gary Lowell2012-12-031-1/+1
* | | | | Merge branch 'next'Sage Weil2012-12-034-9/+20
|\ \ \ \ \ | |/ / / /
| * | | | test_rados_api_misc: fix dup rmmkey testSage Weil2012-12-031-1/+1
| * | | | osd: EINVAL on unknown TMAP op codeSage Weil2012-12-031-0/+3
| * | | | mds: use TMAP_RMSLOPPY op when removing dentriesSage Weil2012-12-031-1/+1
| * | | | osd: add TMAP_RMSLOPPY opSage Weil2012-12-032-0/+7
| * | | | osd: ENOENT on TMAP_RM on non-existent keySage Weil2012-12-031-2/+6
| | |/ / | |/| |
| * | | osd: fix RepModify when past last_peering_resetSage Weil2012-12-011-5/+2
* | | | doc: Fixed many hyperlinks, a few typos, and some minor clarifications.John Wilkins2012-12-0319-48/+45
* | | | doc: Clarified example for root user.John Wilkins2012-12-031-4/+5
* | | | config: we still want osd_thread_recovery_timeoutSage Weil2012-12-031-0/+2
* | | | config: Remove unused optionsSam Lang2012-12-031-14/+0
* | | | client: Fix ceph_mount() when subdir is specifiedSam Lang2012-12-031-1/+1
* | | | Merge remote-tracking branch 'origin/wip-coverity'Yehuda Sadeh2012-12-013-12/+5
|\ \ \ \
| * | | | OutputDataSocket: fix uninit varSage Weil2012-12-011-0/+1
| * | | | rgw: fix uninit varSage Weil2012-12-012-12/+4
* | | | | Merge remote-tracking branch 'gh/next'Sage Weil2012-12-014-4/+16
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | ceph-osd: put g_ceph_context before exitSamuel Just2012-11-301-0/+1
| * | | ReplicatedPG: only increment active_scrub on primary for final pushSamuel Just2012-11-301-3/+7
| * | | mon: PaxosService: cancel proposal timer after electionJoao Eduardo Luis2012-11-301-0/+5
| * | | logrotate: fix rotationDavid Zafman2012-11-291-1/+3
| |/ /
* | | test/osdc/FakeWriteback: fix uninit varSage Weil2012-12-011-1/+1
* | | osd: fix missing unlock; simplifySage Weil2012-12-011-6/+5
| |/ |/|
* | rbd: report striping as a feature in rbd infoDan Mick2012-11-301-0/+5
* | Merge remote-tracking branch 'gh/wip-osd-msgr'Sage Weil2012-11-307-147/+298
|\ \
| * | OSDService: make messengers privateSamuel Just2012-11-303-24/+35
| * | osd/: make OSDService messenger helpers return ConnectionRefSamuel Just2012-11-305-54/+54
| * | Revert "osd: fix leak of heartbeat con on reset"Sage Weil2012-11-291-2/+0
| * | osd: move next_osdmap under separate lockSage Weil2012-11-292-13/+29
| * | osd: fix leak of heartbeat con on resetSage Weil2012-11-291-0/+2
| * | osd: use safe con helpers for scrubSage Weil2012-11-291-38/+40
| * | osd: use safe con helpers from do_{infos,queries,notifies}Sage Weil2012-11-291-12/+15
| * | osd: make _share_map_outgoing() use a ConnectionSage Weil2012-11-293-23/+38
| * | osd: fix Connection leaksSage Weil2012-11-291-0/+3
| * | osd: add Connection-base send_map(), send_incremental_map()Sage Weil2012-11-292-0/+36
| * | osd: use OSDService send_message helper from PG contextSage Weil2012-11-293-52/+52
| * | osd: simplify active_committedSage Weil2012-11-292-9/+7
| * | osd: use safe OSDService msgr helpers for heartbeatsSage Weil2012-11-292-4/+13