summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cleanup: passing context to NamedState for ceph_clockRoald J. van Loon2013-09-063-33/+41
| * | | cleanup: globals from libosdRoald J. van Loon2013-09-062-2/+2
* | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-09-0614-154/+249
|\ \ \ \ | | |/ / | |/| |
| * | | osd/ReplicatedPG: set reply versions for pg ops (PGLS)Sage Weil2013-09-041-0/+1
| * | | osd/ReplicatedPG: set reply versions on dup op ACKSage Weil2013-09-041-0/+1
| | |/ | |/|
| * | rgw: flush pending data when completing multipart part uploadYehuda Sadeh2013-09-043-5/+13
| * | rgw: check object name after rebuilding it in S3 POSTYehuda Sadeh2013-09-041-0/+5
| * | Merge branch 'wip-6078' into nextYehuda Sadeh2013-09-0412-149/+231
| |\ \
| | * | rgw: fix certain return status cases in CORSYehuda Sadeh2013-09-042-12/+10
| | * | rgw: add COPY method to be handled by CORSYehuda Sadeh2013-09-042-5/+11
| | * | rgw: fix CORS rule checkYehuda Sadeh2013-09-041-0/+3
| | * | rgw: don't handle CORS if rule not found (is NULL)Yehuda Sadeh2013-09-041-1/+5
| | * | rgw: tie CORS header response to all relevant operationsYehuda Sadeh2013-09-045-57/+62
| | * | rgw: add a generic CORS response handlingYehuda Sadeh2013-09-045-75/+138
| | * | rgw: OPTIONS request doesn't need to read object infoYehuda Sadeh2013-09-041-1/+1
| | * | rgw: remove use of s->bucket_corsYehuda Sadeh2013-09-044-10/+13
* | | | common/crc32c_intel_fast: avoid reading partial trailing wordSage Weil2013-09-062-1/+26
* | | | Merge pull request #567 from roaldvanloon/wip-cleanup-globalsSage Weil2013-09-0519-467/+503
|\ \ \ \ | | |_|/ | |/| |
| * | | cleanup: reduced number of pointer indirection in osdRoald J. van Loon2013-09-055-151/+157
| * | | cleanup: removing globals from common/obj_bencherRoald van Loon2013-09-054-26/+33
| * | | cleanup: removing refs to globals from libosdRoald van Loon2013-09-0512-399/+421
| * | | cleanup: removed last references to globals from clientRoald van Loon2013-09-053-42/+43
|/ / /
* | | Merge pull request #555 from dachary/masterSage Weil2013-09-052-14/+16
|\ \ \
| * | | mon: fix typo and remove redundant sentenceLoic Dachary2013-09-041-3/+2
| * | | mon: fix typo in commentLoic Dachary2013-09-041-1/+1
| * | | doc: erasure code ghobject is made of gen_t + shard_tLoic Dachary2013-09-041-10/+13
| |/ /
* | | librados: make note of which calls steal the bufferlist contentsSage Weil2013-09-041-0/+25
* | | common: unit test for crc32cSage Weil2013-09-042-0/+80
* | | common/crc32c_intel_fast: fix compile-time #ifdefSage Weil2013-09-041-1/+1
* | | arch: add NEON cpu feature detectionSage Weil2013-09-046-0/+102
* | | doc: Updated usage for --infile syntax. Added zone name for zone syntax.John Wilkins2013-09-041-4/+4
* | | mon/OSDMonitor: fix POOL_OP_DELETE_SNAP early returnSage Weil2013-09-041-1/+1
* | | doc: Organized into sections. Added zone/region and pool details.John Wilkins2013-09-041-254/+575
* | | doc/release-notes: v0.68Sage Weil2013-09-042-27/+68
* | | Merge remote-tracking branch 'gh/wip-6047'Sage Weil2013-09-043-61/+139
|\ \ \
| * | | rbd.cc: propagate some errors to user-space when they're availableJoao Eduardo Luis2013-08-291-55/+55
| * | | qa: workunits: mon: test snaps ops using rbd.Joao Eduardo Luis2013-08-291-0/+39
| * | | mon: OSDMonitor: return earlier on no-ops over currently committed stateJoao Eduardo Luis2013-08-291-2/+34
| * | | mon: OSDMonitor: don't propose on prepare_pool_op()Joao Eduardo Luis2013-08-291-2/+1
| * | | mon: OSDMonitor: check if pool is on unmanaged snaps mode on mk/rmsnapJoao Eduardo Luis2013-08-291-2/+10
* | | | osd/ReplicatedPG: set reply versions for pg ops (PGLS)Sage Weil2013-09-041-0/+1
* | | | osd/ReplicatedPG: set reply versions on dup op ACKSage Weil2013-09-041-0/+1
* | | | doc: remove 'Unexpected indentation' from versions doc.Greg Farnum2013-09-041-3/+3
* | | | Merge pull request #564 from ljagiello/swift_doc_fixSage Weil2013-09-042-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Correct syntax for generate swift keyLukasz Jagiello2013-09-042-4/+4
|/ / /
* | | Merge branch 'next'Gary Lowell2013-09-044-9/+27
|\ \ \ | | |/ | |/|
| * | v0.68v0.68Gary Lowell2013-09-032-1/+7
| * | rgw: change watch init ordering, don't distribute if can'tYehuda Sadeh2013-09-032-8/+20
* | | Merge branch 'wip-copyfrom'Sage Weil2013-09-0313-6/+460
|\ \ \
| * | | ceph_test_rados: test COPY_FROMSage Weil2013-09-032-2/+102