summaryrefslogtreecommitdiffstats
path: root/src/rgw (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5928 from ceph/wip-12819-infernalisOrit Wasserman2015-09-223-7/+42
|\
| * rgw: json dump rgw_obj::orig_objYehuda Sadeh2015-09-141-0/+1
| * rgw: transform from cls_rgw_obj_key to rgw_obj correctlyYehuda Sadeh2015-09-141-4/+3
| * rgw: rgw_obj encoding fixesYehuda Sadeh2015-09-141-3/+38
* | Merge pull request #5918 from oritwas/wip-5378Yehuda Sadeh2015-09-212-3/+5
|\ \
| * | rgw: make radosgw-admin user rm idempotentOrit Wasserman2015-09-142-3/+5
| |/
* | Merge pull request #5996 from rzarzynski/wip-12780Yehuda Sadeh2015-09-211-0/+6
|\ \
| * | rgw: don't read actual data on user manifest HEADYehuda Sadeh2015-09-181-0/+6
* | | rgw: add a new error message for user conflict when using Admin Ops APISangdi2015-09-183-1/+6
* | | Merge pull request #5857 from ceph/wip-da-SCA-20150812Kefu Chai2015-09-171-2/+1
|\ \ \
| * | | rgw_object_expirer_core.cc: remove left over unused variableDanny Al-Gaaf2015-09-101-2/+1
* | | | radosgw: log to /var/log/ceph instead of /var/log/radosgwSage Weil2015-09-163-14/+0
* | | | logrotate: logs are now owned by ceph:cephDan van der Ster2015-09-151-0/+1
| |_|/ |/| |
* | | logrotate: ignore postrotate error for radosgwDan van der Ster2015-09-111-1/+1
* | | Merge pull request #5866 from jmunhoz/wip-requestid-on-errorYehuda Sadeh2015-09-101-0/+2
|\ \ \
| * | | rgw: include RequestId as part of the Error responseJavier M. Mellid2015-09-101-0/+2
| |/ /
* | | Merge pull request #5863 from ceph/wip-13015Orit Wasserman2015-09-101-0/+2
|\ \ \
| * | | rgw: preserve all attrs if intra-zone copyYehuda Sadeh2015-09-101-0/+2
* | | | Merge pull request #5557 from guangyy/wip-12666Sage Weil2015-09-101-0/+3
|\ \ \ \
| * | | | rgw: enable perf counter for unhealthy workersGuang Yang2015-08-181-0/+3
* | | | | Merge pull request #5490 from dwj192/masterYehuda Sadeh2015-09-091-0/+8
|\ \ \ \ \
| * | | | | rgw:add --reset-regions for regionmap updatedwj1922015-09-091-0/+8
* | | | | | Merge pull request #5828 from lebauce/fix-swift-prefixYehuda Sadeh2015-09-091-6/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | rgw: add delimiter to prefix only when path is specifiedSylvain Baubeau2015-09-071-6/+7
* | | | | | Merge pull request #5733 from cxwshawn/rgw-fixYehuda Sadeh2015-09-081-0/+3
|\ \ \ \ \ \
| * | | | | | rgw: init_rados failed leads to repeated deleteXiaowei Chen2015-09-081-0/+3
| |/ / / / /
* | | | | | Merge pull request #5809 from rzarzynski/wip-rgw_putobj_debug_improvementYehuda Sadeh2015-09-082-5/+16
|\ \ \ \ \ \
| * | | | | | rgw: improve debugs in RGWPutObj and RGWPutObj_ObjStore_SWIFT.Radoslaw Zarzynski2015-09-042-5/+16
* | | | | | | Merge pull request #5567 from guce/rgw_check_key_parameter_conflictOrit Wasserman2015-09-081-0/+10
|\ \ \ \ \ \ \
| * | | | | | | rgw: add key parameter conflict check for radosgw-admin command line.guce2015-08-271-0/+10
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #5819 from rzarzynski/wip-12950Yehuda Sadeh2015-09-081-3/+9
|\ \ \ \ \ \ \
| * | | | | | | rgw: don't append empty ETag HTTP header.Radoslaw Zarzynski2015-09-041-3/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #5624 from vumrao/wip-vumrao-12714Yehuda Sadeh2015-09-043-9/+12
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | rgw : setting max number of buckets for users via ceph.conf optionVikhyat Umrao2015-09-033-9/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5801 from dreamhost/wip-12939-headerYehuda Sadeh2015-09-041-1/+1
|\ \ \ \ \ \
| * | | | | | Fix casing of Content-Type headerRobin H. Johnson2015-09-041-1/+1
| | |/ / / / | |/| | | |
* / | | | | logrotate.conf: Simplify log files reopening after log rotationBoris Ranto2015-09-041-19/+1
|/ / / / /
* | | | | rgw/Makefile.am: ship rgw_object_expirer_core.hSage Weil2015-09-031-0/+1
* | | | | Merge pull request #5692 from ceph/wip-rgw-swift-expirationYehuda Sadeh2015-09-0312-29/+913
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rgw: don't copy delete_at attr, unless it's intra region copyYehuda Sadeh2015-09-031-0/+15
| * | | | rgw: objexp shards index by keyYehuda Sadeh2015-09-034-49/+31
| * | | | rgw: delete-at and delete-after also on obj put / copyYehuda Sadeh2015-09-035-56/+123
| * | | | rgw: lock obj expirer shards when processingYehuda Sadeh2015-08-272-1/+26
| * | | | rgw: objexp related fixesYehuda Sadeh2015-08-273-15/+19
| * | | | radosgw-admin: a new command to run objects expirerYehuda Sadeh2015-08-273-0/+21
| * | | | rgw: rename obj expiration hint oidsYehuda Sadeh2015-08-271-1/+1
| * | | | rgw: init object expirer threadYehuda Sadeh2015-08-272-4/+16
| * | | | rgw: verify Swift object lifetime at POST.Radoslaw Zarzynski2015-08-273-0/+9
| * | | | rgw: implement object_is_expired function.Radoslaw Zarzynski2015-08-271-15/+22
| * | | | rgw: add support for X-Delete-After HTTP header of Swift API.Radoslaw Zarzynski2015-08-271-1/+9