summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rgw: set attrs on various list bucket xml results (swift)wip-4247-bobtailYehuda Sadeh2013-03-071-4/+4
* formatter: add the ability to dump attrs in xml entitiesYehuda Sadeh2013-03-072-9/+88
* ObjectCacher: fix debug log level in splitJosh Durgin2013-03-061-1/+1
* rados: remove unused "check_stdio" parameterDan Mick2013-03-051-3/+3
* rados: obey op_size for 'get'Sage Weil2013-03-051-12/+31
* FileJournal::wrap_read_bl: adjust pos before returningSamuel Just2013-02-281-0/+2
* osd: leave osd_lock locked in shutdown()Sage Weil2013-02-261-3/+2
* msg: fix entity_addr_t::is_same_host() for IPv6Sage Weil2013-02-261-1/+1
* osd: requeue pg waiters at the front of the finished queueSage Weil2013-02-251-2/+7
* osd: pull requeued requests off one at a timeSage Weil2013-02-251-13/+8
* mds: open mydir after replaySage Weil2013-02-251-1/+1
* mds: use inode_t::layout for dir layout policyGreg Farnum2013-02-219-173/+82
* mds: parse ceph.*.layout vxattr key/value contentSage Weil2013-02-202-1/+57
* rgw: fix multipart uploads listingYehuda Sadeh2013-02-191-4/+4
* rgw: don't copy object when it's copied into itselfYehuda Sadeh2013-02-191-25/+38
* PG: remove weirdness log for last_complete < log.tailSamuel Just2013-02-191-6/+0
* Strip any trailing whitespace from rbd showmappedJames Page2013-02-181-1/+1
* Merge pull request #64 from dalgaaf/wip-bobtail-memleaksSage Weil2013-02-175-11/+35
|\
| * rgw/rgw_rest.cc: fix 4K memory leakDanny Al-Gaaf2013-02-161-1/+3
| * SyntheticClient.cc: fix some memory leaks in the error handlingDanny Al-Gaaf2013-02-161-3/+12
| * rgw/rgw_xml.cc: fix realloc memory leak in error caseDanny Al-Gaaf2013-02-161-2/+9
| * os/FileStore.cc: fix realloc memory leak in error caseDanny Al-Gaaf2013-02-161-2/+5
| * common/fiemap.cc: fix realloc memory leakDanny Al-Gaaf2013-02-161-3/+6
|/
* osd/OSDCap: add unit test for parsing pools/objects with _ and -Sage Weil2013-02-141-1/+5
* osd/OSDCap: tweak unquoted_word parsing in osd capsSage Weil2013-02-141-1/+1
* v0.56.3v0.56.3Gary Lowell2013-02-132-1/+7
* rgw: change json formatting for swift list containerYehuda Sadeh2013-02-131-3/+11
* librbd: unprotect any non-unprotected snapshotJosh Durgin2013-02-123-4/+23
* java: make CephMountTest use user.* xattr namesSage Weil2013-02-121-9/+14
* mon: fix typo in C_StatsSage Weil2013-02-121-1/+1
* mon: retry PGStats message on EAGAINSage Weil2013-02-121-3/+6
* mon: handle -EAGAIN in completion contextsSage Weil2013-02-121-16/+14
* osd: only share maps on hb connection of OSD_HBMSGS feature is setSage Weil2013-02-121-2/+6
* osd: tolerate unexpected messages on the heartbeat interfaceSage Weil2013-02-122-2/+5
* Merge remote-tracking branch 'gh/wip-bobtail-osd-msgr' into bobtailSage Weil2013-02-125-68/+38
|\
| * osd: kill unused addr-based send_map()Sage Weil2013-02-042-12/+0
| * osd: share incoming maps via Connection*, not addrsSage Weil2013-02-042-49/+20
| * osd: pass new maps to dead osds via existing ConnectionSage Weil2013-02-041-7/+1
| * osd: requeue osdmaps on heartbeat connections for cluster connectionSage Weil2013-02-041-0/+8
| * msgr: add get_loopback_connection() methodSage Weil2013-02-043-0/+9
* | test_libcephfs: fix xattr testSage Weil2013-02-091-0/+8
* | radosgw-admin: fix cli testSage Weil2013-02-081-0/+1
* | Merge remote-tracking branch 'gh/wip-bobtail-vxattrs' into bobtailSage Weil2013-02-0710-30/+392
|\ \
| * | qa: add layout_vxattrs.sh test scriptSage Weil2013-02-041-0/+68
| * | mds: allow dir layout/policy to be removed via removexattr on ceph.dir.layoutSage Weil2013-02-042-5/+64
| * | mds: handle ceph.*.layout.* setxattrSage Weil2013-02-043-7/+159
| * | mdsmap: backported is_data_pool()Sage Weil2013-02-041-0/+4
| * | mds: fix client view of dir layout when layout is removedSage Weil2013-02-042-7/+10
| * | client: note presence of dir layout in inode operator<<Sage Weil2013-02-041-0/+3
| * | client: list only aggregate xattr, but allow setting subfield xattrsSage Weil2013-02-041-33/+34