| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: clear scatter dirty if replica inode has no auth subtree | Yan, Zheng | 2013-04-01 | 1 | -2/+3 |
* | mds: CInode::build_backtrace() always incr iter | Sam Lang | 2013-03-26 | 1 | -1/+3 |
* | mds/CInode.cc: 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 | -4/+4 |
* | mds: New backtrace handling | Sam Lang | 2013-03-16 | 1 | -68/+45 |
* | mds/CInode.cc: prefer prefix ++operator for iterators | Danny Al-Gaaf | 2013-03-14 | 1 | -17/+17 |
* | mds: use inode_t::layout for dir layout policy | Greg Farnum | 2013-02-21 | 1 | -44/+20 |
* | mds/CInode.cc: use !empty() instead of size() | Danny Al-Gaaf | 2013-02-14 | 1 | -3/+3 |
* | CInode: use modern encoding for encode_export/decode_import | Greg Farnum | 2013-02-08 | 1 | -4/+4 |
* | CInode: use modern encoding for encode_store | Greg Farnum | 2013-02-08 | 1 | -0/+42 |
* | mds: move durable Session bits into session_info_t | Greg Farnum | 2013-02-05 | 1 | -1/+1 |
* | mds: rename struct default_file_layout to file_layout_policy_t | Greg Farnum | 2013-02-05 | 1 | -2/+2 |
* | mds: fix client view of dir layout when layout is removed | Sage Weil | 2013-01-29 | 1 | -5/+6 |
* | mds: check deleted directory in Server::rdlock_path_xlock_dentry | Yan, Zheng | 2013-01-28 | 1 | -4/+1 |
* | mds: don't issue caps while inode is exporting caps | Yan, Zheng | 2013-01-04 | 1 | -4/+6 |
* | mds: forbid creating file in deleted directory | Yan, Zheng | 2013-01-04 | 1 | -1/+4 |
* | mds: mark rename inode as ambiguous auth on all involved MDS | Yan, Zheng | 2013-01-02 | 1 | -0/+14 |
* | mds: *_pg_pool -> *_pool | Sage Weil | 2012-12-23 | 1 | -3/+3 |
* | mds: fix freeze inode deadlock | Yan, Zheng | 2012-12-01 | 1 | -4/+32 |
* | mds: Fix SnapRealm differ check in CInode::encode_inodestat() | Yan, Zheng | 2012-10-26 | 1 | -4/+5 |
* | mds: Avoid save unnecessary parent snaprealm | Yan, Zheng | 2012-10-02 | 1 | -2/+4 |
* | mds: fix typo in rsubdirs warning | Sage Weil | 2012-09-29 | 1 | -3/+3 |
* | make everyone use our assert #include and macro | Sage Weil | 2012-06-06 | 1 | -4/+5 |
* | log: new logging infrastructure | Sage Weil | 2012-03-27 | 1 | -1/+1 |
* | objecter: specify read return values pointers in ObjectOperatio methods | Sage Weil | 2012-01-12 | 1 | -2/+2 |
* | Merge branch 'wip-leaks' | Greg Farnum | 2011-10-06 | 1 | -2/+3 |
|\ |
|
| * | CInode: don't leak old default_layouts if they get overwritten | Greg Farnum | 2011-09-19 | 1 | -2/+3 |
* | | clientN -> client.N | Sage Weil | 2011-09-27 | 1 | -2/+2 |
* | | mdsN -> mds.N | Sage Weil | 2011-09-27 | 1 | -2/+2 |
|/ |
|
* | mds: move Mutation + children out of MDCache.h | Sage Weil | 2011-09-07 | 1 | -0/+1 |
* | mds: truncate sanity checks | Sage Weil | 2011-09-01 | 1 | -0/+4 |
* | Revert "mds: do not complain/assert about stray inode rstat/fragstat consiste... | Sage Weil | 2011-08-22 | 1 | -28/+18 |
* | mds: do not complain/assert about stray inode rstat/fragstat consistency | Sage Weil | 2011-08-20 | 1 | -18/+28 |
* | mds: avoid passing snapbl around explicitly | Sage Weil | 2011-08-17 | 1 | -2/+1 |
* | mds: simplify sr_t journaling | Sage Weil | 2011-08-17 | 1 | -2/+2 |
* | mds: chain rename subtree projections | Sage Weil | 2011-08-05 | 1 | -0/+5 |
* | Makefile.am: always #define __STDC_FORMAT_MACROS | Colin Patrick McCabe | 2011-08-01 | 1 | -3/+0 |
* | scatterlock: compress boolean flags into a set of state flags | Greg Farnum | 2011-07-29 | 1 | -3/+3 |
* | mds: minor cap cleanups | Sage Weil | 2011-07-26 | 1 | -1/+2 |
* | mds: more CInode un-inlining | Sage Weil | 2011-07-21 | 1 | -75/+269 |
* | mds: uninline a few things | Sage Weil | 2011-07-21 | 1 | -0/+124 |
* | mds: cinode: Add a little debugging and fix an output | Greg Farnum | 2011-07-20 | 1 | -1/+3 |
* | mds: print cur+nested auth_pins on inode | Sage Weil | 2011-07-13 | 1 | -1/+1 |
* | mds: print mds_caps_wanted on inode | Sage Weil | 2011-07-13 | 1 | -1/+10 |
* | mds: migrate loner_cap state | Sage Weil | 2011-07-13 | 1 | -0/+6 |
* | C_GatherBuilder: add C_GatherBuilder::activate() | Colin Patrick McCabe | 2011-06-30 | 1 | -0/+2 |
* | C_Gather: hide constructor, convert uses | Colin Patrick McCabe | 2011-06-30 | 1 | -3/+3 |
* | Remove "#include debug.h" from config.h | Colin Patrick McCabe | 2011-06-22 | 1 | -2/+3 |
* | mds: Include the pinner in nested auth pin debugging output. | Greg Farnum | 2011-06-22 | 1 | -7/+7 |
* | Convert g_ceph_context to a pointer. | Colin Patrick McCabe | 2011-06-21 | 1 | -6/+6 |