summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* osdc/Objecter: clean up reduncant op assignmentswip-osd-allocSage Weil2012-12-071-8/+0
* osd: implement prealloc/fallocate object operationSage Weil2012-12-077-0/+97
* rgw: document admin api web interface.caleb miles2012-12-071-3/+1504
* doc/install/os-recommendations: fix syncfs notesSage Weil2012-12-071-10/+11
* doc: fix bobtail version in os-recommendationsSage Weil2012-12-071-1/+1
* Merge remote-tracking branch 'gh/wip_doc'Sage Weil2012-12-072-16/+16
|\
| * doc: write descriptions for the remaining msgr optionsGreg Farnum2012-12-041-7/+7
| * doc: added some descriptions in ms-ref and filestore-config-refSamuel Just2012-12-042-9/+9
* | doc: Change per doc request.John Wilkins2012-12-061-2/+2
* | Merge branch 'next'Dan Mick2012-12-052-6/+12
|\ \
| * \ Merge branch 'testing' into nextDan Mick2012-12-052-6/+12
| |\ \
| | * | rbd: update manpage for import/exportDan Mick2012-12-052-6/+12
| | * | librbd: hold AioCompletion lock while modifying global stateDan Mick2012-12-051-4/+5
| | * | librbd: handle parent change while async I/Os are in flightDan Mick2012-12-051-6/+38
| | * | Striper: use local variable inside if() that tested itDan Mick2012-12-051-1/+1
* | | | Merge branch 'next'Dan Mick2012-12-053-11/+44
|\ \ \ \ | |/ / /
| * | | librbd: hold AioCompletion lock while modifying global stateDan Mick2012-12-051-4/+5
| * | | librbd: handle parent change while async I/Os are in flightDan Mick2012-12-051-6/+38
| * | | Striper: use local variable inside if() that tested itDan Mick2012-12-051-1/+1
* | | | Merge branch 'next'Josh Durgin2012-12-0524-140/+405
|\ \ \ \ | |/ / /
| * | | qa: add script for running xfstests in a vmJosh Durgin2012-12-051-0/+7
| * | | OSD: ignore queries on now deleted poolsSamuel Just2012-12-051-0/+3
| * | | Merge remote-tracking branch 'origin/wip-mds' into nextGreg Farnum2012-12-0413-76/+209
| |\ \ \
| | * | | mds: journal remote inode's projected parentYan, Zheng2012-12-041-7/+8
| | * | | mds: don't create bloom filter for incomplete dirYan, Zheng2012-12-042-6/+12
| | * | | Merge remote-tracking branch 'gh/wip-mds' into nextSage Weil2012-12-0413-76/+209
| | |\ \ \
| | | * | | mds: fix freeze inode deadlockYan, Zheng2012-12-019-19/+124
| | | * | | mds: use rdlock_try() when checking NULL dentryYan, Zheng2012-12-011-3/+3
| | | * | | mds: allow open_remote_ino() to open xlocked dentryYan, Zheng2012-12-013-27/+39
| | | * | | mds: fix assertion in handle_cache_expireYan, Zheng2012-12-011-0/+1
| | | * | | mds: fix open_remote_inode raceYan, Zheng2012-12-011-2/+3
| | | * | | mds: consider revoking caps in imported caps as issuedYan, Zheng2012-12-011-2/+4
| | | * | | mds: drop locks if requiring auth pinning new objects.Yan, Zheng2012-12-011-1/+2
| | | * | | mds: don't forward client request from MDSYan, Zheng2012-12-011-6/+10
| | | * | | mds: call eval() after caps are exportedYan, Zheng2012-12-011-0/+1
| | | * | | mds: clear lock flushed if replica is waiting for AC_LOCKFLUSHEDYan, Zheng2012-12-011-1/+5
| | | * | | mds: Don't acquire replica object's versionlockYan, Zheng2012-12-012-15/+17
| | | * | | mds: allow try_eval to eval unstable locks in freezing objectYan, Zheng2012-12-011-2/+2
| * | | | | Merge branch 'wip-filestore' into nextSage Weil2012-12-043-24/+30
| |\ \ \ \ \
| | * | | | | os/JournalingObjectStore: applied_seq -> max_applied_seqSage Weil2012-12-022-10/+10
| | * | | | | os/FileStore: only wait for applying ops to complete before commitSage Weil2012-12-023-19/+25
| * | | | | | Merge branch 'wip-msgr-delay-queue' into nextSage Weil2012-12-043-20/+133
| |\ \ \ \ \ \
| | * | | | | | msg/Pipe: flush delayed messages when stealing/failing pipesSage Weil2012-12-012-2/+23
| | * | | | | | msg/Pipe: release dispatch throttle on delayed queue discardSage Weil2012-11-292-8/+12
| | * | | | | | msg/Pipe: start delay thread *after* we know peer typeSage Weil2012-11-292-4/+10
| | * | | | | | msg/Pipe: drop queue helpersSage Weil2012-11-292-35/+12
| | * | | | | | msg/Pipe: refactor msgr delaysSage Weil2012-11-292-83/+73
| | * | | | | | msgr: add a delay_until queue that is used to delay deliveries.Greg Farnum2012-11-292-5/+23
| | * | | | | | msgr: clear out the delay queue when stop()ingGreg Farnum2012-11-291-0/+4
| | * | | | | | msgr: move the delay queue initialization into start_readerGreg Farnum2012-11-291-9/+13