summaryrefslogtreecommitdiffstats
path: root/fs/ceph/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-031-2/+4
* ceph: pass the mdsc to several helpersXiubo Li2023-11-031-2/+2
* ceph: fix potential use-after-free bug when trimming capsXiubo Li2023-04-301-6/+12
* ceph: use tracked average r/w/m latencies to display metrics in debugfsVenky Shankar2022-03-211-3/+2
* ceph: add a new metric to keep track of remote object copiesLuís Henriques2021-11-081-1/+2
* ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques2021-11-081-49/+38
* ceph: split 'metric' debugfs file into several filesLuís Henriques2021-11-081-25/+56
* ceph: add IO size metrics supportXiubo Li2021-06-291-4/+33
* ceph: rename the metric helpersXiubo Li2021-04-271-6/+6
* ceph: add status debugfs fileXiubo Li2020-12-141-0/+20
* ceph: metrics for opened files, pinned caps and opened inodesXiubo Li2020-10-121-0/+11
* ceph: add column 'mds' to show caps in more user friendlyYanhu Cao2020-10-121-3/+4
* ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-241-2/+2
* ceph: remove redundant initialization of variable mdsColin Ian King2020-08-031-1/+1
* ceph: add global total_caps to count the mdsc's total caps numberXiubo Li2020-08-031-12/+2
* ceph: add metadata perf metric supportXiubo Li2020-06-011-0/+10
* ceph: add read/write latency metric supportXiubo Li2020-06-011-1/+42
* ceph: add caps perf metric for each superblockXiubo Li2020-06-011-0/+16
* ceph: add dentry lease metric supportXiubo Li2020-06-011-4/+29
* bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-091-1/+1
* libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov2020-03-301-8/+8
* ceph: add possible_max_rank and make the code more readableXiubo Li2020-01-271-1/+1
* ceph: show tasks waiting on caps in debugfs caps fileJeff Layton2019-12-091-0/+13
* ceph: don't return a value from void functionJohn Hubbard2019-09-161-1/+0
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-181-1/+1
|\
| * ceph: silence a checker warning in mdsc_show()Dan Carpenter2019-07-081-1/+1
* | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-22/+2
|/
* libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-071-1/+1
* ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton2019-05-071-2/+2
* ceph: dump granular cap info in "caps" debugfs fileJeff Layton2019-05-071-2/+32
* ceph: remove dentry_lru file from debugfsYan, Zheng2019-03-051-27/+0
* libceph, ceph: change permission for readonly debugfs entriesChengguang Xu2018-04-021-4/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-1/+1
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-11/+10
|\
| * ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng2017-05-041-11/+10
* | ceph: Convert to separately allocated bdiJan Kara2017-04-201-1/+1
|/
* ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton2017-02-201-1/+1
* ceph: don't show symlink target in debugfs/mdscYan, Zheng2016-05-261-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* assorted conversions to %p[dD]Al Viro2014-11-191-8/+6
* ceph: additional debugfs outputJohn Spray2014-10-141-0/+46
* fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick2014-06-061-3/+3
* ceph: print inode number for LOOKUPINO requestYan, Zheng2014-04-031-0/+2
* ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil2014-04-031-1/+2
* libceph: delay debugfs initialization until we learn global_idSage Weil2012-08-201-0/+1
* ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-261-1/+1
* ceph: remove debugfs debug cruftSage Weil2011-03-211-6/+0
* ceph: drop redundant r_mds fieldSage Weil2011-01-121-3/+6
* ceph: fix debugfs warningsRandy Dunlap2010-10-201-1/+2