summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mds: use inode_t::layout for dir layout policyhistoric/wip-mds-layoutSage Weil2011-09-039-158/+68
* os/lfnindex: silence compiler warningsSage Weil2011-09-021-5/+5
* client: only flush imported cap if it is now authSage Weil2011-09-021-5/+7
* Makefile: flock.h!Sage Weil2011-09-021-0/+1
* cosd: Do filestore conversion after common_init_finishSamuel Just2011-09-021-8/+14
* rgw: fix includeYehuda Sadeh2011-09-022-2/+2
* LFNIndex: Fix lfn parsing for hobjects with keysSamuel Just2011-09-021-1/+1
* Merge branch 'hobject_change'Samuel Just2011-09-0215-61/+272
|\
| * LFNIndex: include index_version in the lfn attribute nameSamuel Just2011-09-022-5/+24
| * PG: Also fix the key when fixing an incomplete log eventSamuel Just2011-09-022-1/+4
| * LFNIndex: Add support generating keyed hobject_t filenamesSamuel Just2011-09-021-6/+143
| * FileStore,LFNIndex: Bump filestore versionSamuel Just2011-09-027-14/+45
| * OSD: fix hobject_t constructionSamuel Just2011-09-021-1/+2
| * ReplicatedPG: Update hobject_t constructionSamuel Just2011-09-022-29/+40
| * store_test: fix hobject_t constructionSamuel Just2011-09-021-2/+2
| * object.h: Update hobject_t to include object locator keySamuel Just2011-09-022-7/+16
* | rgw: rename source fileYehuda Sadeh2011-09-023-2/+2
* | rgw: some var names cleanupYehuda Sadeh2011-09-024-18/+18
* | rgw: fix parameter passing to swift user creationYehuda Sadeh2011-09-021-2/+2
|/
* rgw: rename openstack to swiftYehuda Sadeh2011-09-0216-187/+187
* rgw: s/OPENSTACK/SWIFT/gYehuda Sadeh2011-09-026-20/+20
* Merge branch 'wip-flock'Greg Farnum2011-09-023-475/+557
|\
| * mds: flock: remove auto-insertion of waiting locks.Greg Farnum2011-09-021-27/+0
| * mds: flock: tidy up commentsGreg Farnum2011-09-021-8/+32
| * flock: move implementation into a separate c++ fileGreg Farnum2011-09-013-467/+552
* | rados tool: fix rados df formattingYehuda Sadeh2011-09-021-0/+2
* | rgw: catch buffer::error exceptions thrown at decodeYehuda Sadeh2011-09-029-29/+103
* | rgw: user info dumps json/xmlYehuda Sadeh2011-09-022-29/+73
* | doc: Deb install should work now.Tommi Virtanen2011-09-021-4/+0
* | doc: Write about deb installation.Tommi Virtanen2011-09-028-17/+394
* | rgw: log of nonexsistent bucket config optionYehuda Sadeh2011-09-023-3/+11
* | qa: test falseSage Weil2011-09-021-0/+3
* | OSD: Fix flipped error codes in do_convertfsSamuel Just2011-09-011-7/+5
* | rgw: poll allocation threadYehuda Sadeh2011-09-016-17/+104
* | rgw: user removal delets user index lastYehuda Sadeh2011-09-011-18/+33
* | rgw: multipart meta object uses tmapYehuda Sadeh2011-09-015-23/+24
* | doc: Architecture, placeholder in install, and first appendix.Tommi Virtanen2011-09-015-16/+210
* | doc: Make object store diagram fit in 1024 pix wide browser.Tommi Virtanen2011-09-011-1/+1
* | doc: Move internals into a new section, /dev.Tommi Virtanen2011-09-0111-211/+227
* | objectcacher: write vs truncate races are okSage Weil2011-09-011-2/+2
* | mds: truncate sanity checksSage Weil2011-09-013-0/+7
* | rgw: configurable thread pool sizeYehuda Sadeh2011-09-013-1/+3
* | cfuse: initialize Fh to NULLSage Weil2011-09-011-2/+2
* | client: clean up _{create,release}_fhSage Weil2011-09-012-32/+29
* | mon: fix 'osd create ...' error pathsSage Weil2011-09-011-5/+10
* | librbd: cosmetic changes to progress stuffSage Weil2011-09-013-12/+11
* | Finishing moving src/doc/object_store.dot to doc/Colin Patrick McCabe2011-08-311-61/+0
* | Add object store architecture overview pictureColin Patrick McCabe2011-08-314-0/+71
* | Merge branch 'wip-librbd-async-copy'Colin Patrick McCabe2011-08-315-12/+171
|\ \
| * | librbd: improve copy_with_progressColin Patrick McCabe2011-08-315-27/+107