| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation -Wmismatched-tags warnings | Christophe Courtaut | 2013-08-09 | 1 | -2/+2 |
* | mds: fix race between scatter gather and dirfrag export | Yan, Zheng | 2013-06-20 | 1 | -0/+1 |
* | mds: move fetch_backtrace() to class MDCache | Yan, Zheng | 2013-05-28 | 1 | -4/+1 |
* | mds: bring back old style backtrace handling | Yan, Zheng | 2013-05-28 | 1 | -2/+11 |
* | mds: export CInode:mds_caps_wanted | Yan, Zheng | 2013-05-28 | 1 | -2/+2 |
* | mds: export CInode::STATE_NEEDSRECOVER | Yan, Zheng | 2013-05-28 | 1 | -0/+5 |
* | mds/MDCache.cc: fix dereference NULL pointer | Danny Al-Gaaf | 2013-05-11 | 1 | -1/+1 |
* | mds: pass proper mask to CInode::get_caps_issued | Yan, Zheng | 2013-04-17 | 1 | -2/+2 |
* | mds: clear scatter dirty if replica inode has no auth subtree | Yan, Zheng | 2013-04-01 | 1 | -1/+1 |
* | mds: New backtrace handling | Sam Lang | 2013-03-16 | 1 | -7/+4 |
* | mds: Use map for CInode pinrefs | Sam Lang | 2013-03-16 | 1 | -4/+4 |
* | mds/CInode.h: prefer prefix ++operator for iterators | Danny Al-Gaaf | 2013-03-13 | 1 | -6/+6 |
* | CInode.h: use static_cast instead of C-Style cast | Danny Al-Gaaf | 2013-02-28 | 1 | -1/+1 |
* | mds: use inode_t::layout for dir layout policy | Greg Farnum | 2013-02-21 | 1 | -40/+7 |
* | CInode.h: use !old_inodes.empty() instead of size() | Danny Al-Gaaf | 2013-02-13 | 1 | -1/+1 |
* | CInode: use modern encoding for encode_store | Greg Farnum | 2013-02-08 | 1 | -40/+2 |
* | mds: rename struct default_file_layout to file_layout_policy_t | Greg Farnum | 2013-02-05 | 1 | -5/+5 |
* | mds: default_file_layout now uses modern encoding | Greg Farnum | 2013-02-05 | 1 | -31/+0 |
* | mds: move SnapRealm into its own h/cc files | Sage Weil | 2013-02-05 | 1 | -1/+1 |
* | mds: fix client view of dir layout when layout is removed | Sage Weil | 2013-01-29 | 1 | -2/+4 |
* | mds: check deleted directory in Server::rdlock_path_xlock_dentry | Yan, Zheng | 2013-01-28 | 1 | -2/+0 |
* | mds: fix default_file_layout constructor | Greg Farnum | 2013-01-21 | 1 | -0/+4 |
* | mds: forbid creating file in deleted directory | Yan, Zheng | 2013-01-04 | 1 | -0/+2 |
* | mds: mark rename inode as ambiguous auth on all involved MDS | Yan, Zheng | 2013-01-02 | 1 | -1/+5 |
* | mds: fix freeze inode deadlock | Yan, Zheng | 2012-12-01 | 1 | -0/+5 |
* | mds: fix uninit field in CInode | Sage Weil | 2012-09-29 | 1 | -0/+1 |
* | log: new logging infrastructure | Sage Weil | 2012-03-27 | 1 | -1/+1 |
* | CInode: don't leak old default_layouts if they get overwritten | Greg Farnum | 2011-09-19 | 1 | -0/+2 |
* | mds: avoid passing snapbl around explicitly | Sage Weil | 2011-08-17 | 1 | -1/+1 |
* | mds: break #include recursion | Sage Weil | 2011-08-15 | 1 | -1/+0 |
* | mds: chain rename subtree projections | Sage Weil | 2011-08-05 | 1 | -1/+1 |
* | use glibc d_type macros, helpers | Sage Weil | 2011-07-25 | 1 | -1/+1 |
* | mds: remove broken delay of cap releases from a replica. | Greg Farnum | 2011-07-22 | 1 | -1/+0 |
* | mds: more CInode un-inlining | Sage Weil | 2011-07-21 | 1 | -166/+14 |
* | mds: uninline a few things | Sage Weil | 2011-07-21 | 1 | -97/+9 |
* | mds: print cur+nested auth_pins on inode | Sage Weil | 2011-07-13 | 1 | -1/+2 |
* | mds: print mds_caps_wanted on inode | Sage Weil | 2011-07-13 | 1 | -0/+2 |
* | mds: migrate loner_cap state | Sage Weil | 2011-07-13 | 1 | -7/+6 |
* | mds: clear [want_]loner_cap on cap export | Sage Weil | 2011-07-13 | 1 | -0/+3 |
* | mds: only issue xlocker_caps if we are also the loner | Sage Weil | 2011-07-11 | 1 | -2/+9 |
* | mds: Include the pinner in nested auth pin debugging output. | Greg Farnum | 2011-06-22 | 1 | -1/+1 |
* | Convert g_ceph_context to a pointer. | Colin Patrick McCabe | 2011-06-21 | 1 | -2/+2 |
* | inode_load_vec_t: de-globalize | Colin Patrick McCabe | 2011-06-21 | 1 | -0/+1 |
* | g_clock.now -> ceph_clock_now | Colin Patrick McCabe | 2011-06-20 | 1 | -1/+1 |
* | common/Clock: add deglobalized clock stuff | Colin Patrick McCabe | 2011-06-20 | 1 | -1/+1 |
* | g_conf: change to pointer | Colin Patrick McCabe | 2011-06-07 | 1 | -1/+1 |
* | mds: pin inode while one renamed_files list | Sage Weil | 2011-06-02 | 1 | -0/+2 |
* | random commenting | Greg Farnum | 2011-04-16 | 1 | -0/+2 |
* | mds: fix journal offset types | Sage Weil | 2011-04-14 | 1 | -1/+1 |
* | mds: fix choose_lock_state() on xlocked object | Sage Weil | 2011-04-13 | 1 | -10/+14 |