aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-26ceph: don't show symlink target in debugfs/mdscGravatar Yan, Zheng 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-8/+6
2014-10-14ceph: additional debugfs outputGravatar John Spray 1-0/+46
2014-06-06fs/ceph/debugfs.c: replace seq_printf by seq_putsGravatar Fabian Frederick 1-3/+3
2014-04-03ceph: print inode number for LOOKUPINO requestGravatar Yan, Zheng 1-0/+2
2014-04-03ceph: do not assume r_old_dentry[_dir] always set togetherGravatar Sage Weil 1-1/+2
2012-08-20libceph: delay debugfs initialization until we learn global_idGravatar Sage Weil 1-0/+1
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestGravatar Sage Weil 1-1/+1
2011-03-21ceph: remove debugfs debug cruftGravatar Sage Weil 1-6/+0
2011-01-12ceph: drop redundant r_mds fieldGravatar Sage Weil 1-3/+6
2010-10-20ceph: fix debugfs warningsGravatar Randy Dunlap 1-1/+2
2010-10-20ceph: factor out libceph from Ceph file systemGravatar Yehuda Sadeh 1-313/+94
2010-08-26ceph: ceph_mdsc_build_path() returns an ERR_PTRGravatar Dan Carpenter 1-0/+4
2010-08-03ceph: whitespace cleanupGravatar Sage Weil 1-8/+9
2010-08-01ceph: use %pU to print uuid (fsid)Gravatar Sage Weil 1-2/+2
2010-06-24ceph: fix caps debugfs entryGravatar Yehuda Sadeh 1-1/+1
2010-05-17ceph: make mon client statfs handling more genericGravatar Yehuda Sadeh 1-4/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-17ceph: use rbtree for pg pools; decode new osdmap formatGravatar Sage Weil 1-3/+4
2010-02-17ceph: clean up readdir caps reservationGravatar Sage Weil 1-6/+7
2010-02-16ceph: use rbtree for mon statfs requestsGravatar Sage Weil 1-10/+4
2010-02-16ceph: use rbtree for mds requestsGravatar Sage Weil 1-9/+4
2010-01-14ceph: display pgid in debugfs osd request dumpGravatar Sage Weil 1-2/+4
2009-12-21ceph: writeback congestion controlGravatar Yehuda Sadeh 1-0/+33
2009-12-21ceph: include link to bdi in debugfsGravatar Sage Weil 1-0/+7
2009-11-20ceph: fix debugfs entry, simplify fsid checksGravatar Sage Weil 1-1/+3
2009-11-12ceph: build cleanly without CONFIG_DEBUG_FSGravatar Sage Weil 1-0/+23
2009-10-06ceph: debugfsGravatar Sage Weil 1-0/+425