| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mds: force update backtraces for previously created FS | Yan, Zheng | 2014-02-12 | 1 | -0/+3 |
* | libc++: use ceph:: namespaced data types | Noah Watkins | 2014-01-18 | 1 | -7/+7 |
* | mds: properly set dirty flag when journalling import | Yan, Zheng | 2013-12-16 | 1 | -1/+1 |
* | Fix compilation -Wmismatched-tags warnings | Christophe Courtaut | 2013-08-09 | 1 | -1/+1 |
* | mds: remove old backtrace handling | Yan, Zheng | 2013-05-28 | 1 | -10/+0 |
* | mds: bring back old style backtrace handling | Yan, Zheng | 2013-05-28 | 1 | -3/+13 |
* | mds: journal backtrace update in EMetaBlob::fullbit | Yan, Zheng | 2013-05-28 | 1 | -12/+36 |
* | mds: reorder EMetaBlob::add_primary_dentry's parameters | Yan, Zheng | 2013-05-28 | 1 | -4/+4 |
* | mds: journal the projected root xattrs in add_root() | Kuan Kai Chiu | 2013-04-18 | 1 | -1/+1 |
* | mds/events/EMetaBlob.h: prefer prefix ++operator for iterators | Danny Al-Gaaf | 2013-03-18 | 1 | -1/+1 |
* | mds: Backtrace for create,rename,mkdir,setlayout | Sam Lang | 2013-03-16 | 1 | -0/+10 |
* | mds: use inode_t::layout for dir layout policy | Greg Farnum | 2013-02-21 | 1 | -25/+8 |
* | MDS: EMetaBlob more modernization for encoder | Greg Farnum | 2013-02-08 | 1 | -64/+4 |
* | MDS: EMetaBlob::dirlump more modernization for encoder | Greg Farnum | 2013-02-08 | 1 | -25/+25 |
* | mds: EMetaBlob::nullbit modernization for dencoder | Greg Farnum | 2013-02-08 | 1 | -16/+5 |
* | mds: EMetaBlob::remotebit more modernization for dencoder | Greg Farnum | 2013-02-08 | 1 | -19/+7 |
* | mds: EMetaBlob::full_bit more modernization for dencoder | Greg Farnum | 2013-02-08 | 1 | -44/+9 |
* | mds: EMetaBlob and its sub-parts use modern encoding now | Greg Farnum | 2013-02-08 | 1 | -37/+22 |
* | mds: rename struct default_file_layout to file_layout_policy_t | Greg Farnum | 2013-02-05 | 1 | -5/+5 |
* | mds: properly clear CDir::STATE_COMPLETE when replaying EImportStart | Yan, Zheng | 2013-01-29 | 1 | -3/+17 |
* | mds: preserve non-auth/unlinked objects until slave commit | Yan, Zheng | 2013-01-29 | 1 | -1/+2 |
* | mds: allow journaling multiple root inodes in EMetaBlob | Yan, Zheng | 2013-01-28 | 1 | -21/+24 |
* | mds: fix journaling issue regarding rstat accounting | Yan, Zheng | 2012-12-11 | 1 | -4/+4 |
* | mds: fix broken EMetablob inode_t* return value | Sage Weil | 2012-08-31 | 1 | -15/+11 |
* | mds: make EMetaBlob::fullbit::old_inodes non-ptr | Sage Weil | 2012-02-23 | 1 | -7/+5 |
* | mds: Add old_inodes to emetablob | Alexandre Oliva | 2012-02-23 | 1 | -7/+25 |
* | mds: whitespace | Sage Weil | 2011-08-18 | 1 | -4/+2 |
* | mds: drop unused projected dirfrag_t arg for EMetaBlob::add_primary_dentry | Sage Weil | 2011-08-18 | 1 | -7/+4 |
* | mds: drop unused snapbl arg | Sage Weil | 2011-08-18 | 1 | -11/+6 |
* | mds: avoid explicit passing of projected_xattrs | Sage Weil | 2011-08-18 | 1 | -8/+5 |
* | mds: simplify sr_t journaling | Sage Weil | 2011-08-18 | 1 | -3/+7 |
* | mds: break #include recursion | Sage Weil | 2011-08-16 | 1 | -0/+1 |
* | Merge branch 'stable' into next | Sage Weil | 2011-06-22 | 1 | -12/+15 |
|\ |
|
| * | mds: avoid EMetaBlob::fullbit copying with shared_ptr | Sage Weil | 2011-06-20 | 1 | -12/+15 |
* | | mds: journal open srci frags on srci import (master) | Sage Weil | 2011-06-08 | 1 | -1/+5 |
* | | mds: adjust subtree roots on rename | Sage Weil | 2011-06-06 | 1 | -3/+9 |
|/ |
|
* | mds: don't skip inodes in journal that may be trimmed during replay | Sage Weil | 2011-04-16 | 1 | -41/+1 |
* | mds: fix journal offset types | Sage Weil | 2011-04-15 | 1 | -1/+1 |
* | mds: print msg when fragtree updates from journal | Sage Weil | 2011-02-23 | 1 | -1/+1 |
* | mds: refragment dirs when inode dirfragtree updates from journal | Sage Weil | 2011-02-23 | 1 | -18/+1 |
* | Merge branch 'testing' into unstable | Sage Weil | 2011-01-25 | 1 | -1/+7 |
|\ |
|
| * | mds: fix journaling of root default_file_layout | Sage Weil | 2011-01-19 | 1 | -1/+7 |
* | | mds: extend the use of uint64_t instead of (signed) loff_t, et al. | Greg Farnum | 2011-01-06 | 1 | -1/+1 |
|/ |
|
* | mds: fix EMetaBlob dir_layout lifecycle | Sage Weil | 2010-10-05 | 1 | -3/+7 |
* | mds: use helper to update inode from EMetaBlob during replay | Sage Weil | 2010-10-05 | 1 | -0/+19 |
* | mds: fix typo in EMetaBlob encoder | Sage Weil | 2010-10-05 | 1 | -17/+2 |
* | mds: misc fixes for dir default layout projection | Greg Farnum | 2010-10-04 | 1 | -1/+3 |
* | mds: If a projected inode has a dir_layout, we now encode it to disk. | Greg Farnum | 2010-10-04 | 1 | -3/+29 |
* | mds: remove unnecessary silent fallout from add_primary_dentry. | Greg Farnum | 2010-08-20 | 1 | -4/+2 |
* | mds: allow snaps in root dir. This may be too large a stick, though | Greg Farnum | 2010-08-20 | 1 | -1/+3 |