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