summaryrefslogtreecommitdiff
path: root/src/mds/CDir.cc
Commit message (Expand)AuthorAgeFilesLines
* make everyone use our assert #include and macroSage Weil2012-06-061-0/+1
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* mds: use new tmap_get pbl argumentSage Weil2012-02-141-2/+2
* mdsN -> mds.NSage Weil2011-09-271-2/+2
* CDir: put delete with pop so we don't read free'd memory in outputGreg Farnum2011-09-191-1/+1
* mds: move Mutation + children out of MDCache.hSage Weil2011-09-071-0/+1
* use glibc d_type macros, helpersSage Weil2011-07-251-3/+3
* C_GatherBuilder: add C_GatherBuilder::activate()Colin Patrick McCabe2011-06-301-0/+1
* C_Gather: hide constructor, convert usesColin Patrick McCabe2011-06-301-4/+5
* mds: Include the pinner in nested auth pin debugging output.Greg Farnum2011-06-221-12/+13
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-11/+11
* inode_load_vec_t: de-globalizeColin Patrick McCabe2011-06-211-1/+6
* DecayCounter: take a utime_t in ::decodeColin Patrick McCabe2011-06-211-2/+2
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-201-5/+5
* include/Context.h: de-globalizeColin Patrick McCabe2011-06-201-2/+2
* mds: CDir::log_mark_dirty needs to flush before waitingSage Weil2011-06-171-0/+1
* Merge remote branch 'origin/mds_rename'Sage Weil2011-06-081-3/+5
|\
| * mds: CDir::contains() should use projected hierarchySage Weil2011-06-071-3/+5
* | g_conf: change to pointerColin Patrick McCabe2011-06-071-8/+8
|/
* mds: pin inode while one renamed_files listSage Weil2011-06-021-0/+1
* mds: fix steal_dentry dir_auth_pins adjustmentSage Weil2011-04-281-2/+5
* mds: handle freeze completion delayed by frozen inodeSage Weil2011-04-271-0/+39
* mds: fix nested_auth_pin accounting on refragmentSage Weil2011-04-271-4/+18
* mds: maintain dn pinning invariants during freezing for refragmentingSage Weil2011-04-271-0/+20
* mds: freeze fragments during split/mergeSage Weil2011-04-271-4/+14
* mds: pay attention to *stat staleness during splitSage Weil2011-04-271-0/+8
* mds: merge accounted_* statsSage Weil2011-04-271-2/+20
* mds: do not send heartbeat when degradedSage Weil2011-04-261-0/+7
* mds: only include head dentries in check_rstats() rstat checkSage Weil2011-04-261-2/+5
* mds: don't check_rstats on non-auth or frozen dirsSage Weil2011-04-131-2/+2
* mds: fix _freeze_dir assert for refragment caseSage Weil2011-04-131-1/+3
* CDir: check_rstats will now print out dir stats whenever there's a bug.Greg Farnum2011-04-081-5/+13
* mds: remove mds_log_unsafe modeSage Weil2011-03-241-1/+1
* CDir: make check_rstats friendlier.Greg Farnum2011-03-211-12/+13
* mds: add check_rstats function and a few users.Greg Farnum2011-03-211-0/+53
* Merge branch 'stable'Greg Farnum2011-03-081-1/+1
|\
| * mds: use projected subtree in rename anchor checkSage Weil2011-03-071-1/+1
* | CDir: Don't write out the header on a partial commit.Greg Farnum2011-03-021-9/+26
* | CDir: pay attention to the max_dir_commit_size!Greg Farnum2011-03-021-1/+1
|/
* 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: fix CDir::take_waiting() on dentry waitersSage Weil2011-02-231-8/+7
|/
* MDCache: switch CDir::_commit so that it can limit max write size.Greg Farnum2011-02-111-18/+67
* MDS: Don't always _commit_full just because we have a complete dir.Greg Farnum2011-02-111-1/+2
* mds: change refragment journaling/store strategySage Weil2011-01-051-1/+1
* mds: fix can_authpin assert on post-fragment commitSage Weil2011-01-051-2/+2
* logging: eliminate out-of-range dout callsColin Patrick McCabe2010-12-171-3/+3
* Merge remote branch 'origin/syslog' into unstableSage Weil2010-12-111-12/+11
|\
| * logging: eliminate dbeginlColin Patrick McCabe2010-12-071-1/+1
| * logging: better syntax for LogClientColin Patrick McCabe2010-12-061-11/+10