| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge PR #48382 into main | Venky Shankar | 2023-03-13 | 1 | -1/+11 |
|\ |
|
| * | mds: track last modification time and change attr for a snap realm node (srnode) | Venky Shankar | 2023-03-06 | 1 | -1/+11 |
* | | Merge PR #45224 into main | Venky Shankar | 2023-03-10 | 1 | -2/+6 |
|\ \
| |/
|/| |
|
| * | mds: add support for snapshots alternate_name | Luís Henriques | 2022-03-02 | 1 | -2/+6 |
* | | mds: use the whole string as the snapshot long name | Xiubo Li | 2022-04-14 | 1 | -3/+3 |
|/ |
|
* | mds: build without "using namespace std" | Kefu Chai | 2021-08-13 | 1 | -0/+1 |
* | mds: include metadata in SnapInfo structure | Venky Shankar | 2020-12-17 | 1 | -2/+12 |
* | mds: list to std::list | Patrick Donnelly | 2019-03-15 | 1 | -3/+3 |
* | mds: use const_iterator for decode | Kefu Chai | 2018-05-17 | 1 | -3/+3 |
* | mds: validate SnapInfo::long_name before using it | Yan, Zheng | 2018-04-19 | 1 | -1/+3 |
* | mds: attach inode with multiple hardlinks to dummy global snaprealm | Yan, Zheng | 2018-02-09 | 1 | -2/+7 |
* | mds: record snaps in old snaprealm when moving inode into new snaprealm | Yan, Zheng | 2018-02-09 | 1 | -3/+17 |
* | mds: convert to allocator agnostic string_view | Patrick Donnelly | 2018-02-07 | 1 | -1/+3 |
* | mds: Use unqualified encode/decode | Adam C. Emerson | 2018-01-10 | 1 | -27/+27 |
* | mds: move SnapRealm into its own h/cc files | Sage Weil | 2013-02-05 | 1 | -481/+11 |
* | mds: SnapInfo, snaplink_t, sr_t now use modern encoding | Greg Farnum | 2013-02-05 | 1 | -0/+168 |
* | log: new logging infrastructure | Sage Weil | 2012-03-27 | 1 | -1/+1 |
* | mdsN -> mds.N | Sage Weil | 2011-09-28 | 1 | -1/+1 |
* | mds: fix snaprealm split for dir inode | Sage Weil | 2011-06-29 | 1 | -9/+14 |
* | Create de-globalized versions of the dout macro | Colin Patrick McCabe | 2011-06-21 | 1 | -2/+3 |
* | mds: fix _dout_lock recursion recursion | Sage Weil | 2011-01-07 | 1 | -1/+2 |
* | logging: eliminate dbeginl | Colin Patrick McCabe | 2010-12-08 | 1 | -2/+1 |
* | mds: Use project_past_parent and pop_projected_snaprealm instead of | Greg Farnum | 2010-08-17 | 1 | -19/+0 |
* | mds: Move SnapRealm::project_past_parent to the CInode and fix users. | Greg Farnum | 2010-08-17 | 1 | -23/+0 |
* | mds: move snaprealm projection into CInode | Greg Farnum | 2010-08-17 | 1 | -19/+0 |
* | mds: add SnapRealm projection methods | Greg Farnum | 2010-08-17 | 1 | -0/+20 |
* | mds: rename SnapRealm::snaprealm to SnapRealm::srnode | Greg Farnum | 2010-08-17 | 1 | -79/+79 |
* | mds: create a new sr_t struct to hold versioned data of a SnapRealm. | Greg Farnum | 2010-08-17 | 1 | -79/+79 |
* | mds: initialize snaprealm created, current_parent_since on creation | Sage Weil | 2010-07-21 | 1 | -1/+4 |
* | types: standardize on uint64_t | Sage Weil | 2010-05-07 | 1 | -1/+1 |
* | mds: fix snaprealm split on capless inode | Sage Weil | 2010-04-26 | 1 | -4/+10 |
* | mds: always use get_newest_seq (not snap) when doing cow | Sage Weil | 2010-04-21 | 1 | -2/+2 |
* | mds: rename move_to_realm(), add debugging (cleanup) | Sage Weil | 2010-04-21 | 1 | -2/+2 |
* | mds: fix broken snaprealm split optimization for (unlinked) files | Sage Weil | 2010-04-14 | 1 | -0/+10 |
* | mds: clear old snap_trace before building new one | Sage Weil | 2010-04-01 | 1 | -0/+2 |
* | mds: be consistent about list<>::item naming (item_foo) | Sage Weil | 2010-03-13 | 1 | -1/+1 |
* | mds: use elist instead of dlist | Sage Weil | 2010-03-13 | 1 | -1/+1 |
* | mds: use dlist instead of xlist for main cache objects | Sage Weil | 2010-03-12 | 1 | -1/+1 |
* | replace sprintf with snprintf all around | Yehuda Sadeh | 2010-01-15 | 1 | -1/+1 |
* | mds: fix snap.c debug prefix | Sage Weil | 2009-04-17 | 1 | -1/+1 |
* | mds: fix rename common parent checks | Sage Weil | 2009-03-27 | 1 | -1/+1 |
* | mds: put a cap in each inode stat in trace; simplify snaprealm trace encoding | Sage Weil | 2009-01-03 | 1 | -1/+6 |
* | rewrite debug macros, infrastructure | Sage Weil | 2008-11-05 | 1 | -4/+9 |
* | mds: structify up snaprealminfo, MClientSnap encoding | Sage Weil | 2008-08-08 | 1 | -6/+3 |
* | mds: do not purge strays with snapped references/past parents | Sage Weil | 2008-08-07 | 1 | -0/+22 |
* | mds: adjust snaprealm parents in link helpers | Sage Weil | 2008-08-07 | 1 | -1/+17 |
* | osdc: adjust objecter interface to use SnapContext for writes | Sage Weil | 2008-08-06 | 1 | -6/+8 |
* | mds: split snaprealm on unlink; clean up rename realm updates | Sage Weil | 2008-08-05 | 1 | -1/+42 |
* | mds: snaprealm replay, reconnect fixes | Sage Weil | 2008-08-04 | 1 | -0/+24 |
* | mds: fix open_parent addition in rename | Sage Weil | 2008-08-04 | 1 | -2/+7 |