summaryrefslogtreecommitdiffstats
path: root/fs/ceph/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
|/
* 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/+0Star
* 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/+10Star
|\
| * ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng2017-05-041-11/+10Star
* | 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/+6Star
* ceph: additional debugfs outputJohn Spray2014-10-141-0/+46
* fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick2014-06-071-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/+0Star
* ceph: drop redundant r_mds fieldSage Weil2011-01-131-3/+6
* ceph: fix debugfs warningsRandy Dunlap2010-10-211-1/+2
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-211-313/+94Star
* ceph: ceph_mdsc_build_path() returns an ERR_PTRDan Carpenter2010-08-261-0/+4
* ceph: whitespace cleanupSage Weil2010-08-031-8/+9
* ceph: use %pU to print uuid (fsid)Sage Weil2010-08-021-2/+2
* ceph: fix caps debugfs entryYehuda Sadeh2010-06-241-1/+1
* ceph: make mon client statfs handling more genericYehuda Sadeh2010-05-181-4/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ceph: use rbtree for pg pools; decode new osdmap formatSage Weil2010-02-171-3/+4
* ceph: clean up readdir caps reservationSage Weil2010-02-171-6/+7
* ceph: use rbtree for mon statfs requestsSage Weil2010-02-171-10/+4Star
* ceph: use rbtree for mds requestsSage Weil2010-02-171-9/+4Star
* ceph: display pgid in debugfs osd request dumpSage Weil2010-01-141-2/+4
* ceph: writeback congestion controlYehuda Sadeh2009-12-221-0/+33
* ceph: include link to bdi in debugfsSage Weil2009-12-221-0/+7
* ceph: fix debugfs entry, simplify fsid checksSage Weil2009-11-201-1/+3
* ceph: build cleanly without CONFIG_DEBUG_FSSage Weil2009-11-131-0/+23
* ceph: debugfsSage Weil2009-10-061-0/+425