summaryrefslogtreecommitdiffstats
path: root/src/mds/OpenFileTable.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds: delay expiry if LogSegment is ahead of committed oft seqPatrick Donnelly2024-09-251-0/+5
* mds: use explicitly sized types for network and disk encodingXiubo Li2023-11-161-1/+1
* mds/MDLog: use committed seq instead of committing seqXiubo Li2022-06-141-1/+0
* mds: build without "using namespace std"Kefu Chai2021-08-131-5/+7
* mds/OpenFileTable: add _read_omap_values() to simplify the codeXiubo Li2020-12-021-0/+1
* mds/OpenFileTable: reduce anchor map lookup during prefetchYan, Zheng2020-07-301-3/+4
* mds/OpenFileTable: merge dirfrag set into anchor mapYan, Zheng2020-07-301-5/+2
* mds: add perf counters for openfiletableMilind Changire2020-02-261-1/+4
* mds/OpenFileTable: match MAX_ITEMS_PER_OBJ to osd_deep_scrub_large_omap_objec...Vikhyat Umrao2020-01-171-2/+2
* mds: Reorganize class members in OpenFileTable headerroot2019-11-131-38/+41
* mds: refactor MDSContext inheritancePatrick Donnelly2019-02-021-8/+8
* mds: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-2/+2
* mds: use vector for context listsPatrick Donnelly2018-07-261-3/+4
* mds: add magic to header of open file tableYan, Zheng2018-06-061-0/+3
* misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
* mds: allow storing open file table in multiple omapsYan, Zheng2018-02-171-9/+15
* mds: differentiate Anchor types to clarify purposePatrick Donnelly2018-02-151-2/+2
* mds: protect open file table against partial omap updateYan, Zheng2018-02-151-0/+20
* mds: add dirfrags whose child inodes have caps to open file tableYan, Zheng2018-02-131-2/+8
* mds: don't try prefetching destroyed inodesYan, Zheng2018-02-111-0/+6
* mds: don't re-requeue open files to head of logYan, Zheng2018-02-111-0/+1
* mds: use open file table to speed up mds recoveryYan, Zheng2018-02-111-1/+21
* mds: introduce open file tableYan, Zheng2018-02-111-0/+85