aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-21ceph: use tracked average r/w/m latencies to display metrics in debugfsVenky Shankar1-3/+2
2021-11-08ceph: add a new metric to keep track of remote object copiesLuís Henriques1-1/+2
2021-11-08ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques1-49/+38
2021-11-08ceph: split 'metric' debugfs file into several filesLuís Henriques1-25/+56
2021-06-29ceph: add IO size metrics supportXiubo Li1-4/+33
2021-04-27ceph: rename the metric helpersXiubo Li1-6/+6
2020-12-14ceph: add status debugfs fileXiubo Li1-0/+20
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li1-0/+11
2020-10-12ceph: add column 'mds' to show caps in more user friendlyYanhu Cao1-3/+4
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton1-2/+2
2020-08-03ceph: remove redundant initialization of variable mdsColin Ian King1-1/+1
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li1-12/+2
2020-06-01ceph: add metadata perf metric supportXiubo Li1-0/+10
2020-06-01ceph: add read/write latency metric supportXiubo Li1-1/+42
2020-06-01ceph: add caps perf metric for each superblockXiubo Li1-0/+16
2020-06-01ceph: add dentry lease metric supportXiubo Li1-4/+29
2020-05-09bdi: use bdi_dev_name() to get device nameYufen Yu1-1/+1
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov1-8/+8
2020-01-27ceph: add possible_max_rank and make the code more readableXiubo Li1-1/+1
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileJeff Layton1-0/+13
2019-09-16ceph: don't return a value from void functionJohn Hubbard1-1/+0
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2019-07-08ceph: silence a checker warning in mdsc_show()Dan Carpenter1-1/+1
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-22/+2
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton1-1/+1
2019-05-07ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton1-2/+2
2019-05-07ceph: dump granular cap info in "caps" debugfs fileJeff Layton1-2/+32
2019-03-05ceph: remove dentry_lru file from debugfsYan, Zheng1-27/+0
2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-1/+1
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-11/+10
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng1-11/+10
2017-04-20ceph: Convert to separately allocated bdiJan Kara1-1/+1
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton1-1/+1
2016-05-26ceph: don't show symlink target in debugfs/mdscYan, Zheng1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-11-19assorted conversions to %p[dD]Al Viro1-8/+6
2014-10-14ceph: additional debugfs outputJohn Spray1-0/+46
2014-06-06fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick1-3/+3
2014-04-03ceph: print inode number for LOOKUPINO requestYan, Zheng1-0/+2
2014-04-03ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil1-1/+2
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil1-0/+1
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil1-1/+1
2011-03-21ceph: remove debugfs debug cruftSage Weil1-6/+0
2011-01-12ceph: drop redundant r_mds fieldSage Weil1-3/+6
2010-10-20ceph: fix debugfs warningsRandy Dunlap1-1/+2
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-313/+94
2010-08-26ceph: ceph_mdsc_build_path() returns an ERR_PTRDan Carpenter1-0/+4
2010-08-03ceph: whitespace cleanupSage Weil1-8/+9