summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 9.0.2v9.0.2Jenkins2015-07-142-1/+7
* Merge pull request #5146 from ceph/wip-12215-nextJosh Durgin2015-07-061-2/+5
|\
| * librbd: don't attempt to invalidate an object map in R/O modeJason Dillaman2015-07-051-2/+5
* | Merge pull request #5145 from ceph/wip-12214-nextJosh Durgin2015-07-062-2/+2
|\ \
| * | librados_test_stub: read op should return number of bytes readJason Dillaman2015-07-051-1/+1
| * | tests: fixed TestObjectMap.InvalidateFlagInMemoryOnlyJason Dillaman2015-07-051-1/+1
| |/
* | Merge pull request #5131 from ceph/wip-12069-nextJosh Durgin2015-07-069-33/+73
|\ \
| * | rbd: explicitly close images to check for unexpected errorsJason Dillaman2015-07-021-1/+7
| * | pybind: RBD close can now raise an exception on closeJason Dillaman2015-07-021-1/+4
| * | librbd: closing images now returns a result codeJason Dillaman2015-07-027-31/+62
| |/
* | Merge pull request #5108 from ceph/wip-12079Orit Wasserman2015-07-063-1/+184
|\ \ | |/ |/|
| * rgw: conversion tool to fix broken multipart objectsYehuda Sadeh2015-07-063-0/+183
| * rgw: only scan for objects not in namespaceYehuda Sadeh2015-06-261-1/+1
|/
* Merge pull request #5089 from rzarzynski/wip-enforce_content-type_for_swift-nextYehuda Sadeh2015-06-261-0/+4
|\
| * rgw: enforce Content-Type in Swift responses.Radoslaw Zarzynski2015-06-261-0/+4
* | Merge pull request #5090 from ceph/wip-12176-nextJosh Durgin2015-06-261-1/+0
|\ \
| * | librbd: assertion failure race condition if watch disconnectedJason Dillaman2015-06-261-1/+0
* | | Merge pull request #5080 from ceph/wip-12165-nextJosh Durgin2015-06-261-0/+3
|\ \ \ | |_|/ |/| |
| * | librbd: prevent object map updates from being interruptedJason Dillaman2015-06-251-0/+3
| |/
* | Merge pull request #5081 from ceph/wip-11851Orit Wasserman2015-06-262-4/+14
|\ \ | |/ |/|
| * rgw: error out if frontend did not send all dataYehuda Sadeh2015-06-252-4/+14
* | Merge pull request #5061 from ceph/wip-11791-nextJosh Durgin2015-06-244-2/+142
|\ \
| * | tests: add new unit tests for object map invalidationJason Dillaman2015-06-233-1/+128
| * | librbd: only update image flags when holding exclusive lockJason Dillaman2015-06-231-1/+14
* | | Merge pull request #5063 from ceph/wip-11743-nextJosh Durgin2015-06-244-2/+33
|\ \ \ | |/ / |/| |
| * | tests: verify that image shrink properly handles flush opJason Dillaman2015-06-231-0/+24
| * | librbd: invalidate cache outside cache callback contextJason Dillaman2015-06-233-2/+9
|/ /
* | Merge pull request #4995 from ceph/wip-11563Orit Wasserman2015-06-231-10/+11
|\ \
| * | rgw: fix assignment of copy obj attributesYehuda Sadeh2015-06-171-10/+11
| |/
* | Merge pull request #4996 from ceph/wip-11974Yehuda Sadeh2015-06-221-1/+1
|\ \
| * | rgw: fix reset_loc()Yehuda Sadeh2015-06-171-1/+1
| |/
* | Merge remote-tracking branch 'origin/wip-11579' into nextJosh Durgin2015-06-1713-108/+361
|\ \
| * | librbd: CoR should copyup empty object to prevent future CoR attemptsJason Dillaman2015-06-051-5/+4
| * | librbd: don't attempt to (re-)update the object map for CoWJason Dillaman2015-06-051-5/+8
| * | librbd: hide ENOENT errors during copyup operationsJason Dillaman2015-06-051-1/+6
| * | librbd: avoid infinite loop if copyup failsJason Dillaman2015-06-051-4/+5
| * | librbd: whole-object discards should copyup when snapshots existJason Dillaman2015-06-052-28/+41
| * | tests: verify copyup behavior during object discardJason Dillaman2015-06-051-0/+55
| * | librbd: trim operation should issue object copyups for overlap extentJason Dillaman2015-06-052-25/+114
| * | librbd: new AioTrim operation to force copyup on object removalJason Dillaman2015-06-051-0/+25
| * | librbd: default to data_ctx for post-copyup operationsJason Dillaman2015-06-051-2/+1
| * | librados_test_stub: truncate should honor op snapshot contextJason Dillaman2015-06-054-6/+9
| * | librbd: always use current parent overlapJason Dillaman2015-06-052-10/+0
| * | tests: verify that copyup properly handle image shrinkingJason Dillaman2015-06-051-0/+56
| * | librbd: add new copyup helper methodJason Dillaman2015-06-052-0/+12
| * | librbd: include actual write op type in AbstractWrite debug outputJason Dillaman2015-06-052-4/+25
| * | librbd: removed unused ImageCtx::parent_io_len methodJason Dillaman2015-06-052-18/+0
* | | librbd: flush operations need to acquire owner lockJason Dillaman2015-06-172-2/+6
* | | Merge remote-tracking branch 'origin/wip-11537' into nextJosh Durgin2015-06-1710-84/+227
|\ \ \ | |_|/ |/| |
| * | librbd: don't cancel request lock earlyJason Dillaman2015-06-051-2/+1