| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: delay expiry if LogSegment is ahead of committed oft seq | Patrick Donnelly | 2024-09-25 | 1 | -0/+5 |
* | mds: use explicitly sized types for network and disk encoding | Xiubo Li | 2023-11-16 | 1 | -1/+1 |
* | mds/MDLog: use committed seq instead of committing seq | Xiubo Li | 2022-06-14 | 1 | -1/+0 |
* | mds: build without "using namespace std" | Kefu Chai | 2021-08-13 | 1 | -5/+7 |
* | mds/OpenFileTable: add _read_omap_values() to simplify the code | Xiubo Li | 2020-12-02 | 1 | -0/+1 |
* | mds/OpenFileTable: reduce anchor map lookup during prefetch | Yan, Zheng | 2020-07-30 | 1 | -3/+4 |
* | mds/OpenFileTable: merge dirfrag set into anchor map | Yan, Zheng | 2020-07-30 | 1 | -5/+2 |
* | mds: add perf counters for openfiletable | Milind Changire | 2020-02-26 | 1 | -1/+4 |
* | mds/OpenFileTable: match MAX_ITEMS_PER_OBJ to osd_deep_scrub_large_omap_objec... | Vikhyat Umrao | 2020-01-17 | 1 | -2/+2 |
* | mds: Reorganize class members in OpenFileTable header | root | 2019-11-13 | 1 | -38/+41 |
* | mds: refactor MDSContext inheritance | Patrick Donnelly | 2019-02-02 | 1 | -8/+8 |
* | mds: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -2/+2 |
* | mds: use vector for context lists | Patrick Donnelly | 2018-07-26 | 1 | -3/+4 |
* | mds: add magic to header of open file table | Yan, Zheng | 2018-06-06 | 1 | -0/+3 |
* | misc: mark constructors as explicit | Danny Al-Gaaf | 2018-05-02 | 1 | -1/+1 |
* | mds: allow storing open file table in multiple omaps | Yan, Zheng | 2018-02-17 | 1 | -9/+15 |
* | mds: differentiate Anchor types to clarify purpose | Patrick Donnelly | 2018-02-15 | 1 | -2/+2 |
* | mds: protect open file table against partial omap update | Yan, Zheng | 2018-02-15 | 1 | -0/+20 |
* | mds: add dirfrags whose child inodes have caps to open file table | Yan, Zheng | 2018-02-13 | 1 | -2/+8 |
* | mds: don't try prefetching destroyed inodes | Yan, Zheng | 2018-02-11 | 1 | -0/+6 |
* | mds: don't re-requeue open files to head of log | Yan, Zheng | 2018-02-11 | 1 | -0/+1 |
* | mds: use open file table to speed up mds recovery | Yan, Zheng | 2018-02-11 | 1 | -1/+21 |
* | mds: introduce open file table | Yan, Zheng | 2018-02-11 | 1 | -0/+85 |