index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
metric.c
Age
Commit message (
Expand
)
Author
2022-03-21
ceph: include average/stdev r/w/m latency in mds metrics
Venky Shankar
2022-03-21
ceph: track average r/w/m latency
Venky Shankar
2022-03-21
ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64()
Venky Shankar
2022-01-13
ceph: drop send metrics debug message
Jeff Layton
2021-11-08
ceph: clean-up metrics data structures to reduce code duplication
Luís Henriques
2021-09-02
ceph: cancel delayed work instead of flushing on mdsc teardown
Jeff Layton
2021-06-29
ceph: allow ceph_put_mds_session to take NULL or ERR_PTR
Jeff Layton
2021-06-29
ceph: add IO size metrics support
Xiubo Li
2021-06-29
ceph: update and rename __update_latency helper to __update_stdev
Xiubo Li
2021-06-29
ceph: simplify the metrics struct
Xiubo Li
2021-04-27
ceph: send opened files/pinned caps/opened inodes metrics to MDS daemon
Xiubo Li
2021-04-27
ceph: rename the metric helpers
Xiubo Li
2020-12-14
ceph: send dentry lease metrics to MDS daemon
Xiubo Li
2020-10-12
ceph: metrics for opened files, pinned caps and opened inodes
Xiubo Li
2020-08-03
ceph: periodically send perf metrics to MDSes
Xiubo Li
2020-08-03
ceph: add global total_caps to count the mdsc's total caps number
Xiubo Li
2020-06-01
ceph: add metadata perf metric support
Xiubo Li
2020-06-01
ceph: add read/write latency metric support
Xiubo Li
2020-06-01
ceph: add caps perf metric for each superblock
Xiubo Li
2020-06-01
ceph: add dentry lease metric support
Xiubo Li