summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mds: bump the protocol versionYan, Zheng2013-05-281-1/+1
| * | | mds: open inode by inoYan, Zheng2013-05-289-7/+612
| * | | mds: move fetch_backtrace() to class MDCacheYan, Zheng2013-05-284-68/+45
| * | | mds: remove old backtrace handlingYan, Zheng2013-05-285-215/+14
| * | | mds: update backtraces when unlinking inodesYan, Zheng2013-05-281-4/+7
| * | | mds: bring back old style backtrace handlingYan, Zheng2013-05-289-11/+180
| * | | mds: rename last_renamed_version to backtrace_versionYan, Zheng2013-05-285-17/+21
| * | | mds: journal backtrace update in EMetaBlob::fullbitYan, Zheng2013-05-282-22/+53
| * | | mds: reorder EMetaBlob::add_primary_dentry's parametersYan, Zheng2013-05-286-33/+33
| * | | mds: warn on unconnected snap realmsYan, Zheng2013-05-281-1/+14
| * | | mds: slient MDCache::trim_non_auth()Yan, Zheng2013-05-281-20/+6
| * | | mds: fix check for base inode discoveryYan, Zheng2013-05-281-1/+2
| * | | mds: Fix replica's allowed caps for filelock in SYNC_LOCK stateYan, Zheng2013-05-281-2/+2
| * | | mds: defer releasing cap if necessaryYan, Zheng2013-05-282-32/+58
| * | | mds: fix Locker::request_inode_file_caps()Yan, Zheng2013-05-281-3/+2
| * | | mds: notify auth MDS when cap_wanted changesYan, Zheng2013-05-281-2/+4
| * | | mds: export CInode:mds_caps_wantedYan, Zheng2013-05-282-5/+6
| * | | mds: export CInode::STATE_NEEDSRECOVERYan, Zheng2013-05-284-14/+21
| * | | mds: send slave request after target MDS is activeYan, Zheng2013-05-283-13/+53
| * | | mds: unfreeze inode after rename rollback finishesYan, Zheng2013-05-282-27/+40
| * | | mds: remove buggy cache rejoin codeYan, Zheng2013-05-281-20/+11
| * | | mds: fix typo in Server::do_rename_rollbackYan, Zheng2013-05-281-2/+2
| * | | mds: fix import cancel raceYan, Zheng2013-05-282-32/+34
| * | | mds: fix straydn raceYan, Zheng2013-05-284-19/+39
| * | | mds: fix slave commit trackingYan, Zheng2013-05-283-23/+36
| * | | mds: fix uncommitted master waitYan, Zheng2013-05-282-15/+10
| * | | mds: adjust subtree auth if import aborts in PREPPED stateYan, Zheng2013-05-281-1/+7
| * | | mds: don't stop at export bounds when journaling dir contextYan, Zheng2013-05-281-1/+1
| * | | mds: fix underwater dentry cleanupYan, Zheng2013-05-281-1/+1
| * | | mds: journal new subtrees created by renameYan, Zheng2013-05-282-1/+12
* | | | Merge pull request #329 from javacruft/wip-fuse-depsSage Weil2013-05-291-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use new fuse package instead of fuse-utilsJames Page2013-05-291-2/+2
|/ / /
* | | mon: disable tdump by defaultSage Weil2013-05-281-1/+1
* | | Merge remote-tracking branch 'gh/last'Sage Weil2013-05-2812-70/+111
|\ \ \
| * | | v0.63v0.63Gary Lowell2013-05-282-1/+7
| * | | HashIndex: sync top directory during start_split,merge,col_splitSamuel Just2013-05-281-3/+12
| |/ /
| * | Merge branch 'wip_scrub_tphandle' into nextSamuel Just2013-05-234-33/+66
| |\ \
| | * | PG: ping tphandle during omap loop as wellSamuel Just2013-05-232-0/+8
| | * | PG: reset timeout in _scan_list for each object, read chunkSamuel Just2013-05-231-0/+2
| | * | OSD,PG: pass tphandle down to _scan_listSamuel Just2013-05-233-33/+56
| * | | rgw: iterate usage entries from correct entryYehuda Sadeh2013-05-231-3/+16
| * | | mon: drop unnecessary conditionalsSage Weil2013-05-231-5/+3
| * | | Merge pull request #311 from ceph/wip-5102Sage Weil2013-05-234-30/+12
| |\ \ \
| | * | | mon: Paxos: get rid of the 'prepare_bootstrap()' mechanismJoao Eduardo Luis2013-05-224-26/+4
| | * | | mon: Paxos: finish queued proposals instead of clearing the listJoao Eduardo Luis2013-05-221-4/+6
| | * | | mon: Paxos: finish_proposal() when we're finished recoveringJoao Eduardo Luis2013-05-221-0/+2
* | | | | Merge branch 'wip-5172'Sage Weil2013-05-281-12/+20
|\ \ \ \ \
| * | | | | osd: fix note_down_osdSage Weil2013-05-281-1/+1
| * | | | | osd: fix hb con failure handlerSage Weil2013-05-281-11/+19
* | | | | | Merge pull request #319 from dalgaaf/wip-da-pylint-3Sage Weil2013-05-281-5/+5
|\ \ \ \ \ \