summaryrefslogtreecommitdiff
path: root/src/mds/MDCache.cc
Commit message (Expand)AuthorAgeFilesLines
* make everyone use our assert #include and macroSage Weil2012-06-061-7/+7
* mds: remove preferred from ceph_file_layoutSage Weil2012-04-231-2/+0
* config: drop old debug_* itemsSage Weil2012-03-291-1/+1
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* Fix several doxygen warnings, to minimize noise. Only changes comments.Tommi Virtanen2012-01-101-12/+12
* mds: assert if we get an EINVAL on our truncateSage Weil2011-12-291-0/+1
* mds: misc assertions about truncationSage Weil2011-12-191-0/+3
* mdcache: tolerate no subtrees in create_subtree_map()Sage Weil2011-10-031-1/+0
* clientN -> client.NSage Weil2011-09-271-15/+15
* mdsN -> mds.NSage Weil2011-09-271-45/+45
* mds: fix traverse snap vs forward checkSage Weil2011-09-211-2/+2
* const-ify integer config valuesColin Patrick McCabe2011-09-141-3/+7
* mds: move Mutation + children out of MDCache.hSage Weil2011-09-071-0/+16
* mds: truncate sanity checksSage Weil2011-09-011-0/+2
* mdcache: documentation for path_traverseGreg Farnum2011-08-221-24/+0
* mdcache: Reduce the gratuitous references to onfailGreg Farnum2011-08-221-7/+7
* mds: remove the unused MDS_TRAVERSE_FAIL flag.Greg Farnum2011-08-221-2/+0
* mdcache: handle unreadable null dentriesGreg Farnum2011-08-221-3/+9
* Merge branch 'next'Sage Weil2011-08-221-23/+34
|\
| * mds: open+pin stray dirfrags on startupSage Weil2011-08-221-8/+23
| * Revert "mds: do not complain/assert about stray inode rstat/fragstat consiste...Sage Weil2011-08-221-15/+11
* | mds: fix shadowSage Weil2011-08-211-2/+2
|/
* mds: do not complain/assert about stray inode rstat/fragstat consistencySage Weil2011-08-201-11/+15
* mds: drop unused projected dirfrag_t arg for EMetaBlob::add_primary_dentrySage Weil2011-08-171-1/+1
* mds: use snaprealm projection for MDCache::snaprealm_create()Sage Weil2011-08-171-5/+4
* mds: simplify sr_t journalingSage Weil2011-08-171-4/+1
* mds: mark newly created snaprealms as openSage Weil2011-08-171-0/+1
* mds: avoid issue_caps on snapped inodesSage Weil2011-08-121-1/+1
* mds: chain rename subtree projectionsSage Weil2011-08-051-55/+59
* mds: request attempt comes from fwd count, not retry flagSage Weil2011-08-011-1/+1
* mds: fix create_subtree_map for new dirsSage Weil2011-07-291-10/+12
* mds: identify slave requests with reqid + attempt numberSage Weil2011-07-291-24/+27
* scatterlock: compress boolean flags into a set of state flagsGreg Farnum2011-07-291-6/+6
* mds: separate type for gratuitous debug ESubtreeMapsSage Weil2011-07-281-2/+6
* mds: mark ambig imports in ESubtreeMap during resolveSage Weil2011-07-281-1/+2
* mds: pin inodes on LogSegment::truncating_inodes listSage Weil2011-07-281-2/+12
* mds: fix projected rename adjustmentSage Weil2011-07-261-7/+7
* mds: simplify subtree map after adjusting for renameSage Weil2011-07-261-11/+4
* mds: track projected rename effect on subtree mapSage Weil2011-07-261-3/+94
* mds: fix subtree_map simplify, againSage Weil2011-07-241-16/+11
* mds: fix stl iterator misuse in create_subtree_mapSage Weil2011-07-241-3/+12
* mds: rename cache expire variables for clarityGreg Farnum2011-07-221-15/+15
* update documentation on cache expires during exportsGreg Farnum2011-07-221-0/+5
* mds: fix ambiguous check when journaling subtree mapSage Weil2011-07-221-5/+2
* Merge branch 'wip-proflogger'Colin Patrick McCabe2011-07-201-2/+3
|\
| * Rename ProfLogger to PerfCountersColin Patrick McCabe2011-07-201-1/+1
| * Rework ProfLoggerColin Patrick McCabe2011-07-181-1/+2
* | mds: handle EBLACKLISTED in MDCache::do_file_recover; assert on errorsGreg Farnum2011-07-201-0/+7
* | mds: simplify journaled subtree_mapSage Weil2011-07-201-0/+22
* | mds: witness rmdir when subtrees are on other hostsSage Weil2011-07-201-5/+16