summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | crc32c: remove old intel implementationSage Weil2013-08-202-114/+0
| * | | | | common/crc32c: refactor a bitSage Weil2013-08-208-23/+63
* | | | | | Merge pull request #529 from dachary/masterSage Weil2013-08-221-1/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | doc: fix erasure code formatting warnings and errorsLoic Dachary2013-08-221-1/+20
* | | | | | Merge pull request #525 from ksperis/rbdmap.init-fixSage Weil2013-08-221-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | init-rbdmap: fix error on stop rbdmapLaurent Barbe2013-08-221-1/+1
| | |/ / / | |/| | |
* | | | | mon/Paxos: ignore do_refresh() return valueSage Weil2013-08-221-1/+1
|/ / / /
* | | | Merge branch 'next'Josh Durgin2013-08-214-9/+29
|\ \ \ \ | | |/ / | |/| |
| * | | objecter: fix keys of dump_linger_opsJosh Durgin2013-08-211-2/+1
| * | | objecter: resend unfinished lingers when osdmap is no longer pausedJosh Durgin2013-08-211-2/+12
| * | | rgw: change cache / watch-notify init sequenceYehuda Sadeh2013-08-213-5/+16
* | | | Merge branch 'master' of https://github.com/ceph/cephJohn Wilkins2013-08-214-5/+16
|\ \ \ \
| * \ \ \ Merge pull request #524 from ceph/wip-mon-deltaSage Weil2013-08-214-5/+16
| |\ \ \ \
| | * | | | mon: add 'pg dump delta' to get just the rate infoSage Weil2013-08-194-5/+16
* | | | | | doc: Clarified quorum requirements.John Wilkins2013-08-211-4/+3
|/ / / / /
* | | | | doc: Fixed typo.John Wilkins2013-08-211-1/+1
* | | | | Merge pull request #523 from dachary/masterSage Weil2013-08-212-2/+8
|\ \ \ \ \
| * | | | | doc: fix erasure code formatting warnings and errorsLoic Dachary2013-08-212-2/+8
|/ / / / /
* | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-08-2010-36/+62
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge remote-tracking branch 'gh/wip-6004' into nextSage Weil2013-08-202-12/+37
| |\ \ \ \
| | * | | | osdc/ObjectCacher: do not merge rx buffersSage Weil2013-08-151-0/+4
| | * | | | osdc/ObjectCacher: match reads with their original rx buffersSage Weil2013-08-152-12/+33
| * | | | | .gitignore: ignore test-driverSage Weil2013-08-201-0/+1
| * | | | | fuse: fix warning when compiled against old fuse versionsSage Weil2013-08-201-1/+1
| * | | | | json_spirit: remove unused typedefSage Weil2013-08-201-2/+0
| * | | | | gtest: add build-aux/test-driver to .gitignoreSage Weil2013-08-201-0/+1
| * | | | | Merge pull request #517 from dmick/wip-6049Dan Mick2013-08-201-3/+3
| |\ \ \ \ \
| | * | | | | mon/PGMap: OSD byte counts 4x too large (conversion to bytes overzealous)Dan Mick2013-08-201-3/+3
| * | | | | | mon/Paxos: always refresh after any store_stateSage Weil2013-08-201-1/+7
| * | | | | | mon/Paxos: return whether store_state stored anythingSage Weil2013-08-202-2/+7
| * | | | | | mon/Paxos: cleanup: use do_refresh from handle_commitSage Weil2013-08-201-9/+3
| * | | | | | pybind: fix Rados.conf_parse_env testSage Weil2013-08-201-6/+2
| |/ / / / /
* | | | | | ceph-disk: partprobe after creating journal partitionSage Weil2013-08-201-1/+13
| |_|_|/ / |/| | | |
* | | | | Merge pull request #516 from dachary/masterathanatos2013-08-203-75/+77
|\ \ \ \ \
| * | | | | erasure code : plugin, interface and glossary documentation updatesLoic Dachary2013-08-203-75/+77
|/ / / / /
* | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-08-193-3/+21
|\ \ \ \ \ | |/ / / /
| * | | | PG: remove old log when we upgrade log versionSamuel Just2013-08-192-0/+9
| * | | | PGLog: add a config to disable PGLog::check()Samuel Just2013-08-193-3/+12
* | | | | Merge branch 'wip-fallocate'Sage Weil2013-08-196-2/+184
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ceph-fuse: fallocate appears in fuse 2.9.1, not 2.9Sage Weil2013-08-191-2/+2
| * | | | client: do not mark_caps_dirty for generic fallocateSage Weil2013-08-191-3/+4
| * | | | client: guard fallocate with #ifdefsSage Weil2013-08-191-0/+14
| * | | | Ceph-fuse: Fallocate and punch hole supportLi Wang2013-08-196-2/+169
|/ / / /
* | | | doc: Title change.John Wilkins2013-08-191-3/+3
* | | | osd/ReplicatedPG: remove broken AccessMode logicSage Weil2013-08-192-231/+1
* | | | Merge pull request #508 from ceph/wip-5905Gregory Farnum2013-08-193-0/+311
|\ \ \ \ | |/ / / |/| | |
| * | | examples: add a librados/hello_world programGreg Farnum2013-08-193-0/+311
* | | | ceph: parse CEPH_ARGS environment variableSage Weil2013-08-191-0/+1
* | | | rados pybind: add conf_parse_env()Sage Weil2013-08-192-0/+19
* | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-08-193-4/+10
|\ \ \ \