summaryrefslogtreecommitdiffstats
path: root/fs/ceph/debugfs.c
AgeCommit message (Expand)AuthorLines
2024-11-18ceph: Use str_true_false() helper in status_show()Thorsten Blum-1/+1
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li-2/+4
2023-11-03ceph: pass the mdsc to several helpersXiubo Li-2/+2
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li-6/+12
2022-03-21ceph: use tracked average r/w/m latencies to display metrics in debugfsVenky Shankar-3/+2
2021-11-08ceph: add a new metric to keep track of remote object copiesLuís Henriques-1/+2
2021-11-08ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques-49/+38
2021-11-08ceph: split 'metric' debugfs file into several filesLuís Henriques-25/+56
2021-06-29ceph: add IO size metrics supportXiubo Li-4/+33
2021-04-27ceph: rename the metric helpersXiubo Li-6/+6
2020-12-14ceph: add status debugfs fileXiubo Li-0/+20
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li-0/+11
2020-10-12ceph: add column 'mds' to show caps in more user friendlyYanhu Cao-3/+4
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton-2/+2
2020-08-03ceph: remove redundant initialization of variable mdsColin Ian King-1/+1
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li-12/+2
2020-06-01ceph: add metadata perf metric supportXiubo Li-0/+10
2020-06-01ceph: add read/write latency metric supportXiubo Li-1/+42
2020-06-01ceph: add caps perf metric for each superblockXiubo Li-0/+16
2020-06-01ceph: add dentry lease metric supportXiubo Li-4/+29
2020-05-09bdi: use bdi_dev_name() to get device nameYufen Yu-1/+1
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov-8/+8
2020-01-27ceph: add possible_max_rank and make the code more readableXiubo Li-1/+1
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileJeff Layton-0/+13
2019-09-16ceph: don't return a value from void functionJohn Hubbard-1/+0
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-1/+1
2019-07-08ceph: silence a checker warning in mdsc_show()Dan Carpenter-1/+1
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-22/+2
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton-1/+1
2019-05-07ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton-2/+2
2019-05-07ceph: dump granular cap info in "caps" debugfs fileJeff Layton-2/+32
2019-03-05ceph: remove dentry_lru file from debugfsYan, Zheng-27/+0
2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring-1/+1
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-11/+10
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng-11/+10
2017-04-20ceph: Convert to separately allocated bdiJan Kara-1/+1
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton-1/+1
2016-05-26ceph: don't show symlink target in debugfs/mdscYan, Zheng-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-1/+1
2014-11-19assorted conversions to %p[dD]Al Viro-8/+6
2014-10-14ceph: additional debugfs outputJohn Spray-0/+46
2014-06-06fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick-3/+3
2014-04-03ceph: print inode number for LOOKUPINO requestYan, Zheng-0/+2
2014-04-03ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil-1/+2
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil-0/+1
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil-1/+1
2011-03-21ceph: remove debugfs debug cruftSage Weil-6/+0
2011-01-12ceph: drop redundant r_mds fieldSage Weil-3/+6