summaryrefslogtreecommitdiff
path: root/src/mds/CInode.cc
Commit message (Expand)AuthorAgeFilesLines
* make everyone use our assert #include and macroSage Weil2012-06-061-4/+5
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* objecter: specify read return values pointers in ObjectOperatio methodsSage Weil2012-01-121-2/+2
* Merge branch 'wip-leaks'Greg Farnum2011-10-061-2/+3
|\
| * CInode: don't leak old default_layouts if they get overwrittenGreg Farnum2011-09-191-2/+3
* | clientN -> client.NSage Weil2011-09-271-2/+2
* | mdsN -> mds.NSage Weil2011-09-271-2/+2
|/
* mds: move Mutation + children out of MDCache.hSage Weil2011-09-071-0/+1
* mds: truncate sanity checksSage Weil2011-09-011-0/+4
* Revert "mds: do not complain/assert about stray inode rstat/fragstat consiste...Sage Weil2011-08-221-28/+18
* mds: do not complain/assert about stray inode rstat/fragstat consistencySage Weil2011-08-201-18/+28
* mds: avoid passing snapbl around explicitlySage Weil2011-08-171-2/+1
* mds: simplify sr_t journalingSage Weil2011-08-171-2/+2
* mds: chain rename subtree projectionsSage Weil2011-08-051-0/+5
* Makefile.am: always #define __STDC_FORMAT_MACROSColin Patrick McCabe2011-08-011-3/+0
* scatterlock: compress boolean flags into a set of state flagsGreg Farnum2011-07-291-3/+3
* mds: minor cap cleanupsSage Weil2011-07-261-1/+2
* mds: more CInode un-inliningSage Weil2011-07-211-75/+269
* mds: uninline a few thingsSage Weil2011-07-211-0/+124
* mds: cinode: Add a little debugging and fix an outputGreg Farnum2011-07-201-1/+3
* mds: print cur+nested auth_pins on inodeSage Weil2011-07-131-1/+1
* mds: print mds_caps_wanted on inodeSage Weil2011-07-131-1/+10
* mds: migrate loner_cap stateSage Weil2011-07-131-0/+6
* C_GatherBuilder: add C_GatherBuilder::activate()Colin Patrick McCabe2011-06-301-0/+2
* C_Gather: hide constructor, convert usesColin Patrick McCabe2011-06-301-3/+3
* Remove "#include debug.h" from config.hColin Patrick McCabe2011-06-221-2/+3
* mds: Include the pinner in nested auth pin debugging output.Greg Farnum2011-06-221-7/+7
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-6/+6
* DecayCounter: take a utime_t in ::decodeColin Patrick McCabe2011-06-211-1/+1
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-201-4/+4
* common/Clock: add deglobalized clock stuffColin Patrick McCabe2011-06-201-1/+1
* include/Context.h: de-globalizeColin Patrick McCabe2011-06-201-1/+1
* g_conf: change to pointerColin Patrick McCabe2011-06-071-8/+8
* mds: pin inode while one renamed_files listSage Weil2011-06-021-6/+11
* mds: fix auth_pin checkSage Weil2011-04-281-1/+1
* mds: add 'mds debug auth pins' optionSage Weil2011-04-271-0/+13
* mds: Always _open_parents when opening a new snaprealmSage Weil2011-04-161-3/+8
* mds: don't check_rstats on non-auth or frozen dirsSage Weil2011-04-131-2/+4
* mds: clear flush state on rejoin ackSage Weil2011-04-121-4/+4
* mds: send any dirty scatterlock state on rejoinSage Weil2011-04-121-4/+4
* mds: reset dirty->flushing on rejoin scatterflushSage Weil2011-04-121-0/+14
* mds: use helper to generate dir inode object namesSage Weil2011-03-311-11/+11
* mds: add check_rstats function and a few users.Greg Farnum2011-03-211-0/+2
* mds: use projected subtree in rename anchor checkSage Weil2011-03-071-0/+7
* Merge branch 'librados_api' into nextColin Patrick McCabe2011-02-281-1/+1
|\
| * Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* | mds: refragment dirs when inode dirfragtree updates from journalSage Weil2011-02-231-0/+21
|/
* MDCache: switch CDir::_commit so that it can limit max write size.Greg Farnum2011-02-111-1/+2
* mds: add mds_debug_frag optionSage Weil2011-01-051-0/+15
* mds: fix ancestor backtrace encodingSage Weil2011-01-041-22/+29