| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-22 | ceph: add subvolume metrics collection and reporting | Alex Markuze | 1 | -6/+177 |
| 2023-11-03 | ceph: print cluster fsid and client global_id in all debug logs | Xiubo Li | 1 | -2/+3 |
| 2023-07-24 | ceph: never send metrics if disable_send_metrics is set | Xiubo Li | 1 | -1/+1 |
| 2023-06-30 | ceph: only send metrics when the MDS rank is ready | Xiubo Li | 1 | -0/+8 |
| 2022-03-21 | ceph: include average/stdev r/w/m latency in mds metrics | Venky Shankar | 1 | -3/+12 |
| 2022-03-21 | ceph: track average r/w/m latency | Venky Shankar | 1 | -13/+14 |
| 2022-03-21 | ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64() | Venky Shankar | 1 | -10/+9 |
| 2022-01-13 | ceph: drop send metrics debug message | Jeff Layton | 1 | -2/+0 |
| 2021-11-08 | ceph: clean-up metrics data structures to reduce code duplication | Luís Henriques | 1 | -96/+32 |
| 2021-09-02 | ceph: cancel delayed work instead of flushing on mdsc teardown | Jeff Layton | 1 | -2/+2 |
| 2021-06-29 | ceph: allow ceph_put_mds_session to take NULL or ERR_PTR | Jeff Layton | 1 | -2/+1 |
| 2021-06-29 | ceph: add IO size metrics support | Xiubo Li | 1 | -3/+40 |
| 2021-06-29 | ceph: update and rename __update_latency helper to __update_stdev | Xiubo Li | 1 | -21/+35 |
| 2021-06-29 | ceph: simplify the metrics struct | Xiubo Li | 1 | -32/+33 |
| 2021-04-27 | ceph: send opened files/pinned caps/opened inodes metrics to MDS daemon | Xiubo Li | 1 | -1/+37 |
| 2021-04-27 | ceph: rename the metric helpers | Xiubo Li | 1 | -12/+12 |
| 2020-12-14 | ceph: send dentry lease metrics to MDS daemon | Xiubo Li | 1 | -3/+15 |
| 2020-10-12 | ceph: metrics for opened files, pinned caps and opened inodes | Xiubo Li | 1 | -0/+14 |
| 2020-08-03 | ceph: periodically send perf metrics to MDSes | Xiubo Li | 1 | -0/+148 |
| 2020-08-03 | ceph: add global total_caps to count the mdsc's total caps number | Xiubo Li | 1 | -0/+1 |
| 2020-06-01 | ceph: add metadata perf metric support | Xiubo Li | 1 | -0/+23 |
| 2020-06-01 | ceph: add read/write latency metric support | Xiubo Li | 1 | -0/+72 |
| 2020-06-01 | ceph: add caps perf metric for each superblock | Xiubo Li | 1 | -4/+22 |
| 2020-06-01 | ceph: add dentry lease metric support | Xiubo Li | 1 | -0/+35 |